Index: head/java/eclipse-shelled/Makefile =================================================================== --- head/java/eclipse-shelled/Makefile (revision 536693) +++ head/java/eclipse-shelled/Makefile (revision 536694) @@ -1,39 +1,39 @@ # Created by: Sutra Zhou # $FreeBSD$ PORTNAME= ShellEd PORTVERSION= 1.0.2a PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/1.0.2 PKGNAMEPREFIX= eclipse- DISTNAME= shelled_${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= zhoushuqun@gmail.com -COMMENT= ShellEd is a superb shell script editor for Eclipse +COMMENT= Shell script editor for Eclipse RUN_DEPENDS= eclipse:java/eclipse USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_OS= native do-install: @${MKDIR} ${WRKSRC}/eclipse @${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins @${MV} ${WRKSRC}/features ${WRKSRC}/eclipse/features @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} @${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins @${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features @${RM} -r ${WRKSRC}/eclipse .include Index: head/java/wildfly17/Makefile =================================================================== --- head/java/wildfly17/Makefile (revision 536693) +++ head/java/wildfly17/Makefile (revision 536694) @@ -1,71 +1,71 @@ # Created by: Simeo Reig # $FreeBSD$ PORTNAME= wildfly17 PORTVERSION= 17.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com -COMMENT= WildFly is a Java Jakarta EE8 application server developed by Red Hat +COMMENT= Java Jakarta EE8 application server developed by Red Hat LICENSE= GPLv2 USE_RC_SUBR= wildfly17 USE_JAVA= yes JAVA_VERSION= 1.8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include Index: head/java/wildfly18/Makefile =================================================================== --- head/java/wildfly18/Makefile (revision 536693) +++ head/java/wildfly18/Makefile (revision 536694) @@ -1,71 +1,71 @@ # Created by: Simeo Reig # $FreeBSD$ PORTNAME= wildfly18 PORTVERSION= 18.0.1 CATEGORIES= java www MASTER_SITES= https://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} MAINTAINER= reig.simeo@gmail.com -COMMENT= WildFly is a Java Jakarta EE8 application server developed by Red Hat +COMMENT= Java Jakarta EE8 application server developed by Red Hat LICENSE= GPLv2 USE_RC_SUBR= wildfly18 USE_JAVA= yes JAVA_VERSION= 1.8+ USER= www GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ USER=${USER} \ GROUP=${GROUP} \ PID_FILE=${PID_FILE} \ APP_HOME=${PREFIX}/${PORTNAME} PLIST_SUB= APP_HOME=${PORTNAME} CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ domain/configuration/application-roles.properties \ domain/configuration/application-users.properties \ domain/configuration/default-server-logging.properties \ domain/configuration/domain.xml \ domain/configuration/host-master.xml \ domain/configuration/host-slave.xml \ domain/configuration/host.xml \ domain/configuration/logging.properties \ domain/configuration/mgmt-groups.properties \ domain/configuration/mgmt-users.properties \ standalone/configuration/application-roles.properties \ standalone/configuration/application-users.properties \ standalone/configuration/logging.properties \ standalone/configuration/mgmt-groups.properties \ standalone/configuration/mgmt-users.properties \ standalone/configuration/standalone-full-ha.xml \ standalone/configuration/standalone-full.xml \ standalone/configuration/standalone-ha.xml \ standalone/configuration/standalone-load-balancer.xml \ standalone/configuration/standalone.xml do-build: ${RM} ${WRKSRC}/bin/*.bat ${RM} ${WRKSRC}/bin/*.ps1 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor .include Index: head/lang/ceylon/Makefile =================================================================== --- head/lang/ceylon/Makefile (revision 536693) +++ head/lang/ceylon/Makefile (revision 536694) @@ -1,41 +1,41 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= ceylon PORTVERSION= 1.3.3 CATEGORIES= lang java MASTER_SITES= http://downloads.ceylon-lang.org/cli/ MAINTAINER= ports@FreeBSD.org -COMMENT= Ceylon is a language for writing large programs in teams +COMMENT= Language for writing large programs in teams LICENSE= APACHE20 GPLv2 LICENSE_COMB= multi USES= zip NO_BUILD= yes USE_JAVA= yes JAVA_RUN= yes PORTDATA= * CEYLON_SCRIPTS= ceylon ceylon-sh-setup CEYLON_DIRS= contrib lib repo samples templates do-install: ${RM} ${WRKSRC}/bin/*.bat ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${DATADIR} .for d in ${CEYLON_DIRS} cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR} .endfor cd ${WRKSRC} && ${COPYTREE_BIN} bin ${STAGEDIR}${DATADIR} .for s in ${CEYLON_SCRIPTS} ${LN} -s ${DATADIR}/bin/${s} ${STAGEDIR}/${PREFIX}/bin/${s} .endfor .include Index: head/lang/pharo/Makefile =================================================================== --- head/lang/pharo/Makefile (revision 536693) +++ head/lang/pharo/Makefile (revision 536694) @@ -1,39 +1,39 @@ # Created by: mutoh@openedu.org # $FreeBSD$ PORTNAME= pharo DISTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= https://gforge.inria.fr/frs/download.php/30620/ DISTNAME= Pharo-${DISTVERSION}-${SVNVERSION} EXTRACT_ONLY= Pharo-${DISTVERSION}-${SVNVERSION}.zip MAINTAINER= ports@FreeBSD.org -COMMENT= Pharo is Smalltalk-inspired environment +COMMENT= Smalltalk-inspired language and environment LICENSE= APACHE20 MIT LICENSE_COMB= multi RUN_DEPENDS= squeak:lang/squeak SVNVERSION= 14438 NO_BUILD= yes USES= zip DIST_SUBDIR= squeak FILES_DIR= ${WRKDIR}/Pharo-${DISTVERSION}-${SVNVERSION}/ FILES_TO_INSTALL=Pharo-${DISTVERSION}.image \ Pharo-${DISTVERSION}.changes \ PharoV10.sources PLIST_FILES= lib/squeak/Pharo-${DISTVERSION}.image \ lib/squeak/Pharo-${DISTVERSION}.changes \ lib/squeak/PharoV10.sources do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/squeak ${INSTALL_DATA} ${FILES_TO_INSTALL:S,^,${FILES_DIR}/,} ${STAGEDIR}${PREFIX}/lib/squeak .include Index: head/lang/py-hy/Makefile =================================================================== --- head/lang/py-hy/Makefile (revision 536693) +++ head/lang/py-hy/Makefile (revision 536694) @@ -1,28 +1,28 @@ # Created by: David Kalliecharan # $FreeBSD$ PORTNAME= hy PORTVERSION= 0.17.0 CATEGORIES= lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dave@dal.ca -COMMENT= Hy is a dialect of Lisp that is embedded in Python +COMMENT= Dialect of Lisp that is embedded in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}clint>=0.4:devel/py-clint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastentrypoints>0:devel/py-fastentrypoints@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rply>=0.7.7:devel/py-rply@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/mail/eps/Makefile =================================================================== --- head/mail/eps/Makefile (revision 536693) +++ head/mail/eps/Makefile (revision 536694) @@ -1,40 +1,40 @@ # Created by: ismail@enderunix.org # $FreeBSD$ PORTNAME= eps PORTVERSION= 1.7 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}inter7/${PORTNAME}inter7/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= EPS is a Email Parsing System +COMMENT= Email Parsing System BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against symbol: content_prefs in readonly segment OPTIONS_DEFINE= DOCS USE_CSTD= gnu89 CFLAGS_amd64= -fPIC CFLAGS_i386= -fPIC CFLAGS_powerpc64= -fPIC CFLAGS_powerpc= -fPIC PORTDOCS= howto MAKE_ENV+= DEFS="${CFLAGS}" post-patch: @${REINPLACE_CMD} -e 's|^CC =|CC \?=|' \ -e 's|^DEFS =|DEFS \?=|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/libeps.a ${STAGEDIR}${PREFIX}/lib ${MKDIR} ${STAGEDIR}${PREFIX}/include/eps ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/eps ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/mailsync/Makefile =================================================================== --- head/mail/mailsync/Makefile (revision 536693) +++ head/mail/mailsync/Makefile (revision 536694) @@ -1,44 +1,44 @@ # Created by: Maxim Tulyuk # $FreeBSD$ PORTNAME= mailsync PORTVERSION= 5.2.1 PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org -COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized +COMMENT= Keeps collection of mailboxes synchronized LICENSE= GPLv2 LIB_DEPENDS= libc-client4.so:mail/cclient USES= autoreconf gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-c-client=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \ THANKS TODO ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ABSTRACT HACKING \ mail_open_close_flowchart.dia \ mail_open_close_flowchart.svg \ mail_open_close_flowchart2.svg ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync ${STAGEDIR}${EXAMPLESDIR} .include Index: head/mail/spmfilter/Makefile =================================================================== --- head/mail/spmfilter/Makefile (revision 536693) +++ head/mail/spmfilter/Makefile (revision 536694) @@ -1,97 +1,97 @@ # $FreeBSD$ PORTNAME= spmfilter PORTVERSION= 0.6.7 PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/files/ MAINTAINER= ast@treibsand.com -COMMENT= Spmfilter is a high-performance mail filtering framework, written in C +COMMENT= High-performance mail filtering framework written in C LICENSE= LGPL3 BUILD_DEPENDS= libcmime>=0.1.10:mail/libcmime \ libesmtp>=1.0:mail/libesmtp RUN_DEPENDS:= ${BUILD_DEPENDS} SMFUSER?= nobody SMFGROUP?= mail SMFDIR?= /var/spool/spmfilter USES= cmake:noninja pkgconfig CMAKE_ARGS+= --no-warn-unused-cli \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DB4 DEBUG LDAP MYSQL PGSQL OPTIONS_DEFAULT= DB4 DB4_DESC= DB4 backend # Default requirement for spmfilter rc script _REQUIRE= LOGIN SUB_FILES= pkg-deinstall PLIST_SUB= LIB_VERSION=${PORTVERSION} \ SMFUSER=${SMFUSER} \ SMFGROUP=${SMFGROUP} \ SMFDIR=${SMFDIR} .include .if ${PORT_OPTIONS:MDB4} USES+= bdb CMAKE_ARGS+= -DDB4_INCLUDE_DIR="${BDB_INCLUDE_DIR}" .else CMAKE_ARGS+= -DWITHOUT_DB4=TRUE .endif .if ${PORT_OPTIONS:MDEBUG} CMAKE_ARGS+= -DENABLE_DEBUG=TRUE .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes .if ${PORT_OPTIONS:MOPENLDAP_VER} WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} .endif .else CMAKE_ARGS+= -DWITHOUT_LDAP=TRUE .endif .if ${PORT_OPTIONS:MMYSQL} LIB_DEPENDS+= libzdb.so:databases/libzdb USES+= mysql _REQUIRE+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} LIB_DEPENDS+= libzdb.so:databases/libzdb USES+= pgsql _REQUIRE+= postgresql .endif .if !${PORT_OPTIONS:MMYSQL} && !${PORT_OPTIONS:MPGSQL} CMAKE_ARGS+= -DWITHOUT_ZDB=TRUE .endif SUB_LIST+= REQUIRE="${_REQUIRE}" post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' \ ${WRKSRC}/cmake/Modules/SMFMacros.cmake @${REINPLACE_CMD} -E -e 's|(HAVE_DB4 )db|\1${BDB_LIB_NAME}|' \ ${WRKSRC}/cmake/Modules/FindDB4.cmake @${REINPLACE_CMD} -E -e 's|\$$\{CMAKE_INSTALL_LIBDIR\}(/pkgconfig)|$${CMAKE_INSTALL_PREFIX}/libdata\1|' \ -e 's|(COMMON_LIBS )db|\1${BDB_LIB_NAME}|' \ ${WRKSRC}/src/CMakeLists.txt post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ @${MKDIR} ${STAGEDIR}${SMFDIR} .include Index: head/mail/sympa/Makefile =================================================================== --- head/mail/sympa/Makefile (revision 536693) +++ head/mail/sympa/Makefile (revision 536694) @@ -1,137 +1,137 @@ # Created by: Autrijus Tang # $FreeBSD$ PORTNAME= sympa DISTVERSION= 6.2.54 CATEGORIES= mail MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= Sympa is an electronic mailing list manager +COMMENT= Electronic mailing list manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-App-cpanminus>=0:devel/p5-App-cpanminus \ p5-Archive-Zip>=1.05:archivers/p5-Archive-Zip \ p5-CGI>=3.51:www/p5-CGI \ p5-Class-Singleton>=1.03:devel/p5-Class-Singleton \ p5-Crypt-CipherSaber>=0.50:security/p5-Crypt-CipherSaber \ p5-Crypt-Eksblowfish>=0.009:security/p5-Crypt-Eksblowfish \ p5-Crypt-OpenSSL-X509>=1.800.1:security/p5-Crypt-OpenSSL-X509 \ p5-Crypt-SMIME>=0.15:security/p5-Crypt-SMIME \ p5-Data-Password>=1.07:security/p5-Data-Password \ p5-DateTime-Format-Mail>=0.28:devel/p5-DateTime-Format-Mail \ p5-DateTime-TimeZone>=0.59:devel/p5-DateTime-TimeZone \ p5-DBD-CSV>=0.22:databases/p5-DBD-CSV \ p5-DBI>=1.48:databases/p5-DBI \ p5-Encode-Locale>=1.02:converters/p5-Encode-Locale \ p5-File-Copy-Recursive>=0.36:devel/p5-File-Copy-Recursive \ p5-File-NFSLock>=0:devel/p5-File-NFSLock \ p5-HTML-Format>=0:textproc/p5-HTML-Format \ p5-HTML-StripScripts-Parser>=1.03:www/p5-HTML-StripScripts-Parser \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-IO-Socket-SSL>=0.90:security/p5-IO-Socket-SSL \ p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-Locale-libintl>=1.22:devel/p5-Locale-libintl \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ p5-Mail-DKIM>=0.55:mail/p5-Mail-DKIM \ p5-MIME-Charset>=1.011.3:mail/p5-MIME-Charset \ p5-MIME-EncWords>=1.014:mail/p5-MIME-EncWords \ p5-MIME-Lite-HTML>=1.23:mail/p5-MIME-Lite-HTML \ p5-MIME-Tools>=5.423:mail/p5-MIME-Tools \ p5-Net-CIDR>=0.16:net-mgmt/p5-Net-CIDR \ p5-Net-DNS>=0.65:dns/p5-Net-DNS \ p5-perl-ldap>=0.40:net/p5-perl-ldap \ p5-Scalar-List-Utils>=1.20:lang/p5-Scalar-List-Utils \ p5-SOAP-Lite>=0.712:net/p5-SOAP-Lite \ p5-Template-Toolkit>=2.21:www/p5-Template-Toolkit \ p5-Term-ProgressBar>=2.09:devel/p5-Term-ProgressBar \ p5-Time-HiRes>=1.29:devel/p5-Time-HiRes \ p5-Unicode-LineBreak>=2019.001:textproc/p5-Unicode-LineBreak \ p5-URI>=1.35:net/p5-URI \ p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML \ mhonarc>=0:www/mhonarc # Shebang is corrected by configure script USES= autoreconf cpe fakeroot perl5 shebangfix gettext USE_GITHUB= YES GH_ACCOUNT= sympa-community USE_RC_SUBR= sympa # Ignore alpha/beta versions PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ USERS= sympa GROUPS= sympa GNU_CONFIGURE= yes ICONSDIR?= www/icons CONFIGURE_ARGS+=--enable-fhs \ --bindir=${PREFIX}/bin \ --libexecdir=${PREFIX}/libexec/${PORTNAME} \ --localedir=${PREFIX}/share/locale \ --localstatedir=/var/${PORTNAME} \ --sbindir=${PREFIX}/libexec/${PORTNAME} \ --datadir=${DATADIR} \ --sysconfdir=${ETCDIR} \ --with-confdir=${ETCDIR} \ --with-docdir=${EXAMPLESDIR} \ --with-expldir=${DATADIR}/list_data \ --with-defaultdir=${DATADIR}/defaults \ --without-initdir \ --with-lockdir=/var/spool/lock \ --with-modulesdir=${PREFIX}/libexec/${PORTNAME} \ --with-staticdir=${DATADIR}/static \ --with-cssdir=${DATADIR}/static/css \ --with-picturesdir=${DATADIR}/static/pictures \ --with-piddir=/var/run/${PORTNAME} \ --with-scriptdir=${PREFIX}/libexec/${PORTNAME} \ --with-spooldir=/var/spool/${PORTNAME} \ --with-cgidir=${PREFIX}/libexec/${PORTNAME} \ --without-smrshdir CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} \ ac_cv_path_POSTALIAS=${LOCALBASE}/sbin/postalias MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install pkg-message apache.sample nginx.sample fcgi.sample PORTEXAMPLES= * OPTIONS_DEFINE= FASTCGI APACHE DOCS EXAMPLES OPTIONS_DEFAULT=FASTCGI MYSQL OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= PGSQL MYSQL SQLITE OPTIONS_SUB= yes FASTCGI_RUN_DEPENDS= p5-FCGI>=0.67:www/p5-FCGI \ p5-CGI-Fast>=1.08:www/p5-CGI-Fast APACHE_IMPLIES= FASTCGI APACHE_USES= apache:run APACHE_RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:www/mod_fastcgi PGSQL_SUB_LIST= REQ_PGSQL=postgresql PGSQL_SUB_LIST_OFF= REQ_PGSQL="" PGSQL_RUN_DEPENDS= p5-DBD-Pg>=2.00:databases/p5-DBD-Pg MYSQL_SUB_LIST= REQ_MYSQL=mysql MYSQL_SUB_LIST_OFF= REQ_MYSQL="" MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.31:databases/p5-DBD-SQLite post-patch: @${REINPLACE_CMD} -e 's|^\( *staticdir=\).*$$|\1${DATADIR}|' \ -e 's|^\( *arcdir=\).*$$|\1${DATADIR}/arc|' \ -e 's|^\( *bouncedir=\).*$$|\1${DATADIR}/bounce|' \ ${WRKSRC}/configure.ac post-install: for link in sympa.pl sympa_wizard.pl upgrade_bulk_spool.pl upgrade_send_spool.pl; do \ (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -f -s ../libexec/sympa/$$link) \ done ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS.md ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/apache.sample ${WRKDIR}/nginx.sample \ ${WRKDIR}/fcgi.sample ${STAGEDIR}${EXAMPLESDIR} .include Index: head/math/gap/Makefile =================================================================== --- head/math/gap/Makefile (revision 536693) +++ head/math/gap/Makefile (revision 536694) @@ -1,96 +1,96 @@ # Created by: keith@FreeBSD.org # $FreeBSD$ PORTNAME= gap PORTVERSION= 4.11.0 CATEGORIES= math MASTER_SITES= https://files.gap-system.org/${PORTNAME}-${PORTVERSION:R}/${EXTRACT_SUFX:C/\.//}/ MAINTAINER= hrs@FreeBSD.org -COMMENT= GAP is a system for computational discrete algebra +COMMENT= System for computational discrete algebra LICENSE= GPLv2+ BROKEN_aarch64= fails to link: undefined reference to SyAllocBags BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf:build gmake libtool localbase perl5 shebangfix \ readline tar:bzip2 SHEBANG_FILES= . USE_PERL5= run OPTIONS_DEFINE= ADDPACK MANU OPTIONS_DEFAULT=ADDPACK OPTIONS_SUB= yes ADDPACK_DESC= Additional packages typically "expected" out-of-the-box ADDPACK_VARS= ADD_PACK="${ADDPACK}" MANU_DESC= HTML and PDF manuals MANU_USE= TEX=latex:build,formats,web2c MANU_VARS= DOC_TARGET=doc GNU_CONFIGURE= yes MAKEFILE= GNUmakefile ALL_TARGET= all ${DOC_TARGET} INSTALL_TARGET= install-headers install-libgap USE_LDCONFIG= yes PORTDATA= doc/* MAKE_JOBS_UNSAFE=yes # The minimal packages GAP needs to run (do not need compilation) MINPACK= GAPDoc- HeLP- primgrp- SmallGrp- transgrp ADDPACK= atlasrep autpgrp- alnuth- crisp- ctbllib FactInt- fga \ irredsol- laguna- polenta- polycyclic- resclasses- \ sophus- tomlib- ACLOCVER= 1.16 # Truncated version of aclocal / automake BASH2FIX= pkg/AGT-0.1/GNUmakefile \ pkg/AGT-0.1/gac .include pre-configure: # Avoid conflict with C++20 by ignoring <...> under WRKSRC ${REINPLACE_CMD} -i .c++20 's/-I/-iquote/' \ ${WRKSRC}/pkg/*/Makefile.in .for f in ${BASH2FIX} ${REINPLACE_CMD} -i '' -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/${f} .endfor .for f in aclocal.m4 configure ${FIND} ${WRKSRC} -name ${f} | ${XARGS} ${REINPLACE_CMD} -i '' \ -e "s|am__api_version='1.15'|am__api_version='${ACLOCVER}'|" .endfor post-build: cd ${WRKSRC}/pkg/simpcomp && \ ${SETENV} ${CONFIGURE_ENV} ${SH} configure \ ${CONFIGURE_ARGS:N--with-*} && \ ${MAKE} ${MAKEFLAGS} && \ ${MAKE} ${MAKEFLAGS} install-strip && \ ${RM} bistellar post-install: ${INSTALL_DATA} ${WRKSRC}/gen/config.h ${STAGEDIR}${PREFIX}/include/gap (cd ${WRKSRC} && \ ./libtool --mode=install install gap ${STAGEDIR}${PREFIX}/bin/gap-bin) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gap-bin (cd ${WRKSRC} && \ ./libtool --mode=install install gac ${STAGEDIR}${PREFIX}/bin/gac) ${SED} -e "s:${WRKSRC}:${GAP_LIBDIR}:" ${WRKSRC}/bin/gap.sh \ > ${WRKSRC}/bin/gap ${SED} -e "s:GAP_DIR=.*:GAP_DIR=${DATADIR}:" \ -e "s:GAP_EXE=.*:GAP_EXE=${PREFIX}/bin/gap-bin:" \ -e "/^exec/s:/gap::" ${WRKSRC}/bin/gap.sh > ${WRKSRC}/bin/gap ${INSTALL_SCRIPT} ${WRKSRC}/bin/gap ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR}/pkg .for subdir in doc etc gen grp lib tst sysinfo.gap ${CP} -R ${WRKSRC}/${subdir} ${STAGEDIR}${DATADIR}/ .endfor .for p in ${MINPACK} ${ADD_PACK} (cd ${WRKSRC}/pkg && ${CP} -R $$(ls -d ${p}*) ${STAGEDIR}${DATADIR}/pkg/) .endfor .include Index: head/math/py-pystan/Makefile =================================================================== --- head/math/py-pystan/Makefile (revision 536693) +++ head/math/py-pystan/Makefile (revision 536694) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= pystan PORTVERSION= 2.19.0.0 PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com -COMMENT= PyStan is the Python interface for Stan +COMMENT= Python interface for Stan LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++14-lang python shebangfix USE_PYTHON= autoplist distutils BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} SHEBANG_FILES= ${WRKSRC}/pystan/stan/lib/stan_math/lib/upgrade-sundials.sh \ ${WRKSRC}/pystan/stan/lib/stan_math/hooks/pre-commit \ ${WRKSRC}/pystan/stan/lib/stan_math/runTests.py \ NO_ARCH= yes NO_ARCH_IGNORE= _api.so _chains.so _misc.so .include Index: head/math/suitesparse/Makefile =================================================================== --- head/math/suitesparse/Makefile (revision 536693) +++ head/math/suitesparse/Makefile (revision 536694) @@ -1,85 +1,85 @@ # Created by: Maho Nakata # $FreeBSD$ PORTNAME= suitesparse PORTVERSION= 5.7.2 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= fortran@FreeBSD.org -COMMENT= SuiteSparse is a set of packages for sparse matrices calculation +COMMENT= Set of packages for sparse matrix calculation LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libmetis.so:math/metis USE_GITHUB= yes GH_ACCOUNT= DrTimothyAldenDavis GH_PROJECT= SuiteSparse USES= cmake:insource fortran gmake localbase:ldflags USE_LDCONFIG= yes ALL_TARGET= library # skip demos INSTALL_TARGET= install # skip USES=cmake MAKE_ENV= BLAS="${BLASLIB}" LAPACK="${LAPACKLIB}" \ MY_METIS_LIB="-lmetis" \ JOBS="${MAKE_JOBS_NUMBER}" \ CMAKE_OPTIONS='${CMAKE_ARGS}' \ INSTALL="${STAGEDIR}${PREFIX}" \ INSTALL_DOC="${STAGEDIR}${DOCSDIR}" \ INSTALL_INCLUDE="${STAGEDIR}${PREFIX}/include/${PORTNAME}" CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR:PATH="include/${PORTNAME}" \ -DBUILD_GRB_STATIC_LIBRARY:BOOL=ON LDFLAGS+= -L${WRKSRC}/lib # prevent linking with shared libs from the preinstalled older versions CONFLICTS_INSTALL= mongoose plinkseq # bin/mongoose OPTIONS_DEFINE= DOCS OPENMP TBB OPTIONS_RADIO= BLAS OPTIONS_RADIO_BLAS= ATLAS GOTOBLAS NETLIB OPENBLAS OPTIONS_DEFAULT= OPENBLAS OPENMP TBB ATLAS_USES= blaslapack:atlas GOTOBLAS_DESC= Goto blas implementation GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib OPENBLAS_USES= blaslapack:openblas OPENMP_USES= compiler:openmp OPENMP_MAKE_ENV_OFF= CFOPENMP= .if !exists(/usr/include/omp.h) # XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet OPENMP_VARS= OPENMP=gcc- .endif TBB_DESC= Intel threading building blocks TBB_LIB_DEPENDS= libtbb.so:devel/tbb TBB_MAKE_ENV= TBB="-ltbb" SPQR_CONFIG="-DHAVE_TBB" .include .if ${ARCH} == i386 # See PR 230888 : Missing 64 bit atomic functions for i386 USES+= compiler:gcc-c++11-lib LDFLAGS+= -latomic .elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1 USE_GCC= yes .else USES+= compiler:${OPENMP}c++11-lib .endif post-extract: ${RM} -r ${WRKSRC}/metis-* do-configure: # skip USES=cmake post-patch-OPENMP-off: @${REINPLACE_CMD} -e '/find_package.*OpenMP/d' \ ${WRKSRC}/GraphBLAS/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/misc/granulate/Makefile =================================================================== --- head/misc/granulate/Makefile (revision 536693) +++ head/misc/granulate/Makefile (revision 536694) @@ -1,24 +1,24 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= granulate PORTVERSION= 0.2 CATEGORIES= misc MASTER_SITES= https://github.com/jharris3299/distfiles/raw/master/ MAINTAINER= jharris@widomaker.com -COMMENT= Granulate is a program for splitting files in place +COMMENT= Program for splitting files in place LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/granulate post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/misc/rpl/Makefile =================================================================== --- head/misc/rpl/Makefile (revision 536693) +++ head/misc/rpl/Makefile (revision 536694) @@ -1,22 +1,22 @@ # Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ PORTNAME= rpl PORTVERSION= 1.4.1 CATEGORIES= misc MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ MAINTAINER= mich@FreeBSD.org -COMMENT= Rpl is a Unix text replacement utility +COMMENT= Unix text replacement utility LICENSE= GPLv2 GNU_CONFIGURE= yes PLIST_FILES= bin/rpl man/man1/rpl.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/multimedia/mythtv/Makefile =================================================================== --- head/multimedia/mythtv/Makefile (revision 536693) +++ head/multimedia/mythtv/Makefile (revision 536694) @@ -1,192 +1,192 @@ # Created by: Stacey Son , Ari Maniatis # $FreeBSD$ PORTNAME= mythtv DISTVERSIONPREFIX= v DISTVERSION= 30.0 PORTREVISION?= 5 PORTEPOCH= 1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= aab7d3f065a7.patch:-p2 MAINTAINER?= ports@FreeBSD.org -COMMENT?= MythTV is a homebrew PVR project +COMMENT?= Homebrew PVR project LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment .endif LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libmp3lame.so:audio/lame \ libsamplerate.so:audio/libsamplerate \ libtag.so:audio/taglib \ libexiv2.so:graphics/exiv2 \ libva.so:multimedia/libva \ libva-glx.so:multimedia/libva-glx \ libbluray.so:multimedia/libbluray \ libass.so:multimedia/libass \ libfftw3_threads.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libfreetype.so:print/freetype2 \ libxml2.so:textproc/libxml2 BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto USES= gmake gl iconv libtool pkgconfig pathfix qmake:no_env qt:5 ssl \ xorg USE_GITHUB= yes GH_ACCOUNT= MythTV USE_GL= gl USE_LDCONFIG= yes USE_QT= buildtools_build core dbus gui imageformats_run \ linguist_build network opengl qmake_build script sql \ sql-mysql_run webkit widgets xml USE_XORG= x11 xv xrandr xxf86vm xinerama xext xcb HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \ --libxml2-path="${LOCALBASE}/include/libxml2" \ --enable-opengl-video \ --disable-audio-alsa --disable-indev=alsa \ --disable-outdev=alsa CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \ QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" MAKE_ENV= QTDIR="${PREFIX}" \ QMAKESPEC="${QMAKESPEC}" NOPRECIOUSMAKEVARS= # don't override ARCH in ffmpeg makefiles DESTDIRNAME= INSTALL_ROOT CPPFLAGS+= ${QTCPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib REINPLACE_ARGS= -i "" WRKSRC_SUBDIR= ${PORTNAME} DESKTOP_ENTRIES="MythTV Frontend" "MythTV is a homebrew PVR project" "" \ "mythfrontend" "AudioVideo;Video;" false .if defined(SLAVEPORT) && ${SLAVEPORT} == "frontend" CONFLICTS_INSTALL= mythtv CONFIGURE_ARGS+=--disable-dvb --disable-firewire --disable-hdhomerun \ --disable-hdpvr --disable-ivtv --disable-v4l2 \ --without-bindings=perl,python,php EXTRA_PATCHES= ${FILESDIR}/extrapatch-programs_programs.pro OPTIONS_EXCLUDE+= BINDINGS LIRC MYSQL .else CONFLICTS_INSTALL= mythtv-frontend BUILD_DEPENDS+= v4l_compat>=1.18.0:multimedia/v4l_compat RUN_DEPENDS+= tv_check:textproc/p5-xmltv \ wget:ftp/wget USES+= perl5 python:2.7 shebangfix USE_PERL5= run build USE_RC_SUBR= mythbackend SHEBANG_FILES= programs/scripts/database/*.pl \ programs/scripts/internetcontent/*.py \ programs/scripts/internetcontent/*.pl \ programs/scripts/internetcontent/nv_python_libs/*.py \ programs/scripts/hardwareprofile/*.py \ programs/scripts/metadata/Television/ttvdb.py \ programs/scripts/metadata/Movie/tmdb3.py \ programs/scripts/metadata/Music/mbutils.py CONFIGURE_ARGS+=--dvb-path="${LOCALBASE}/include" \ --enable-ivtv --enable-v4l2 --enable-xv USERS= mythtv GROUPS= mythtv DATADIR= ${PREFIX}/share/mythtv SUB_FILES= pkg-message .endif OPTIONS_DEFINE= BINDINGS HDHOMERUN JACK LIRC MYSQL PULSEAUDIO VDPAU OPTIONS_DEFAULT= BINDINGS HDHOMERUN VDPAU OPTIONS_SUB= yes BINDINGS_DESC= Perl and Python bindings BINDINGS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.1.0_1:www/py-urlgrabber@${PY_FLAVOR} \ p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>0:databases/p5-DBD-mysql \ p5-Net-UPnP>=0:multimedia/p5-Net-UPnP \ p5-IO-Socket-INET6>=2.51:net/p5-IO-Socket-INET6 \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-HTTP-Request-Params>=0:www/p5-HTTP-Request-Params \ p5-LWP-UserAgent-Determined>=0:www/p5-LWP-UserAgent-Determined BINDINGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-cache>0:www/py-requests-cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.1.0_1:www/py-urlgrabber@${PY_FLAVOR} \ p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>0:databases/p5-DBD-mysql \ p5-Net-UPnP>=0:multimedia/p5-Net-UPnP \ p5-IO-Socket-INET6>=2.51:net/p5-IO-Socket-INET6 \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-HTTP-Request-Params>=0:www/p5-HTTP-Request-Params \ p5-LWP-UserAgent-Determined>=0:www/p5-LWP-UserAgent-Determined BINDINGS_CONFIGURE_ON= --python=${PYTHON_CMD} BINDINGS_CONFIGURE_OFF= --without-bindings=perl,python HDHOMERUN_DESC= Native support for HDHomeRun network tuners HDHOMERUN_LIB_DEPENDS= libhdhomerun.so:multimedia/libhdhomerun HDHOMERUN_CONFIGURE_OFF= --disable-hdhomerun JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ON= --enable-audio-jack --enable-indev=jack JACK_CONFIGURE_OFF= --disable-audio-jack --disable-indev=jack LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CONFIGURE_ENABLE= lirc MYSQL_DESC= Install MySQL server in addition to client MYSQL_USES= mysql:client,server MYSQL_USES_OFF= mysql PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= audio-pulse audio-pulseoutput VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CONFIGURE_ENABLE= vdpau post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/configure \ ${WRKSRC}/libs/libmythtv/libmythtv.pro \ ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ ${WRKSRC}/programs/mythtranscode/external/replex/Makefile.standalone \ ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze post-install: .if !defined(SLAVEPORT) @${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database ${INSTALL_DATA} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database .endif @${FIND} ${STAGEDIR}${PREFIX}/bin -type f -exec ${SH} -c "${FILE} -i '{}' | \ ${GREP} -q 'x-executable; charset=binary'" \; -print | ${XARGS} ${STRIP_CMD} @(cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} lib/libmyth*.so lib/mythtv/filters/lib*.so) # Apply additional substitutions to pkg-plist generated by the 'makeplist' target create-plist: stage @(cd ${.CURDIR} && ${MAKE} makeplist > pkg-plist && \ ${REINPLACE_CMD} -E \ -e '1d' -e '/etc\/rc.d\/mythbackend/d' -e '/packlist/d' \ -e '/mythfrontend.desktop/d' \ -e '/(^%%PYTHON_SITELIBDIR%%|^%%SITE_PERL%%|mythpython|mythwikiscripts)/s|^|%%BINDINGS%%|g' \ pkg-plist) .include Index: head/multimedia/mythtv-frontend/Makefile =================================================================== --- head/multimedia/mythtv-frontend/Makefile (revision 536693) +++ head/multimedia/mythtv-frontend/Makefile (revision 536694) @@ -1,14 +1,14 @@ # Created by: Bernhard Froehlich # $FreeBSD$ PORTREVISION= 1 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= ports@FreeBSD.org -COMMENT= MythTV is a homebrew PVR project (frontend only) +COMMENT= Homebrew PVR project (frontend only) MASTERDIR= ${.CURDIR}/../../multimedia/mythtv SLAVEPORT= frontend PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Index: head/net/hexinject/Makefile =================================================================== --- head/net/hexinject/Makefile (revision 536693) +++ head/net/hexinject/Makefile (revision 536694) @@ -1,24 +1,24 @@ # Created by: Sofian Brabez # $FreeBSD$ PORTNAME= hexinject PORTVERSION= 1.6 CATEGORIES= net security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org -COMMENT= HexInject is a very versatile packet injector and sniffer +COMMENT= Versatile packet injector and sniffer LICENSE= BSD2CLAUSE PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's#gcc#${CC}#g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/net/imapproxy/Makefile =================================================================== --- head/net/imapproxy/Makefile (revision 536693) +++ head/net/imapproxy/Makefile (revision 536694) @@ -1,23 +1,23 @@ # Created by: Lasse L. Johnsen (lasse@freebsdcluster.org) # $FreeBSD$ PORTNAME= imapproxy PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ MAINTAINER= lasse@freebsdcluster.org -COMMENT= ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP +COMMENT= Caching IMAP proxy daemon to be used with Horde/IMP HAS_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|= -O3|+= |' ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/example.conf \ ${STAGEDIR}${PREFIX}/etc/imapproxy.conf.dist .include Index: head/net/ipgrab/Makefile =================================================================== --- head/net/ipgrab/Makefile (revision 536693) +++ head/net/ipgrab/Makefile (revision 536694) @@ -1,37 +1,37 @@ # Created by: Aaron Zauner # $FreeBSD$ PORTNAME= ipgrab PORTVERSION= 0.9.10 PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= IPgrab is a verbose packet sniffer for UNIX hosts +COMMENT= Verbose packet sniffer for Unix hosts BUILD_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap GNU_CONFIGURE= yes USE_CSTD= gnu89 INFO= ipgrab DOCS= README AUTHORS COPYING ChangeLog \ DEVELOPER-HOWTO INSTALL NEWS TODO PLIST_FILES= bin/ipgrab man/man8/ipgrab.8.gz PORTDOCS= README AUTHORS COPYING ChangeLog DEVELOPER-HOWTO \ INSTALL NEWS TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_MAN} ${WRKSRC}/doc/ipgrab.8 ${STAGEDIR}${MANPREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/doc/ipgrab.info ${STAGEDIR}${PREFIX}/${INFO_PATH} ${INSTALL_PROGRAM} ${WRKSRC}/src/ipgrab ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/net/knc/Makefile =================================================================== --- head/net/knc/Makefile (revision 536693) +++ head/net/knc/Makefile (revision 536694) @@ -1,21 +1,21 @@ # Created by: Denis Generalov # $FreeBSD$ PORTNAME= knc PORTVERSION= 1.7.1 CATEGORIES= net MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ MAINTAINER= gd.workbox@gmail.com -COMMENT= KNC is Kerberised NetCat +COMMENT= Kerberised NetCat LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi USES= libtool GNU_CONFIGURE= yes PLIST_FILES= bin/knc \ man/man1/knc.1.gz .include Index: head/net/rabbitmq/Makefile =================================================================== --- head/net/rabbitmq/Makefile (revision 536693) +++ head/net/rabbitmq/Makefile (revision 536694) @@ -1,87 +1,87 @@ # Created by: Phillip Neumann # $FreeBSD$ PORTNAME= rabbitmq DISTVERSION= 3.8.3 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} MAINTAINER= erlang@FreeBSD.org -COMMENT= RabbitMQ is an implementation of AMQP +COMMENT= Erlang implementation of AMQP LICENSE= MPL11 LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-RabbitMQ BUILD_DEPENDS= erlang-runtime21>=21.3:lang/erlang-runtime21 \ elixir>=1.10:lang/elixir \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} \ xmlto:textproc/xmlto \ zip:archivers/zip \ rsync:net/rsync RUN_DEPENDS= erlang-runtime21>=21.3:lang/erlang-runtime21 USES= cpe gmake shebangfix tar:xz USE_LOCALE= en_US.UTF-8 USE_RC_SUBR= rabbitmq NO_ARCH= yes OPTIONS_DEFINE= ADMIN OPTIONS_SUB= yes ADMIN_DESC= Install rabbitmqadmin script ADMIN_USES= python ADMIN_USES_OFF= python:build ALL_TARGET= install USERS= rabbitmq GROUPS= rabbitmq PLIST_SUB= VERSION=${PORTVERSION} CPE_VENDOR= pivotal_software REINPLACE_ARGS= -i "" SCRIPTS_DIR= ${WRKSRC}/deps/rabbit/scripts SHEBANG_FILES= deps/rabbitmq_management/bin/rabbitmqadmin MAKE_ARGS+= PYTHON=${PYTHON_CMD} MAKE_ENV+= PATH="${LOCALBASE}/lib/erlang21/bin:${PATH}" \ RMQ_LIBDIR="${PREFIX}/lib" \ MANDIR="${PREFIX}/man" \ DESTDIR="${STAGEDIR}" MAKE_JOBS_UNSAFE= yes ERLANG_LIB= erlang21 .include post-patch: @${REINPLACE_CMD} -e 's|/etc/rabbitmq|${PREFIX}/etc/rabbitmq|g ; s|/var/lib|/var/db|g ; s|$${ERL_DIR}erl|${PREFIX}/lib/${ERLANG_LIB}/bin/erl|g' \ ${SCRIPTS_DIR}/rabbitmq-server \ ${SCRIPTS_DIR}/rabbitmqctl \ ${SCRIPTS_DIR}/rabbitmq-env \ ${SCRIPTS_DIR}/rabbitmq-plugins \ ${SCRIPTS_DIR}/rabbitmq-defaults \ ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/rabbitmq @${MKDIR} ${STAGEDIR}/var/db/rabbitmq/mnesia @${MKDIR} ${STAGEDIR}/var/log/rabbitmq ${INSTALL_DATA} ${WRKSRC}/deps/rabbit/docs/advanced.config.example \ ${STAGEDIR}${PREFIX}/etc/rabbitmq/advanced.config.sample ${INSTALL_DATA} ${WRKSRC}/deps/rabbit/docs/rabbitmq.conf.example \ ${STAGEDIR}${PREFIX}/etc/rabbitmq/rabbitmq.conf.sample .for _file in cuttlefish rabbitmq-defaults rabbitmq-diagnostics rabbitmq-env rabbitmq-plugins rabbitmq-server rabbitmq-upgrade rabbitmqctl ${LN} -s ../lib/rabbitmq_server-${PORTVERSION}/sbin/${_file} ${STAGEDIR}${PREFIX}/sbin .endfor ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/*.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 post-install-ADMIN-on: ${INSTALL} ${WRKSRC}/deps/rabbitmq_management/bin/rabbitmqadmin ${STAGEDIR}${PREFIX}/bin .include Index: head/net/radsecproxy/Makefile =================================================================== --- head/net/radsecproxy/Makefile (revision 536693) +++ head/net/radsecproxy/Makefile (revision 536694) @@ -1,32 +1,32 @@ # Created by: Honza Betik # $FreeBSD$ PORTNAME= radsecproxy PORTVERSION= 1.8.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GH MAINTAINER= m.tsatsenko@gmail.com -COMMENT= Radsecproxy is a generic RADIUS proxy +COMMENT= Generic RADIUS proxy LICENSE= BSD3CLAUSE LIB_DEPENDS= libnettle.so:security/nettle USES= autoreconf cpe localbase:ldflags ssl tar:tgz GNU_CONFIGURE= yes USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} CPE_VENDOR= switch .include post-install: ${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS} ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \ ${STAGEDIR}${PREFIX}/etc .include Index: head/net/rubygem-rabbiter/Makefile =================================================================== --- head/net/rubygem-rabbiter/Makefile (revision 536693) +++ head/net/rubygem-rabbiter/Makefile (revision 536694) @@ -1,24 +1,24 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= rabbiter PORTVERSION= 2.0.4 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org -COMMENT= Rabbiter is a twitter client for Rabbit +COMMENT= Twitter client for Rabbit LICENSE= GPLv2+ RUN_DEPENDS= rubygem-gio2>=2.1.1:devel/rubygem-gio2 \ rubygem-rabbit>=2.0.0:misc/rubygem-rabbit \ rubygem-twitter_oauth>0:security/rubygem-twitter_oauth \ rubygem-twitter>0:net/rubygem-twitter NO_ARCH= yes USES= gem USE_RUBY= yes PLIST_FILES= bin/rabbiter .include Index: head/net/rude/Makefile =================================================================== --- head/net/rude/Makefile (revision 536693) +++ head/net/rude/Makefile (revision 536694) @@ -1,45 +1,45 @@ # Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ PORTNAME= rude PORTVERSION= 0.70 PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Rude is a Real-time UDP Data Emitter and Collector (crude) +COMMENT= Real-time UDP data emitter and collector LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/DOC/COPYING RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk HAS_CONFIGURE= yes CONFIGURE_ENV= --with-debug-lvl=3 USES= perl5 shebangfix SHEBANG_FILES= grude/grude WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README README.rude README.crude TODO example.cfg PORTEXAMPLES= crude_jitter.pl crude_parse.pl dump2trace.pl OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${INSTALL_SCRIPT} ${WRKSRC}/grude/grude ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/DOC/${FILE} ${STAGEDIR}${DOCSDIR} .endfor do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for FILE in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/net/splatd/Makefile =================================================================== --- head/net/splatd/Makefile (revision 536693) +++ head/net/splatd/Makefile (revision 536694) @@ -1,46 +1,46 @@ # Created by: Landon Fuller # $FreeBSD$ PORTNAME= splatd PORTVERSION= 1.2 DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 8 CATEGORIES= net MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier +COMMENT= Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= splat USE_RC_SUBR= splatd SUB_LIST= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= threerings OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/splat.conf ${STAGEDIR}${PREFIX}/etc/splat.conf.sample ${MV} -f ${STAGEDIR}${PREFIX}/bin/splatd ${STAGEDIR}${PREFIX}/sbin/splatd ${INSTALL_MAN} ${WRKSRC}/docs/man/splat.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/docs/man/splatd.8 ${STAGEDIR}${MANPREFIX}/man/man8 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml ${INSTALL_DATA} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml .include Index: head/net/srelay/Makefile =================================================================== --- head/net/srelay/Makefile (revision 536693) +++ head/net/srelay/Makefile (revision 536694) @@ -1,23 +1,23 @@ # Created by: Bernhard Froehlich # $FreeBSD$ PORTNAME= srelay PORTVERSION= 0.4.8p1 CATEGORIES= net MASTER_SITES= SOURCEFORGE/socks-relay/socks-relay/${PORTNAME}-0.4.8 MAINTAINER= decke@FreeBSD.org -COMMENT= Srelay is a SOCKS4/5 proxy and Relay +COMMENT= SOCKS4/5 proxy and relay LICENSE= BSD3CLAUSE HAS_CONFIGURE= yes USE_RC_SUBR= srelay do-install: ${INSTALL_DATA} ${WRKSRC}/srelay.conf ${STAGEDIR}${PREFIX}/etc/srelay.conf.sample ${INSTALL_DATA} ${WRKSRC}/srelay.passwd ${STAGEDIR}${PREFIX}/etc/srelay.passwd.sample ${INSTALL_MAN} ${WRKSRC}/srelay.8 ${STAGEDIR}${PREFIX}/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/srelay ${STAGEDIR}${PREFIX}/sbin .include Index: head/net/stone/Makefile =================================================================== --- head/net/stone/Makefile (revision 536693) +++ head/net/stone/Makefile (revision 536694) @@ -1,48 +1,48 @@ # Created by: Yoshihiko Sarumaru # $FreeBSD$ PORTNAME= stone PORTVERSION= 2.3e CATEGORIES= net MASTER_SITES= http://www.gcd.org/sengoku/stone/ MAINTAINER= ports@FreeBSD.org -COMMENT= Stone is a TCP/IP packet repeater in the application layer +COMMENT= TCP/IP packet repeater in the application layer LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-2.3d-2.3.2.7 USE_RC_SUBR= stone .if !defined(WITHOUT_SSL) USES= ssl .endif .include .if defined(WITHOUT_SSL) ALL_TARGET= bsd-pop MAKE_ARGS= POP_LIBS="-lmd" LIBS="-DUNIX_DAEMON" post-extract: ${TOUCH} ${WRKSRC}/global.h .else ALL_TARGET= bsd-ssl MAKE_ARGS= SSL_FLAGS="-DUSE_SSL -I${OPENSSLINC}" \ SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" LIBS="-DUNIX_DAEMON" .endif .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_session_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_session_st' .endif post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stone ${STAGEDIR}${PREFIX}/bin/stone ${INSTALL_MAN} ${FILESDIR}/stone.1 ${STAGEDIR}${PREFIX}/man/man1/stone.1 ${INSTALL_MAN} ${FILESDIR}/stone.1.ja ${STAGEDIR}${PREFIX}/man/ja/man1/stone.1 ${INSTALL_DATA} ${FILESDIR}/stone.cnf ${STAGEDIR}${PREFIX}/etc/stone.cnf.sample .include Index: head/net/tacacs/Makefile =================================================================== --- head/net/tacacs/Makefile (revision 536693) +++ head/net/tacacs/Makefile (revision 536694) @@ -1,63 +1,63 @@ # $FreeBSD$ PORTNAME= tacacs PORTVERSION= 202004081858 CATEGORIES= net MASTER_SITES= http://www.pro-bono-publico.de/projects/src/ MAINTAINER= akuz84@gmail.com -COMMENT= This is a TACACS+ daemon from pro-bono +COMMENT= TACACS+ daemon from pro-bono LICENSE= BSD3CLAUSE USES= gmake perl5 ssl shebangfix CONFLICTS= tac_plus4 HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl \ --with-zlib \ --libdir=${LOCALBASE}/lib \ --installroot=${STAGEDIR} mavis spawnd mavisd tac_plus USE_LDCONFIG= yes OPTIONS_DEFINE= CURL FREERADIUS SCTP PCRE OPTIONS_DEFAULT= SCTP MAKE_JOBS_UNSAFE=yes SCTP_DESC= SCTP support SCTP_CONFIGURE_WITH= sctp PCRE_DESC= PCRE support PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ON= --with-pcre-lib=${LOCALBASE}/lib PCRE_CONFIGURE_OFF= CURL_DESC= Curl support CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --with-curl-lib=${LOCALBASE}/lib CURL_CONFIGURE_OFF= FREERADIUS_DESC= Freeradius support FREERADIUS_LIB_DEPENDS= libfreeradius-radius.so:net/freeradius3 FREERADIUS_CONFIGURE_ON= --with-pcre-lib=${LOCALBASE}/lib FREERADIUS_CONFIGURE_OFF= USERS= tacacs GROUPS= tacacs WRKSRC= ${WRKDIR}/PROJECTS SHEBANG_FILES= tac_plus/sample/tac_plus.cfg USE_RC_SUBR?= tac_plus post-build: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/tac_plus/sample/tac_plus.cfg post-install: .include Index: head/net/yaph/Makefile =================================================================== --- head/net/yaph/Makefile (revision 536693) +++ head/net/yaph/Makefile (revision 536694) @@ -1,18 +1,18 @@ # Created by: Patrick MARIE # $FreeBSD$ PORTNAME= yaph PORTVERSION= 0.91 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Yaph is a proxy scanner +COMMENT= Yet Another Proxy Hunter (proxy scanner) GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yaph/yaph ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/yaph/yaph.conf ${STAGEDIR}${PREFIX}/etc .include Index: head/net-im/qxmpp-qt5/Makefile =================================================================== --- head/net-im/qxmpp-qt5/Makefile (revision 536693) +++ head/net-im/qxmpp-qt5/Makefile (revision 536694) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= qxmpp DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= net-im PKGNAMESUFFIX= -qt5 MAINTAINER= kde@FreeBSD.org -COMMENT= QXmpp is an xmpp client library based on Qt & C++ +COMMENT= XMPP client library based on Qt and C++ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL USES= cmake compiler:c++11-lang libtool pathfix pkgconfig qt:5 USE_QT= core gui network xml \ buildtools_build qmake_build testlib_build QMAKE_ARGS= QXMPP_NO_TESTS=1 USE_GITHUB= yes GH_ACCOUNT= qxmpp-project PLIST_SUB= VERSION=${PORTVERSION} .include Index: head/net-mgmt/sendip/Makefile =================================================================== --- head/net-mgmt/sendip/Makefile (revision 536693) +++ head/net-mgmt/sendip/Makefile (revision 536694) @@ -1,34 +1,34 @@ # Created by: joseph@randomnetworks.com # $FreeBSD$ PORTNAME= sendip PORTVERSION= 2.5 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= coco@executive-computing.de -COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets +COMMENT= Command-line tool for sending arbitrary IP packets LICENSE= GPLv2 BUILD_DEPENDS= help2man:misc/help2man USES= gmake perl5 compiler USE_LDCONFIG= yes .include .if ${COMPILER_TYPE} == clang CFLAGS+= -Wno-empty-body -Wno-constant-conversion .endif post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sendip .for slib in ipv4.so ipv6.so icmp.so tcp.so udp.so rip.so ripng.so ntp.so \ bgp.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sendip/${slib} .endfor .include Index: head/net-mgmt/super_mediator/Makefile =================================================================== --- head/net-mgmt/super_mediator/Makefile (revision 536693) +++ head/net-mgmt/super_mediator/Makefile (revision 536694) @@ -1,48 +1,48 @@ # Created by: Inacio # $FreeBSD$ PORTNAME= super_mediator PORTVERSION= 1.6.0 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ MAINTAINER= nacho319+freebsdZilla@gmail.com -COMMENT= SuperMediator is an IPFIX mediator by CMU CERT generally used with YAF +COMMENT= IPFIX mediator by CMU CERT generally used with YAF LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ libltdl.so:devel/libltdl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c11 gnome libtool pathfix perl5 pkgconfig ssl USE_GNOME= glib20 PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= SPREAD MYSQL SKIPSET OPTIONS_DEFAULT= MYSQL SKIPSET SPREAD_DESC= Enable Spread libary as a pub/sub distribution capability MYSQL_DESC= Enable SuperMediator to directly write into MySQL SKIPSET_DESC= Enable SiLK IPSET files for filtering SKIPSET_LIB_DEPENDS= libsilk.so:security/silktools SPREAD_LIB_DEPENDS= libspread.so:net/spread4 MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql SKIPSET_CONFIGURE_WITH= skipset SPREAD_CONFIGURE_WITH= spread post-install: .for f in super_mediator.conf ${MV} ${STAGEDIR}${PREFIX}/etc/$f ${STAGEDIR}${PREFIX}/etc/$f.sample .endfor .include Index: head/net-mgmt/yaf/Makefile =================================================================== --- head/net-mgmt/yaf/Makefile (revision 536693) +++ head/net-mgmt/yaf/Makefile (revision 536694) @@ -1,78 +1,78 @@ # Created by: Dikshie # $FreeBSD$ PORTNAME= yaf PORTVERSION= 2.11.0 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ MAINTAINER= dikshie@sfc.wide.ad.jp -COMMENT= YAF is Yet Another Flowmeter +COMMENT= Yet Another Flowmeter LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ libltdl.so:devel/libltdl \ libpcap.so:net/libpcap \ libpcre.so:devel/pcre GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gnome libtool pathfix perl5 pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX OPTIONS_DEFAULT= PAYLOAD APPLABEL PLUGIN ENTROPY OPTIONS_SUB= yes PAYLOAD_DESC= YAF will enable reading past IP headers to do deep packet inspection APPLABEL_DESC= Create protocol application labels via traffic header inspection. PLUGIN_DESC= Enable YAF plugins, primary for application labeling. FPEXPORT_DESC= Export of OS fingerprinting information, e.g. p0f. ENTROPY_DESC= Generate Shannon entropy values of the data stream. MPLS_DESC= MPLS capture and export NONIP_DESC= Capture non-IP packets IFEXP_DESC= Export capture interface for DAG/Napatech/Netronome cards. CMPTIP4_DESC= Create compact IPv4 output (no IPv6 support). LOCALTIME_DESC= Allow localtime to be used for command inputs and record printing. Flow records are always in UTC. DNSAUTH_DESC= Modify DNS export to only export Authoritative DNS responses. DNSNX_DESC= Modify DNS export to only export NXDomain responses. PAYLOAD_CONFIGURE_ENABLE= payload APPLABEL_CONFIGURE_ENABLE= applabel PLUGIN_CONFIGURE_ENABLE= plugins FPEXPORT_CONFIGURE_ENABLE= fpexporter ENTROPY_CONFIGURE_ENABLE= entropy MPLS_CONFIGURE_ENABLE= mpls NONIP_CONFIGURE_ENABLE= nonip IFEXP_CONFIGURE_ENABLE= interface CMPTIP4_CONFIGURE_ENABLE= compact-ip4 LOCALTIME_CONFIGURE_ENABLE= localtime DNSAUTH_CONFIGURE_ENABLE= exportDNSAuth DNSNX_CONFIGURE_ENABLE= exportDNSNXDomain APPLABEL_IMPLIES= PAYLOAD DNSAUTH_IMPLIES= PLUGIN APPLABEL DNSNX_IMPLIES= PLUGIN APPLABEL ENTROPY_IMPLIES= PAYLOAD NONIP_IMPLIES= MPLS .include .if defined(WITH_DAG) CONFIGURE_ARGS+= --with-dag=${LOCALBASE} .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/yaf .for f in dhcp_fingerprints.conf yafApplabelRules.conf yafDPIRules.conf yaf.conf ${MV} ${STAGEDIR}${PREFIX}/etc/yaf/$f ${STAGEDIR}${PREFIX}/etc/yaf/$f.sample .endfor ${RM} ${STAGEDIR}${PREFIX}/etc/p0f.fp .include Index: head/net-p2p/lidarr/Makefile =================================================================== --- head/net-p2p/lidarr/Makefile (revision 536693) +++ head/net-p2p/lidarr/Makefile (revision 536694) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= lidarr PORTVERSION= 0.6.2.883 CATEGORIES= net-p2p MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ DISTNAME= Lidarr.develop.${PORTVERSION}.linux MAINTAINER= michiel@vanbaak.eu -COMMENT= Lidarr is a music collection manager for Usenet and BitTorrent users +COMMENT= Music collection manager for Usenet and BitTorrent users LICENSE= GPLv3 RUN_DEPENDS= mono>0:lang/mono \ mediainfo>0:multimedia/mediainfo \ sqlite3>0:databases/sqlite3 \ chromaprint>0:audio/chromaprint LIB_DEPENDS= libcurl.so:ftp/curl USE_RC_SUBR= lidarr NO_ARCH= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/Lidarr USERS= lidarr GROUPS= lidarr OPTIONS_DEFINE= X11 # Permits image resizing X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus .include do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} post-install: @${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} .include Index: head/net-p2p/py-vertex/Makefile =================================================================== --- head/net-p2p/py-vertex/Makefile (revision 536693) +++ head/net-p2p/py-vertex/Makefile (revision 536694) @@ -1,26 +1,26 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= vertex PORTVERSION= 0.3.1 PORTREVISION= 3 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Vertex-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Vertex is an implementation of the Q2Q protocol +COMMENT= Implementation of Q2Q protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python .include Index: head/news/nnap/Makefile =================================================================== --- head/news/nnap/Makefile (revision 536693) +++ head/news/nnap/Makefile (revision 536694) @@ -1,27 +1,27 @@ # Created by: Lasse L. Johnsen (lasse@freebsdcluster.org) # $FreeBSD$ PORTNAME= nnap PORTVERSION= 1.1 CATEGORIES= news MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ DISTNAME= nnap-1_1 EXTRACT_SUFX= .c MAINTAINER= lasse@freebsdcluster.org -COMMENT= Nnap is a lightweight NNTP authentication proxy +COMMENT= Lightweight NNTP authentication proxy NO_WRKSUBDIR= yes PLIST_FILES= sbin/nnap do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${DISTNAME}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin .include