diff --git a/comms/uird/Makefile b/comms/uird/Makefile index 6c212912a0b2..71b7273760fc 100644 --- a/comms/uird/Makefile +++ b/comms/uird/Makefile @@ -1,31 +1,31 @@ # Created by: David Thiel PORTNAME= uird PORTVERSION= 1.1 CATEGORIES= comms MASTER_SITES= http://kbinstuff.googlepages.com/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Universal IR Receiver Daemon USES= perl5 gmake tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/uird PORTDOCS= Documentation OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|gcc|$${CC}\ $${CFLAGS}|; /strip/d' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uird ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/databases/rocksdb-lite/Makefile b/databases/rocksdb-lite/Makefile index 29750d847c1c..ce0b6575d982 100644 --- a/databases/rocksdb-lite/Makefile +++ b/databases/rocksdb-lite/Makefile @@ -1,14 +1,14 @@ -# Created by: David Thiel +# Created by: David Thiel PORTREVISION= 0 -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Persistent key-value store for fast storage environments (lite version) LITE= yes MASTERDIR= ${.CURDIR}/../rocksdb BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int') BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int') .include "${MASTERDIR}/Makefile" diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index a99c6c0c51e3..edc3d8a044d4 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -1,43 +1,43 @@ # Created by: Thomas-Martin Seck PORTNAME= libowfat PORTVERSION= 0.32 CATEGORIES= devel MASTER_SITES= https://www.fefe.de/libowfat/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= General purpose library based on code by D. J. Bernstein LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:xz MAKEFILE= GNUmakefile ALL_TARGET= dep all OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS .include MAKE_ENV+= INSTALL="${INSTALL}" .include "${FILESDIR}/manpages" .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CFLAGS+= -O2 -fomit-frame-pointer .endif post-extract: @${MKDIR} ${WRKSRC}/man # Manual pages clash with other programs; prepend libowfat_ to them. .for i in ${MANPAGES} @${MV} ${WRKSRC}/*/${i:S/libowfat_//} ${WRKSRC}/man/${i} .endfor post-patch: # Clang cries when void functions return a value ${REINPLACE_CMD} -e '56s|return ||' ${WRKSRC}/CAS.h ${REINPLACE_CMD} -e "s|STAGEDIR|${STAGEDIR}|g" ${WRKSRC}/GNUmakefile .include diff --git a/devel/linenoise-ng/Makefile b/devel/linenoise-ng/Makefile index 552c26810c10..c7b9e8020606 100644 --- a/devel/linenoise-ng/Makefile +++ b/devel/linenoise-ng/Makefile @@ -1,21 +1,21 @@ # Created by: David Thiel PORTNAME= linenoise-ng PORTVERSION= 1.0.0 PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= devel -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small, portable readline replacement LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= arangodb CFLAGS+= -fPIC .include diff --git a/devel/log4sh/Makefile b/devel/log4sh/Makefile index cada3a9afa35..830dddd04351 100644 --- a/devel/log4sh/Makefile +++ b/devel/log4sh/Makefile @@ -1,26 +1,26 @@ # Created by: David Thiel PORTNAME= log4sh PORTVERSION= 1.4.2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%201.4.X%20%28stable%29/${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Common logging library for Bourne shell scripts USES= cpe OPTIONS_DEFINE= DOCS PLIST_FILES= lib/log4sh PORTDOCS= log4sh.html ALL_TARGET= build do-install: ${INSTALL_DATA} ${WRKSRC}/src/shell/log4sh ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/log4sh.html ${STAGEDIR}${DOCSDIR} .include diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 3516de649ce9..4701af654605 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -1,155 +1,155 @@ # Created by: Neil Blakey-Milner PORTNAME?= djbdns PORTVERSION?= ${DJBDNS_VER} PORTREVISION?= 22 PORTEPOCH?= 1 CATEGORIES?= dns MASTER_SITES= https://cr.yp.to/djbdns/ \ http://cr.yp.to/djbdns/ \ ftp://cr.yp.to/djbdns/ DISTNAME= djbdns-${DJBDNS_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= lx@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Collection of secure and reliable DNS tools # Converted from LEGAL_TEXT LICENSE= djb LICENSE_NAME= djb LICENSE_TEXT= No license -- see http://cr.yp.to/softwarelaw.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= setuidgid:sysutils/daemontools \ tcpserver:sysutils/ucspi-tcp CONFLICTS= djbdns-tools OPTIONS_DEFINE= DUMPCACHE IP6 IGNOREIP JUMBO MAN PERSISTENT_MMAP SRV DNSCURVE ADD_USERS OPTIONS_DEFAULT= MAN OPTIONS_SUB= yes DUMPCACHE_DESC= persistent cache for dnscache IP6_DESC= IPv6 support by Felix von Leitner IGNOREIP_DESC= ignoreip2 patch by Russell Nelson JUMBO_DESC= jumbo patch by Claudiu Costin MAN_DESC= manual pages by Gerritt Pape PERSISTENT_MMAP_DESC= persistent mmap patch by Lennert Buytenhek SRV_DESC= SRV record patch by Michael Handler DNSCURVE_DESC= DNSCurve support by Matthew Dempsky ADD_USERS_DESC= Add dnscache, tinydns and dnslog users/groups .include .if ${PORT_OPTIONS:MADD_USERS} USERS?= dnscache tinydns dnslog GROUPS?=dnscache tinydns dnslog .endif .if ${PORT_OPTIONS:MJUMBO} .if ${PORT_OPTIONS:MIP6} || ${PORT_OPTIONS:MIGNOREIP} || ${PORT_OPTIONS:MSRV} || \ ${PORT_OPTIONS:MDNSCURVE} BROKEN= The jumbo patch currently conflicts with the IPv6, ignoreip2, SRV and DNSCURVE patches .endif PATCH_SITES+= http://people.FreeBSD.org/~roam/ports/dns/djbdns/:jumbo \ LOCAL/roam/dns/djbdns:jumbo PATCHFILES+= jumbo-p13.patch.gz:jumbo PATCH_DIST_STRIP= -p1 .if ${PORT_OPTIONS:MDUMPCACHE} CFLAGS+= -DDUMPCACHE .endif .endif .if ${PORT_OPTIONS:MMAN} MANDATE= -20031023 MASTER_SITES+= http://smarden.org/pape/djb/manpages/:manpages DISTFILES+= ${DISTNAME}-man${MANDATE}.tar.gz:manpages .endif .if ${PORT_OPTIONS:MIP6} PKGNAMESUFFIX= -ipv6 PORTVERSION= ${DJBDNS_VER}.${DJBDNS_V6_VER:S/test/b/:S/diff//} PATCH_SITES+= http://www.fefe.de/dns/:ipv6 PATCHFILES+= ${PORTNAME}-${DJBDNS_VER}-${DJBDNS_V6_VER}.diff.bz2:ipv6 PATCH_DIST_STRIP= -p1 EXTRA_PATCHES+= ${FILESDIR}/uint32.patch ${FILESDIR}/djbdns-ipv6-ooyama.patch .endif .if ${PORT_OPTIONS:MDUMPCACHE} && ! ${PORT_OPTIONS:MJUMBO} .if ${PORT_OPTIONS:MIP6} BROKEN= The IPv6 and dnscache-dumpcache patches are currently in conflict .endif PATCH_SITES+= http://efge.free.fr/djbdns/:dumpcache PATCHFILES+= patch-dnscache-dumpcache-v4.txt:dumpcache PATCH_DIST_STRIP= -p1 CFLAGS+= -DDUMPCACHE .endif .if ${PORT_OPTIONS:MIGNOREIP} .if ${PORT_OPTIONS:MIP6} BROKEN= The IPv6 patch already includes the ignoreip2 functionality .endif PATCH_SITES+= http://tinydns.org/:ignoreip PATCHFILES+= djbdns-1.05-ignoreip2.patch:ignoreip PATCH_DIST_STRIP= -p1 .endif .if ${PORT_OPTIONS:MPERSISTENT_MMAP} PATCH_SITES+= http://people.FreeBSD.org/~roam/ports/patches/dns/:persistent PATCHFILES+= tinydns-persistmmap-20040418.patch:persistent PATCH_DIST_STRIP= -p1 .endif .if ${PORT_OPTIONS:MSRV} PATCH_SITES+= http://tinydns.org/:srv PATCHFILES+= srv-patch:srv PATCH_DIST_STRIP= -p1 .endif .if ${PORT_OPTIONS:MDNSCURVE} .if ${PORT_OPTIONS:MIP6} BROKEN= The IPv6 and DNSCurve patches are currently in conflict .endif PATCH_SITES+= http://shinobi.dempsky.org/~matthew/patches/:dnscurve PATCHFILES+= djbdns-dnscurve-20090602.patch:dnscurve PATCH_DIST_STRIP= -p1 CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib BUILD_DEPENDS+= nacl-sha256:security/nacl .endif DJBDNS_VER= 1.05 DJBDNS_V6_VER= test23 ALL_TARGET= prog INSTALL_TARGET= setup check .if ${PORT_OPTIONS:MIP6} PLIST_SUB+= WITH_IP6="" .else PLIST_SUB+= WITH_IP6="@comment " .endif post-patch: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home.stage @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home post-build: @${ECHO_MSG} "===> Rebuilding DJB installer to respect STAGEDIR" @${MV} -f ${WRKSRC}/conf-home ${WRKSRC}/conf-home.sav @${MV} -f ${WRKSRC}/conf-home.stage ${WRKSRC}/conf-home @cd ${WRKSRC} ; ${RM} install instcheck install.o instcheck.o hier.o auto_home.o auto_home.c @cd ${WRKSRC} ; ${DO_MAKE_BUILD} install instcheck @${TOUCH} ${WRKSRC}/*-conf @${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home .if ${PORT_OPTIONS:MMAN} post-install: @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .endif .include diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile index 3f6eb91b2c23..4401c0f665e0 100644 --- a/editors/2bsd-vi/Makefile +++ b/editors/2bsd-vi/Makefile @@ -1,33 +1,33 @@ # Created by: David Thiel PORTNAME= vi PORTVERSION= 050325 PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/ex-${PORTNAME}/ex-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= 2bsd- DISTNAME= ex-${PORTVERSION} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The original vi editor, updated to run on modern OSes LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk USES= ncurses tar:bzip2 PRESERVEDIR= /var/preserve/${PKGBASE} PLIST_SUB= PRESERVEDIR="${PRESERVEDIR}" post-extract: .SILENT ${RM} -r ${WRKSRC}/libuxre ${WRKSRC}/regexp.h post-patch: .for f in Makefile ex.1 expreserve.c exrecover.c vi.1 @${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f} .endfor .include diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile index 672356880c91..54067f903b4b 100644 --- a/korean/scim-tables/Makefile +++ b/korean/scim-tables/Makefile @@ -1,18 +1,18 @@ # Created by: Jie Gao # $MCom: ports/korean/scim-tables/Makefile,v 1.1 2006/09/30 03:44:11 ahze Exp $ PORTNAME= scim-tables PORTVERSION= 0.5.10 PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SCIM table based Korean input methods BUILD_DEPENDS= scim-make-table:textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine GNU_CONFIGURE= yes USES= pkgconfig gmake .include diff --git a/net/glflow/Makefile b/net/glflow/Makefile index 84ffd93f9aca..c3c165186c3c 100644 --- a/net/glflow/Makefile +++ b/net/glflow/Makefile @@ -1,32 +1,32 @@ # Created by: David Thiel (lx@redundancy.redundancy.org) PORTNAME= glFlow PORTVERSION= 0.1.4 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= SF DISTNAME= glFlow-${PORTVERSION} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= NetFlow tool for detecting DoS attacks USES= ssl tar:tgz PLIST_FILES= bin/glflow PORTDOCS= README WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug --with-hash=md4 CPPFLAGS+= -I${OPENSSLINC} CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glflow ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/net/iodine/Makefile b/net/iodine/Makefile index fa81b8b7ecd9..eb9dc7c92757 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -1,34 +1,34 @@ # Created by: Rong-En Fan PORTNAME= iodine PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://code.kryo.se/iodine/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tunnel IPv4 data through a DNS server LICENSE= ISCL USES= cpe CPE_VENDOR= kryo USE_RC_SUBR= iodined USERS= _iodined GROUPS= _iodined OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/man/iodine.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README CHANGELOG TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index c481ecabb3ce..06397924b5f9 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -1,47 +1,47 @@ # Created by: Jan Hornyak PORTNAME= luasocket DISTVERSIONPREFIX= v DISTVERSION= 3.0-rc1 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Socket support for the Lua language LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= diegonehab MAKE_ARGS= LUAV=${LUA_VER} USES= gmake lua:module pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` \ -DLUA_COMPAT_APIINTCASTS LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` OPTIONS_DEFINE= DOCS DOCSDIR= ${LUA_DOCSDIR} post-extract: @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile @${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS\+=|g' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|LDFLAGS=|LDFLAGS\+=|g' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's/prefix/PREFIX/g' ${WRKSRC}/src/Makefile post-install: @${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR:S|^${LOCALBASE}|${PREFIX}|}/*/*.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}/${DOCSDIR} .include diff --git a/net/plugdaemon/Makefile b/net/plugdaemon/Makefile index e6c6b815833d..34017f05cc25 100644 --- a/net/plugdaemon/Makefile +++ b/net/plugdaemon/Makefile @@ -1,19 +1,19 @@ # Created by: David Thiel PORTNAME= plugdaemon PORTVERSION= 2.5.5 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF EXTRACT_SUFX= .tgz -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plug proxy daemon, forwards TCP/IP connections PLIST_FILES= man/man1/plug.1.gz sbin/plug do-install: ${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/plug ${STAGEDIR}${PREFIX}/sbin .include diff --git a/net/sbd/Makefile b/net/sbd/Makefile index 1b3b8eeff757..13f4093a2e0c 100644 --- a/net/sbd/Makefile +++ b/net/sbd/Makefile @@ -1,24 +1,24 @@ # Created by: David Thiel (lx@redundancy.redundancy.org) PORTNAME= sbd PORTVERSION= 1.37 CATEGORIES= net security MASTER_SITES= http://tigerteam.se/dl/sbd/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Netcat clone with more features and crypto ALL_TARGET= unix PLIST_FILES= bin/sbd PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sbd ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index b8802df1e3d5..9718949e61b5 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -1,20 +1,20 @@ # Created by: Kris Kennaway PORTNAME= thcrut PORTVERSION= 1.2.5 CATEGORIES= net MASTER_SITES= http://thc.org/releases/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Local network discovery tool BROKEN_FreeBSD_13= ld: error: duplicate symbol: ip_tcp_sync_addr BROKEN_FreeBSD_14= ld: error: duplicate symbol: ip_tcp_sync_addr GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ --sysconfdir=${DATADIR} .include diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index d10bf4632001..a6895aa9e0d4 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -1,39 +1,39 @@ # Created by: ijliao PORTNAME= flawfinder PORTVERSION= 1.31 PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.dwheeler.com/flawfinder/ \ PACKETSTORM/UNIX/security -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Examines source code looking for security weaknesses LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= python shebangfix SHEBANG_FILES= flawfinder NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/flawfinder man/man1/flawfinder.1.gz PORTDOCS= ChangeLog README flawfinder.pdf flawfinder.ps PORTEXAMPLES= test.c correct-results.html correct-results.txt OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile index 04cb8e20e660..58b250258dda 100644 --- a/security/ncrack/Makefile +++ b/security/ncrack/Makefile @@ -1,22 +1,22 @@ -# Created by: David E. Thiel +# Created by: David E. Thiel PORTNAME= ncrack DISTVERSION= 0.7 CATEGORIES= security MAINTAINER= se@FreeBSD.org COMMENT= High-speed network authentication cracking tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ssl USE_GITHUB= yes GH_ACCOUNT= nmap GNU_CONFIGURE= yes CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .include diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 80d9aebdcebd..6574af1c9dd6 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -1,22 +1,22 @@ # Created by: David Thiel PORTNAME= CSP PORTVERSION= 0.34 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \ http://redundancy.redundancy.org/mirror/ PKGNAMEPREFIX= p5- -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl tool for managing Certificate Authorities BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \ p5-Term-Prompt>=0:devel/p5-Term-Prompt \ p5-IPC-Run>=0:devel/p5-IPC-Run USES= perl5 USE_PERL5= configure .include diff --git a/sysutils/minirsyslogd/Makefile b/sysutils/minirsyslogd/Makefile index 2170b2e763c2..40f3b92feaaf 100644 --- a/sysutils/minirsyslogd/Makefile +++ b/sysutils/minirsyslogd/Makefile @@ -1,22 +1,22 @@ # Created by: lx@redundancy.redundancy.org PORTNAME= minirsyslogd PORTVERSION= 1.02 PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Minimal, fast and secure syslog receiver USE_RC_SUBR= minirsyslogd do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz \ ${STAGEDIR}${MANPREFIX}/man/man8 .include diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index bf327d98a5f4..06bc0c59fb03 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -1,61 +1,61 @@ # Created by: David Thiel PORTNAME= ucspi-ssl PORTVERSION= 0.99b CATEGORIES= sysutils MASTER_SITES= http://www.fehcom.de/ipnet/ucspi-ssl/ -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= UCSPI tools for building SSL client-server applications BROKEN_FreeBSD_13= ld: error: duplicate symbol: strnum BROKEN_FreeBSD_14= ld: error: duplicate symbol: strnum RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= perl5 ssl tar:tgz CFLAGS+= -I${OPENSSLINC} PORTDOCS= CERTS CHAIN-SSL CHANGES TODO UCSPI-SSL WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} SCRIPTS_TO_INSTALL= https@ sslcat sslconnect OPTIONS_DEFINE= DOCS .include post-patch: .for x in ${SCRIPTS_TO_INSTALL} @${REINPLACE_CMD} -i '' -e 's|HOME/command/|${PREFIX}/bin/|' \ ${WRKSRC}/src/${x}.sh .endfor do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-tcpbin ${ECHO_CMD} "/etc/ssl" > ${WRKSRC}/conf-cadir ${ECHO_CMD} "/etc/ssl/cert.pem" > ${WRKSRC}/conf-cafile ${ECHO_CMD} "/etc/ssl/dh1024.pem" > ${WRKSRC}/conf-dhfile .if ${SSL_DEFAULT} != base ${ECHO_CMD} "-lssl -lcrypto -L${LOCALBASE}/lib" > ${WRKSRC}/conf-ssllib .endif do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile do-install: .for x in ${SCRIPTS_TO_INSTALL} ${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor .for x in sslclient sslserver sslperl ${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index 9a13185812e5..f3febfbaefed 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -1,27 +1,27 @@ # Created by: Andrew Lewis 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 +MAINTAINER= ports@FreeBSD.org 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 diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index d1211a95b998..833d7bea6fdf 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -1,26 +1,26 @@ # Created by: Jie Gao PORTNAME= scim-table-imengine PORTVERSION= 0.5.10 PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/scim/scim-tables/${PORTVERSION} DISTNAME= scim-tables-${PORTVERSION} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SCIM table based input method engine BUILD_DEPENDS= scim:textproc/scim RUN_DEPENDS= scim:textproc/scim GNU_CONFIGURE= yes USES= compiler:c++11-lang gettext gmake libtool:keepla pkgconfig CONFIGURE_ARGS= --disable-skim-support CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -lintl post-patch: @${TOUCH} ${WRKSRC}/config.h.in .include diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 229038d5e307..242d21789331 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -1,32 +1,32 @@ # Created by: Jie Gao PORTNAME= scim PORTVERSION= 1.4.9 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Smart Common Input Method platform LICENSE= LGPL21 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lang gettext gmake gnome iconv libtool pathfix \ pkgconfig xorg USE_GNOME= gtk20 intlhack USE_XORG= x11 xpm USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LIBS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} 's/-lstdc++//' \ ${WRKSRC}/extras/gtk2_immodule/Makefile.in \ ${WRKSRC}/extras/setup/Makefile.in \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/tests/Makefile.in .include diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 8a22ea00fce3..e560415e430f 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -1,36 +1,36 @@ # Created by: Thomas Gellekum PORTNAME= tth PORTVERSION= 4.03 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \ http://redundancy.redundancy.org/mirror/ DISTNAME= tth_C -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= TeX to HTML translator RUN_DEPENDS= ppmtogif:graphics/netpbm USES= ghostscript:run shebangfix tar:tgz #USE_TEX= latex SHEBANG_FILES= Xfonts.fix OPTIONS_DEFINE= DOCS do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tth ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/Xfonts.fix ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}/${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${STAGEDIR}${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include