Index: head/databases/lua-lsqlite3/Makefile =================================================================== --- head/databases/lua-lsqlite3/Makefile (revision 536773) +++ head/databases/lua-lsqlite3/Makefile (revision 536774) @@ -1,58 +1,58 @@ # Created by: Yarema # $FreeBSD$ PORTNAME= lsqlite3 PORTVERSION= 0.9.5 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://Lua.SQLite.org/index.cgi/zip/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_fsl_9y MAINTAINER= yds@Necessitu.de -COMMENT= LuaSQLite3 - a Lua 5.1 to 5.3 wrapper for the SQLite3 library +COMMENT= Lua 5.1 to 5.3 wrapper for SQLite3 library LICENSE= MIT BUILD_DEPENDS= ${NONEXISTENT}:databases/sqlite3:patch USES= localbase:ldflags sqlite:3 zip lua:module OPTIONS_DEFINE= DOCS EXAMPLES CFLAGS+= -pedantic -Wall -Qunused-arguments -fPIC -DPIC\ -std=c99 -fno-strict-aliasing -I${LUA_INCDIR}\ -DLSQLITE_VERSION=\"${PORTVERSION}\" LDFLAGS+= -shared -pthread -lm -L${LOCALBASE}/lib DOCSDIR= ${LUA_DOCSDIR} EXAMPLESDIR= ${LUA_EXAMPLESDIR} pre-configure: @${CP} -p `${SETENV} -u FLAVOR ${MAKE} -V WRKSRC -C ${PORTSDIR}/databases/sqlite3`/sqlite3.[ch] ${WRKSRC} do-build: cd ${WRKSRC} &&\ ${CC} ${CFLAGS} ${LDFLAGS} -lsqlite3\ -o ${PORTNAME}.so ${PORTNAME}.c cd ${WRKSRC} &&\ ${CC} ${CFLAGS} ${LDFLAGS}\ -I. -Dluaopen_lsqlite3=luaopen_lsqlite3complete\ -o ${PORTNAME}complete.so ${PORTNAME}.c sqlite3.c do-install: @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.so ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}complete.so ${STAGEDIR}${LUA_MODLIBDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.wiki ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/HISTORY ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.lua ${STAGEDIR}${EXAMPLESDIR} .include Index: head/databases/p5-AnyEvent-Redis/Makefile =================================================================== --- head/databases/p5-AnyEvent-Redis/Makefile (revision 536773) +++ head/databases/p5-AnyEvent-Redis/Makefile (revision 536774) @@ -1,25 +1,25 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= AnyEvent-Redis PORTVERSION= 0.24 PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DGL PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= AnyEvent::Redis - Non-blocking Redis client +COMMENT= Non-blocking Redis client written in Perl BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-AnyEvent>=0:devel/p5-AnyEvent TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple \ p5-Test-TCP>=1.03:devel/p5-Test-TCP \ redis>=0:databases/redis USES= perl5 USE_PERL5= configure .include Index: head/databases/p5-Jifty-DBI/Makefile =================================================================== --- head/databases/p5-Jifty-DBI/Makefile (revision 536773) +++ head/databases/p5-Jifty-DBI/Makefile (revision 536774) @@ -1,47 +1,47 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Jifty-DBI PORTVERSION= 0.78 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Jifty::DBI - An object-relational persistence framework +COMMENT= Object-relational persistence Perl framework LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Cache-Memcached>=0:databases/p5-Cache-Memcached \ p5-Cache-Simple-TimedExpiry>=0.21:devel/p5-Cache-Simple-TimedExpiry \ p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ p5-Class-ReturnValue>=0.40:devel/p5-Class-ReturnValue \ p5-Class-Trigger>=0.12:devel/p5-Class-Trigger \ p5-Clone>=0:devel/p5-Clone \ p5-DBD-SQLite>=1.14:databases/p5-DBD-SQLite \ p5-DBI>=0:databases/p5-DBI \ p5-DBIx-DBSchema>=0.34:databases/p5-DBIx-DBSchema \ p5-Data-Page>=2.0:databases/p5-Data-Page \ p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \ p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ p5-DateTime>=0.34:devel/p5-DateTime \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ p5-Object-Declare>=0.22:devel/p5-Object-Declare \ p5-Scalar-Defer>=0.10:devel/p5-Scalar-Defer \ p5-Time-Duration-Parse>=0.06:devel/p5-Time-Duration-Parse \ p5-Time-Duration>=0:devel/p5-Time-Duration \ p5-UNIVERSAL-require>=0.11:devel/p5-UNIVERSAL-require \ p5-URI>=0:net/p5-URI \ p5-YAML-Syck>=0:textproc/p5-YAML-Syck TEST_DEPENDS= p5-Test-Warn>=0.1:devel/p5-Test-Warn NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/databases/p5-MLDBM-Sync/Makefile =================================================================== --- head/databases/p5-MLDBM-Sync/Makefile (revision 536773) +++ head/databases/p5-MLDBM-Sync/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: erwin@FreeBSD.org # $FreeBSD$ PORTNAME= MLDBM-Sync PORTVERSION= 0.30 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= MLDBM::Sync - safe concurrent access to MLDBM databases +COMMENT= Safe concurrent access to MLDBM databases from Perl BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-MLDBM>=0:databases/p5-MLDBM USES= perl5 USE_PERL5= configure .include Index: head/databases/p5-Time-Piece-MySQL/Makefile =================================================================== --- head/databases/p5-Time-Piece-MySQL/Makefile (revision 536773) +++ head/databases/p5-Time-Piece-MySQL/Makefile (revision 536774) @@ -1,21 +1,21 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= Time-Piece-MySQL PORTVERSION= 0.06 PORTREVISION= 2 CATEGORIES= databases devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Time::Piece::MySQL - Adds MySQL-specific methods to Time::Piece +COMMENT= MySQL-specific methods for Time::Piece Perl module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/databases/postgresql-plproxy/Makefile =================================================================== --- head/databases/postgresql-plproxy/Makefile (revision 536773) +++ head/databases/postgresql-plproxy/Makefile (revision 536774) @@ -1,25 +1,25 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= plproxy DISTVERSIONPREFIX= plproxy_ DISTVERSION= 2_9 CATEGORIES= databases PKGNAMEPREFIX= postgresql- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= PL/Proxy - Function-based sharding for PostgreSQL +COMMENT= Function-based sharding for PostgreSQL LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= bison gmake pgsql LLD_UNSAFE= yes USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so .include Index: head/devel/p5-Tie-Hash-Sorted/Makefile =================================================================== --- head/devel/p5-Tie-Hash-Sorted/Makefile (revision 536773) +++ head/devel/p5-Tie-Hash-Sorted/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Tie-Hash-Sorted PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Tie::Hash::Sorted - presents hashes in sorted order +COMMENT= Perl module to present hashes in sorted order USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Tie-Hash-TwoWay/Makefile =================================================================== --- head/devel/p5-Tie-Hash-TwoWay/Makefile (revision 536773) +++ head/devel/p5-Tie-Hash-TwoWay/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Tie-Hash-TwoWay PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Tie::Hash::TwoWay - two-way mapping between disjoint sets +COMMENT= Two-way mapping between disjoint sets in Perl USES= perl5 USE_PERL5= configure .include Index: head/japanese/font-ricty/Makefile =================================================================== --- head/japanese/font-ricty/Makefile (revision 536773) +++ head/japanese/font-ricty/Makefile (revision 536774) @@ -1,85 +1,85 @@ # $FreeBSD$ PORTNAME= ricty PORTVERSION= 4.1.1 PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= https://rictyfonts.github.io/files/ PKGNAMEPREFIX= ja-font- DISTNAME= ricty_generator-${PORTVERSION}.sh EXTRACT_SUFX= # empty DIST_SUBDIR= ${PORTNAME} MAINTAINER?= meta@FreeBSD.org -COMMENT?= Ricty - fonts for programming +COMMENT?= Programming fonts with Japanese support LICENSE= OFL11 IPAFONTLICv1.0 LICENSE_COMB= multi LICENSE_NAME_IPAFONTLICv1.0= IPA Font License Agreement v1.0 LICENSE_TEXT_IPAFONTLICv1.0= https://opensource.org/licenses/IPA # No package redistribution due to OFL11 LICENSE_PERMS_IPAFONTLICv1.0= dist-mirror dist-sell no-pkg-mirror \ no-pkg-sell auto-accept BUILD_DEPENDS= inconsolata-ttf>=2.000:x11-fonts/inconsolata-ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf:japanese/font-migu \ ${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf:japanese/font-migu \ fontforge:print/fontforge USES= fonts:fc FONTNAME= ${PORTNAME}${PKGNAMESUFFIX} FONTPATHSPEC= ${FONTNAME}:pri=60 NO_ARCH= yes SUB_FILES= genfontsdir.sh .if !defined(MASTERDIR) OPTIONS_DEFINE= DISCORD OPTIONS_DEFAULT=DISCORD DISCORD_DESC= Install Ricty-Discord DISCORD_RUN_DEPENDS= ${LOCALBASE}/share/fonts/ricty-discord/RictyDiscord-Regular.ttf:japanese/font-ricty-discord .endif .include .if ${SLAVE_PORT} == no SUB_LIST+= DISCORD="" RICTY=\# .else SUB_LIST+= DISCORD=\# RICTY="" .endif do-extract: @${MKDIR} ${WRKSRC} do-build: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${SH} ${DISTDIR}/${DIST_SUBDIR}/ricty_generator-${PORTVERSION}.sh \ ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Regular.ttf \ ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Bold.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf pre-install: cd ${WRKDIR} && ${SH} ./genfontsdir.sh do-install: @${MKDIR} \ ${STAGEDIR}${FONTSDIR} \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d .if ${SLAVE_PORT} == no ${INSTALL_DATA} ${WRKDIR}/fonts.dir ${WRKSRC}/Ricty-*.ttf \ ${STAGEDIR}${FONTSDIR} .else ${INSTALL_DATA} ${WRKDIR}/fonts.dir ${WRKSRC}/RictyDiscord-*.ttf \ ${STAGEDIR}${FONTSDIR} .endif ${INSTALL_DATA} ${FILESDIR}/20-unhint-${FONTNAME}.conf \ ${FILESDIR}/62-fonts-${FONTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/20-unhint-${FONTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${FONTNAME}.conf ${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/62-fonts-${FONTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${FONTNAME}.conf .include Index: head/mail/p5-Clamd/Makefile =================================================================== --- head/mail/p5-Clamd/Makefile (revision 536773) +++ head/mail/p5-Clamd/Makefile (revision 536774) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= Clamd PORTVERSION= 1.04 PORTREVISION= 4 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSERGEANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Clamd - Connect to a local clamd service and send commands +COMMENT= Connect to local clamd(8) service and send commands BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= clamd:security/clamav USES= perl5 USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile.PL .include Index: head/mail/p5-Email-Reply/Makefile =================================================================== --- head/mail/p5-Email-Reply/Makefile (revision 536773) +++ head/mail/p5-Email-Reply/Makefile (revision 536774) @@ -1,26 +1,26 @@ # Created by: Kay Abendroth # $FreeBSD$ PORTNAME= Email-Reply PORTVERSION= 1.204 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org -COMMENT= Email::Reply - Reply to a Message +COMMENT= Perl module for replying to email LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Abstract>=2.01:mail/p5-Email-Abstract \ p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-MIME>=1.82:mail/p5-Email-MIME TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/mail/p5-Email-Send/Makefile =================================================================== --- head/mail/p5-Email-Send/Makefile (revision 536773) +++ head/mail/p5-Email-Send/Makefile (revision 536774) @@ -1,31 +1,31 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Email-Send PORTVERSION= 2.201 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Email::Send - Simply Sending Email +COMMENT= Perl module for simple email sending LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Abstract>=0:mail/p5-Email-Abstract \ p5-Email-Address>=1.800:mail/p5-Email-Address \ p5-Email-Simple>=1.92:mail/p5-Email-Simple \ p5-Module-Pluggable>=2.97:devel/p5-Module-Pluggable \ p5-Return-Value>=0:devel/p5-Return-Value TEST_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-Mail-Tools>=0:mail/p5-Mail-Tools USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/mail/p5-Mail-Transport-Dbx/Makefile =================================================================== --- head/mail/p5-Mail-Transport-Dbx/Makefile (revision 536773) +++ head/mail/p5-Mail-Transport-Dbx/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Mail-Transport-Dbx PORTVERSION= 0.07 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Mail::Transport::Dbx - Parse Outlook Express mailboxes +COMMENT= Perl module to parse Outlook Express mailboxes #BUILD_DEPENDS= ${RUN_DEPENDS} #RUN_DEPENDS= p5-ExtUtils-Constant>0:devel/p5-ExtUtils-Constant USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Authen-Htpasswd/Makefile =================================================================== --- head/security/p5-Authen-Htpasswd/Makefile (revision 536773) +++ head/security/p5-Authen-Htpasswd/Makefile (revision 536774) @@ -1,27 +1,27 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Authen-Htpasswd PORTVERSION= 0.171 PORTREVISION= 1 CATEGORIES= security perl5 www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files +COMMENT= Perl interface to read and modify Apache .htpasswd files LICENSE= ART10 GPLv1+ LICENSE_COMB= dual COMMON_DEPENDS= p5-IO-LockedFile>=0:devel/p5-IO-LockedFile \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-Crypt-PasswdMD5>=0:security/p5-Crypt-PasswdMD5 \ p5-Class-Accessor>=0:devel/p5-Class-Accessor BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Authen-Libwrap/Makefile =================================================================== --- head/security/p5-Authen-Libwrap/Makefile (revision 536773) +++ head/security/p5-Authen-Libwrap/Makefile (revision 536774) @@ -1,24 +1,24 @@ # Created by: Zach Thompson # $FreeBSD$ PORTNAME= Authen-Libwrap PORTVERSION= 0.23 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Authen::Libwrap - access to TCP Wrappers library +COMMENT= Perl interface to TCP Wrappers library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/Libwrap/Libwrap.so .include Index: head/security/p5-Crypt-PassGen/Makefile =================================================================== --- head/security/p5-Crypt-PassGen/Makefile (revision 536773) +++ head/security/p5-Crypt-PassGen/Makefile (revision 536774) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= Crypt-PassGen PORTVERSION= 0.06 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Crypt::PassGen - Generate a random password that looks like a real word +COMMENT= Generate random password that looks like real word USES= perl5 USE_PERL5= configure .include Index: head/sysutils/p5-Schedule-Cron/Makefile =================================================================== --- head/sysutils/p5-Schedule-Cron/Makefile (revision 536773) +++ head/sysutils/p5-Schedule-Cron/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Schedule-Cron PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Schedule::Cron - cron-like scheduler for Perl subroutines +COMMENT= Cron-like scheduler for Perl subroutines BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules USES= perl5 USE_PERL5= configure .include Index: head/textproc/l2a/Makefile =================================================================== --- head/textproc/l2a/Makefile (revision 536773) +++ head/textproc/l2a/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: James Flemer # $FreeBSD$ PORTNAME= l2a PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= http://hannemyr.com/enjoy/ DISTNAME= l2a MAINTAINER= jflemer@alum.rpi.edu -COMMENT= L2a - LaTeX to ASCII converter +COMMENT= LaTeX to ASCII converter USES= zip NO_WRKSUBDIR= yes PLIST_FILES= bin/l2a \ man/man1/l2a.1.gz .include Index: head/textproc/p5-HTML-Entities-ImodePictogram/Makefile =================================================================== --- head/textproc/p5-HTML-Entities-ImodePictogram/Makefile (revision 536773) +++ head/textproc/p5-HTML-Entities-ImodePictogram/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Shinsuke Matsui # $FreeBSD$ PORTNAME= HTML-Entities-ImodePictogram PORTVERSION= 0.06 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org -COMMENT= HTML::Entities::ImodePictogram - encode / decode i-mode pictogram +COMMENT= Encode/decode HTML entities for i-mode pictograms USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-HTML-Entities-Numbered/Makefile =================================================================== --- head/textproc/p5-HTML-Entities-Numbered/Makefile (revision 536773) +++ head/textproc/p5-HTML-Entities-Numbered/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= HTML-Entities-Numbered PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= HTML::Entities::Numbered - Conversion of numbered HTML entities +COMMENT= Convert numbered HTML entities with Perl USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-HTML-Fraction/Makefile =================================================================== --- head/textproc/p5-HTML-Fraction/Makefile (revision 536773) +++ head/textproc/p5-HTML-Fraction/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= HTML-Fraction PORTVERSION= 0.50 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= HTML::Fraction - Encode fractions as HTML entities +COMMENT= Encode fractions as HTML entities with Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Lingua-Identify/Makefile =================================================================== --- head/textproc/p5-Lingua-Identify/Makefile (revision 536773) +++ head/textproc/p5-Lingua-Identify/Makefile (revision 536774) @@ -1,22 +1,22 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Lingua-Identify PORTVERSION= 0.56 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Lingua::Identify - Language identification +COMMENT= Perl module for language identification BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Factory-Util>=1.6:devel/p5-Class-Factory-Util \ p5-Text-Affixes>=0.04:textproc/p5-Text-Affixes \ p5-Text-Ngram>=0.03:textproc/p5-Text-Ngram USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Lingua-Stem-Snowball/Makefile =================================================================== --- head/textproc/p5-Lingua-Stem-Snowball/Makefile (revision 536773) +++ head/textproc/p5-Lingua-Stem-Snowball/Makefile (revision 536774) @@ -1,23 +1,23 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Lingua-Stem-Snowball PORTVERSION= 0.952 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers +COMMENT= Perl interface to Snowball stemmers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Stem/Snowball/Snowball.so .include Index: head/textproc/p5-Makefile-Parser/Makefile =================================================================== --- head/textproc/p5-Makefile-Parser/Makefile (revision 536773) +++ head/textproc/p5-Makefile-Parser/Makefile (revision 536774) @@ -1,25 +1,25 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Makefile-Parser PORTVERSION= 0.216 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AGENT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Makefile::Parser - A Simple Parser for Makefiles +COMMENT= Simple Perl parser for makefiles BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-Trigger>=0.13:devel/p5-Class-Trigger \ p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-IPC-Run3>=0.036:devel/p5-IPC-Run3 \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Makefile-DOM>=0.005:textproc/p5-Makefile-DOM USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Regex-PreSuf/Makefile =================================================================== --- head/textproc/p5-Regex-PreSuf/Makefile (revision 536773) +++ head/textproc/p5-Regex-PreSuf/Makefile (revision 536774) @@ -1,18 +1,18 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= Regex-PreSuf PORTVERSION= 1.17 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Regex::PreSuf - Given word lists, create regular expressions +COMMENT= Given word lists, create Perl regular expressions USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Regexp-Common/Makefile =================================================================== --- head/textproc/p5-Regexp-Common/Makefile (revision 536773) +++ head/textproc/p5-Regexp-Common/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Regexp-Common PORTVERSION= 2017060201 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org -COMMENT= Regexp::Common - Provide commonly requested regular expressions +COMMENT= Provide commonly requested Perl regular expressions LICENSE= ART10 ART20 BSD3CLAUSE MIT LICENSE_COMB= dual USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/textproc/p5-Regexp-Common-time/Makefile =================================================================== --- head/textproc/p5-Regexp-Common-time/Makefile (revision 536773) +++ head/textproc/p5-Regexp-Common-time/Makefile (revision 536774) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= Regexp-Common-time PORTVERSION= 0.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org -COMMENT= Regexp::Common::time - Date and time regexps +COMMENT= Date and time regexps implemented in Perl BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Regexp-Common>0:textproc/p5-Regexp-Common USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Regexp-Log/Makefile =================================================================== --- head/textproc/p5-Regexp-Log/Makefile (revision 536773) +++ head/textproc/p5-Regexp-Log/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Regexp-Log PORTVERSION= 0.06 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Regexp::Log - A base class for log files regexp builders +COMMENT= Base Perl class for log files regexp builders USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Spreadsheet-ParseXLSX/Makefile =================================================================== --- head/textproc/p5-Spreadsheet-ParseXLSX/Makefile (revision 536773) +++ head/textproc/p5-Spreadsheet-ParseXLSX/Makefile (revision 536774) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= Spreadsheet-ParseXLSX PORTVERSION= 0.27 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Spreadsheet::ParseXLSX - parse XLSX files +COMMENT= Perl module for parsing XLSX files BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CryptX>=0:security/p5-CryptX \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Spreadsheet-ParseExcel>=0:textproc/p5-Spreadsheet-ParseExcel \ p5-Graphics-ColorUtils>=0:graphics/p5-Graphics-ColorUtils USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/textproc/p5-String-Divert/Makefile =================================================================== --- head/textproc/p5-String-Divert/Makefile (revision 536773) +++ head/textproc/p5-String-Divert/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= String-Divert PORTVERSION= 0.96 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= String::Divert - String Object supporting Folding and Diversions +COMMENT= String Perl object supporting folding and diversion USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-String-HexConvert/Makefile =================================================================== --- head/textproc/p5-String-HexConvert/Makefile (revision 536773) +++ head/textproc/p5-String-HexConvert/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Alexandre Biancalana # $FreeBSD$ PORTNAME= String-HexConvert PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AHERNIT PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net -COMMENT= String::HexConver - Converts ascii strings to hex and reverse +COMMENT= Convert ASCII strings to hex and reverse WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Template-AutoFilter/Makefile =================================================================== --- head/textproc/p5-Template-AutoFilter/Makefile (revision 536773) +++ head/textproc/p5-Template-AutoFilter/Makefile (revision 536774) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= Template-AutoFilter PORTVERSION= 0.143050 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= Template::AutoFilter - Template::Toolkit with automatic filtering +COMMENT= Template::Toolkit subclass with automatic filtering LICENSE= CC0-1.0 BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Template-Plugin-CSV/Makefile =================================================================== --- head/textproc/p5-Template-Plugin-CSV/Makefile (revision 536773) +++ head/textproc/p5-Template-Plugin-CSV/Makefile (revision 536774) @@ -1,22 +1,22 @@ # Created by: Geoffroy Desvernay # $FreeBSD$ PORTNAME= Template-Plugin-CSV PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD PKGNAMEPREFIX= p5- MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= Template::Plugin::CSV - Plugin for generating CSV +COMMENT= Simple TT2 plugin for generating CSV BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit \ p5-Text-CSV>=0:textproc/p5-Text-CSV USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Text-Context-EitherSide/Makefile =================================================================== --- head/textproc/p5-Text-Context-EitherSide/Makefile (revision 536773) +++ head/textproc/p5-Text-Context-EitherSide/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Text-Context-EitherSide PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Text::Context::EitherSide - Get n words either side of search keywords +COMMENT= Get n words either side of search keywords USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Text-Diff/Makefile =================================================================== --- head/textproc/p5-Text-Diff/Makefile (revision 536773) +++ head/textproc/p5-Text-Diff/Makefile (revision 536774) @@ -1,24 +1,24 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Text-Diff PORTVERSION= 1.45 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Text::Diff - Perform diffs on files and record sets +COMMENT= Perl module to perform diffs on files and record sets LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Algorithm-Diff>=1.1900:devel/p5-Algorithm-Diff USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/textproc/p5-Text-Diff-HTML/Makefile =================================================================== --- head/textproc/p5-Text-Diff-HTML/Makefile (revision 536773) +++ head/textproc/p5-Text-Diff-HTML/Makefile (revision 536774) @@ -1,26 +1,26 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Text-Diff-HTML PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Text::Diff::HTML - XHTML format for Text::Diff::Unified +COMMENT= XHTML format for Text::Diff::Unified Perl module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Text-Diff>=0.11:textproc/p5-Text-Diff USES= perl5 USE_PERL5= modbuild NO_ARCH= yes .include Index: head/textproc/p5-Text-Quoted/Makefile =================================================================== --- head/textproc/p5-Text-Quoted/Makefile (revision 536773) +++ head/textproc/p5-Text-Quoted/Makefile (revision 536774) @@ -1,23 +1,23 @@ # Created by: Erwin Lansing # $FreeBSD$ PORTNAME= Text-Quoted PORTVERSION= 2.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Text::Quoted - Extract the structure of a quoted mail message +COMMENT= Extract structure of quoted email message in Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Tk-XMLViewer/Makefile =================================================================== --- head/textproc/p5-Tk-XMLViewer/Makefile (revision 536773) +++ head/textproc/p5-Tk-XMLViewer/Makefile (revision 536774) @@ -1,22 +1,22 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= Tk-XMLViewer PORTVERSION= 0.21 PORTREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Tk::XMLViewer - Tk widget to display XML +COMMENT= Perl/Tk widget to display XML BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \ p5-XML-Parser>=0:textproc/p5-XML-Parser NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-XML-Atom-SimpleFeed/Makefile =================================================================== --- head/textproc/p5-XML-Atom-SimpleFeed/Makefile (revision 536773) +++ head/textproc/p5-XML-Atom-SimpleFeed/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= XML-Atom-SimpleFeed PORTVERSION= 0.902 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= XML::Atom::SimpleFeed - Generate simple Atom syndication feeds +COMMENT= Generate simple Atom syndication feeds with Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/textproc/p5-XML-XSLT/Makefile =================================================================== --- head/textproc/p5-XML-XSLT/Makefile (revision 536773) +++ head/textproc/p5-XML-XSLT/Makefile (revision 536774) @@ -1,23 +1,23 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= XML-XSLT PORTVERSION= 0.48 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org -COMMENT= XML::XSLT - A perl module for processing XSLT +COMMENT= Perl module for processing XSLT LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM USES= perl5 USE_PERL5= configure .include Index: head/www/p5-Catalyst-View-GraphViz/Makefile =================================================================== --- head/www/p5-Catalyst-View-GraphViz/Makefile (revision 536773) +++ head/www/p5-Catalyst-View-GraphViz/Makefile (revision 536774) @@ -1,21 +1,21 @@ # Created by: Zach Thompson # $FreeBSD$ PORTNAME= Catalyst-View-GraphViz PORTVERSION= 0.05 PORTREVISION= 7 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Catalyst::View::GraphViz - GraphViz View Class +COMMENT= GraphViz View Perl class for Catalyst BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Plugin-SubRequest>=0:www/p5-Catalyst-Plugin-SubRequest \ p5-GraphViz>=0:graphics/p5-GraphViz USES= perl5 USE_PERL5= configure .include Index: head/www/p5-HTML-Lint/Makefile =================================================================== --- head/www/p5-HTML-Lint/Makefile (revision 536773) +++ head/www/p5-HTML-Lint/Makefile (revision 536774) @@ -1,25 +1,25 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= HTML-Lint PORTVERSION= 2.32 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PETDANCE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= HTML::Lint - check for HTML errors in a string or file +COMMENT= Check for HTML errors in string or file with Perl LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Tagset>0:www/p5-HTML-Tagset \ p5-libwww>0:www/p5-libwww \ p5-HTML-Parser>0:www/p5-HTML-Parser USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/www/p5-HTML-TagCloud/Makefile =================================================================== --- head/www/p5-HTML-TagCloud/Makefile (revision 536773) +++ head/www/p5-HTML-TagCloud/Makefile (revision 536774) @@ -1,17 +1,17 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= HTML-TagCloud PORTVERSION= 0.38 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= HTML::TagCloud - Generate An HTML Tag Cloud +COMMENT= Generate an HTML tag cloud with Perl USES= perl5 USE_PERL5= configure .include Index: head/www/p5-Syntax-Highlight-Shell/Makefile =================================================================== --- head/www/p5-Syntax-Highlight-Shell/Makefile (revision 536773) +++ head/www/p5-Syntax-Highlight-Shell/Makefile (revision 536774) @@ -1,20 +1,20 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Syntax-Highlight-Shell PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Syntax::Highlight::Shell - Highlight shell scripts +COMMENT= Perl module for shell script highlighting BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Shell-Parser>=0:devel/p5-Shell-Parser USES= perl5 USE_PERL5= configure .include Index: head/www/p5-Template-Plugin-FillInForm/Makefile =================================================================== --- head/www/p5-Template-Plugin-FillInForm/Makefile (revision 536773) +++ head/www/p5-Template-Plugin-FillInForm/Makefile (revision 536774) @@ -1,25 +1,25 @@ # Created by: Lars Thegler # $FreeBSD$ PORTNAME= Template-Plugin-FillInForm PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm +COMMENT= TT plugin for HTML::FillInForm Perl module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/www/p5-WWW-Robot/Makefile =================================================================== --- head/www/p5-WWW-Robot/Makefile (revision 536773) +++ head/www/p5-WWW-Robot/Makefile (revision 536774) @@ -1,22 +1,22 @@ # Created by: will # $FreeBSD$ PORTNAME= WWW-Robot PORTVERSION= 0.026 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= WWW::Robot - configurable web traversal engine +COMMENT= Configurable web traversal engine in Perl BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-libwww>=0:www/p5-libwww \ p5-HTML-Tagset>=0:www/p5-HTML-Tagset USES= perl5 USE_PERL5= configure .include