Index: head/science/pybrain/Makefile =================================================================== --- head/science/pybrain/Makefile (revision 536694) +++ head/science/pybrain/Makefile (revision 536695) @@ -1,21 +1,21 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= pybrain PORTVERSION= 0.3.3 PORTREVISION= 4 CATEGORIES= science python MAINTAINER= wen@FreeBSD.org -COMMENT= PyBrain is the swiss army knife for neural networking +COMMENT= Swiss Army knife for neural networking LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:science/py-scipy@${PY_FLAVOR} USE_GITHUB= yes USES= python USE_PYTHON= autoplist distutils concurrent optsuffix .include Index: head/security/beecrypt/Makefile =================================================================== --- head/security/beecrypt/Makefile (revision 536694) +++ head/security/beecrypt/Makefile (revision 536695) @@ -1,47 +1,47 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= beecrypt PORTVERSION= 4.2.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF PATCHFILES= mpntrbits.patch PATCH_SITES= http://sourceforge.net/p/beecrypt/patches/_discuss/thread/bff89ba1/5387/attachment/ MAINTAINER= mi@aldan.algebra.com -COMMENT= BeeCrypt is an open source cryptography library +COMMENT= Open source cryptographic library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB BROKEN_powerpc64= Does not build: Error: unsupported relocation against r3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-java --without-python INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes TEST_TARGET= check OPTIONS_DEFINE= OPENMP OPENMP_CONFIGURE_ENABLE= openmp .include post-patch: .if ${PORT_OPTIONS:MOPENMP} @${ECHO_MSG} "Configuring for OpenMP support" @${ECHO_MSG} "Any ports depending on beecrypt must be configured for OpenMP too." .endif # Configure tries to guess our CPU-features using Linux-centric logic. # Help it here: .for o in sse3 sse2 sse mmx .if ${MACHINE_CPU:M$o} != "" CPPFLAGS+= -DOPTIMIZE_${o:tu} .endif .endfor .include Index: head/security/gopass/Makefile =================================================================== --- head/security/gopass/Makefile (revision 536694) +++ head/security/gopass/Makefile (revision 536695) @@ -1,48 +1,48 @@ # Created by: Sascha Holzleiter # $FreeBSD$ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.8.6 PORTREVISION= 2 CATEGORIES= security MAINTAINER= sascha@root-login.org -COMMENT= Gopass is a rewrite of the pass password manager in Go +COMMENT= Rewrite of the pass password manager in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 RUN_DEPENDS= git:devel/git \ gpg2:security/gnupg USES= go USE_GITHUB= yes GH_ACCOUNT= gopasspw GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/gopass \ etc/bash_completion.d/gopass.sh \ share/zsh/site-functions/_gopass pre-build: ${GREP} -FRl github.com/nsf/termbox-go \ ${WRKSRC}/vendor/github.com/jroimartin/gocui/ | \ ${XARGS} ${REINPLACE_CMD} -e \ s,github.com/nsf/termbox-go,github.com/gdamore/tcell/termbox, post-install: @${STAGEDIR}${PREFIX}/bin/gopass completion bash > ${WRKDIR}/gopass.comp.sh @${STAGEDIR}${PREFIX}/bin/gopass completion zsh > ${WRKDIR}/gopass.comp.zsh @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKDIR}/gopass.comp.sh \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/gopass.sh @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKDIR}/gopass.comp.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_gopass .include Index: head/security/jbrofuzz/Makefile =================================================================== --- head/security/jbrofuzz/Makefile (revision 536694) +++ head/security/jbrofuzz/Makefile (revision 536695) @@ -1,40 +1,40 @@ # Created by: Niels Heinen # $FreeBSD$ PORTNAME= jbrofuzz PORTVERSION= 2.1 CATEGORIES= security www java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-jar-21 MAINTAINER= ports@FreeBSD.org -COMMENT= JBroFuzz is a web application fuzzer +COMMENT= Web application fuzzer USES= zip USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/JBroFuzz.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ( cd ${WRKSRC}/fuzzers/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/fuzzers/ ) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ( cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} ) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/security/libksba/Makefile =================================================================== --- head/security/libksba/Makefile (revision 536694) +++ head/security/libksba/Makefile (revision 536695) @@ -1,30 +1,30 @@ # Created by: Tilman Linneweh # $FreeBSD$ PORTNAME= libksba PORTVERSION= 1.4.0 CATEGORIES= security MASTER_SITES= GNUPG/${PORTNAME} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= KSBA is an X.509 Library +COMMENT= Library to make X.509 certificates LICENSE= GPLv2 GPLv3 LGPL3 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2 LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3 LIB_DEPENDS= libgpg-error.so:security/libgpg-error USES= libtool perl5 tar:bzip2 USE_PERL5= build CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= ksba .include Index: head/security/rubygem-doorkeeper/Makefile =================================================================== --- head/security/rubygem-doorkeeper/Makefile (revision 536694) +++ head/security/rubygem-doorkeeper/Makefile (revision 536695) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= doorkeeper PORTVERSION= 5.0.2 PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape +COMMENT= OAuth2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties60>=4.2:www/rubygem-railties60 USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/security/rubygem-doorkeeper-rails5/Makefile =================================================================== --- head/security/rubygem-doorkeeper-rails5/Makefile (revision 536694) +++ head/security/rubygem-doorkeeper-rails5/Makefile (revision 536695) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= doorkeeper PORTVERSION= 5.0.2 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 MAINTAINER= ruby@FreeBSD.org -COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape +COMMENT= OAuth2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties5>=4.2:www/rubygem-railties5 USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/security/rubygem-doorkeeper-rails50/Makefile =================================================================== --- head/security/rubygem-doorkeeper-rails50/Makefile (revision 536694) +++ head/security/rubygem-doorkeeper-rails50/Makefile (revision 536695) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= doorkeeper PORTVERSION= 5.0.2 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 MAINTAINER= ruby@FreeBSD.org -COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape +COMMENT= OAuth2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties50>=4.2:www/rubygem-railties50 USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/security/snortsam/Makefile =================================================================== --- head/security/snortsam/Makefile (revision 536694) +++ head/security/snortsam/Makefile (revision 536695) @@ -1,77 +1,77 @@ # Created by: Danton Dorati # $FreeBSD$ PORTNAME= snortsam PORTVERSION= 2.70 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snortsam.net/files/snortsam/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= urisso@bsd.com.br -COMMENT= SnortSam is a output plugin for Snort +COMMENT= Output plugin for Snort OPTIONS_DEFINE= IPFW SAMTOOL DEBUG DOCS OPTIONS_DEFAULT= IPFW SAMTOOL IPFW_DESC= checks if configured tables are available SAMTOOL_DESC= install samtool .include USE_RC_SUBR= snortsam SUB_FILES= pkg-message \ pkg-install PLIST_FILES= sbin/snortsam \ %%ETCDIR%%/snortsam.conf.sample \ %%ETCDIR%%/country-rootservers.conf.sample \ %%ETCDIR%%/rootservers.cfg.sample .if ${PORT_OPTIONS:MSAMTOOL} PLIST_FILES+= sbin/samtool .endif PORTDOCS= AUTHORS BUGS CREDITS FAQ INSTALL LICENSE README README.ciscoacl \ README.conf README.iptables README.netscreen README.pf README.pf2 \ README.rules README.slackware README.snmp_interface_down README.wgrd \ README_8signs.rtf TODO .if ! ${PORT_OPTIONS:MIPFW} EXTRA_PATCHES+= ${FILESDIR}/ssp_ipfw2_no_table_check.patch .endif .if ${PORT_OPTIONS:MDEBUG} DEBUG=-DDEBUG .endif # This seems silly, but the RC file gets into ${WRKDIR}/${PORTNAME} which # without this, would exist and be a directory. post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-patch: @${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e "s|/etc/snortsam.conf|${ETCDIR}/snortsam.conf|g" ${WRKSRC}/conf/snortsam.conf.sample @${REINPLACE_CMD} -e "s|/etc/snortsam.conf|${ETCDIR}/snortsam.conf|g" ${WRKSRC}/docs/README.conf @${REINPLACE_CMD} -e "s|/etc/snortsam.conf|${ETCDIR}/snortsam.conf|g" ${WRKSRC}/src/snortsam.h @${REINPLACE_CMD} -e "s|/etc/snortsam.conf|${ETCDIR}/snortsam.conf|g" ${WRKSRC}/contrib/snortsam-state.c @${CHMOD} +x ${WRKSRC}/makesnortsam.sh do-build: @cd ${WRKSRC}/src && ${MAKE} ${DEBUG} @cd ${WRKSRC}/src && ${MAKE} samtool ${DEBUG} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snortsam ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/samtool ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/snortsam.conf.sample ${STAGEDIR}${ETCDIR}/snortsam.conf.sample ${INSTALL_DATA} ${WRKSRC}/conf/rootservers.cfg ${STAGEDIR}${ETCDIR}/rootservers.cfg.sample ${INSTALL_DATA} ${WRKSRC}/conf/country-rootservers.conf ${STAGEDIR}${ETCDIR}/country-rootservers.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/security/sslscan/Makefile =================================================================== --- head/security/sslscan/Makefile (revision 536694) +++ head/security/sslscan/Makefile (revision 536695) @@ -1,38 +1,38 @@ # Created by: Matthieu BOUTHORS # $FreeBSD$ PORTNAME= sslscan DISTVERSION= 1.11.12 DISTVERSIONSUFFIX= -${GH_ACCOUNT} PORTREVISION= 1 CATEGORIES= security MAINTAINER= gavin@FreeBSD.org -COMMENT= SSLScan is a fast SSL port scanner +COMMENT= Fast SSL port scanner LICENSE= GPLv3 USES= gmake USE_GITHUB= yes GH_ACCOUNT= rbsec OPTIONS_DEFINE= UNSAFESSL OPTIONS_DEFAULT= UNSAFESSL UNSAFESSL_DESC= Use openssl-unsafe as libssl provider (SSLv2 etc.) UNSAFESSL_USES_OFF= ssl UNSAFESSL_BUILD_DEPENDS= ${LOCALBASE}/openssl-unsafe/lib/libssl.so:security/openssl-unsafe UNSAFESSL_RUN_DEPENDS= ${UNSAFESSL_BUILD_DEPENDS} UNSAFESSL_CFLAGS= -I${LOCALBASE}/openssl-unsafe/include \ -Wl,-rpath,${LOCALBASE}/openssl-unsafe/lib UNSAFESSL_LDFLAGS= -L${LOCALBASE}/openssl-unsafe/lib \ -Wl,-rpath,${LOCALBASE}/openssl-unsafe/lib UNSAFESSL_ALL_TARGET= sslscan .include .if empty(PORT_OPTIONS:MUNSAFESSL) && ${SSL_DEFAULT:Mopenssl} BROKEN= Does not build with openssl .endif .include Index: head/security/wapiti/Makefile =================================================================== --- head/security/wapiti/Makefile (revision 536694) +++ head/security/wapiti/Makefile (revision 536695) @@ -1,27 +1,27 @@ # Created by: Philippe Audeoud # $FreeBSD$ PORTNAME= wapiti PORTVERSION= 3.0.3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}3-${DISTVERSIONFULL} MAINTAINER= antoine@FreeBSD.org -COMMENT= Wapiti is a vulnerability scanner for web applications +COMMENT= Vulnerability scanner for web applications LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist .include Index: head/sysutils/fdupes/Makefile =================================================================== --- head/sysutils/fdupes/Makefile (revision 536694) +++ head/sysutils/fdupes/Makefile (revision 536695) @@ -1,31 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= fdupes PORTVERSION= 2.0.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Fdupes is a program for identifying or deleting duplicate files +COMMENT= Program for identifying or deleting duplicate files LICENSE= MIT USES= autoreconf libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= adrianlopezroche OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT=NCURSES NCURSES_USES= ncurses:base NCURSES_CONFIGURE_OFF= --without-ncurses NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2 PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz NCURSES_PLIST_FILES= man/man7/fdupes-help.7.gz .include Index: head/sysutils/jtopen/Makefile =================================================================== --- head/sysutils/jtopen/Makefile (revision 536694) +++ head/sysutils/jtopen/Makefile (revision 536695) @@ -1,37 +1,37 @@ # Created by: Marcin Cieslak # $FreeBSD$ PORTNAME= jtopen PORTVERSION= 6.2 CATEGORIES= sysutils java MASTER_SITES= SF/jt400/JTOpen-full/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= saper@saper.info -COMMENT= JTOpen is a Java library to access OS/400 or i5/OS system +COMMENT= Java library to access OS/400 or i5/OS systems LICENSE= IBMPL10 LICENSE_NAME= IBM Public License 1.0 LICENSE_FILE= ${FILESDIR}/IBMPL10 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= zip NO_WRKSUBDIR= yes USE_JAVA= yes NO_BUILD= yes JAR_FILES= composer.jar jt400.jar jt400Proxy.jar jt400Servlet.jar jui400.jar \ outputwriters.jar reportwriter.jar tes.jar uitools.jar util400.jar DOC_FILES= changes.html license.html readme.html OPTIONS_DEFINE= DOCS do-install: .for i in ${JAR_FILES} ${INSTALL_DATA} ${WRKSRC}/lib/${i} ${STAGEDIR}${JAVAJARDIR} .endfor ${MKDIR} ${STAGEDIR}/${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/lineakd/Makefile =================================================================== --- head/sysutils/lineakd/Makefile (revision 536694) +++ head/sysutils/lineakd/Makefile (revision 536695) @@ -1,42 +1,42 @@ # Created by: Kay Lehmann # $FreeBSD$ PORTNAME= lineakd PORTVERSION= 0.9 PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/lineak/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org -COMMENT= Lineakd is a daemon which enables special keys on internet keyboards +COMMENT= Daemon which enables special keys on internet keyboards USES= gmake libtool localbase xorg USE_CXXSTD= c++98 USE_LDCONFIG= yes USE_XORG= x11 xext xt GNU_CONFIGURE= yes CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no INSTALL_TARGET= install-strip PORTDOCS= README TODO AUTHORS PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|-ldl||' \ ${WRKSRC}/lineak/Makefile.in ${WRKSRC}/lineakd/Makefile.in @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/lineakd.conf.example ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/py-ranger/Makefile =================================================================== --- head/sysutils/py-ranger/Makefile (revision 536694) +++ head/sysutils/py-ranger/Makefile (revision 536695) @@ -1,40 +1,40 @@ # Created by: Jin-Sih Lin # $FreeBSD$ PORTNAME= ranger PORTVERSION= 1.9.2 PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= https://ranger.github.io/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= linpct@gmail.com -COMMENT= Ranger is a file manager with VI key bindings +COMMENT= File manager with VI key bindings LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= desktop-file-utils python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= doc/tools/*.py NO_ARCH= yes post-extract: @${MV} ${WRKSRC}/doc/ranger.desktop ${WRKSRC}/doc/${PYTHON_PKGNAMEPREFIX}ranger.desktop post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|; \ s|share/man/man|man/man|; \ s|share/doc/ranger|${DOCSDIR}|; \ s|ranger.desktop|${PYTHON_PKGNAMEPREFIX}ranger.desktop|' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -Ee 's|Exec=(ranger)|Exec=\1-${PYTHON_VER}|' ${WRKSRC}/doc/${PYTHON_PKGNAMEPREFIX}ranger.desktop @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/ranger/ext/img_display.py do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include Index: head/sysutils/znapzend/Makefile =================================================================== --- head/sysutils/znapzend/Makefile (revision 536694) +++ head/sysutils/znapzend/Makefile (revision 536695) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= znapzend PORTVERSION= 0.19.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org -COMMENT= ZnapZend is a ZFS centric backup tool +COMMENT= ZFS-centric backup tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= mbuffer>=0:misc/mbuffer \ p5-IO-Pipely>=0:devel/p5-IO-Pipely \ p5-Mojo-IOLoop-ForkCall>=0.17:www/p5-Mojo-IOLoop-ForkCall \ p5-Mojolicious>=7.15:www/p5-Mojolicious \ p5-Pod-Simple>=0:textproc/p5-Pod-Simple \ p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils \ p5-Test-Harness>=0:devel/p5-Test-Harness RUN_DEPENDS= mbuffer>=0:misc/mbuffer \ p5-IO-Pipely>=0:devel/p5-IO-Pipely \ p5-Mojo-IOLoop-ForkCall>=0.17:www/p5-Mojo-IOLoop-ForkCall \ p5-Mojolicious>=7.15:www/p5-Mojolicious \ p5-Pod-Simple>=0:textproc/p5-Pod-Simple \ p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils \ p5-Test-Harness>=0:devel/p5-Test-Harness USES= autoreconf gmake perl5 USE_GITHUB= yes GH_ACCOUNT= oetiker GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${SITE_PERL} \ --prefix=${PREFIX} CONFIGURE_ENV= PERL5LIB=${SITE_PERL} NO_ARCH= yes USE_RC_SUBR= znapzend pre-configure: @${REINPLACE_CMD} -e '/thirdparty\/Makefile/d' ${WRKSRC}/configure.ac post-configure: @${REINPLACE_CMD} -e 's/thirdparty//g' ${WRKSRC}/Makefile .include Index: head/textproc/clucene/Makefile =================================================================== --- head/textproc/clucene/Makefile (revision 536694) +++ head/textproc/clucene/Makefile (revision 536695) @@ -1,29 +1,29 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= clucene PORTVERSION= 2.3.3.4 PORTREVISION= 19 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} MAINTAINER= office@FreeBSD.org -COMMENT= CLucene is a C++ port of Lucene +COMMENT= C++ port of Lucene LICENSE= APACHE20 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs USES= cmake USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ ${WRKSRC}/src/core/CMakeLists.txt .include Index: head/textproc/dictem/Makefile =================================================================== --- head/textproc/dictem/Makefile (revision 536694) +++ head/textproc/dictem/Makefile (revision 536695) @@ -1,48 +1,48 @@ # Created by: Max N. Boyarov # $FreeBSD$ PORTNAME= dictem PORTVERSION= 1.0.4 PORTREVISION= 8 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= max.n.boyarov@gmail.com -COMMENT= DictEm is a dict client for [X]Emacs +COMMENT= DICT protocol client for [X]Emacs LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/dict:textproc/dict USES= emacs SRC_EL= dictem.el dictem-lingvo-dsl.el dictem-elisp.el .for f in ${SRC_EL} PLIST_FILES+= ${LISPDIR}/${f} ${LISPDIR}/${f}c .endfor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README AUTHORS NEWS COPYING TODO LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/dictem OPTIONS_DEFINE= DOCS do-build: (cd ${WRKSRC} && ${EMACS_CMD} --no-site-file --no-init-file -batch \ -l compile.el -f compile-dictem ${SRC_EL}) do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${LISPDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${SRC_EL} ${SRC_EL:S/.el$/.elc/} \ ${STAGEDIR}${PREFIX}/${LISPDIR}/) post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/textproc/luaexpat/Makefile =================================================================== --- head/textproc/luaexpat/Makefile (revision 536694) +++ head/textproc/luaexpat/Makefile (revision 536695) @@ -1,28 +1,28 @@ # Created by: Andrew Lewis # $FreeBSD$ PORTNAME= luaexpat PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \ http://redundancy.redundancy.org/mirror/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org -COMMENT= LuaExpat is a SAX XML parser based on the Expat library +COMMENT= SAX XML parser based on Expat library LICENSE= MIT LIB_DEPENDS= libexpat.so:textproc/expat2 USES= lua:module USES+= gmake ALL_TARGET= lib CFLAGS+= -fPIC LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= COMMON_CFLAGS="-Wall" MAKE_ENV= LUA_CDIR=${LUA_MODLIBDIR} LUA_LDIR=${LUA_MODSHAREDIR} LUA_INC="-I${LUA_INCDIR}" EXPAT_INC="-I${LOCALBASE}/include" .include Index: head/textproc/makefaq/Makefile =================================================================== --- head/textproc/makefaq/Makefile (revision 536694) +++ head/textproc/makefaq/Makefile (revision 536695) @@ -1,35 +1,35 @@ # Created by: king@v2project.com # $FreeBSD$ PORTNAME= makefaq PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Makefaq is a Python program that creates a (FAQ) +COMMENT= Python program that creates a FAQ LICENSE= GPLv2+ USES= python shebangfix tar:tgz NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= makefaq.py PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz PORTDOCS= BUGS CREDITS ChangeLog README TODO UPGRADING faq.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makefaq.py ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/textproc/p5-PerlPoint-Package/Makefile =================================================================== --- head/textproc/p5-PerlPoint-Package/Makefile (revision 536694) +++ head/textproc/p5-PerlPoint-Package/Makefile (revision 536695) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= PerlPoint-Package PORTVERSION= 0.45.2 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= PerlPoint is both a presentation and a documentation toolset +COMMENT= Presentation and documentation toolset BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= # suck all DOCSDIR post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC} && ${COPYTREE_SHARE} utilities ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/textproc/p5-Text-Shellwords/Makefile =================================================================== --- head/textproc/p5-Text-Shellwords/Makefile (revision 536694) +++ head/textproc/p5-Text-Shellwords/Makefile (revision 536695) @@ -1,20 +1,20 @@ # Created by: George Hartzell # $FreeBSD$ PORTNAME= Text-Shellwords PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org -COMMENT= This is a thin wrapper around the shellwords.pl package +COMMENT= Thin wrapper around the shellwords.pl package LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure .include Index: head/textproc/rubygem-ferret/Makefile =================================================================== --- head/textproc/rubygem-ferret/Makefile (revision 536694) +++ head/textproc/rubygem-ferret/Makefile (revision 536695) @@ -1,22 +1,22 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= ferret PORTVERSION= 0.11.8.7 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Ferret is a ruby port of Lucene +COMMENT= Ruby port of Lucene LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE BROKEN_aarch64= fails to build: cannot determine target CPU USE_RUBY= yes USES= gem PLIST_FILES= bin/ferret-browser .include