Index: head/security/aescrypt/Makefile =================================================================== --- head/security/aescrypt/Makefile (revision 315565) +++ head/security/aescrypt/Makefile (revision 315566) @@ -1,33 +1,30 @@ -# New ports collection makefile for: aescrypt -# Date created: 12 December 2000 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ # PORTNAME= aescrypt PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 PATCH_SITES= http://devel.ringlet.net/security/aescrypt/patches/ \ http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/ PATCHFILES= aescrypt-0.7-roam-whopper-01.patch.gz MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line AES encryption/decryption suite +COMMENT= Command-line AES encryption/decryption suite GNU_CONFIGURE= yes MAKE_ENV+= BINGRP=wheel MAN1= aescrypt.1 aesget.1 MANCOMPRESSED= yes .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} .endif .include Index: head/security/aespipe/Makefile =================================================================== --- head/security/aespipe/Makefile (revision 315565) +++ head/security/aespipe/Makefile (revision 315566) @@ -1,39 +1,36 @@ -# New ports collection makefile for: aespipe -# Date created: 20 February 1007 -# Whom: Ekkehard 'Ekki' Gehm -# +# Created by: Ekkehard 'Ekki' Gehm # $FreeBSD$ # PORTNAME= aespipe DISTVERSION= v2.3e PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ http://koti.tnnet.fi/jari.ruusu/linux/ MAINTAINER= gehm@physik.tu-berlin.de -COMMENT= An AES encrypting or decrypting pipe +COMMENT= AES encrypting or decrypting pipe RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg MAN1= aespipe.1 USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/aespipe .include ALL_TARGET= .if ${ARCH} == amd64 MAKE_ARGS= amd64 .endif .if ${ARCH} == i386 MAKE_ARGS= x86 .endif post-build: cd ${WRKSRC} && make tests .include Index: head/security/afterglow/Makefile =================================================================== --- head/security/afterglow/Makefile (revision 315565) +++ head/security/afterglow/Makefile (revision 315566) @@ -1,45 +1,42 @@ -# New ports collection makefile for: afterglow -# Date created: 1 Aug 2007 -# Whom: pauls -# +# Created by: pauls # $FreeBSD$ # PORTNAME= afterglow PORTVERSION= 1.6.2 CATEGORIES= security graphics net-mgmt MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION} MAINTAINER= pauls@utdallas.edu -COMMENT= A collection of graph-generating scripts +COMMENT= Collection of graph-generating scripts LICENSE= GPLv2 RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous NO_BUILD= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/charts ${MKDIR} ${DATADIR}/graph ${MKDIR} ${DATADIR}/loganalysis ${MKDIR} ${DATADIR}/parsers (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data "! -name generate.pl") (cd ${WRKSRC}/data/ && ${COPYTREE_BIN} \* ${DATADIR}/data "-name generate.pl") (cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_SHARE} \* ${DATADIR}/charts "! -name *\.pl") (cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_BIN} \* ${DATADIR}/charts "-name *\.pl") (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \* ${DATADIR}/graph "! -name *\.pl") (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_BIN} \* ${DATADIR}/graph "-name *\.pl") (cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_SHARE} \* ${DATADIR}/loganalysis "! ( -name *\.pl -or -name *\.sh )") (cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_BIN} \* ${DATADIR}/loganalysis "( -name *\.pl -or -name *\.sh )") (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \* ${DATADIR}/parsers "! -name *\.pl") (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_BIN} \* ${DATADIR}/parsers "-name *\.pl") .include Index: head/security/aide/Makefile =================================================================== --- head/security/aide/Makefile (revision 315565) +++ head/security/aide/Makefile (revision 315566) @@ -1,63 +1,63 @@ # Created by: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) # $FreeBSD$ PORTNAME= aide PORTVERSION= 0.15.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF \ http://www.cs.tut.fi/~rammer/ MAINTAINER= cy@FreeBSD.org -COMMENT= A replacement and extension for Tripwire +COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash .include USE_GMAKE= yes USES= bison USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ --mandir=${MANPREFIX}/man \ --with-config_file=${PREFIX}/etc/aide.conf LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -I${LOCALBASE}/include MAN1= aide.1 MAN5= aide.conf.5 SUB_FILES= pkg-message post-install: @${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf.sample @if [ ! -f ${PREFIX}/etc/aide.conf ]; then \ ${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf ; \ fi @if [ ! -d /var/db/aide/databases ]; then \ ${MKDIR} /var/db/aide/databases; \ ${CHOWN} root:wheel /var/db/aide ; \ ${CHOWN} root:wheel /var/db/aide/databases ; \ ${CHMOD} 0700 /var/db/aide ; \ ${CHMOD} 0700 /var/db/aide/databases ; \ fi @${ECHO} @${CAT} ${PKGMESSAGE} @${ECHO} .if defined(AIDE_FLOPPY) @disklabel -w -B /dev/rfd0c fd1440 @newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c @mount /dev/fd0c /mnt @${CP} ${PREFIX}/bin/aide /mnt/aide @${CP} -p /var/db/aide/aide.conf /mnt/aide.conf @${CP} < /var/db/aide/databases/aide.db /mnt/aide.db @${CHMOD} 555 /mnt/aide @umount /mnt @${ECHO} Do not forget to remove and write-protect the floppy. .endif .include Index: head/security/amavis-stats/Makefile =================================================================== --- head/security/amavis-stats/Makefile (revision 315565) +++ head/security/amavis-stats/Makefile (revision 315566) @@ -1,63 +1,60 @@ -# New ports collection makefile for: amavis-stats -# Date created: 12 July 2004 -# Whom: Mantas Kaulakys -# +# Created by: Mantas Kaulakys # $FreeBSD$ # PORTNAME= amavis-stats PORTVERSION= 0.1.12 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://downloads.topicdesk.com/amavis_stats/ MAINTAINER= ports@FreeBSD.org -COMMENT= A simple AMaViS statistics generator based on rrdtool +COMMENT= Simple AMaViS statistics generator based on rrdtool RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool USE_PERL5_RUN= yes USE_PHP= pcre MAN1= amavis-stats.1 NO_BUILD= yes PORTDOCS= README WEBOWN?= www WEBGRP?= www AMAVISUSER?= amavis AMAVISGROUP?= amavis PKGINSTALL= ${WRKDIR}/INSTALL PKGDEINSTALL= ${WRKDIR}/DEINSTALL PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= INSTALL DEINSTALL pkg-message SUB_LIST+= AMAVISUSER=${AMAVISUSER} AMAVISGROUP=${AMAVISGROUP} pre-install: apply-slist @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amavis-stats ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/amavis-stats.1 ${MAN1PREFIX}/man/man1 ${MKDIR} ${PREFIX}/www/amavis-stats ${MKDIR} ${PREFIX}/www/amavis-stats/img ${TOUCH} ${PREFIX}/www/amavis-stats/img/.keep ${INSTALL_DATA} ${WRKSRC}/amavis-stats.php ${PREFIX}/www/amavis-stats cd ${PREFIX}/www/amavis-stats && ${LN} -s amavis-stats.php index.php ${CHOWN} -R ${AMAVISUSER}:${AMAVISGROUP} ${PREFIX}/www/amavis-stats ${CHOWN} ${WEBOWN}:${WEBGRP} ${PREFIX}/www/amavis-stats/img .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include Index: head/security/amavisd-new/Makefile =================================================================== --- head/security/amavisd-new/Makefile (revision 315565) +++ head/security/amavisd-new/Makefile (revision 315566) @@ -1,272 +1,272 @@ # $FreeBSD$ PORTNAME= amavisd-new PORTVERSION= 2.8.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ http://mirrors.catpipe.net/amavisd-new/ \ http://mirror.mainloop.se/amavisd/ MAINTAINER= gabor@FreeBSD.org -COMMENT= A mail scanner interface between mailer and content checkers +COMMENT= Mail scanner interface between mailer and content checkers LICENSE= GPLv2 RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Convert-TNEF>=0:${PORTSDIR}/converters/p5-Convert-TNEF \ p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \ p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM USE_PERL5_RUN= yes NO_BUILD= yes DOCS= AAAREADME.first AMAVIS-MIB.txt INSTALL LDAP.schema LICENSE \ RELEASE_NOTES README_FILES/README.* README_FILES/screen.css \ README_FILES/amavisd-new-docs.html AMAVISUSER?= vscan AMAVISGROUP?= vscan AMAVISDIR?= /var/amavis AMAVISQUARANTINE?= /var/virusmails DAEMON?= /usr/sbin/daemon -p OPTIONS= IPV6 "Support IPv6" on \ BDB "Use BerkeleyDB for nanny/cache/snmp" on \ SNMP "Install amavisd snmp subagent" off \ SQLITE "Use SQLite for lookups" off \ MYSQL "Use MySQL for lookups/logging/quarantine" off \ PGSQL "Use PgSQL for lookups/logging/quarantine" off \ LDAP "Use LDAP for lookups" off \ SASL "Use SASL authentication" off \ SPAMASSASSIN "Use mail/p5-Mail-SpamAssassin" on \ P0F "Passive operating system fingerprinting" off \ ALTERMIME "Use AlterMime for defanging/disclaimers" off \ FILE "Use newer file(1) utility from ports" on \ RAR "RAR support with archivers/rar" off \ UNRAR "RAR support with archivers/unrar" on \ ARJ "ARJ support with archivers/arj" on \ UNARJ "ARJ support with archivers/unarj" off \ LHA "LHA support with archivers/lha" on \ ARC "ARC support with archivers/arc" on \ NOMARCH "ARC support with archivers/nomarch" off \ CAB "CAB support with archivers/cabextract" on \ RPM "RPM support with archivers/rpm2cpio" on \ ZOO "ZOO support with archivers/zoo" on \ UNZOO "ZOO support with archivers/unzoo" off \ LZOP "LZOP support with archivers/lzop" on \ FREEZE "FREEZE support with archivers/freeze" on \ P7ZIP "P7ZIP support with archivers/p7zip" on \ MSWORD "Ms Word support with textproc/ripole" on \ TNEF "Add external tnef decoder converters/tnef" off SUB_FILES= pkg-install pkg-deinstall pkg-message SUB_LIST+= AMAVISUSER=${AMAVISUSER} \ AMAVISGROUP=${AMAVISGROUP} \ AMAVISDIR=${AMAVISDIR} \ AMAVISQUARANTINE=${AMAVISQUARANTINE} \ DAEMON="${DAEMON}" \ PERL=${PERL} PLIST_SUB+= AMAVIS_NOP0F=${AMAVIS_NOP0F} .include USE_RC_SUBR+= amavisd .if defined(WITH_IPV6) RUN_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif .if defined(WITH_SNMP) && defined(WITH_BDB) USE_RC_SUBR+= amavisd-snmp RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP .endif .if defined(WITH_BDB) RUN_DEPENDS+= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB .endif .if defined(WITH_SQLITE) RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite .endif .if defined(WITH_MYSQL) RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_PGSQL) RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_LDAP) RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap .endif .if defined(WITH_SASL) RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL .endif .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif .if defined(WITH_P0F) RUN_DEPENDS+= ${LOCALBASE}/bin/p0f:${PORTSDIR}/net-mgmt/p0f USE_RC_SUBR+= amavis-p0fanalyzer .else AMAVIS_NOP0F= "@comment " .endif .if defined(WITH_ALTERMIME) RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:${PORTSDIR}/mail/altermime .endif .if defined(WITH_FILE) # security fix, file > 4.21 needed RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file .endif # archviers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. .if defined(WITH_RAR) # support for archivers/rar is broken on ia64 .if ${ARCH} == "i386" || ${ARCH} == "amd64" RUN_DEPENDS+= ${LOCALBASE}/bin/rar:${PORTSDIR}/archivers/rar .else IGNORE= archviers/rar is a 32-bit binary port and is not compatible with ${ARCH} .endif .endif .if defined(WITH_UNRAR) RUN_DEPENDS+= ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar .endif .if defined(WITH_ARJ) RUN_DEPENDS+= ${LOCALBASE}/bin/arj:${PORTSDIR}/archivers/arj .endif .if defined(WITH_UNARJ) RUN_DEPENDS+= ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj .endif .if defined(WITH_LHA) RUN_DEPENDS+= ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha .endif .if defined(WITH_ARC) RUN_DEPENDS+= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc .endif .if defined(WITH_NOMARCH) RUN_DEPENDS+= ${LOCALBASE}/bin/nomarch:${PORTSDIR}/archivers/nomarch .endif .if defined(WITH_CAB) RUN_DEPENDS+= ${LOCALBASE}/bin/cabextract:${PORTSDIR}/archivers/cabextract .endif .if defined(WITH_RPM) RUN_DEPENDS+= ${LOCALBASE}/bin/rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio .endif .if defined(WITH_ZOO) # DOS condition in 2.10.1_2 RUN_DEPENDS+= zoo>=2.10.1_2:${PORTSDIR}/archivers/zoo .endif .if defined(WITH_UNZOO) RUN_DEPENDS+= unzoo>=4.4_1:${PORTSDIR}/archivers/unzoo .endif .if defined(WITH_LZOP) RUN_DEPENDS+= ${LOCALBASE}/bin/lzop:${PORTSDIR}/archivers/lzop .endif .if defined(WITH_FREEZE) RUN_DEPENDS+= ${LOCALBASE}/bin/unfreeze:${PORTSDIR}/archivers/freeze .endif .if defined(WITH_P7ZIP) RUN_DEPENDS+= ${LOCALBASE}/bin/7zr:${PORTSDIR}/archivers/p7zip .endif .if defined(WITH_MSWORD) RUN_DEPENDS+= ${LOCALBASE}/bin/ripole:${PORTSDIR}/textproc/ripole .endif .if defined(WITH_TNEF) RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef .endif .include .if ${PERL_LEVEL} < 500903 RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif post-patch: @${REINPLACE_CMD} -e "s|$daemon_user = \'vscan\';|$daemon_user = \'${AMAVISUSER}\';|" \ -e "s|$daemon_group = \'vscan\';|$daemon_group = \'${AMAVISGROUP}\';|" \ -e "s|/var/amavis|${AMAVISDIR}|" \ -e "s|/var/lib/amavis|${AMAVISDIR}|" \ -e "s|/var/virusmails|${AMAVISQUARANTINE}|" \ -e 's|$$localhost_name = .localhost.;|$$localhost_name = $$myhostname;|' \ -e 's|/var/run/clamav/clamd|/var/run/clamav/clamd.sock|g' \ ${WRKSRC}/amavisd.conf @${REINPLACE_CMD} "s|/var/amavis/db|${AMAVISDIR}/db|" ${WRKSRC}/amavisd-agent @${REINPLACE_CMD} "s|/var/amavis/db|${AMAVISDIR}/db|" ${WRKSRC}/amavisd-nanny @${REINPLACE_CMD} -e "s|/var/amavis/db|${AMAVISDIR}/db|" \ -e "s|/usr/bin/perl|${PERL}|" ${WRKSRC}/amavisd-snmp-subagent @${REINPLACE_CMD} "s|/var/amavis/amavisd.sock|${AMAVISDIR}/amavisd.sock|" \ ${WRKSRC}/amavisd-release @${REINPLACE_CMD} -e "s|/etc/amavisd.conf|${PREFIX}/etc/amavisd.conf|" \ -e "s|/usr/bin/perl|${PERL}|" \ -e "s|/var/amavis|${AMAVISDIR}|g" \ -e 's|$$localhost_name = .localhost.;|$$localhost_name = $$myhostname;|' \ ${WRKSRC}/amavisd pre-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL do-install: .if defined(WITH_P0F) ${INSTALL_SCRIPT} ${WRKSRC}/p0f-analyzer.pl ${PREFIX}/sbin .endif .for i in amavisd amavisd-agent amavisd-nanny amavisd-release amavisd-snmp-subagent ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/sbin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.conf ${PREFIX}/etc/amavisd.conf-dist ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.conf-default ${PREFIX}/etc/amavisd.conf-default ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-custom.conf ${PREFIX}/etc/amavisd-custom.conf-dist .if !exists(${PREFIX}/etc/amavisd.conf) # # This can contain sensitive information, e.g. SQL passwords, so it should be handled # with care. # ${INSTALL} -o root -g ${AMAVISGROUP} -m 640 ${WRKSRC}/amavisd.conf ${PREFIX}/etc .endif .if !exists(${PREFIX}/etc/amavisd-custom.conf) ${INSTALL} -o root -g ${AMAVISGROUP} -m 640 ${WRKSRC}/amavisd-custom.conf ${PREFIX}/etc .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/images .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${CP} -pr ${WRKSRC}/README_FILES/images/ ${DOCSDIR}/images .endif post-install: ${LN} -s ${PREFIX}/sbin/amavisd-release ${PREFIX}/sbin/amavisd-requeue @${CAT} ${PKGMESSAGE} .include Index: head/security/arm/Makefile =================================================================== --- head/security/arm/Makefile (revision 315565) +++ head/security/arm/Makefile (revision 315566) @@ -1,64 +1,61 @@ -# ports collection makefile for: arm -# Date created: 20111019 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ # PORTNAME= arm DISTVERSION= 1.4.5.0 CATEGORIES= security net python MASTER_SITES= https://archive.torproject.org/arm/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org -COMMENT= A terminal status monitor for Tor +COMMENT= Terminal status monitor for Tor LICENSE= GPLv3 MAN1= arm.1 MANCOMPRESSED= yes USE_PYTHON= yes USE_PYDISTUTILS=yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} PORTDOCS= armrc.sample OPTIONS_DEFINE= TOR \ DOCS OPTIONS_DEFAULT=TOR DOCS TOR_DESC= Enable local tor support .include .if ${PORT_OPTIONS:MTOR} RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof \ tor:${PORTSDIR}/security/tor .endif .include post-patch: .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's,/usr/share/doc,${PREFIX}/share/doc,g' \ ${WRKSRC}/setup.py .else @${REINPLACE_CMD} -e 's,/usr/share/doc/,${WRKSRC}/src,g' \ ${WRKSRC}/setup.py .endif @${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall @${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \ ${WRKSRC}/src/gui/controller.py .include Index: head/security/avcheck/Makefile =================================================================== --- head/security/avcheck/Makefile (revision 315565) +++ head/security/avcheck/Makefile (revision 315566) @@ -1,48 +1,45 @@ -# New ports collection makefile for: avcheck -# Date created: Fri Jun 14 14:31:42 MSD 2002 -# Whom: dsh@vlink.ru -# +# Created by: dsh@vlink.ru # $FreeBSD$ # PORTNAME= avcheck PORTVERSION= 0.91 CATEGORIES= security MASTER_SITES= http://www.corpit.ru/ftp/avcheck/ MAINTAINER= dsh@vlink.ru -COMMENT= A simple antivirus solution for a mail system +COMMENT= Simple antivirus solution for a mail system MAN1= avcheck.1 PLIST_FILES= sbin/avcheck sbin/uchroot PORTDOCS= README.AVP README.AVP.de README.DrWeb README.Exim \ README.Postfix README.Postfix.de README.Sendmail eicar.msg \ eicar.txt post-patch: @${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile do-install: .for i in avcheck uchroot ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ .endfor .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .endif .include .if ${ARCH} == "powerpc" BROKEN= Does not configure on powerpc: drops core .endif .include Index: head/security/bfbtester/Makefile =================================================================== --- head/security/bfbtester/Makefile (revision 315565) +++ head/security/bfbtester/Makefile (revision 315566) @@ -1,21 +1,18 @@ -# New ports collection makefile for: bfbtester -# Date created: 31 January 2001 -# Whom: Mike Heffner -# +# Created by: Mike Heffner # $FreeBSD$ # PORTNAME= bfbtester PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A security tool for testing binaries for overflows +COMMENT= Security tool for testing binaries for overflows GNU_CONFIGURE= yes PLIST_FILES= bin/bfbtester USE_GMAKE= yes .include Index: head/security/botan/Makefile =================================================================== --- head/security/botan/Makefile (revision 315565) +++ head/security/botan/Makefile (revision 315566) @@ -1,68 +1,68 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= botan PORTVERSION= 1.8.13 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.8/ DISTNAME= Botan-${PORTVERSION} EXTRACT_SUFX= .tbz MAINTAINER= lapo@lapo.it -COMMENT= A portable, easy to use, and efficient C++ crypto library +COMMENT= Portable, easy to use, and efficient C++ crypto library LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/license.txt OPTIONS_DEFINE= SSL GMP ECC OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support USE_BZIP2= yes USE_PYTHON_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --prefix=${PREFIX} --with-tr1-implementation=boost \ --with-bzip2 --with-zlib USE_GMAKE= yes MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/botan-config lib/libbotan.a lib/libbotan.so lib/libbotan.so.0 libdata/pkgconfig/botan-1.8.pc PORTDOCS= * .include .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl .endif .if ${PORT_OPTIONS:MGMP} LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp CONFIGURE_ARGS+=--with-gnump MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" .endif .if ${PORT_OPTIONS:MECC} BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS+=--with-tr1-implementation=boost CXXFLAGS+= -I${LOCALBASE}/include .else CONFIGURE_ARGS+=--with-tr1-implementation=none .endif post-patch: ${REINPLACE_CMD} -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \ ${WRKSRC}/configure.py .if ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/$$(MKDIR_INSTALL) $$(DOCDIR)/d' \ -e '/$$(INSTALL_CMD_DATA) $$$$i $$(DOCDIR); /d' \ ${WRKSRC}/src/build-data/makefile/unix_shr.in .endif post-install: @(cd ${PREFIX}; ${FIND} -s include/botan -not -type d) >> ${TMPPLIST} @${ECHO_CMD} @dirrm include/botan >> ${TMPPLIST} .include Index: head/security/calife/Makefile =================================================================== --- head/security/calife/Makefile (revision 315565) +++ head/security/calife/Makefile (revision 315566) @@ -1,27 +1,24 @@ -# New ports collection makefile for: calife -# Date created: 13 Jun 2000 -# Whom: Thomas Quinot -# +# Created by: Thomas Quinot # $FreeBSD$ # PORTNAME= calife PORTVERSION= 2.8.6.5 CATEGORIES= security MASTER_SITES= http://assets.keltia.net/calife/ DISTNAME= calife-2.8.6-p5 MAINTAINER= thomas@FreeBSD.org -COMMENT= A lightweight alternative to sudo +COMMENT= Lightweight alternative to sudo USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc" CONFLICTS?= calife-3.* MAN1= calife.1 MAN5= calife.auth.5 .include Index: head/security/calife-devel/Makefile =================================================================== --- head/security/calife-devel/Makefile (revision 315565) +++ head/security/calife-devel/Makefile (revision 315566) @@ -1,36 +1,33 @@ -# New ports collection makefile for: calife-devel -# Date created: 14 Jun 2005 -# Whom: Thomas Quinot -# +# Created by: Thomas Quinot # $FreeBSD$ # PORTNAME= calife PORTVERSION= 3.0.1 CATEGORIES= security MASTER_SITES= http://assets.keltia.net/calife/ DISTNAME= calife-3.0.1 MAKE_JOBS_SAFE=yes MAINTAINER= thomas@FreeBSD.org -COMMENT= A lightweight alternative to sudo +COMMENT= Lightweight alternative to sudo LATEST_LINK= ${PORTNAME}-devel USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc CONFIGURE_ARGS+= --with-pam CONFLICTS?= calife-2.* MAN1= calife.1 MAN5= calife.auth.5 post-install: @${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${PREFIX}/etc/pam.d/calife.sample @${CAT} ${PKGMESSAGE} .include Index: head/security/chaosreader/Makefile =================================================================== --- head/security/chaosreader/Makefile (revision 315565) +++ head/security/chaosreader/Makefile (revision 315566) @@ -1,37 +1,34 @@ -# New ports collection makefile for: chaosreader -# Date created: 1 Aug 2007 -# Whom: pauls -# +# Created by: pauls # $FreeBSD$ # PORTNAME= chaosreader PORTVERSION= 0.94 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF DISTFILES= ${PORTNAME}${PORTVERSION} sshkeydata0.20 EXTRACT_ONLY= NO_WRKSUBDIR= yes MAINTAINER= pauls@utdallas.edu -COMMENT= A tool to extract data from tcpdump logs +COMMENT= Tool to extract data from tcpdump logs NO_BUILD= yes USE_PERL5_RUN= yes PLIST_FILES= bin/${PORTNAME} bin/sshkeydata post-extract: ${CP} ${DISTDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${PORTNAME} ${CP} ${DISTDIR}/sshkeydata0.20 ${WRKDIR}/sshkeydata post-patch: ${REINPLACE_CMD} s:/usr/bin/perl:${PERL}: \ ${WRKDIR}/${PORTNAME} ${WRKDIR}/sshkeydata do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/sshkeydata ${PREFIX}/bin .include Index: head/security/checkpassword/Makefile =================================================================== --- head/security/checkpassword/Makefile (revision 315565) +++ head/security/checkpassword/Makefile (revision 315566) @@ -1,42 +1,42 @@ # Created by: sada@FreeBSD.org # $FreeBSD$ PORTNAME= checkpassword PORTVERSION= 0.90 CATEGORIES= security MASTER_SITES= http://cr.yp.to/checkpwd/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org -COMMENT= A simple password-checking interface +COMMENT= Simple password-checking interface OPTIONS_DEFINE= DOCS ALL_TARGET= it INSTALL_TARGET= setup MAKE_JOBS_SAFE= yes PLIST_FILES= bin/checkpassword PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION .include post-patch: @${REINPLACE_CMD} -e "s,gcc,${CC},g" ${WRKSRC}/find-systype.sh do-configure: @${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-cc @${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-ld @${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Index: head/security/chkrootkit/Makefile =================================================================== --- head/security/chkrootkit/Makefile (revision 315565) +++ head/security/chkrootkit/Makefile (revision 315566) @@ -1,66 +1,63 @@ -# Ports collection makefile for: chkrootkit -# Date created: 13 Mar 2001 -# Whom: Luiz Eduardo R. Cordeiro -# +# Created by: Luiz Eduardo R. Cordeiro # $FreeBSD$ # PORTNAME= chkrootkit PORTVERSION= 0.49 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ ftp://ftp.digitalvoodoo.org/pub/mirrors/chkrootkit/ \ http://www.spenneberg.org/chkrootkit-mirror/files/ \ http://www.mirrors.wiretapped.net/security/host-security/chkrootkit/ \ http://ftp.uni-stuttgart.de/pub/security/unix/forensics/chkrootkit/ \ http://ftp.bit.nl/mirror/chkrootkit/ \ http://chkrootkit.mirror.fr/ MAINTAINER= cordeiro@nic.br -COMMENT= A tool to locally check for signs of a rootkit +COMMENT= Tool to locally check for signs of a rootkit SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ chkwtmp \ chkutmp \ chkproc \ chkdirs \ ifpromisc \ check_wtmpx \ strings ALL_TARGET= ${SCRIPT_FILES} ${PROG_FILES} PORTDOCS= ACKNOWLEDGMENTS \ COPYRIGHT \ README \ README.chklastlog \ README.chkwtmp PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} BINMODE= 0700 .include .if ${OSVERSION} > 900007 BROKEN= fails to build with new utmpx .endif post-patch: @${REINPLACE_CMD} -E "s/^(CC|CFLAGS)[^a-zA-Z]*=/\1 ?=/" \ ${WRKSRC}/Makefile .for prog in ${PROG_FILES} @${REINPLACE_CMD} -E 's,\./(${prog}),${PREFIX}/sbin/\1,g' \ ${WRKSRC}/chkrootkit .endfor do-install: ${INSTALL_SCRIPT} ${SCRIPT_FILES:C,^,${WRKSRC}/,} ${PREFIX}/sbin ${INSTALL_PROGRAM} ${PROG_FILES:C,^,${WRKSRC}/,} ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${DOCSDIR} .endif .include Index: head/security/chroot_safe/Makefile =================================================================== --- head/security/chroot_safe/Makefile (revision 315565) +++ head/security/chroot_safe/Makefile (revision 315566) @@ -1,29 +1,27 @@ -# Ports collection Makefile for: chroot_safe -# Date created: 11 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= chroot_safe PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF/chrootsafe/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to chroot softwares easily +COMMENT= Tool to chroot softwares easily GNU_CONFIGURE= YES MAN1= chroot_safe.1 PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so PLIST_DIRS= libexec/chroot_safe post-patch: ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \ -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in ${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp .include Index: head/security/chrootuid/Makefile =================================================================== --- head/security/chrootuid/Makefile (revision 315565) +++ head/security/chrootuid/Makefile (revision 315566) @@ -1,29 +1,26 @@ -# New ports collection makefile for: chrootuid -# Date created: 12 Dec 1999 -# Whom: truckman -# +# Created by: truckman # $FreeBSD$ # PORTNAME= chrootuid PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple wrapper that combines chroot(8) and su(1) into one program +COMMENT= Simple wrapper that combines chroot(8) and su(1) into one program MAN8= chrootuid.8 do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/chrootuid_license ${DOCSDIR} .endif ${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/chrootuid.1 ${PREFIX}/man/man8/${MAN8} .include Index: head/security/ckpass/Makefile =================================================================== --- head/security/ckpass/Makefile (revision 315565) +++ head/security/ckpass/Makefile (revision 315566) @@ -1,26 +1,23 @@ -# New ports collection makefile for: ckpass -# Date created: 2011-09-12 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ # PORTNAME= ckpass PORTVERSION= 0.1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME} MAINTAINER= g.veniamin@googlemail.com -COMMENT= An ncurses based password database client +COMMENT= Ncurses based password database client LICENSE= GPLv3 LIB_DEPENDS= kpass.0:${PORTSDIR}/security/libkpass GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS+= "-I${LOCALBASE}/include" PLIST_FILES= bin/ckpass .include Index: head/security/cl-md5/Makefile =================================================================== --- head/security/cl-md5/Makefile (revision 315565) +++ head/security/cl-md5/Makefile (revision 315566) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= md5 PORTVERSION= 1.8.5 PORTREVISION= 1 CATEGORIES= security lisp MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/c/cl-md5/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig PKGNAMEPREFIX= cl- MAINTAINER= olgeni@FreeBSD.org -COMMENT= A native MD5 implementation in Common Lisp +COMMENT= Native MD5 implementation in Common Lisp WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION} NO_BUILD= yes USE_ASDF= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.asd ${ASDF_PATHNAME} @${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY} .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/security/cl-md5-clisp/Makefile =================================================================== --- head/security/cl-md5-clisp/Makefile (revision 315565) +++ head/security/cl-md5-clisp/Makefile (revision 315566) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= md5 PORTVERSION= 1.8.5 PORTREVISION= 2 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org -COMMENT= A native MD5 implementation in Common Lisp +COMMENT= Native MD5 implementation in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/security/clamassassin/Makefile =================================================================== --- head/security/clamassassin/Makefile (revision 315565) +++ head/security/clamassassin/Makefile (revision 315566) @@ -1,36 +1,36 @@ # Created by: Matt # $FreeBSD$ PORTNAME= clamassassin PORTVERSION= 1.2.4 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://jameslick.com/clamassassin/ MAINTAINER= chalpin@cs.wisc.edu -COMMENT= A simple virus filter wrapper for ClamAV +COMMENT= Simple virus filter wrapper for ClamAV BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \ formail:${PORTSDIR}/mail/procmail RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_FILES= bin/clamassassin GNU_CONFIGURE= yes OPTIONS_DEFINE= CLAMDSCAN SUBREWRITE OPTIONS_DEFAULT= CLAMDSCAN CLAMDSCAN_DESC= Scanning using clamd SUBREWRITE_DESC= Mail subject rewriting .include .if ${PORT_OPTIONS:MCLAMDSCAN} CONFIGURE_ARGS+= --enable-clamdscan .endif .if ${PORT_OPTIONS:MSUBREWRITE} CONFIGURE_ARGS+= --enable-subject-rewrite .endif .include Index: head/security/clamsmtp/Makefile =================================================================== --- head/security/clamsmtp/Makefile (revision 315565) +++ head/security/clamsmtp/Makefile (revision 315566) @@ -1,72 +1,69 @@ -# New ports collection makefile for: clamsmtp -# Date created: 2004-07-29 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ # PORTNAME= clamsmtp PORTVERSION= 1.10 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://thewalter.net/stef/software/clamsmtp/ MAINTAINER= clsung@FreeBSD.org -COMMENT= An ClamAV anti-virus SMTP Filter +COMMENT= ClamAV anti-virus SMTP Filter GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= clamsmtpd SUB_LIST= CLAMAV_PID_DIR=${CLAMAV_PID_DIR} SUB_FILES+= pkg-message CLAMAV_PID_DIR?= /var/run/clamav MAN5= clamsmtpd.conf.5 MAN8= clamsmtpd.8 PORTDOCS= README OPTIONS= LOCAL_CLAMAV "RUN_DEPEND on security/clamav" on OPTIONS+= LOCAL_CLAMAV_DEVEL "RUN_DEPEND on security/clamav-devel" off .include .if defined(WITH_LOCAL_CLAMAV) RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav .endif .if defined(WITH_LOCAL_CLAMAV_DEVEL) RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel .endif .if defined(WITH_LOCAL_CLAMAV) || defined(WITH_LOCAL_CLAMAV_DEVEL) SUB_LIST+= CLAMD=clamd .else SUB_LIST+= CLAMD= .endif pre-extract: .if defined(WITH_LOCAL_CLAMAV) && defined(WITH_LOCAL_CLAMAV_DEVEL) @${ECHO_CMD} "Please select only one clamav port" exit 1 .endif post-patch: @${REINPLACE_CMD} -e "s,%%PTHREAD_LIBS%%,${PTHREAD_LIBS}," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s,/var/run/clamav/clamd,/var/run/clamav/clamd.sock," \ ${WRKSRC}/doc/clamsmtpd.conf \ ${WRKSRC}/doc/clamsmtpd.conf.5 \ ${WRKSRC}/src/clamsmtpd.c post-install: @${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf ${PREFIX}/etc/clamsmtpd.conf-sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/virus_action.sh ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} .include Index: head/security/cops/Makefile =================================================================== --- head/security/cops/Makefile (revision 315565) +++ head/security/cops/Makefile (revision 315566) @@ -1,47 +1,44 @@ -# New ports collection makefile for: cops -# Date created: 29 August 1996 -# Whom: oly -# +# Created by: oly # $FreeBSD$ # PORTNAME= cops PORTVERSION= 1.04 CATEGORIES= security MASTER_SITES= http://www.fish2.com/cops/ \ http://komquats.com/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}+ MAINTAINER= cy@FreeBSD.org -COMMENT= A system secureness checker +COMMENT= System secureness checker WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= reconfig MAKEFILE= makefile MAKE_ARGS= EXECUTABLE="${EXECUTABLE}" C_SRC="${C_SRC}" MAKE_JOBS_UNSAFE= yes EXECUTABLE= home.chk user.chk is_writable crc crc_check \ addto clearfiles filewriters members tilde is_able C_SRC= home.chk.c user.chk.c is_able.c is_something.c \ addto.c clearfiles.c filewriters.c members.c tilde.c \ crc.c crc_check.c pre-build: ${SED} \ -e 's,^SECURE=/usr/foo/bar,SECURE=${PREFIX}/cops,g' \ -e '/^$$SECURE\/passwd\.chk.*/d' \ -e 's,SECURE_USERS="foo@bar\.edu",SECURE_USERS="root@localhost",g' \ -e 's/passwd\.chk pass.chk //g' \ ${WRKSRC}/cops > ${WRKSRC}/cops.out ${MV} ${WRKSRC}/cops.out ${WRKSRC}/cops do-install: ${MKDIR} ${PREFIX}/cops ${TAR} -C ${WRKSRC} --exclude "*.old" -cf - . | \ ${TAR} -C ${PREFIX}/cops --unlink -xf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/cops ${CHMOD} -R go-rwx ${PREFIX}/cops .include Index: head/security/cryptlib/Makefile =================================================================== --- head/security/cryptlib/Makefile (revision 315565) +++ head/security/cryptlib/Makefile (revision 315566) @@ -1,53 +1,50 @@ -# New ports collection makefile for: cryptlib -# Date created: 17 Jun 2003 -# Whom: Foxfair Hu -# +# Created by: Foxfair Hu # $FreeBSD$ # PORTNAME= cryptlib PORTVERSION= 3.4.1 CATEGORIES= security MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ DISTNAME= cl${PORTVERSION:S/.//g} MAINTAINER= ale@FreeBSD.org -COMMENT= A powerful security programming toolkit +COMMENT= Powerful security programming toolkit ONLY_FOR_ARCHS= i386 amd64 USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aq NO_WRKSUBDIR= yes USE_GMAKE= yes MAKEFILE= makefile ALL_TARGET= default FreeBSD shared USE_LDCONFIG= yes PLIST_FILES= include/cryptlib.h \ lib/libcl.a lib/libcl.so \ lib/libcl.so.3 lib/libcl.so.${PORTVERSION} PORTDOCS= README .include post-patch: @${REINPLACE_CMD} -e 's/%%CFLAGS%%/${CFLAGS}/' ${WRKSRC}/makefile @${REINPLACE_CMD} -e 's/%%PTHREAD_CFLAGS%%/${PTHREAD_CFLAGS}/' ${WRKSRC}/makefile @${REINPLACE_CMD} -e 's/%%PTHREAD_LIBS%%/${PTHREAD_LIBS}/' ${WRKSRC}/tools/getlibs.sh do-install: ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \ ${PREFIX}/lib ${LN} -sf ${PREFIX}/lib/libcl.so.${PORTVERSION} ${PREFIX}/lib/libcl.so.3 ${LN} -sf ${PREFIX}/lib/libcl.so.3 ${PREFIX}/lib/libcl.so ${INSTALL_DATA} ${WRKSRC}/cryptlib.h ${PREFIX}/include .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Index: head/security/cryptopp/Makefile =================================================================== --- head/security/cryptopp/Makefile (revision 315565) +++ head/security/cryptopp/Makefile (revision 315566) @@ -1,81 +1,81 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= cryptopp PORTVERSION= 5.6.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF \ http://www.cryptopp.com/ DISTNAME= cryptopp${PORTVERSION:S/.//g} MAINTAINER= delphij@FreeBSD.org -COMMENT= A free C++ class library of Cryptographic Primitives +COMMENT= Free C++ class library of Cryptographic Primitives OPTIONS_DEFINE= DEBUG DOCS GCC46 STATIC THREADS OPTIONS_DEFAULT= STATIC THREADS STATIC_DESC= Build static version only (no shared libs) GCC46_DESC= Build with GCC 4.6+ .include NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aq USE_GMAKE= yes MAKE_JOBS_SAFE= yes MAKEFILE= GNUmakefile LIBVERSION= 0 PLIST_SUB+= LIBVERSION=${LIBVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !${PORT_OPTIONS:MDEBUG} CXXFLAGS+= -DNDEBUG .endif .if ${PORT_OPTIONS:MGCC46} USE_GCC= 4.6+ .endif .if ${PORT_OPTIONS:MSTATIC} PLIST_SUB+= DYNAMIC_ENABLED="@comment " .else PLIST_SUB+= DYNAMIC_ENABLED="" MAKE_ARGS= all libcryptopp.so CXXFLAGS+= -fPIC USE_LDCONFIG= yes .endif .if ${PORT_OPTIONS:MTHREADS} CXXFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cryptest.exe ${PREFIX}/bin/cryptest ${INSTALL_DATA} ${WRKSRC}/libcryptopp.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/cryptopp (for i in `${FIND} ${WRKSRC}/ -name '*.h' \ -and -not -name 'dll.h' \ -and -not -name 'resource.h'`; do \ ${INSTALL_DATA} $$i ${PREFIX}/include/cryptopp; \ done) .if !${PORT_OPTIONS:MSTATIC} ${INSTALL_LIB} ${WRKSRC}/libcryptopp.so ${PREFIX}/lib/libcryptopp.so.${PORTVERSION} ${LN} -fs libcryptopp.so.${PORTVERSION} ${PREFIX}/lib/libcryptopp.so.${LIBVERSION} ${LN} -fs libcryptopp.so.${LIBVERSION} ${PREFIX}/lib/libcryptopp.so .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${PREFIX}/share/doc/cryptopp ${CP} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/cryptopp/README ${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License .endif .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64: unrecognized C++ options .endif .include Index: head/security/dazuko/Makefile =================================================================== --- head/security/dazuko/Makefile (revision 315565) +++ head/security/dazuko/Makefile (revision 315566) @@ -1,48 +1,45 @@ -# New ports collection makefile for: dazuko -# Date created: 01 March 2004 -# Whom: Rob Evers -# +# Created by: Rob Evers # $FreeBSD$ PORTNAME= dazuko PORTVERSION= 2.3.9 CATEGORIES= security MASTER_SITES= http://dazuko.dnsalias.org/files/ MAINTAINER= acm@FreeBSD.org -COMMENT= A common interface for 3rd party file access control +COMMENT= Common interface for 3rd party file access control HAS_CONFIGURE= yes SUB_FILES= pkg-message OPTIONS= EXAMPLEC "Install C example programs" on .include .if ${OSVERSION} >= 800014 BROKEN= does not build .endif .if defined(WITH_EXAMPLEC) PLIST_FILES= %%EXAMPLESDIR%%/example %%EXAMPLESDIR%%/example_mt PLIST_DIRS= %%EXAMPLESDIR%% .endif post-configure: ${REINPLACE_CMD} -e 's|^NOMAN|NO_MAN|g' ${WRKSRC}/library/Makefile do-install: .if defined(WITH_EXAMPLEC) @cd ${WRKSRC}/example_c && \ ${MAKE} @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/example_c/example ${WRKSRC}/example_c/example_mt ${EXAMPLESDIR} .endif @${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -DMODULES_WITH_WORLD install post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Index: head/security/destroy/Makefile =================================================================== --- head/security/destroy/Makefile (revision 315565) +++ head/security/destroy/Makefile (revision 315566) @@ -1,27 +1,24 @@ -# New ports collection makefile for: Destroy -# Date created: 2003 March 07 -# Whom: shane@freebsdhackers.net -# +# Created by: shane@freebsdhackers.net # $FreeBSD$ # PORTNAME= destroy PORTVERSION= 20050329 CATEGORIES= security MASTER_SITES= http://www.freebsdhackers.net/destroy/ \ http://destroy.rider.us/ \ http://www.impurity.org/mirrors/destroy/ MAINTAINER= shane@freebsdhackers.net -COMMENT= A program to securely destroy files on the hard disk +COMMENT= Program to securely destroy files on the hard disk USE_GMAKE= yes MAN1= destroy.1 PLIST_FILES= bin/destroy do-install: ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 .include Index: head/security/dirmngr/Makefile =================================================================== --- head/security/dirmngr/Makefile (revision 315565) +++ head/security/dirmngr/Makefile (revision 315566) @@ -1,52 +1,49 @@ -# New ports collection makefile for: dirmngr -# Date created: 06 Feb 2003 -# Whom: michaelnottebrock@gmx.net -# +# Created by: michaelnottebrock@gmx.net # $FreeBSD$ # PORTNAME= dirmngr PORTVERSION= 1.1.0 PORTREVISION= 8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= umq@ueo.co.jp -COMMENT= A client for managing and downloading certificate revocation lists +COMMENT= Client for managing and downloading certificate revocation lists LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.19:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth USE_BZIP2= yes USE_ICONV= yes USE_OPENLDAP= yes GNU_CONFIGURE= yes USE_GMAKE= yes INFO= dirmngr MAN1= dirmngr-client.1 dirmngr.1 CONFIGURE_ARGS+= --docdir=${DOCSDIR} LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= NLS "National Language Support" off .include .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig .include Index: head/security/dissembler/Makefile =================================================================== --- head/security/dissembler/Makefile (revision 315565) +++ head/security/dissembler/Makefile (revision 315566) @@ -1,30 +1,30 @@ # Created by: Yonatan # $FreeBSD$ PORTNAME= dissembler PORTVERSION= 0.9 CATEGORIES= security MASTER_SITES= http://www.l0t3k.net/tools/ShellCode/ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com -COMMENT= A tool that polymorphs bytecode to a printable ASCII string +COMMENT= Tool that polymorphs bytecode to a printable ASCII string WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES=bin/${PORTNAME} PORTDOCS= ${PORTNAME}.txt BROKEN= checksum mismatch do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.txt ${DOCSDIR} . endif .include Index: head/security/doorman/Makefile =================================================================== --- head/security/doorman/Makefile (revision 315565) +++ head/security/doorman/Makefile (revision 315566) @@ -1,55 +1,52 @@ -# New ports collection makefile for: doorman -# Date created: 08 August 2004 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ # PORTNAME= doorman PORTVERSION= 0.81 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= lupe@lupe-christoph.de -COMMENT= A Port Knocking implementation, both daemon and client +COMMENT= Port knocking implementation, both daemon and client BUILD_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof RUN_DEPENDS:= ${BUILD_DEPENDS} PKGMESSAGE= ${WRKDIR}/pkg-message PATCH_STRIP= -p1 INSTALL_TARGET= installdirs install-exec install-data MAN1= knock.1 MAN5= knockcf.5 doormand.cf.5 guestlist.5 MAN8= doormand.8 GNU_CONFIGURE= yes SUB_FILES= pkg-message doormand.cf.EXAMPLE USE_RC_SUBR= doorman pre-patch: @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ ${WRKSRC}/doormand.c post-install: ${RM} -f ${PREFIX}/etc/doormand/ipf_add ${INSTALL_SCRIPT} ${FILESDIR}/ipf_add.atend ${PREFIX}/etc/doormand/ipf_add.atend ${INSTALL_SCRIPT} ${FILESDIR}/ipf_add.before_block ${PREFIX}/etc/doormand/ipf_add.before_block ${INSTALL_SCRIPT} ${FILESDIR}/ipf_delete ${PREFIX}/etc/doormand/ipf_delete ${INSTALL_DATA} ${WRKDIR}/doormand.cf.EXAMPLE ${PREFIX}/etc/doormand/doormand.cf.EXAMPLE @for man in ${MAN1}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man1; \ done @for man in ${MAN5}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man5; \ done @for man in ${MAN8}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man8; \ done @${CAT} ${PKGMESSAGE} .include Index: head/security/easy-rsa/Makefile =================================================================== --- head/security/easy-rsa/Makefile (revision 315565) +++ head/security/easy-rsa/Makefile (revision 315566) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= easy-rsa DISTVERSION= 2.2.0_master CATEGORIES= security net-mgmt MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ # Eric F. Crist does not require my # approval for changes to this package. -- mandree@FreeBSD.org MAINTAINER= mandree@FreeBSD.org -COMMENT= A small RSA key management package based on openssl +COMMENT= Small RSA key management package based on openssl LICENSE= GPLv2 GNU_CONFIGURE= yes .include Index: head/security/engine_pkcs11/Makefile =================================================================== --- head/security/engine_pkcs11/Makefile (revision 315565) +++ head/security/engine_pkcs11/Makefile (revision 315566) @@ -1,37 +1,34 @@ -# New ports collection makefile for: engine_pkcs11 -# Date created: 1 Jun 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ # PORTNAME= engine_pkcs11 PORTVERSION= 0.1.8 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org -COMMENT= An implementation of a PKCS\#11 engine for OpenSSL +COMMENT= Implementation of a PKCS\#11 engine for OpenSSL LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11 USE_AUTOTOOLS= libtool USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" PORTDOCS= * .ifndef(NOPORTDOCS) CONFIGURE_ARGS+=--enable-doc .else post-patch: @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .endif .include Index: head/security/fakebo/Makefile =================================================================== --- head/security/fakebo/Makefile (revision 315565) +++ head/security/fakebo/Makefile (revision 315566) @@ -1,42 +1,39 @@ -# New ports collection makefile for: fakebo -# Date created: 16 March 1999 -# Whom: Kris Kennaway -# +# Created by: Kris Kennaway # $FreeBSD$ # PORTNAME= fakebo PORTVERSION= 0.4.2.1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org -COMMENT= A fake BackOrifice client emulator +COMMENT= Fake BackOrifice client emulator LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing MAKE_JOBS_SAFE= yes MAN1= fakebo.1 PORTDOCS= README custom.replies PLIST_FILES= bin/fakebo etc/fakebo.conf.sample post-extract: @${FIND} ${WRKSRC} -type l -delete do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} .endif .include Index: head/security/fiked/Makefile =================================================================== --- head/security/fiked/Makefile (revision 315565) +++ head/security/fiked/Makefile (revision 315566) @@ -1,44 +1,41 @@ -# New ports collection makefile for: fiked -# Date created: 2005-12-07 -# Whom: Daniel Roethlisberger -# +# Created by: Daniel Roethlisberger # $FreeBSD$ # PORTNAME= fiked PORTVERSION= 0.0.5 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/dist/fiked/ MAINTAINER= ports@FreeBSD.org -COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC +COMMENT= Fake IKE PSK+XAUTH daemon based on VPNC LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt .if !defined(WITHOUT_LIBNET) LIB_DEPENDS+= net:${PORTSDIR}/net/libnet .endif USE_BZIP2= yes USE_GMAKE= yes MAKEFILE= GNUmakefile PLIST_FILES= bin/fiked MAN1= fiked.1 PORTDOCS= README NEWS LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config post-patch: @${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fiked ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fiked.1 ${PREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Index: head/security/firewalk/Makefile =================================================================== --- head/security/firewalk/Makefile (revision 315565) +++ head/security/firewalk/Makefile (revision 315566) @@ -1,44 +1,41 @@ -# New ports collection makefile for: firewalk -# Date created: Sun May 3, 1999 -# Whom: shipley@dis.org -# +# Created by: shipley@dis.org # $FreeBSD$ # PORTNAME= firewalk PORTVERSION= 5.0 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.packetfactory.net/firewalk/dist/ EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com -COMMENT= A remote firewall auditing tool +COMMENT= Remote firewall auditing tool LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ net:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/Firewalk GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${LIBNET_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib MAN8= firewalk.8 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/firewalk ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/firewalk.8 ${MANPREFIX}/man/man8/ . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/BUGS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} . endif .include Index: head/security/flowtag/Makefile =================================================================== --- head/security/flowtag/Makefile (revision 315565) +++ head/security/flowtag/Makefile (revision 315566) @@ -1,29 +1,26 @@ -# New ports collection makefile for: flowtag -# Date created: 14 July 2008 -# Whom: Lee Hinman -# +# Created by: Lee Hinman # $FreeBSD$ # PORTNAME= flowtag PORTVERSION= 2.0.5 CATEGORIES= security MASTER_SITES= http://hexbit.csc.gatech.edu/portfiles/ \ http://writequit.org/misc/files/ \ http://chrislee.dhs.org/pages/research/flowtag/ EXTRACT_SUFX= .tgz MAINTAINER= lee@writequit.org -COMMENT= A collaborative attack-analysis tool for security researchers +COMMENT= Collaborative attack-analysis tool for security researchers USE_RUBY= yes USE_RUBY_SETUP= yes MAN1= flowtag.1 listflows.1 pcap2flowdb.1 printflow.1 MANCOMPRESSED= yes .include RUN_DEPENDS+= ${RUBY_LIBDIR}/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk .include Index: head/security/ftimes/Makefile =================================================================== --- head/security/ftimes/Makefile (revision 315565) +++ head/security/ftimes/Makefile (revision 315566) @@ -1,88 +1,85 @@ -# New ports collection makefile for: ftimes -# Date created: 20 August 2002 -# Whom: Klayton Monroe -# +# Created by: Klayton Monroe # $FreeBSD$ # PORTNAME= ftimes PORTVERSION= 3.8.0 PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= klm@uidzero.org -COMMENT= A system baselining and evidence collection tool +COMMENT= System baselining and evidence collection tool GNU_CONFIGURE= yes USE_PERL5= yes MAN1= ftimes.1 OPTIONS= DIG_TOOLS "install dig tools" on \ HASHDIG_TOOLS "install hashdig tools" on \ MAP_TOOLS "install map tools" on \ PCRE "PCRE support" on \ SSL "OpenSSL support" on \ XMAGIC "XMagic support" on .include .if defined(WITH_DIG_TOOLS) || defined(WITH_MAP_TOOLS) . if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 . endif .endif .if defined(WITH_DIG_TOOLS) PLIST_SUB+= DIG_TOOLS="" CONFIGURE_ARGS+= --with-dig-tools MAN1+= ftimes-crv2dbi.1 ftimes-crv2raw.1 ftimes-dig2ctx.1 ftimes-dig2dbi.1 hipdig.1 RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 .else PLIST_SUB+= DIG_TOOLS="@comment " .endif .if defined(WITH_HASHDIG_TOOLS) PLIST_SUB+= HASHDIG_TOOLS="" CONFIGURE_ARGS+= --with-hashdig-tools MAN1+= hashdig-bash.1 hashdig-bind.1 hashdig-dump.1 hashdig-find.1 hashdig-filter.1 hashdig-harvest-sunsolve.1 hashdig-harvest.1 hashdig-make.1 hashdig-resolve-sunsolve.1 hashdig-stat.1 hashdig-weed.1 .else PLIST_SUB+= HASHDIG_TOOLS="@comment " .endif .if defined(WITH_MAP_TOOLS) PLIST_SUB+= MAP_TOOLS="" CONFIGURE_ARGS+= --with-map-tools MAN1+= ftimes-cmp2dbi.1 ftimes-map2dbi.1 ftimes-map2mac.1 tarmap.1 .else PLIST_SUB+= MAP_TOOLS="@comment " .endif .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} .else CONFIGURE_ARGS+= --without-pcre .endif .if defined(WITH_SSL) # we can't use USE_OPENSSL=yes after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --without-ssl .endif .if defined(WITH_XMAGIC) PLIST_SUB+= XMAGIC="" CONFIGURE_ARGS+= --enable-xmagic .else PLIST_SUB+= XMAGIC="@comment " .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/ftimes .include Index: head/security/fwanalog/Makefile =================================================================== --- head/security/fwanalog/Makefile (revision 315565) +++ head/security/fwanalog/Makefile (revision 315566) @@ -1,53 +1,50 @@ -# New ports collection makefile for: fwanalog -# Date created: 11 March 2002 -# Whom: Kimura Fuyuki -# +# Created by: Kimura Fuyuki # $FreeBSD$ # PORTNAME= fwanalog PORTVERSION= 0.6.9 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://tud.at/programm/fwanalog/ MAINTAINER= cy@FreeBSD.org -COMMENT= A firewall log summarizer that uses Analog +COMMENT= Firewall log summarizer that uses Analog RUN_DEPENDS= analog:${PORTSDIR}/www/analog ETCDIR= ${PREFIX}/etc/${PORTNAME} PLIST_SUB+= ETCDIR=${ETCDIR} CONFFILES= fwanalog-dom.tab \ fwanalog.analog.conf \ fwanalog.analog.conf.local \ fwanalog.lng \ fwanalog.opts \ services.conf post-patch: ${REINPLACE_CMD} \ -e "s,the script's directory.*$$,${ETCDIR},;" \ -e 's,cd .*$$,cd ${ETCDIR},; s,sh\$$/,\$$/.,' \ ${WRKSRC}/fwanalog.sh ${REINPLACE_CMD} -e 's/"freebsd/"ipf/; s/"ipflog/"messages/' \ ${WRKSRC}/fwanalog.opts.freebsd do-build: ${LN} ${WRKSRC}/fwanalog.opts.freebsd ${WRKSRC}/fwanalog.opts do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fwanalog.sh ${PREFIX}/sbin/fwanalog ${MKDIR} ${ETCDIR} .for i in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${ETCDIR}/${i}-dist ${TEST} -f ${ETCDIR}/${i} || ${INSTALL_DATA} ${WRKSRC}/${i} ${ETCDIR}/${i} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Index: head/security/fwipe/Makefile =================================================================== --- head/security/fwipe/Makefile (revision 315565) +++ head/security/fwipe/Makefile (revision 315566) @@ -1,30 +1,27 @@ -# New ports collection makefile for: wipe -# Date created: 2006-09-22 -# Whom: David Thiel -# +# Created by: David Thiel # $FreeBSD$ # PORTNAME= fwipe PORTVERSION= 0.36 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.jeenyus.net/linux/software/fwipe/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@FreeBSD.org -COMMENT= A djb-style file wiping utility +COMMENT= djb-style file wiping utility ALL_TARGET= it INSTALL_TARGET= setup PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 MAN1= fwipe0.1 echo0.1 fwipe.1 post-extract: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-root .include Index: head/security/fwlogwatch/Makefile =================================================================== --- head/security/fwlogwatch/Makefile (revision 315565) +++ head/security/fwlogwatch/Makefile (revision 315566) @@ -1,31 +1,27 @@ -# ex:ts=8 -# New ports collection makefile for: fwlogwatch -# Date created: Nov 20, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # PORTNAME= fwlogwatch PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.kybs.de/boris/sw/ MAINTAINER= michael@ranner.eu -COMMENT= A packet filter and firewall log analyzer +COMMENT= Packet filter and firewall log analyzer USE_GETTEXT= yes USE_BZIP2= yes MAKE_ENV= MKDIR="${MKDIR}" INSTALL_TARGET= install install-config install-i18n MAN8= fwlogwatch.8 post-patch: @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} post-install: @${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d .include Index: head/security/fwtk/Makefile =================================================================== --- head/security/fwtk/Makefile (revision 315565) +++ head/security/fwtk/Makefile (revision 315566) @@ -1,128 +1,125 @@ -# Ports collection makefile for: fwtk -# Date created: 15th June 1996 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ # PORTNAME= fwtk PORTVERSION= 2.1 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= # pet portlint. Restricted source. DISTNAME= ${PORTNAME}${PORTVERSION} DISTFILES= ${DISTNAME}.tar.Z fwtk-doc-only.tar.Z DIST_SUBDIR= fwtk MAINTAINER= pirzyk@FreeBSD.org -COMMENT= A toolkit used for building firewalls based on proxy services +COMMENT= Toolkit used for building firewalls based on proxy services RESTRICTED= No form of redistribution is allowed BROKEN= Won't fetch, ftp site mentioned in 'IGNORE' has no readme. Web site changed hands? # from scheidell@. Can't find sources (did, but checksums wrong), can't see the 'readme' you mention below. if you can # update this so that it fetches, and/or give valid, reproducable instructions on how to get permission to discribute # source, then put this back in. EXPIRATION_DATE=2012-09-01 OPTIONS= X11 "Build X11 programs" On \ JUMBO_PATCH "Build with the \"Jumbo\" patch kit" Off \ SKEY "Build this package with S/Key support" Off \ SNK "Buil this package with DigiPath SNK support" Off WRKSRC= ${WRKDIR}/fwtk HAS_CONFIGURE= YES CONFIGURE_SCRIPT= fixmake MAN3= auth.3 MAN5= netperm-table.5 MAN8= authmgr.8 authsrv.8 ftp-gw.8 http-gw.8 login-sh.8 netacl.8 \ plug-gw.8 rlogin-gw.8 smap.8 smapd.8 tn-gw.8 x-gw.8 DOCS= sample-report.txt manpages.ps admin_guide.ps user_guide.ps \ overview.ps presentation.ps SBIN_BINS= authdump authload authmgr LIBEXEC_BINS= authsrv ftp-gw http-gw netacl plug-gw rlogin-gw smap smapd \ tn-gw x-gw .include .if defined(WITH_SKEY) IGNORE= does not build on 5.x and above with WITH_SKEY set because it requires S/Key libraries and headers .endif .if !defined(WITHOUT_X11) MAN8+= x-gw.8 LIBEXEC_BINS+= x-gw USE_XORG= x11 PLIST_SUB+= X11="" .else PLIST_SUB+= X11="@comment " .MAKEFLAGS+= -DWITHOUT_X11 .endif .if defined(WITH_JUMBO_PATCH) PATCHFILES= trg-jumbo-20001114.diff PATCH_SITES= http://www.fwtk.org/fwtk/patches/ PATCH_DIST_STRIP= -p1 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.Z) \ || !exists(${DISTDIR}/${DIST_SUBDIR}/fwtk-doc-only.tar.Z) IGNORE= please read ftp://ftp.tislabs.com/pub/firewalls/toolkit/dist/README for details of how to obtain the FTWK source. Put the files ${DISTNAME}.tar.Z and fwtk-doc-only.tar.Z into the directory ${DISTDIR}/${DIST_SUBDIR} and run make again .endif post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/http-gw/http-gw.h @${REINPLACE_CMD} -E 's|(defined\(AIX\))|\1 \&\& !defined(__FreeBSD__)|' \ ${WRKSRC}/x-gw/sig.c .if defined(WITH_SKEY) @${REINPLACE_CMD} -E 's|^/\* (#define AUTHPROTO_SKEY) \*/|\1|' \ ${WRKSRC}/auth.h .endif .if defined(WITH_SNK) @${REINPLACE_CMD} -E 's|^/\* (#define AUTHPROTO_SNK) \*/|\1|' \ ${WRKSRC}/auth.h .endif pre-configure: @${MV} ${WRKSRC}/Makefile.config ${WRKSRC}/Makefile.config.in @${SED} -e s:%%FWTKSRCDIR%%:${WRKSRC}: \ -e s:%%BSD_PREFIX%%:${PREFIX}: \ ${WRKSRC}/Makefile.config.in > ${WRKSRC}/Makefile.config @${MV} ${WRKSRC}/firewall.h ${WRKSRC}/firewall.h.in @${SED} -e s:%%FWTKSRCDIR%%:${WRKSRC}: \ -e s:%%BSD_PREFIX%%:${PREFIX}: \ ${WRKSRC}/firewall.h.in > ${WRKSRC}/firewall.h post-install: cd ${PREFIX}/libexec ; ${STRIP_CMD} ${SBIN_BINS} ${LIBEXEC_BINS} cd ${PREFIX}/libexec ; ${MV} ${SBIN_BINS} mqueue ../sbin ${INSTALL_DATA} ${WRKSRC}/config/netperm-table \ ${PREFIX}/etc/netperm-table.sample if [ ! -f ${PREFIX}/etc/netperm-table ]; then \ ${INSTALL_DATA} ${WRKSRC}/config/netperm-table \ ${PREFIX}/etc/netperm-table;\ fi .for file in ${LIBEXEC_BINS} @${RM} -f ${PREFIX}/libexec/${file}.old .endfor .for man in ${MAN3} @${INSTALL_MAN} ${WRKSRC}/doc/man/${man} ${PREFIX}/man/man3 .endfor .for man in ${MAN5} @${INSTALL_MAN} ${WRKSRC}/doc/man/${man} ${PREFIX}/man/man5 .endfor .for man in ${MAN8} @${INSTALL_MAN} ${WRKSRC}/doc/man/${man} ${PREFIX}/man/man8 .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .for files in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${files} ${DOCSDIR} .endfor .endif .include Index: head/security/gag/Makefile =================================================================== --- head/security/gag/Makefile (revision 315565) +++ head/security/gag/Makefile (revision 315566) @@ -1,33 +1,29 @@ -# ex:ts=8 -# Ports collection makefile for: gag -# Date created: Sun Feb 12, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ # PORTNAME= gag PORTVERSION= 2.9 CATEGORIES= security MASTER_SITES= http://staff.washington.edu/dittrich/misc/ DISTNAME= sickenscan EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org -COMMENT= A stacheldraht (DOS attack) agent detector +COMMENT= Stacheldraht (DOS attack) agent detector LATEST_LINK= gag-sickenscan ALL_TARGET= gag PORTDOCS= README PLIST_FILES= sbin/gag do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gag ${PREFIX}/sbin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif .include Index: head/security/gcipher/Makefile =================================================================== --- head/security/gcipher/Makefile (revision 315565) +++ head/security/gcipher/Makefile (revision 315566) @@ -1,64 +1,61 @@ -# New ports collection makefile for: gcipher -# Date created: 25 June 2003 -# Whom: Shannon -jj Behrens -# +# Created by: Shannon -jj Behrens # $FreeBSD$ # PORTNAME= gcipher PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A simple encryption tool +COMMENT= Simple encryption tool LICENSE= BSD USE_GNOME= pygnome2 USE_PYTHON= yes MAN1= gcipher.1 LICENSE_FILES= ${WRKSRC}/LICENSE post-patch: @${REINPLACE_CMD} -e \ '/^VERSION/s|=.*|= "${PORTVERSION}"|g ; \ /^GLADEDIR/s|=.*|= "${DATADIR}/lib"|g' ${WRKSRC}/src/Const.py @${REINPLACE_CMD} -e \ 's|/usr/bin/python|${SETENV} python|g ; \ s|^# sys.path.append|sys.path.append|g ; \ s|/usr/share/gcipher/lib|${DATADIR}/lib|' ${WRKSRC}/src/gcipher do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/gcipher ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gcipher.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/src/gcipher.desktop ${PREFIX}/share/applications @${MKDIR} ${DATADIR}/lib @(cd ${WRKSRC}/src && \ ${FIND} . -name '*.glade' \ -o -name '*.gladep' \ -o -name '*.py' \ -o -name '*.pyc' \ -o -name '*.pyo' | \ ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/lib) @${MKDIR} ${DATADIR}/plugins @(cd ${WRKSRC}/plugins && \ ${FIND} . -name '*.glade' \ -o -name '*.gladep' \ -o -name '*.py' | \ ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/plugins) @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC} && \ ${INSTALL_DATA} CONTRIB README ${DOCSDIR}) .endif .include Index: head/security/gnome-keyring/Makefile =================================================================== --- head/security/gnome-keyring/Makefile (revision 315565) +++ head/security/gnome-keyring/Makefile (revision 315566) @@ -1,35 +1,30 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.98 2010/10/26 08:18:44 kwm Exp $ -# PORTNAME= gnome-keyring PORTVERSION= 2.32.1 PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ --with-root-certs="${LOCALBASE}/share/certs/ca-root-nss.crt" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \ org.gnome.crypto.pgp.gschema.xml .include Index: head/security/gnome-ssh-askpass/Makefile =================================================================== --- head/security/gnome-ssh-askpass/Makefile (revision 315565) +++ head/security/gnome-ssh-askpass/Makefile (revision 315566) @@ -1,32 +1,29 @@ -# New ports collection makefile for: gnome-ssh-askpass -# Date created: 11 June 2002 -# Whom: Mark Hannon -# +# Created by: Mark Hannon # $FreeBSD$ PORTNAME= gnome-ssh-askpass PORTVERSION= 5.8p2 PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= OPENBSD/OpenSSH/portable/ DISTNAME= openssh-${PORTVERSION} MAINTAINER= 5u623l20@gmail.com -COMMENT= A graphical ssh askpass utility for Gnome2 +COMMENT= Graphical SSH askpass utility for Gnome2 PORTSCOUT= skipv:5.9p1 # Will update when FreeBSD version off SSH goes to 5.9p1 WRKSRC= ${WRKDIR}/openssh-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/contrib ALL_TARGET= gnome-ssh-askpass2 PLIST_FILES= bin/gnome-ssh-askpass2 USE_GNOME= gtk20 .include CFLAGS+= ${PTHREAD_LIBS} do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 ${PREFIX}/bin .include Index: head/security/gpasman/Makefile =================================================================== --- head/security/gpasman/Makefile (revision 315565) +++ head/security/gpasman/Makefile (revision 315566) @@ -1,22 +1,22 @@ # Created by: domi@saargate.de # $FreeBSD$ PORTNAME= gpasman PORTVERSION= 1.3.1 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://gpasman.sourceforge.net/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= A password manager that stores password information encrypted +COMMENT= Password manager that stores password information encrypted PLIST_FILES= bin/gpasman USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin .include Index: head/security/gpass/Makefile =================================================================== --- head/security/gpass/Makefile (revision 315565) +++ head/security/gpass/Makefile (revision 315566) @@ -1,36 +1,36 @@ # Created by: ports@c0decafe.net # $FreeBSD$ PORTNAME= gpass PORTVERSION= 0.5.1 PORTREVISION= 10 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org -COMMENT= A password manager for GNOME2 +COMMENT= Password manager for GNOME2 LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ mhash:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic USE_GMAKE= yes MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 USES= pathfix USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/include/gpass/error.h \ ${WRKSRC}/src/helper.h post-install: @-update-desktop-database .include Index: head/security/gpgme/Makefile =================================================================== --- head/security/gpgme/Makefile (revision 315565) +++ head/security/gpgme/Makefile (revision 315566) @@ -1,90 +1,87 @@ -# New ports collection makefile for: gpgme -# Date created: 15 June 2001 -# Whom: teramoto@comm.eng.osaka-u.ac.jp -# +# Created by: teramoto@comm.eng.osaka-u.ac.jp # $FreeBSD$ # PORTNAME= gpgme PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org -COMMENT= A library to make access to GnuPG easier +COMMENT= Library to make access to GnuPG easier LICENSE= LGPL21 LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gpg-error.0:${PORTSDIR}/security/libgpg-error OPTIONS_DEFINE= DOCS UISERVER OPTIONS_SINGLE= GNUPG OPTIONS_SINGLE_GNUPG= GNUPG1 GNUPG2 OPTIONS_DEFAULT= GNUPG2 GNUPG1_DESC= Build gpgme library for GnuPG 1.x GNUPG2_DESC= Build gpgme library for GnuPG 2.x UISERVER_DESC= GnuPG UI server support USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/gpgme \ --with-g13=no INFO= gpgme PORTDOCS= AUTHORS ChangeLog COPYING COPYING.LESSER INSTALL \ NEWS README THANKS TODO .include .if ${PORT_OPTIONS:MGNUPG1} BUILD_DEPENDS+= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS+= gpgv:${PORTSDIR}/security/gnupg1 CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=no \ --with-gpgconf=no .endif .if ${PORT_OPTIONS:MGNUPG2} BUILD_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \ --with-gpgconf=${LOCALBASE}/bin/gpgconf .if exists(${LOCALBASE}/bin/gpgsm) CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm .else CONFIGURE_ARGS+=--with-gpgsm=no .endif .endif .if ${PORT_OPTIONS:MUISERVER} CONFIGURE_ARGS+=--enable-fd-passing .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/src/gpgme-config.in \ ${WRKSRC}/tests/gpg/Makefile.in @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ ${WRKSRC}/lang/cl/Makefile.in post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Index: head/security/gtk-knocker/Makefile =================================================================== --- head/security/gtk-knocker/Makefile (revision 315565) +++ head/security/gtk-knocker/Makefile (revision 315566) @@ -1,40 +1,37 @@ -# New ports collection makefile for: gtk-knocker -# Date created: Tue Jul 10 02:18:39 EDT 2001 -# Whom: Patrick Li -# +# Created by: Patrick Li # $FreeBSD$ # PORTNAME= knocker PORTVERSION= 0.6.6 PORTREVISION= 4 CATEGORIES= security net x11 MASTER_SITES= SF/${PORTNAME}/gtk-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= gtk- DISTNAME= gtk-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple and easy to use TCP only port scanner (GTK+ version) +COMMENT= Simple and easy to use TCP only port scanner (GTK+ version) GNU_CONFIGURE= yes USE_XORG= x11 xpm USE_GNOME= gtk12 MAN1= gtk-knocker.1 .include post-patch: .for file in src/gtk_support.c src/gtk_callbacks.c @${REINPLACE_CMD} -e 's|"\.\./pixmaps"|PACKAGE_DATA_DIR "/pixmaps"|g' \ ${WRKSRC}/${file} .endfor .for file in src/license.h @${REINPLACE_CMD} -e 's|$$|\\n\\|g ; \ s|^".*|";|g' ${WRKSRC}/${file} .endfor post-install: @${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${MANPREFIX}/man/man1 .include Index: head/security/gtkpasman/Makefile =================================================================== --- head/security/gtkpasman/Makefile (revision 315565) +++ head/security/gtkpasman/Makefile (revision 315566) @@ -1,54 +1,51 @@ -# New ports collection makefile for: gtkpasman -# Date created: 25 Aug 2004 -# Whom: Philippe Rocques -# +# Created by: Philippe Rocques # $FreeBSD$ # PORTNAME= gtkpasman PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTVERSION} MAINTAINER= rm@FreeBSD.org -COMMENT= A GTK+ passwords manager for system and network administrators +COMMENT= GTK+ passwords manager for system and network administrators RUN_DEPENDS+= gpgv2:${PORTSDIR}/security/gnupg USE_GMAKE= yes USE_GNOME= desktopfileutils gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk2 USE_AUTOTOOLS= automake aclocal autoconf SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= README data/gpasman4.sample PLIST_FILES= bin/gtkpasman share/applications/gtkpasman.desktop ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal .if !defined(NOPORTDOCS) PORTDOCS= README gpasman4.sample .endif post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/src/Makefile.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/data/gtkpasman.desktop \ ${PREFIX}/share/applications .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif post-install: .if !defined(NOPORTDOCS) @${CAT} ${PKGMESSAGE} .endif @-update-desktop-database .include Index: head/security/gtkportscan/Makefile =================================================================== --- head/security/gtkportscan/Makefile (revision 315565) +++ head/security/gtkportscan/Makefile (revision 315566) @@ -1,43 +1,43 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= gtkportscan PORTVERSION= 1.2 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= LOCAL/cpiazza MAINTAINER= ports@FreeBSD.org -COMMENT= A simple port scanner that prints out open ports +COMMENT= Simple port scanner that prints out open ports OPTIONS_DEFINE= GTK2 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gtkportscan bin/portscan .include .if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 USE_PKGCONFIG= build GTK_CONFIG= pkg-config gtk+-2.0 .else USE_GNOME= gtk12 .endif post-patch: @${REINPLACE_CMD} -e \ 's|^void main|int main|' ${WRKSRC}/portscan.c do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o portscan portscan.c) (cd ${WRKSRC} && ${CC} ${CFLAGS} $$(${GTK_CONFIG} --cflags) \ -o gtkportscan gtkportscan.c $$(${GTK_CONFIG} --libs)) do-install: .for i in gtkportscan portscan (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${PREFIX}/bin) .endfor .include Index: head/security/hackbot/Makefile =================================================================== --- head/security/hackbot/Makefile (revision 315565) +++ head/security/hackbot/Makefile (revision 315566) @@ -1,36 +1,33 @@ -# New ports collection makefile for: hackbot -# Date created: Mon Jan 13 15:44:35 GMT 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ # PORTNAME= hackbot PORTVERSION= 2.21 CATEGORIES= security MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ http://ws.obit.nl/hackbot/ EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org -COMMENT= A host exploration tool and bannergrabber +COMMENT= Host exploration tool and bannergrabber USE_PERL5= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${REINPLACE_CMD} -e 's|/usr/local/etc|${DATADIR}|' ${WRKSRC}/hackbot.pl do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/google.db ${DATADIR}/google.db ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${DATADIR}/fingerprint.db ${INSTALL_DATA} ${WRKSRC}/cgi.db ${DATADIR}/cgi.db ${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/ MAN1= hackbot.1 MANCOMPRESSED= yes .include Index: head/security/heimdal/Makefile =================================================================== --- head/security/heimdal/Makefile (revision 315565) +++ head/security/heimdal/Makefile (revision 315566) @@ -1,184 +1,181 @@ -# Ports collection Makefile for: heimdal -# Date created: 10/23/1999 -# Whom: nectar@FreeBSD.ORG -# +# Created by: nectar@FreeBSD.ORG # $FreeBSD$ # PORTNAME= heimdal PORTVERSION= 1.5.2 PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ MAINTAINER= Joerg.Pulz@frm2.tum.de -COMMENT= A popular BSD-licensed implementation of Kerberos 5 +COMMENT= Popular BSD-licensed implementation of Kerberos 5 CONFLICTS= krb4-[0-9]* krb5-[0-9]* srp-[0-9]* OPTIONS= IPV6 "Enable IPV6 support" on \ KCM "Enable Kerberos Credentials Manager" on \ BDB "Enable BerkeleyDB KDC backend support" on \ SQLITE "Enable SQLite KDC backend support" off \ LDAP "Enable OpenLDAP KDC backend support" off \ PKINIT "Enable PK-INIT support" on \ DIGEST "Enable DIGEST support" on \ KX509 "Enable kx509 support" on \ CRACKLIB "Use CrackLib for password quality checking" off \ X11 "Build X11 utilies" off USE_AUTOTOOLS= autoconf autoheader libtool USE_GNOME= gnomehack pkgconfig USE_OPENSSL= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-libintl=${LOCALBASE} \ --with-readline=${DESTDIR}/usr \ --enable-pthread-support \ --with-hdbdir=/var/db/${PORTNAME} \ --sysconfdir=${PREFIX}/etc MAKE_ENV+= INSTALL_CATPAGES=no INFO= heimdal hx509 PLIST= ${WRKDIR}/PLIST .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif .if ${OSVERSION} >= 700000 PLIST_SUB+= HCRYPTO="@comment " .else PLIST_SUB+= HCRYPTO="" .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --without-ipv6 .else CONFIGURE_ARGS+= --with-ipv6 .endif .if !defined(WITHOUT_KCM) CONFIGURE_ARGS+= --enable-kcm PLIST_SUB+= KCM="" .else CONFIGURE_ARGS+= --disable-kcm PLIST_SUB+= KCM="@comment " .endif .if defined(WITH_BDB) USE_BDB= yes CFLAGS+= -I${BDB_INCLUDE_DIR} CPPFLAGS+= -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${BDB_LIB_DIR} CONFIGURE_ARGS+= --with-berkeley-db=${LOCALBASE} \ --with-berkeley-db-include=${BDB_INCLUDE_DIR} .else CONFIGURE_ARGS+= --with-berkeley-db=no .endif .if defined(WITH_SQLITE) USE_SQLITE= yes CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} PLIST_SUB+= SQLITE="@comment " .else CONFIGURE_ARGS+= --without-sqlite3 PLIST_SUB+= SQLITE="" .endif .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} . if defined(LDAP_SOCKET_PATH) _SOCK= ${LDAP_SOCKET_PATH:C|/|%2f|g} . else LDAP_RUN_DIR?= /var/run/openldap _SOCK= ${LDAP_RUN_DIR:C|/|%2f|g}%2fldapi . endif .else CONFIGURE_ARGS+= --without-openldap .endif .if defined(WITHOUT_PKINIT) CONFIGURE_ARGS+= --disable-pk-init .else CONFIGURE_ARGS+= --enable-pk-init .endif .if defined(WITHOUT_DIGEST) CONFIGURE_ARGS+= --disable-digest .else CONFIGURE_ARGS+= --enable-digest .endif .if defined(WITHOUT_KX509) CONFIGURE_ARGS+= --disable-kx509 .else CONFIGURE_ARGS+= --enable-kx509 .endif .if defined(WITH_CRACKLIB) BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib .endif .if defined(WITH_X11) USE_XORG= x11 xt CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --without-x .endif .if defined(HEIMDAL_HOME) PREFIX= ${HEIMDAL_HOME} .else CONFLICTS+= wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]* .endif post-patch: .if defined(WITH_LDAP) @${REINPLACE_CMD} -e 's|%%LDAP_SOCKET%%|${_SOCK:Q}|g' \ ${WRKSRC}/lib/hdb/hdb-ldap.c .endif @${REINPLACE_CMD} -e 's|$$ac_cv_header_fnmatch_h|yes|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|@LDFLAGS@|@LDFLAGS@ \$$\(PTHREADS_LIBADD\)|g' \ ${WRKSRC}/lib/ipc/Makefile.in post-build: .if defined(WITH_CRACKLIB) ${SED} -e "s;%%LOCALBASE%%;${LOCALBASE};g" \ ${FILESDIR}/kpasswdd-cracklib.c.in > ${WRKSRC}/kpasswdd-cracklib.c (cd ${WRKSRC} && \ ${CC} ${CFLAGS} -fPIC -shared -I${LOCALBASE}/include -I./include \ -L${LOCALBASE}/lib -o ./kpasswdd-cracklib.so ./kpasswdd-cracklib.c -lcrack) .endif pre-install: @${CP} ${PKGDIR}/pkg-plist ${PLIST} @if [ -f ${WRKSRC}/lib/com_err/.libs/compile_et ]; then \ ${CAT} ${PKGDIR}/pkg-plist.com_err >> ${PLIST}; \ fi .if defined(WITH_X11) @${CAT} ${PKGDIR}/pkg-plist.x11 >> ${PLIST} .endif .if !exists(/usr/include/ifaddrs.h) @${ECHO_CMD} include/ifaddrs.h >> ${PLIST} .endif .if defined(WITH_CRACKLIB) ${INSTALL_PROGRAM} ${WRKSRC}/kpasswdd-cracklib.so ${PREFIX}/lib/ @${ECHO_CMD} lib/kpasswdd-cracklib.so >> ${PLIST} .endif .include "Makefile.man" post-install: ${SED} 's;%%PREFIX%%;${PREFIX};g' ${FILESDIR}/kdc.sh > \ ${PREFIX}/etc/rc.d/kdc.sh.sample .include Index: head/security/honggfuzz/Makefile =================================================================== --- head/security/honggfuzz/Makefile (revision 315565) +++ head/security/honggfuzz/Makefile (revision 315566) @@ -1,36 +1,33 @@ -# New ports collection makefile for: honggfuzz -# Date created: 2010-12-13 -# Whom: Sofian Brabez -# +# Created by: Sofian Brabez # $FreeBSD$ # PORTNAME= honggfuzz PORTVERSION= 0.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz MAINTAINER= sbz@FreeBSD.org -COMMENT= A general-purpose fuzzer with simple, command-line interface +COMMENT= General-purpose fuzzer with simple, command-line interface LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes # inplace replacement to remove relative binary path in examples scripts post-patch: @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh do-build: @(cd ${WRKSRC}; ${GMAKE}) do-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Index: head/security/hs-crypto-api/Makefile =================================================================== --- head/security/hs-crypto-api/Makefile (revision 315565) +++ head/security/hs-crypto-api/Makefile (revision 315566) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= crypto-api PORTVERSION= 0.10.2 PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A generic interface for cryptographic operations +COMMENT= Generic interface for cryptographic operations LICENSE= BSD CABAL_SETUP= Setup.hs USE_CABAL= cereal>=0.2 entropy largeword>=1.0.0 tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/security/hs-entropy/Makefile =================================================================== --- head/security/hs-entropy/Makefile (revision 315565) +++ head/security/hs-entropy/Makefile (revision 315566) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= entropy PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A platform-independent entropy source +COMMENT= Platform-independent entropy source LICENSE= BSD CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/security/hs-monadcryptorandom/Makefile =================================================================== --- head/security/hs-monadcryptorandom/Makefile (revision 315565) +++ head/security/hs-monadcryptorandom/Makefile (revision 315566) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= monadcryptorandom PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A monad for using CryptoRandomGen +COMMENT= Monad for using CryptoRandomGen LICENSE= BSD USE_CABAL= crypto-api>=0.2 mtl>=2.0 tagged>=0.2 transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/security/hs-pureMD5/Makefile =================================================================== --- head/security/hs-pureMD5/Makefile (revision 315565) +++ head/security/hs-pureMD5/Makefile (revision 315566) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= pureMD5 PORTVERSION= 2.1.2.1 PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A Haskell-only implementation of MD5 digest (hash) yalgorithm +COMMENT= Haskell-only implementation of MD5 digest (hash) yalgorithm LICENSE= BSD USE_CABAL= cereal>=0.2 crypto-api tagged .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/security/iaikpkcs11wrapper/Makefile =================================================================== --- head/security/iaikpkcs11wrapper/Makefile (revision 315565) +++ head/security/iaikpkcs11wrapper/Makefile (revision 315566) @@ -1,56 +1,56 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= iaikPkcs11Wrapper PORTVERSION= 1.2.18 CATEGORIES= security java devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= ale@FreeBSD.org -COMMENT= A PKCS\#11 Java wrapper +COMMENT= PKCS\#11 Java wrapper USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native USE_GMAKE= yes ALL_TARGET= release PLIST_FILES= lib/libpkcs11wrapper.so %%JAVAJARDIR%%/iaikPkcs11Wrapper.jar PORTDOCS= * PORTEXAMPLES= * .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" WRKSRC= ${WRKDIR}/src/native/unix/linux-x86_64 .else WRKSRC= ${WRKDIR}/src/native/unix/linux-x86 .endif do-install: @${ECHO_MSG} -n ">> Installing JNI library in ${PREFIX}/lib..." @${INSTALL_PROGRAM} ${WRKSRC}/release/libpkcs11wrapper.so ${PREFIX}/lib/ @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/iaikPkcs11Wrapper.jar..." @${INSTALL_DATA} ${WRKDIR}/bin/iaikPkcs11Wrapper.jar ${JAVAJARDIR}/ @${ECHO_MSG} " [ DONE ]" .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @${MKDIR} ${DOCSDIR} @cd ${WRKDIR}/docs && ${FIND} * | \ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${ECHO_MSG} " [ DONE ]" .endif .if !defined(NOPORTEXAMPLES) @${ECHO_MSG} -n ">> Installing examples in ${EXAMPLESDIR}..." @${MKDIR} ${EXAMPLESDIR} @cd ${WRKDIR}/examples && ${FIND} * | \ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} > /dev/null 2>&1 @${ECHO_MSG} " [ DONE ]" .endif .include Index: head/security/integrit/Makefile =================================================================== --- head/security/integrit/Makefile (revision 315565) +++ head/security/integrit/Makefile (revision 315566) @@ -1,31 +1,27 @@ -# ex:ts=8 -# New ports collection makefile for: integrit -# Date created: Dec 30, 2000 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ # PORTNAME= integrit PORTVERSION= 4.1 CATEGORIES= security MASTER_SITES= SF MAINTAINER= jos@catnook.com -COMMENT= A file integrity verification program +COMMENT= File integrity verification program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} utils PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit MAN1= i-ls.1 i-viewdb.1 integrit.1 INFO= integrit .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif .include Index: head/security/ipfw2dshield/Makefile =================================================================== --- head/security/ipfw2dshield/Makefile (revision 315565) +++ head/security/ipfw2dshield/Makefile (revision 315566) @@ -1,29 +1,26 @@ -# New ports collection makefile for: ipfw2dshield -# Date created: 8 June 2004 -# Whom: Frank W. Josellis -# +# Created by: Frank W. Josellis # $FreeBSD$ # PORTNAME= ipfw2dshield PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://www.dynamical-systems.org/ipfw/ MAINTAINER= frank@dynamical-systems.org -COMMENT= A DShield client for ipfw logs +COMMENT= DShield client for ipfw logs PORTDOCS= CHANGES README.html README.txt post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Index: head/security/ipv6toolkit/Makefile =================================================================== --- head/security/ipv6toolkit/Makefile (revision 315565) +++ head/security/ipv6toolkit/Makefile (revision 315566) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= ipv6toolkit PORTVERSION= 1.3.1 CATEGORIES= security ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ DISTNAME= ipv6-toolkit-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org -COMMENT= A set of IPv6 security assessment tools +COMMENT= Set of IPv6 security assessment tools LICENSE= GPLv3 MAKE_ENV= DATADIR=${DATADIR} MAKE_JOBS_SAFE= yes PORTDOCS= README.TXT MAN1= flow6.1 frag6.1 icmp6.1 jumbos6.1 na6.1 ni6.1 ns6.1 ra6.1 \ rd6.1 rs6.1 scan6.1 tcp6.1 MAN5= ipv6toolkit.conf.5 post-patch: ${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \ ${WRKSRC}/data/ipv6toolkit.conf .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} .endif .include Index: head/security/keynote/Makefile =================================================================== --- head/security/keynote/Makefile (revision 315565) +++ head/security/keynote/Makefile (revision 315566) @@ -1,39 +1,36 @@ -# New ports collection makefile for: keynote -# Date created: 02 September 1999 -# Whom: se -# +# Created by: se # $FreeBSD$ # PORTNAME= keynote PORTVERSION= 2.3 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www1.cs.columbia.edu/~angelos/Code/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Trust-Management System +COMMENT= Trust-Management System USE_OPENSSL= YES GNU_CONFIGURE= yes .include CONFIGURE_ENV+= SSLEAY="${OPENSSLBASE}/bin" OPENSSLLIB="${OPENSSLLIB}" \ OPENSSLINC="${OPENSSLINC}" MAN1= keynote.1 MAN3= keynote.3 MAN5= keynote.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/keynote.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.1 ${PREFIX}/man/man1/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.3 ${PREFIX}/man/man3/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.4 ${PREFIX}/man/man5/keynote.5 ${MKDIR} ${PREFIX}/share/doc/keynote/ ${INSTALL_DATA} ${WRKSRC}/doc/rfc2704.txt ${PREFIX}/share/doc/keynote/ .include Index: head/security/kgpg/Makefile =================================================================== --- head/security/kgpg/Makefile (revision 315565) +++ head/security/kgpg/Makefile (revision 315566) @@ -1,28 +1,25 @@ -# New ports collection makefile for: kgpg -# Date created: 15 Nov 2002 -# Whom: Arjan van Leeuwen -# +# Created by: Arjan van Leeuwen # $FreeBSD$ # PORTNAME= kgpg PORTVERSION= 1.0.0 PORTREVISION= 12 CATEGORIES= security kde MASTER_SITES= http://developer.kde.org/~kgpg/src/ MAINTAINER= rick@rptn.net -COMMENT= A simple KDE frontend for GnuPG +COMMENT= Simple KDE frontend for GnuPG RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 CONFLICTS= kdeutils-3.[2-6].* USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_KDELIBS_VER= 3 post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include Index: head/security/klamav/Makefile =================================================================== --- head/security/klamav/Makefile (revision 315565) +++ head/security/klamav/Makefile (revision 315566) @@ -1,45 +1,42 @@ -# New ports collection makefile for: klamav -# Date created: 30 July 2005 -# Whom: Anderson Soares Ferreira -# +# Created by: Anderson Soares Ferreira # $FreeBSD$ # PORTNAME= klamav PORTVERSION= 0.46 PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/Source%20%28For%20ClamAV%20and%20gt_%3D%200.9x%29/KlamAV-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= anderson@cnpm.embrapa.br -COMMENT= A KDE 3 front-end to Clam Anti-Virus +COMMENT= KDE 3 front-end to Clam Anti-Virus LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} PREFIX= ${KDE_PREFIX} USE_GMAKE= yes USE_SQLITE= 3 USE_GNOME= pkgconfig USE_GETTEXT= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool aclocal LIBTOOLFILES= acinclude.m4 configure LDFLAGS+= ${PTHREAD_LIBS} -lintl -L${PREFIX}/lib CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \ --without-included-sqlite USE_KDELIBS_VER= 3 .include pre-configure: @${CP} ${LTMAIN} ${WRKSRC}/admin @${CP} ${LIBTOOL_M4} ${WRKSRC}/admin @${CP} ${LOCALBASE}/include/clamav-config.h ${WRKSRC}/src/klamd .include Index: head/security/knocker/Makefile =================================================================== --- head/security/knocker/Makefile (revision 315565) +++ head/security/knocker/Makefile (revision 315566) @@ -1,21 +1,18 @@ -# New ports collection makefile for: knocker -# Date created: Tue Jul 10 01:42:52 EDT 2001 -# Whom: Patrick Li -# +# Created by: Patrick Li # $FreeBSD$ # PORTNAME= knocker PORTVERSION= 0.7.1 CATEGORIES= security net MASTER_SITES= SF MAINTAINER= sbz@FreeBSD.org -COMMENT= A simple and easy to use TCP only port scanner (Console version) +COMMENT= Simple and easy to use TCP only port scanner (Console version) GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/knocker .include Index: head/security/kovpn/Makefile =================================================================== --- head/security/kovpn/Makefile (revision 315565) +++ head/security/kovpn/Makefile (revision 315566) @@ -1,44 +1,41 @@ -# New ports collection makefile for: kovpn -# Date created: 13 April 2006 -# Whom: anderson@cnpm.embrapa.br -# +# Created by: anderson@cnpm.embrapa.br # $FreeBSD$ # PORTNAME= kovpn PORTVERSION= 0.3 PORTREVISION= 10 CATEGORIES= security kde MASTER_SITES= https://projects.fslab.de/projects/kovpn/chrome/site/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pre7 MAINTAINER= anderson@cnpm.embrapa.br -COMMENT= A simple GUI for OpenVPN clients +COMMENT= Simple GUI for OpenVPN clients RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn WRKSRC= ${WRKDIR}/${DISTNAME} USE_BZIP2= yes USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_GETTEXT= yes INSTALLS_ICONS= yes USE_GMAKE= yes USE_XORG= xpm GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env automake:env libtool AUTOTOOLSFILES= admin/cvs.sh .include pre-configure: @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} . @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common post-install: ${MKDIR} ${PREFIX}/share/doc/kovpn; \ ${CP} ${FILESDIR}/README ${PREFIX}/share/doc/kovpn .include Index: head/security/krb5/Makefile =================================================================== --- head/security/krb5/Makefile (revision 315565) +++ head/security/krb5/Makefile (revision 315566) @@ -1,136 +1,136 @@ # Created by: nectar@FreeBSD.org # $FreeBSD$ PORTNAME= krb5 PORTVERSION= 1.11.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= Authentication system developed at MIT, successor to Kerberos IV LICENSE= MIT BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-19 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes USE_CSTD= gnu99 USE_AUTOTOOLS= libtool USE_GETTEXT= yes CONFIGURE_ARGS?= --enable-shared --without-system-verto CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML KRB5_PDF_DESC= Install krb5 PDF documentation KRB5_HTML_DESC= Install krb5 HTML documentation DNS_FOR_REALM_DESC= Enable DNS lookups for Kerberos realm names .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} CFLAGS+= -rpath=${KRB5_HOME}/lib LDFLAGS+= -rpath=${KRB5_HOME}/lib .endif LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes .include .if ${PORT_OPTIONS:MDNS_FOR_REALM} CONFIGURE_ARGS+= --enable-dns-for-realm .endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" MAN1= k5srvutil.1 kadmin.1 krb5-send-pr.1 \ kpasswd.1 klist.1 kinit.1 kdestroy.1 kswitch.1 ksu.1 \ ktutil.1 \ sclient.1 kvno.1 compile_et.1 MAN5= kadm5.acl.5 kdc.conf.5 krb5.conf.5 .k5identity.5 \ .k5login.5 k5identity.5 k5login.5 MAN8= krb5kdc.8 kadmin.local.8 kdb5_ldap_util.8 kdb5_util.8 \ kadmind.8 kprop.8 kpropd.8 kproplog.8 sserver.8 .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-install: @${MKDIR} ${PREFIX}/share/doc/krb5 # html documentation .if ${PORT_OPTIONS:MKRB5_PDF} pdf_files=`${FIND} ${PDF_DOC_DIR} ! -type d` pdf_dirs=`${FIND} ${PDF_DOC_DIR} -type d` for i in $${pdf_dirs}; do \ ${MKDIR} ${PREFIX}/share/doc/krb5/$${i}; \ done; \ for i in $${pdf_files}; do \ ${INSTALL_MAN} $${pdf} ${PREFIX}/share/doc/krb5/$${i}; \ ${ECHO_CMD} share/doc/krb5/$${i} >> ${TMPPLIST}; \ done .endif .if ${PORT_OPTIONS:MKRB5_HTML} html_files=`${FIND} ${HTML_DOC_DIR} ! -type d | ${GREP} -v /_sources` html_dirs=`${FIND} ${HTML_DOC_DIR} -type d | ${GREP} -v /_sources` for i in $${html_dirs}; do \ ${MKDIR} ${PREFIX}/share/doc/krb5/$${i}; \ done; \ for i in $${html_files}; do \ ${INSTALL_MAN} $${i} ${PREFIX}/share/doc/krb5/$${i}; \ ${ECHO_CMD} share/doc/krb5/$${i} >> ${TMPPLIST}; \ done .endif .if ${PORT_OPTIONS:MKRB5_PDF} for i in $${pdf_dirs}; do \ ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MKRB5_HTML} for i in $${html_dirs}; do \ ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Index: head/security/krb5-appl/Makefile =================================================================== --- head/security/krb5-appl/Makefile (revision 315565) +++ head/security/krb5-appl/Makefile (revision 315566) @@ -1,141 +1,138 @@ -# Ports collection Makefile for: MIT Kerberos V Application Suite -# Date created: 4/19/2010 -# Whom: cy@FreeBSD.org -# +# Created by: cy@FreeBSD.org # $FreeBSD$ # PORTNAME= krb5-appl PORTVERSION= 1.0.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org -COMMENT= An authentication system developed at MIT, successor to Kerberos IV +COMMENT= Authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ krb5-config:${PORTSDIR}/security/krb5 LIB_DEPENDS= krb5support.0:${PORTSDIR}/security/krb5 RUN_DEPENDS= kinit:${PORTSDIR}/security/krb5 CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-1 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes USE_CSTD= gnu89 USE_AUTOTOOLS= libtool autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}" PATCH_DIST_STRIP= -p1 OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ KRB5_RENAME_TELNET "Rename telnet to ktelnet" off \ KRB5_RENAME_RLOGIN "Rename rlogin to krlogin" off \ KRB5_RENAME_RSH "Rename rsh to krsh" off \ KRB5_RENAME_RCP "Rename rcp to krcp" off .include .if defined(WITH_KRB5_DOC) BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \ dvips:${PORTSDIR}/print/dvipsk-tetex INFO= krb5-admin krb5-install krb5-user .endif .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} .endif CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib MAN1= rsh.1 rcp.1 rlogin.1 ftp.1 telnet.1 MAN8= kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 .if defined(WITH_KRB5_RENAME_FTP) MAN1:= ${MAN1:C/ftp/kftp/} MAN8:= ${MAN8:C/ftp/kftp/} PROGRAM_TRANSFORM_NAME+= s/^ftp/kftp/; PLIST_SUB+= FTP_PROG="kftp" .else PLIST_SUB+= FTP_PROG="ftp" .endif .if defined(WITH_KRB5_RENAME_TELNET) MAN1:= ${MAN1:C/telnet/ktelnet/} MAN8:= ${MAN8:C/telnet/ktelnet/} PROGRAM_TRANSFORM_NAME+= s/^telnet/ktelnet/; PLIST_SUB+= TELNET_PROG="ktelnet" .else PLIST_SUB+= TELNET_PROG="telnet" .endif .if defined(WITH_KRB5_RENAME_RLOGIN) MAN1:= ${MAN1:C/rlogin/krlogin/} PROGRAM_TRANSFORM_NAME+= s/^rlogin/krlogin/; PLIST_SUB+= RLOGIN_PROG="krlogin" .else PLIST_SUB+= RLOGIN_PROG="rlogin" .endif .if defined(WITH_KRB5_RENAME_RSH) MAN1:= ${MAN1:C/rsh/krsh/} PROGRAM_TRANSFORM_NAME+= s/^rsh/krsh/; PLIST_SUB+= RSH_PROG="krsh" .else PLIST_SUB+= RSH_PROG="rsh" .endif .if defined(WITH_KRB5_RENAME_RCP) MAN1:= ${MAN1:C/rcp/krcp/} PROGRAM_TRANSFORM_NAME+= s/^rcp/krcp/; PLIST_SUB+= RCP_PROG="krcp" .else PLIST_SUB+= RCP_PROG="rcp" .endif .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc HTML_DOCS= ftp.html kdestroy.html kinit.html klist.html \ kpasswd.html krb5-admin.html \ krb5-install.html krb5-user.html ksu.html \ rcp.html rlogin.html rsh.html telnet.html CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-install: @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Index: head/security/l0pht-watch/Makefile =================================================================== --- head/security/l0pht-watch/Makefile (revision 315565) +++ head/security/l0pht-watch/Makefile (revision 315566) @@ -1,26 +1,23 @@ -# New ports collection makefile for: l0pht-query -# Date created: 11 Jan 1999 -# Whom: Dom Mitchell -# +# Created by: Dom Mitchell # $FreeBSD$ # PORTNAME= l0pht-watch PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vs DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A program to report on what goes on in /tmp +COMMENT= Program to report on what goes on in /tmp PLIST_FILES= bin/temp-watch WRKSRC= ${WRKDIR}/temp-watch ALL_TARGET= OpenBSD do-install: ${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin .include Index: head/security/libgnome-keyring/Makefile =================================================================== --- head/security/libgnome-keyring/Makefile (revision 315565) +++ head/security/libgnome-keyring/Makefile (revision 315566) @@ -1,29 +1,25 @@ -# New ports collection makefile for: libgnome-keyring -# Date created: 2009-12-21 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.7 2010/09/28 08:11:06 kwm Exp $ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/security/libident/Makefile =================================================================== --- head/security/libident/Makefile (revision 315565) +++ head/security/libident/Makefile (revision 315566) @@ -1,32 +1,29 @@ -# New ports collection makefile for: libident -# Date created: 9 October 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ # PORTNAME= libident PORTVERSION= 0.32 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.remlab.net/files/libident/ MAINTAINER= ports@FreeBSD.org -COMMENT= A small library to interface the ident protocol server (rfc1413) +COMMENT= Small library to interface the ident protocol server (rfc1413) USE_AUTOTOOLS= libtool USE_GNOME= lthack GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN3= ident.3 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Index: head/security/libp11/Makefile =================================================================== --- head/security/libp11/Makefile (revision 315565) +++ head/security/libp11/Makefile (revision 315566) @@ -1,53 +1,50 @@ -# New ports collection makefile for: libp11 -# Date created: 1 Jun 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ # PORTNAME= libp11 PORTVERSION= 0.2.8 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org -COMMENT= A small layer on top of PKCS\#11 API +COMMENT= Small layer on top of PKCS\#11 API LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libltdl libtool USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig ltverhack USE_LDCONFIG= yes CONFIGURE_ENV= LTLIB_CFLAGS="-I${LOCALBASE}/include" \ LTLIB_LIBS="-L${LOCALBASE}/lib -lltdl" \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" PORTDOCS= * .ifndef(NOPORTDOCS) CONFIGURE_ARGS+=--enable-doc .endif post-patch: @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure .ifndef(NOPORTDOCS) @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA install-dist_docDATA|install-data-am: install-dist_docDATA|' \ ${WRKSRC}/doc/Makefile.in .else @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/doc/Makefile.in .endif post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .include Index: head/security/libpwstor/Makefile =================================================================== --- head/security/libpwstor/Makefile (revision 315565) +++ head/security/libpwstor/Makefile (revision 315566) @@ -1,52 +1,49 @@ -# New ports collection makefile for: libpwstor -# Date created: 2008-10-23 -# Whom: Matt Harris -# +# Created by: Matt Harris # $FreeBSD$ # PORTNAME= libpwstor PORTVERSION= 0.1 CATEGORIES= security devel MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A password storage library for C programmers +COMMENT= Password storage library for C programmers USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes PLIST_FILES= bin/pwtool \ include/pwstor.h \ lib/libpwstor.a \ lib/libpwstor.so \ lib/libpwstor.so.0.1 MANCOMPESSED= no MAN1= pwtool.1 MAN3= pwstor.3 \ pws_version.3 \ pws_version_int.3 \ pws_rand_get.3 \ pws_memnuke.3 \ pws_base64_encode.3 \ pws_base64_decode.3 \ pws_passwords_encode.3 \ pws_passwords_encodemulti.3 \ pws_passwords_len.3 \ pws_passwords_check.3 \ pws_passwords_checkmulti.3 \ pws_passwords_converttomulti.3 .include .if ${ARCH} != "i386" CFLAGS+= -fPIC -DPIC .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .include Index: head/security/libssh/Makefile =================================================================== --- head/security/libssh/Makefile (revision 315565) +++ head/security/libssh/Makefile (revision 315566) @@ -1,54 +1,54 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= libssh PORTVERSION= 0.5.2 CATEGORIES= security devel MASTER_SITES= http://www.libssh.org/files/0.5/ \ LOCAL/avl MAINTAINER= fluffy@FreeBSD.org -COMMENT= A library implementing the SSH1 and SSH2 protocol +COMMENT= Library implementing the SSH1 and SSH2 protocol OPTIONS_DEFINE= GCRYPT SSH1 GCRYPT_DESC= Build with libgcrypt SSH1_DESC= Build with SSH1 support MAKE_JOBS_SAFE= yes USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC} CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC?= ${BUILD_WRKSRC} CMAKE_ARGS+= -DWITH_STATIC_LIB:BOOL=ON USE_LDCONFIG= yes LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING .include .if ${PORT_OPTIONS:MGCRYPT} LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=ON .else USE_OPENSSL= yes .endif .if ${PORT_OPTIONS:MSSH1} CMAKE_ARGS+= -DWITH_SSH1:BOOL=ON PLIST_SUB+= SSH1="" .else CMAKE_ARGS+= -DWITH_SSH1:BOOL=OFF PLIST_SUB+= SSH1="@comment " .endif post-patch: @${RM} ${PATCH_WRKSRC}/cmake/Modules/UseDoxygen.cmake @${REINPLACE_CMD} -e '/add_subdirectory.*s)/d' \ -e 's|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' \ ${PATCH_WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|ssh_static|ssh|' \ ${PATCH_WRKSRC}/src/CMakeLists.txt .include Index: head/security/libssh2/Makefile =================================================================== --- head/security/libssh2/Makefile (revision 315565) +++ head/security/libssh2/Makefile (revision 315566) @@ -1,223 +1,223 @@ # Created by: Alexander Leidinger # $FreeBSD$ PORTNAME= libssh2 PORTVERSION= 1.4.3 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org -COMMENT= A library implementing the SSH2 protocol +COMMENT= Library implementing the SSH2 protocol LICENSE= BSD USE_OPENSSL= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= GCRYPT TRACE ZLIB OPTIONS_DEFAULT= ZLIB .include TRACE_DESC= Enable debug packet traces .include .if ${PORT_OPTIONS:MTRACE} CONFIGURE_ARGS+= --enable-debug .else CONFIGURE_ARGS+= --disable-debug .endif .if ${PORT_OPTIONS:MGCRYPT} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-libgcrypt -with-libgcrypt-prefix=${LOCALBASE} --without-openssl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${PORT_OPTIONS:MZLIB} CONFIGURE_ARGS+= --with-libz .else CONFIGURE_ARGS+= --without-libz .endif MAN3= libssh2_agent_connect.3 \ libssh2_agent_disconnect.3 \ libssh2_agent_free.3 \ libssh2_agent_get_identity.3 \ libssh2_agent_init.3 \ libssh2_agent_list_identities.3 \ libssh2_agent_userauth.3 \ libssh2_banner_set.3 \ libssh2_base64_decode.3 \ libssh2_channel_close.3 \ libssh2_channel_direct_tcpip.3 \ libssh2_channel_direct_tcpip_ex.3 \ libssh2_channel_eof.3 \ libssh2_channel_exec.3 \ libssh2_channel_flush.3 \ libssh2_channel_flush_ex.3 \ libssh2_channel_flush_stderr.3 \ libssh2_channel_forward_accept.3 \ libssh2_channel_forward_cancel.3 \ libssh2_channel_forward_listen.3 \ libssh2_channel_forward_listen_ex.3 \ libssh2_channel_free.3 \ libssh2_channel_get_exit_signal.3 \ libssh2_channel_get_exit_status.3 \ libssh2_channel_handle_extended_data.3 \ libssh2_channel_handle_extended_data2.3 \ libssh2_channel_ignore_extended_data.3 \ libssh2_channel_open_ex.3 \ libssh2_channel_open_session.3 \ libssh2_channel_process_startup.3 \ libssh2_channel_read.3 \ libssh2_channel_read_ex.3 \ libssh2_channel_read_stderr.3 \ libssh2_channel_receive_window_adjust.3 \ libssh2_channel_receive_window_adjust2.3 \ libssh2_channel_request_pty.3 \ libssh2_channel_request_pty_ex.3 \ libssh2_channel_request_pty_size.3 \ libssh2_channel_request_pty_size_ex.3 \ libssh2_channel_send_eof.3 \ libssh2_channel_set_blocking.3 \ libssh2_channel_setenv.3 \ libssh2_channel_setenv_ex.3 \ libssh2_channel_shell.3 \ libssh2_channel_subsystem.3 \ libssh2_channel_wait_closed.3 \ libssh2_channel_wait_eof.3 \ libssh2_channel_window_read.3 \ libssh2_channel_window_read_ex.3 \ libssh2_channel_window_write.3 \ libssh2_channel_window_write_ex.3 \ libssh2_channel_write.3 \ libssh2_channel_write_ex.3 \ libssh2_channel_write_stderr.3 \ libssh2_channel_x11_req.3 \ libssh2_channel_x11_req_ex.3 \ libssh2_exit.3 \ libssh2_free.3 \ libssh2_hostkey_hash.3 \ libssh2_init.3 \ libssh2_keepalive_config.3 \ libssh2_keepalive_send.3 \ libssh2_knownhost_add.3 \ libssh2_knownhost_addc.3 \ libssh2_knownhost_check.3 \ libssh2_knownhost_checkp.3 \ libssh2_knownhost_del.3 \ libssh2_knownhost_free.3 \ libssh2_knownhost_get.3 \ libssh2_knownhost_init.3 \ libssh2_knownhost_readfile.3 \ libssh2_knownhost_readline.3 \ libssh2_knownhost_writefile.3 \ libssh2_knownhost_writeline.3 \ libssh2_poll.3 \ libssh2_poll_channel_read.3 \ libssh2_publickey_add.3 \ libssh2_publickey_add_ex.3 \ libssh2_publickey_init.3 \ libssh2_publickey_list_fetch.3 \ libssh2_publickey_list_free.3 \ libssh2_publickey_remove.3 \ libssh2_publickey_remove_ex.3 \ libssh2_publickey_shutdown.3 \ libssh2_scp_recv.3 \ libssh2_scp_send.3 \ libssh2_scp_send64.3 \ libssh2_scp_send_ex.3 \ libssh2_session_abstract.3 \ libssh2_session_banner_get.3 \ libssh2_session_banner_set.3 \ libssh2_session_block_directions.3 \ libssh2_session_callback_set.3 \ libssh2_session_disconnect.3 \ libssh2_session_disconnect_ex.3 \ libssh2_session_flag.3 \ libssh2_session_free.3 \ libssh2_session_get_blocking.3 \ libssh2_session_get_timeout.3 \ libssh2_session_hostkey.3 \ libssh2_session_init.3 \ libssh2_session_init_ex.3 \ libssh2_session_last_errno.3 \ libssh2_session_last_error.3 \ libssh2_session_method_pref.3 \ libssh2_session_methods.3 \ libssh2_session_set_blocking.3 \ libssh2_session_set_timeout.3 \ libssh2_session_startup.3 \ libssh2_session_supported_algs.3 \ libssh2_sftp_close.3 \ libssh2_sftp_close_handle.3 \ libssh2_sftp_closedir.3 \ libssh2_sftp_fsetstat.3 \ libssh2_sftp_fstat.3 \ libssh2_sftp_fstat_ex.3 \ libssh2_sftp_fstatvfs.3 \ libssh2_sftp_get_channel.3 \ libssh2_sftp_init.3 \ libssh2_sftp_last_error.3 \ libssh2_sftp_lstat.3 \ libssh2_sftp_mkdir.3 \ libssh2_sftp_mkdir_ex.3 \ libssh2_sftp_open.3 \ libssh2_sftp_open_ex.3 \ libssh2_sftp_opendir.3 \ libssh2_sftp_read.3 \ libssh2_sftp_readdir.3 \ libssh2_sftp_readdir_ex.3 \ libssh2_sftp_readlink.3 \ libssh2_sftp_realpath.3 \ libssh2_sftp_rename.3 \ libssh2_sftp_rename_ex.3 \ libssh2_sftp_rewind.3 \ libssh2_sftp_rmdir.3 \ libssh2_sftp_rmdir_ex.3 \ libssh2_sftp_seek.3 \ libssh2_sftp_seek64.3 \ libssh2_sftp_setstat.3 \ libssh2_sftp_shutdown.3 \ libssh2_sftp_stat.3 \ libssh2_sftp_stat_ex.3 \ libssh2_sftp_statvfs.3 \ libssh2_sftp_symlink.3 \ libssh2_sftp_symlink_ex.3 \ libssh2_sftp_tell.3 \ libssh2_sftp_tell64.3 \ libssh2_sftp_unlink.3 \ libssh2_sftp_unlink_ex.3 \ libssh2_sftp_write.3 \ libssh2_trace.3 \ libssh2_trace_sethandler.3 \ libssh2_userauth_authenticated.3 \ libssh2_userauth_hostbased_fromfile.3 \ libssh2_userauth_hostbased_fromfile_ex.3 \ libssh2_userauth_keyboard_interactive.3 \ libssh2_userauth_keyboard_interactive_ex.3 \ libssh2_userauth_list.3 \ libssh2_userauth_password.3 \ libssh2_userauth_password_ex.3 \ libssh2_userauth_publickey.3 \ libssh2_userauth_publickey_fromfile.3 \ libssh2_userauth_publickey_fromfile_ex.3 \ libssh2_version.3 # allow maintainer to generate MAN3 manpages list (make extract is required before) x-generate-man3: extract @(cd ${WRKSRC}/docs && ${LS} -1F *.3 | ${SORT} | ${CUT} -d '/' -f4 \ | ${GREP} -v template) post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include Index: head/security/log2timeline/Makefile =================================================================== --- head/security/log2timeline/Makefile (revision 315565) +++ head/security/log2timeline/Makefile (revision 315566) @@ -1,88 +1,85 @@ -# New ports collection makefile for: log2timeline -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani -# +# Created by: Nobutaka Mantani # $FreeBSD$ # PORTNAME= log2timeline PORTVERSION= 0.64 CATEGORIES= security MASTER_SITES= http://log2timeline.net/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= nobutaka@FreeBSD.org -COMMENT= A log file parser for computer forensic investigations +COMMENT= Log file parser for computer forensic investigations LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert \ p5-Data-Hexify>=0:${PORTSDIR}/devel/p5-Data-Hexify \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Mac-PropertyList>=0:${PORTSDIR}/devel/p5-Mac-PropertyList \ p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry \ p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap \ p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket \ p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-File-Mork>=0:${PORTSDIR}/www/p5-File-Mork \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= l2t_process.1 \ log2timeline.1 \ timescanner.1 MAN3= Log2Timeline.3 \ Log2t::BinRead.3 \ Log2t::Numbers.3 \ Log2t::Time.3 \ Log2t::base::input.3 \ Log2t::input::altiris.3 \ Log2t::input::encase_dirlisting.3 \ Log2t::input::evt.3 \ Log2t::input::evtx.3 \ Log2t::input::ff_bookmark.3 \ Log2t::input::firefox2.3 \ Log2t::input::ftk_dirlisting.3 \ Log2t::input::iehistory.3 \ Log2t::input::jp_ntfs_change.3 \ Log2t::input::mcafee.3 \ Log2t::input::mcafeefireup.3 \ Log2t::input::mcafeehel.3 \ Log2t::input::mcafeehs.3 \ Log2t::input::mft.3 \ Log2t::input::mssql_errlog.3 \ Log2t::input::opera.3 \ Log2t::input::pcap.3 \ Log2t::input::pdf.3 \ Log2t::input::setupapi.3 \ Log2t::input::sol.3 \ Log2t::input::symantec.3 \ Log2t::input::volatility.3 \ Log2t::input::wmiprov.3 \ Log2t::output::beedocs.3 \ Log2t::output::cef.3 \ Log2t::output::cftl.3 \ Log2t::output::csv.3 \ Log2t::output::serialize.3 \ Log2t::output::tab.3 \ Parse::Evtx2.3 \ Parse::Evtx2::Chunk.3 .include Index: head/security/lsh/Makefile =================================================================== --- head/security/lsh/Makefile (revision 315565) +++ head/security/lsh/Makefile (revision 315566) @@ -1,64 +1,61 @@ -# New ports collection makefile for: lsh secure shell -# Date created: 29 MAY 2000 -# Whom: Eric Schwertfeger -# +# Created by: Eric Schwertfeger # $FreeBSD$ PORTNAME= lsh PORTVERSION= 2.0.4 PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ MASTER_SITE_SUBDIR= lsh lsh/old MAINTAINER= ports@FreeBSD.org -COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 +COMMENT= Secure (encrypted) remote shell compatible with ssh 2.0 LIB_DEPENDS= oop:${PORTSDIR}/devel/liboop \ gmp.10:${PORTSDIR}/math/gmp USE_CSTD= c89 GNU_CONFIGURE= yes USE_XORG= xau USE_GMAKE= yes INSTALL_TARGET= install CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib .if defined(WITH_THREADS) || defined(WITH_LSH_THREADS) LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS:S=""==} .endif MAN1= lsftp.1 ssh-conv.1 lshg.1 lsh.1 lsh-writekey.1 lsh-upgrade.1 \ lsh-upgrade-key.1 lsh-make-seed.1 lsh-keygen.1 \ lsh-export-key.1 lsh-decrypt-key.1 lsh-decode-key.1 \ lsh-authorize.1 MAN5= secsh.5 SPKI.5 SHA.5 DSA.5 MAN8= sftp-server.8 lshd.8 INFO= lsh nettle post-patch: ${REINPLACE_CMD} -e "s|M4)|M4) -g|g" ${WRKSRC}/src/nettle/Makefile.in post-install: .for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key ${STRIP_CMD} ${PREFIX}/bin/${BIN} .endfor .for SBIN in lshd ${STRIP_CMD} ${PREFIX}/sbin/${SBIN} .endfor test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include .if ${OSVERSION} >= 900000 PLIST_SUB+= KRB="" .else PLIST_SUB+= KRB="@comment " .endif .include Index: head/security/luasec/Makefile =================================================================== --- head/security/luasec/Makefile (revision 315565) +++ head/security/luasec/Makefile (revision 315566) @@ -1,43 +1,40 @@ -# New ports collection makefile for: luasec -# Date created: 25 June 2009 -# Whom: Andrew Lewis -# +# Created by: Andrew Lewis # $FreeBSD$ # PORTNAME= luasec PORTVERSION= 0.4 CATEGORIES= security MASTER_SITES= http://www.inf.puc-rio.br/~brunoos/luasec/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= kelly.hays@jkhfamily.org -COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication +COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} MAKE_ENV+= INCDIR=-I${LUA_INCDIR} LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} USE_LUA= 5.1 WANT_LUA_VER= 5.1 USE_OPENSSL= yes .include # NOTE: OSVERSION is already defined here, and USE_OPENSSL_PORT # should be defined before pre.mk, that's why options.mk is used .if ${OSVERSION} < 700024 USE_OPENSSL_PORT=yes .endif post-patch: .SILENT ${REINPLACE_CMD} -Ee '/^CC/s/=/?=/' \ -e '/^LD/s/gcc/$$(CC)/' \ -e '/^(C|LD)FLAGS/s/=/+=/' \ -e '/^BSD/{s/-O[0-3]?//;}' \ ${WRKSRC}/src/Makefile .include Index: head/security/mac-robber/Makefile =================================================================== --- head/security/mac-robber/Makefile (revision 315565) +++ head/security/mac-robber/Makefile (revision 315566) @@ -1,22 +1,19 @@ -# Ports collection makefile for: mac-robber -# Date created: Jan 12 2003 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ # PORTNAME= mac-robber PORTVERSION= 1.00 CATEGORIES= security MASTER_SITES= SF MAINTAINER= onatan@gmail.com -COMMENT= A tool for listing Modify, Access, Create timestamps from files +COMMENT= Tool for listing Modify, Access, Create timestamps from files do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin .include Index: head/security/maia/Makefile =================================================================== --- head/security/maia/Makefile (revision 315565) +++ head/security/maia/Makefile (revision 315566) @@ -1,362 +1,359 @@ -# Ports collection Makefile for: maia -# Date created: 03 Jan 2008 -# Whom: Janky Jay -# +# Created by: Janky Jay # $FreeBSD$ # PORTNAME= maia DISTVERSION= 1.0.3-${SVNREVISION} PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ MAINTAINER= ek@purplehat.org -COMMENT= A web-based management system based on amavisd-new and SpamAssassin +COMMENT= Web-based management system based on amavisd-new and SpamAssassin RUN_DEPENDS= p5-Unix-Syslog>=0.94:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-MIME-Tools>=4.116:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Convert-TNEF>=0.08:${PORTSDIR}/converters/p5-Convert-TNEF \ p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \ p5-Net-CIDR-Lite>=0.18:${PORTSDIR}/net/p5-Net-CIDR-Lite \ p5-forks>=0.34:${PORTSDIR}/devel/p5-forks \ p5-Archive-Zip>=0.10:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-IO-stringy>=1.203:${PORTSDIR}/devel/p5-IO-stringy \ p5-IO-Socket-INET6>=1.27:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Text-CSV>=1.02:${PORTSDIR}/textproc/p5-Text-CSV \ p5-Data-UUID>=1.148:${PORTSDIR}/devel/p5-Data-UUID \ p5-Template-Toolkit>=2.13:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server # SVN source: https://www.maiamailguard.com/svn/branches/1.0 SVNREVISION= r1575 WRKSRC= ${WRKDIR}/${PORTNAME}-1.0-${SVNREVISION} USE_PERL5_RUN= yes NO_BUILD= yes DOCS= LICENSE README maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist USERS= vscan GROUPS= vscan MAIADIR?= /var/maiad MAIAQUARANTINE?= /var/maiad/virusmails PEAR_DIR?= ${LOCALBASE}/share/pear OPTIONS= APACHE "Use Apache web server" off\ LIGHTTPD "Use LighTTPD web server" off \ WEBHOST "PHP, PEAR, etc... for Maia web interface" off \ MYSQL "Use MySQL datebase" on \ MYSQLSERVER "Install MySQL Server" on \ PGSQL "Use PgSQL database" off \ PGSQLSERVER "Install PGSQL Server" off \ DOVECOT "Use Dovecot IMAP/POP3" on \ POSTFIX "Use Postfix MTA" on \ PFA "Use Postfixadmin" off \ FUZZYOCR "Use FuzzyOcr" off \ CLAMAV "Use ClamAV anti-virus" on \ SPAMASSASSIN "Use SpamAssassin" on \ GRAPHICS "Enable pie chart stats" off \ BDB "Use BerkeleyDB" on \ ALTERMIME "Use AlterMime" off \ CRYPT "Encryption support" off \ IPCOUNTRY "SpamAssassin IP Country plugin" on \ DOMAINKEYS "SpamAssassin DomainKey plugin" on \ SPF "SpamAssassin SPF plugin" on \ DKIM "SpamAssassin DKIM plugin" on \ FILE "Use newer file(1) utility from ports" on \ RAR "RAR support with archivers/rar" off \ UNRAR "RAR support with archivers/unrar" on \ ARJ "ARJ support with archivers/arj" on \ UNARJ "ARJ support with archivers/unarj" off \ LHA "LHA support with archivers/lha" on \ ARC "ARC support with archivers/arc" on \ NOMARCH "ARC support with archivers/nomarch" off \ CAB "CAB support with archivers/cabextract" on \ RPM "RPM support with archivers/rpm2cpio" on \ ZOO "ZOO support with archivers/zoo" on \ UNZOO "ZOO support with archivers/unzoo" off \ LZOP "LZOP support with archivers/lzop" off \ FREEZE "FREEZE support with archivers/freeze" on \ P7ZIP "P7ZIP support with archivers/p7zip" on \ TNEF "Add external tnef decoder" off SUB_FILES= pkg-install pkg-deinstall pkg-message SUB_LIST+= MAIAUSER=${USERS} \ MAIAGROUP=${GROUPS} \ MAIADIR=${MAIADIR} \ MAIAQUARANTINE=${MAIAQUARANTINE} USE_RC_SUBR+= maiad .include # Code is a bit fiddly here; we can't use USE variables after pre.mk so we have # to duplicate some WITH_ parts like WEBHOST that use pre.mk vars as well as # setting USE_ variables. C'est la vie. .if defined(WITH_APACHE) USE_APACHE_RUN= 22+ .endif .if defined(WITH_WEBHOST) USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ mcrypt pdo pdo_sqlite posix session simplexml sockets \ sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc .endif .if defined(WITH_MYSQL) USE_MYSQL= yes USE_PHP+= mysql mysqli .endif .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql .endif .include .if defined(WITH_LIGHTTPD) RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif .if defined(WITH_WEBHOST) RUN_DEPENDS+= ${PEAR_DIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEAR_DIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ ${PEAR_DIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEAR_DIR}/Pager/Pager.php:${PORTSDIR}/devel/pear-Pager \ ${PEAR_DIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEAR_DIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ ${PEAR_DIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 .endif .if defined(WITH_MYSQL) RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_MYSQLSERVER) RUN_DEPENDS+= ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql55-server .endif .if defined(WITH_PGSQL) RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_PGSQLSERVER) RUN_DEPENDS+= ${LOCALBASE}/bin/pg_ctl:${PORTSDIR}/databases/postgresql84-server .endif .if defined(WITH_DOVECOT) RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot .endif .if defined(WITH_POSTFIX) RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix .endif .if defined(WITH_PFA) RUN_DEPENDS+= ${LOCALBASE}/www/postfixadmin/config.inc.php:${PORTSDIR}/mail/postfixadmin .endif .if defined(WITH_FUZZYOCR) RUN_DEPENDS+= p5-FuzzyOcr-devel>=0:${PORTSDIR}/mail/p5-FuzzyOcr-devel .endif .if defined(WITH_CLAMAV) RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav .endif .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif .if defined(WITH_GRAPHICS) RUN_DEPENDS+= ${PEAR_DIR}/Image/Color.php:${PORTSDIR}/graphics/pear-Image_Color \ ${PEAR_DIR}/Image/Canvas.php:${PORTSDIR}/graphics/pear-Image_Canvas \ ${PEAR_DIR}/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph \ ${PEAR_DIR}/Numbers/Roman.php:${PORTSDIR}/textproc/pear-Numbers_Roman \ ${PEAR_DIR}/Numbers/Words.php:${PORTSDIR}/textproc/pear-Numbers_Words .endif .if defined(WITH_BDB) RUN_DEPENDS+= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB .endif .if defined(WITH_ALTERMIME) RUN_DEPENDS+= altermime:${PORTSDIR}/mail/altermime .endif .if defined(WITH_CRYPT) RUN_DEPENDS+= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC .endif .if defined(WITH_IPCOUNTRY) RUN_DEPENDS+= p5-IP-Country>=0:${PORTSDIR}/net/p5-IP-Country .endif .if defined(WITH_DOMAINKEYS) RUN_DEPENDS+= p5-Mail-DomainKeys>=0:${PORTSDIR}/mail/p5-Mail-DomainKeys .endif .if defined(WITH_SPF) RUN_DEPENDS+= p5-Mail-SPF>=0:${PORTSDIR}/mail/p5-Mail-SPF .endif .if defined(WITH_DKIM) RUN_DEPENDS+= p5-Mail-DKIM>=0:${PORTSDIR}/mail/p5-Mail-DKIM .endif .if defined(WITH_FILE) # security fix, file > 4.21 needed RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file .endif # archviers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. .if defined(WITH_RAR) IA32_BINARY_PORT= yes RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar .endif .if defined(WITH_UNRAR) RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar .endif .if defined(WITH_ARJ) RUN_DEPENDS+= arj:${PORTSDIR}/archivers/arj .endif .if defined(WITH_UNARJ) RUN_DEPENDS+= unarj:${PORTSDIR}/archivers/unarj .endif .if defined(WITH_LHA) RUN_DEPENDS+= lha:${PORTSDIR}/archivers/lha .endif .if defined(WITH_ARC) RUN_DEPENDS+= arc:${PORTSDIR}/archivers/arc .endif .if defined(WITH_NOMARCH) RUN_DEPENDS+= nomarch:${PORTSDIR}/archivers/nomarch .endif .if defined(WITH_CAB) RUN_DEPENDS+= cabextract:${PORTSDIR}/archivers/cabextract .endif .if defined(WITH_RPM) RUN_DEPENDS+= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio .endif .if defined(WITH_ZOO) # DOS condition in 2.10.1_2 RUN_DEPENDS+= zoo>=2.10.1_2:${PORTSDIR}/archivers/zoo .endif .if defined(WITH_UNZOO) RUN_DEPENDS+= unzoo>=4.4_1:${PORTSDIR}/archivers/unzoo .endif .if defined(WITH_LZOP) RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop .endif .if defined(WITH_FREEZE) RUN_DEPENDS+= unfreeze:${PORTSDIR}/archivers/freeze .endif .if defined(WITH_P7ZIP) RUN_DEPENDS+= 7zr:${PORTSDIR}/archivers/p7zip .endif .if defined(WITH_TNEF) RUN_DEPENDS+= tnef:${PORTSDIR}/converters/tnef .endif post-patch: .for m in scripts/configtest.pl scripts/expire-quarantine-cache.pl \ scripts/generate-key.pl scripts/load-sa-rules.pl scripts/maiadbtool.pl \ scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \ scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl @${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${PREFIX}/etc/maia.conf|" \ ${WRKSRC}/${m} .endfor .for a in maiad.conf.dist @${REINPLACE_CMD} -e "s|daemon_user = 'maia'|daemon_user = '${USERS}'|" \ -e "s|daemon_group = 'maia'|daemon_group = '${GROUPS}'|" \ -e "s|/var/lib/maia|${MAIADIR}|" \ -e "s|/var/log/maia|${MAIADIR}|" ${WRKSRC}/${a} .endfor .for i in maia.conf.dist @${REINPLACE_CMD} -e "s|/etc/maia.conf|${PREFIX}/etc/maia.conf|" \ -e "s|username = 'maia'|username = '${USERS}'|" \ -e "s|/var/lib/maia|${MAIADIR}/maia|" \ -e "s|/usr/bin/sa-learn|/usr/local/bin/sa-learn|" \ -e "s|local_cf_dir = undef|local_cf_dir = '${PREFIX}/etc/mail/spamassassin'|" \ -e "s|system_rules_dir = undef|system_rules_dir = '/var/db/spamassassin'|" \ -e "s|user_rules_dir = undef|user_rules_dir = '${MAIADIR}/.spamassassin'|" \ -e "s|pid_dir = '/var/run/maia/'|pid_dir = '${MAIADIR}/'|" \ -e "s|log_dir = '/var/log/maia'|log_dir = '${MAIADIR}'|" \ -e "s|template_dir = '/etc/maia/templates/'|template_dir = '${MAIADIR}/maia/templates/'|" \ ${WRKSRC}/${i} .endfor .for a in maiad @${REINPLACE_CMD} -e "s|/etc/maia/maiad.conf|${PREFIX}/etc/maiad.conf|" \ -e "s|/var/lib/maia|${MAIADIR}|" \ -e "s@'zoo'\]@['zoo','unzoo'] ]@" ${WRKSRC}/${a} .endfor @${FIND} -E ${WRKSRC} -iregex '.*(bak|~)$$' -delete pre-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL do-install: @${INSTALL} -d ${WWWDIR} @cd ${WRKSRC}/php && ${FIND} . | ${CPIO} --quiet -pdm -L ${WWWDIR} @cd ${WRKSRC}/scripts && ${FIND} . | ${CPIO} --quiet -pdm -L ${MAIADIR}/maia/scripts @cd ${WRKSRC}/templates && ${FIND} . | ${CPIO} --quiet -pdm -L ${MAIADIR}/maia/templates .for i in maiad @${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/sbin .endfor @${INSTALL_SCRIPT} -m 640 ${WRKSRC}/maiad.conf.dist ${PREFIX}/etc/maiad.conf.dist @${INSTALL_SCRIPT} -m 640 ${WRKSRC}/maia.conf.dist ${PREFIX}/etc/maia.conf.dist # # This can contain sensitive information, e.g. SQL passwords, so it should be handled # with care. # .if !exists(${PREFIX}/www/${PORTNAME}/config.php) @${INSTALL} -o ${WWWOWN} -g ${WWWGRP} -m 640 \ ${WRKSRC}/php/config.php.dist \ ${PREFIX}/www/${PORTNAME}/config.php .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif post-install: .for maiaconf in maia maiad @if [ ! -f ${PREFIX}/etc/${maiaconf}.conf ]; then \ ${CP} -p ${PREFIX}/etc/${maiaconf}.conf.dist \ ${PREFIX}/etc/${maiaconf}.conf ; \ fi @${CHOWN} ${USERS}:${GROUPS} ${PREFIX}/etc/${maiaconf}.conf \ ${PREFIX}/etc/${maiaconf}.conf.dist .endfor @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${CHOWN} -R ${USERS}:${GROUPS} ${MAIADIR}/ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} @${ECHO_CMD} '@exec ${CHOWN} -R ${USERS}:${GROUPS} ${MAIADIR}' >> ${TMPPLIST} @${LN} -s ${PREFIX}/share/smarty ${PREFIX}/www/${PORTNAME}/libs/Smarty @${CAT} ${PKGMESSAGE} .include Index: head/security/mailzu/Makefile =================================================================== --- head/security/mailzu/Makefile (revision 315565) +++ head/security/mailzu/Makefile (revision 315566) @@ -1,80 +1,77 @@ -# New ports collection makefile for: mailzu -# Date created: 20 July 2009 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ # PORTNAME= mailzu DISTVERSION= 0.8rc3 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3 DISTNAME= MailZu_${DISTVERSION:S/rc/RC/} MAINTAINER= sahil@FreeBSD.org -COMMENT= A simple and intuitive web interface to manage amavisd-new quarantine +COMMENT= Simple and intuitive web interface to manage amavisd-new quarantine RUN_DEPENDS= ${LOCALBASE}/sbin/amavisd:${PORTSDIR}/security/amavisd-new \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode NO_INSTALL_MANPAGES= yes PEARDIR?= ${LOCALBASE}/share/pear SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES= pkg-message NO_BUILD= yes USE_PHP= sockets WANT_PHP_WEB= yes OPTIONS= MYSQL "Use MySQL database storage/auth backend (default)" On \ PGSQL "Use PostgreSQL database/auth storage backend" Off \ IMAP "Use IMAP auth backend" Off \ LDAP "Use LDAP auth backend" Off .include .if defined(WITH_MYSQL) USE_PHP+= mysql .endif .if defined(WITH_PGSQL) USE_PHP+= pgsql .endif .if defined(WITH_IMAP) USE_PHP+= imap .endif .if defined(WITH_LDAP) USE_PHP+= ldap .endif .if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) IGNORE= you must choose a SQL storage backend with 'make config' .endif .if !defined(NOPORTDOCS) PORTDOCS= * .endif do-install: @${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} -m 755 ${WWWDIR} @${INSTALL_DATA} ${WRKSRC}/*.php* ${WRKSRC}/*.js* ${WRKSRC}/*.css* ${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} "config contrib img lang lib templates" \ ${WWWDIR} "! -name *.orig" @cd ${WRKSRC} && ${COPYTREE_BIN} scripts ${WWWDIR} post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/CHANGELOG ${WRKSRC}/README ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR} .endif @${CHMOD} 644 ${WWWDIR}/config/config.php.sample @${CAT} ${PKGMESSAGE} .include Index: head/security/medusa/Makefile =================================================================== --- head/security/medusa/Makefile (revision 315565) +++ head/security/medusa/Makefile (revision 315566) @@ -1,62 +1,59 @@ -# New ports collection makefile for: medusa -# Date created: 2006-05-01 -# Whom: David Thiel -# +# Created by: David Thiel # $FreeBSD$ # PORTNAME= medusa PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.foofus.net/~jmk/tools/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@FreeBSD.org -COMMENT= A speedy, massively parallel, modular, login brute-forcer +COMMENT= Speedy, massively parallel, modular, login brute-forcer OPTIONS= SVN "Enable Subversion module" off \ POSTGRESQL "Enable PostgreSQL module" off LIB_DEPENDS+= ssh2:${PORTSDIR}/security/libssh2 \ pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-module-ncp=no --enable-module-afp=no MAN1= medusa.1 .include .if ${ARCH} == "ia64" BROKEN= Does not build on ia64 .endif .if defined(WITH_SVN) PLIST_SUB+= SVN="" LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion CFLAGS+= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1 .else CONFIGURE_ARGS+= --enable-module-svn=no PLIST_SUB+= SVN="@comment " .endif .if defined(WITH_POSTGRESQL) PLIST_SUB+= POSTGRESQL="" USE_PGSQL= yes CONFIGURE_ARGS+= --enable-module-postgres .else CONFIGURE_ARGS+= --enable-module-postgres=no PLIST_SUB+= POSTGRESQL="@comment " .endif post-install: ${MKDIR} ${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_medusa ${PREFIX}/share/zsh/site-functions/_medusa .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} .endif .include Index: head/security/mhash/Makefile =================================================================== --- head/security/mhash/Makefile (revision 315565) +++ head/security/mhash/Makefile (revision 315566) @@ -1,35 +1,32 @@ -# New ports collection makefile for: mhash -# Date created: Mon Jun 28 17:59:13 PDT 1999 -# Whom: nsayer@freebsd.org -# +# Created by: nsayer@freebsd.org # $FreeBSD$ # PORTNAME= mhash PORTVERSION= 0.9.9.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 +COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1 USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-static --with-gnu-ld MAN3= mhash.3 PORTDOCS= example.c skid2-authentication test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR} .endif .include Index: head/security/mindterm-binary/Makefile =================================================================== --- head/security/mindterm-binary/Makefile (revision 315565) +++ head/security/mindterm-binary/Makefile (revision 315566) @@ -1,39 +1,36 @@ -# New ports collection makefile for: mindterm-binary -# Date created: 22 Sep 2000 -# Whom: alex@FreeBSD.org -# +# Created by: alex@FreeBSD.org # $FreeBSD$ PORTNAME= mindterm-binary PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alex DISTNAME= mindtermbin-v121 DISTFILES= mindterm-ssh.html ${EXTRACT_ONLY} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= A full vt220 compatible Java SSH-1 client (not only for websites) +COMMENT= Full vt220 compatible Java SSH-1 client (not only for websites) USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes NO_CDROM= Do not sell for profit post-extract: @${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC} @${MV} ${WRKSRC}/mindtermfull.jar ${WRKSRC}/mindterm.jar do-install: @${MKDIR} ${PREFIX}/share/java/mindterm @${INSTALL_DATA} ${WRKSRC}/mindterm.jar ${PREFIX}/share/java/mindterm/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for DOC in CHANGES FAQ FEATURES PLATFORMS TODO mindterm-ssh.html @${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR} .endfor .endif .include Index: head/security/mosref/Makefile =================================================================== --- head/security/mosref/Makefile (revision 315565) +++ head/security/mosref/Makefile (revision 315566) @@ -1,42 +1,39 @@ -# Ports collection makefile for: security/mosref -# Date created: 2006-08-18 -# Whom: Piet Delport -# +# Created by: Piet Delport # $FreeBSD$ PORTNAME= mosref PORTVERSION= 2.0.b3 CATEGORIES= security lang scheme MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0-beta3 DISTNAME= ${PORTNAME}-2.0-beta3 MAINTAINER= pjdelport@gmail.com -COMMENT= A secure remote execution framework using a compact Scheme-influenced VM +COMMENT= Secure remote execution framework using a compact Scheme-influenced VM USE_GMAKE= yes PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf .include .if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 BROKEN= segmentation fault during build .endif # The distfile has execute bits set on everything; fix. post-extract: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} a-x {} ";" post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/bin/install.ms post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/share/vimrc ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog TODO ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR} .endif .include Index: head/security/mussh/Makefile =================================================================== --- head/security/mussh/Makefile (revision 315565) +++ head/security/mussh/Makefile (revision 315566) @@ -1,39 +1,36 @@ -# New ports collection makefile for: mussh -# Date created: 24 January 2002 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ # PORTNAME= mussh PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for easily running the same commands on multiple hosts +COMMENT= Tool for easily running the same commands on multiple hosts RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes PORTDOCS= BUGS CHANGES EXAMPLES README PLIST_FILES= bin/mussh WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \ -e "s,seq 1 ,jot 1 ,g" \ ${WRKSRC}/${PORTNAME} do-install: @${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Index: head/security/ncrack/Makefile =================================================================== --- head/security/ncrack/Makefile (revision 315565) +++ head/security/ncrack/Makefile (revision 315566) @@ -1,23 +1,20 @@ -# New ports collection makefile for: ncrack -# Date created: 2010-07-27 -# Whom: David E. Thiel -# +# Created by: David E. Thiel # $FreeBSD$ # PORTNAME= ncrack PORTVERSION= 0.4 CATEGORIES= security MASTER_SITES= http://nmap.org/ncrack/dist/ \ http://redundancy.redundancy.org/mirror/ DISTNAME= ${PORTNAME}-${PORTVERSION}ALPHA MAINTAINER= lx@FreeBSD.org -COMMENT= A high-speed network authentication cracking tool +COMMENT= High-speed network authentication cracking tool GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= ncrack.1 .include Index: head/security/nessus/Makefile =================================================================== --- head/security/nessus/Makefile (revision 315565) +++ head/security/nessus/Makefile (revision 315566) @@ -1,89 +1,86 @@ -# New ports collection makefile for: nessus -# Date created: 1 May 1999 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ # # If you want to only have the command-line client even if gtk is already # installed define one of these: # WITHOUT_GNOME # WITHOUT_GTK # WITHOUT_NESSUS_GTK PORTNAME= nessus PORTVERSION= 2.2.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.ayamura.org/pub/nessus/nessus-${PORTVERSION}/src/ DISTNAME= nessus-core-${PORTVERSION} MAINTAINER= udo.schweigert@siemens.com -COMMENT= A security scanner: looks for vulnerabilities in a given network +COMMENT= Security scanner: looks for vulnerabilities in a given network LIB_DEPENDS= nasl.4:${PORTSDIR}/security/nessus-libnasl DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-core SUB_FILES= pkg-deinstall SUB_LIST= PKGNAME=${PKGNAME} GNU_CONFIGURE= yes USE_RC_SUBR= nessusd WANT_GNOME= yes .if defined(WITHOUT_NESSUS_GTK) || defined(WITHOUT_GTK) WITHOUT_GNOME= yes .endif .include .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 PKGNAMESUFFIX+= -gtk2 .elif ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 PKGNAMESUFFIX+= -gtk .else CONFIGURE_ARGS+=--disable-gtk .endif MAN1= nessus.1 nessus-mkrand.1 nessus-mkcert-client.1 nessus-fetch.1 MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8 post-install: @${SED} -e 's;\$${PREFIX};${PREFIX};' ${FILESDIR}/nessusd.conf \ > ${PREFIX}/etc/nessus/nessusd.conf.dist @${SED} -e 's;\$${PREFIX};${PREFIX};' ${FILESDIR}/nessusd.rules \ > ${PREFIX}/etc/nessus/nessusd.rules.dist @${CHMOD} 644 ${PREFIX}/etc/nessus/nessusd.conf.dist \ ${PREFIX}/etc/nessus/nessusd.rules.dist @if [ ! -f ${PREFIX}/etc/nessus/nessusd.conf ]; then \ ${CP} -p ${PREFIX}/etc/nessus/nessusd.conf.dist \ ${PREFIX}/etc/nessus/nessusd.conf; \ fi @if [ ! -f ${PREFIX}/etc/nessus/nessusd.rules ]; then \ ${CP} -p ${PREFIX}/etc/nessus/nessusd.rules.dist \ ${PREFIX}/etc/nessus/nessusd.rules; \ fi @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/move_nessus .if ! exists(${PREFIX}/var/CA/serverkey.pem) @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "To create and install a new certificate, type \"make cert\"" @${ECHO} "**************************************************************************" @${ECHO} "" .endif @${CAT} ${PKGMESSAGE} cert: @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "The new certificate will be saved into ${PREFIX}/var/CA/serverkey.pem" @${ECHO} "**************************************************************************" @${ECHO} "" ${PREFIX}/sbin/nessus-mkcert .include Index: head/security/nettle/Makefile =================================================================== --- head/security/nettle/Makefile (revision 315565) +++ head/security/nettle/Makefile (revision 315566) @@ -1,54 +1,54 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= nettle PORTVERSION= 2.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.lysator.liu.se/~nisse/archive/:liu \ ftp://ftp.lysator.liu.se/pub/security/lsh/:liu MASTER_SITE_SUBDIR= ${PORTNAME}/:DEFAULT MAINTAINER= johans@FreeBSD.org -COMMENT= A low-level cryptographic library +COMMENT= Low-level cryptographic library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= M4="/usr/bin/m4 -g" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes DOCS= NEWS README TODO nettle.html nettle.pdf EXAMPLES= examples/*.c examples/*.h INFO= nettle .include .if ${ARCH} == "sparc64" CONFIGURE_ENV+= CCPIC=-fPIC .endif .include post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Index: head/security/ocaml-cryptokit/Makefile =================================================================== --- head/security/ocaml-cryptokit/Makefile (revision 315565) +++ head/security/ocaml-cryptokit/Makefile (revision 315566) @@ -1,39 +1,36 @@ -# New ports collection makefile for: ocaml cryptokit -# Date created: Thu Jan 9 03:04:06 BRST 2003 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ # PORTNAME= cryptokit PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/ PKGNAMEPREFIX= ocaml- MAINTAINER= jaapb@kerguelen.org -COMMENT= A variety of cryptographic primitives for Objective Caml +COMMENT= Variety of cryptographic primitives for Objective Caml HAS_CONFIGURE= yes USE_OCAML= yes USE_OCAML_LDCONFIG= yes USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= doc CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/ocaml PORTDOCS= * .endif DOC_FILES= Changes LICENSE README DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} .include Index: head/security/openconnect/Makefile =================================================================== --- head/security/openconnect/Makefile (revision 315565) +++ head/security/openconnect/Makefile (revision 315566) @@ -1,60 +1,60 @@ # Created by: Damian Gerow # $FreeBSD$ PORTNAME= openconnect PORTVERSION= 4.08 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org -COMMENT= A client for Cisco's AnyConnect SSL VPN +COMMENT= Client for Cisco's AnyConnect SSL VPN LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_AUTOTOOLS= aclocal autoconf libtool USES= pathfix USE_PKGCONFIG= yes USE_GMAKE= yes USE_OPENSSL= yes MAKE_JOBS_SAFE= yes ACLOCAL_ARGS= -I . USE_LDCONFIG= yes PORTDOCS= * PORTSCOUT= skipv:4.99 MAN8= openconnect.8 OPTIONS_DEFINE= PROXY GNUTLS PROXY_DESC= Enable automatic proxy configuratio via libproxy GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL) .include .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-gnutls .endif .include .if ${PORT_OPTIONS:MPROXY} LIB_DEPENDS+= proxy:${PORTSDIR}/net/libproxy .endif post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/TODO ${DOCSDIR} .endif .include Index: head/security/opencryptoki/Makefile =================================================================== --- head/security/opencryptoki/Makefile (revision 315565) +++ head/security/opencryptoki/Makefile (revision 315566) @@ -1,67 +1,64 @@ -# New ports collection makefile for: opencryptoki -# Date created: 2010-07-16 -# Whom: Ralf Meister -# +# Created by: Ralf Meister # $FreeBSD$ # PORTNAME= opencryptoki PORTVERSION= 2.3.2 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An open PKCS\#11 implementation library +COMMENT= Open PKCS\#11 implementation library LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers USE_BZIP2= YES USE_GMAKE= YES USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf libtool automake HAS_CONFIGURE= YES MAKE_JOBS_SAFE= YES USE_RC_SUBR= pkcsslotd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} MAN1= pkcs11_startup.1 pkcsconf.1 MAN5= pk_config_data.5 MAN7= opencryptoki.7 MAN8= pkcsslotd.8 USERS= _pkcs11 GROUPS= _pkcs11 LICENSE= CPL LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \ --disable-crtok --disable-aeptok \ --disable-ccatok --disable-bcomtok \ --disable-pkcscca_migrate \ --libdir=${PREFIX}/lib \ --sbindir=${PREFIX}/sbin \ --localstatedir=${PREFIX}/var \ --with-pkcs11user=${USERS} \ --with-pkcs11group=${GROUPS} LDFLAGS+= -L${LOCALBASE}/lib .include CFLAGS+= -I${LOCALBASE}/include run-autotools: run-autotools-autoreconf run-autotools-autoreconf: @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i post-install: @cd ${PREFIX}/lib && ${LN} -s opencryptoki/libopencryptoki* . @${CAT} ${PKGMESSAGE} .include Index: head/security/openct/Makefile =================================================================== --- head/security/openct/Makefile (revision 315565) +++ head/security/openct/Makefile (revision 315566) @@ -1,75 +1,72 @@ -# New ports collection makefile for: openct -# Date created: 2004-09-08 -# Whom: Janos Mohacsi -# +# Created by: Janos Mohacsi # $FreeBSD$ # PORTNAME= openct PORTVERSION= 0.6.20 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ MAINTAINER= ale@FreeBSD.org -COMMENT= A middleware framework for smart card terminals +COMMENT= Middleware framework for smart card terminals OPTIONS= PCSC "Enable PC/SC support" off USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= openct SUB_FILES= etoken.conf CONFIGURE_ENV= LTLIB_CFLAGS="-I${LOCALBASE}/include" \ LTLIB_LIBS="-L${LOCALBASE}/lib -lltdl" CONFIGURE_ARGS= --localstatedir=/var MAN1= openct-tool.1 PORTDOCS= * .include .if ${OSVERSION} >= 800069 CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ LIBUSB_LIBS="-lusb" CONFIGURE_ARGS+=--enable-usb .endif .if defined(WITH_PCSC) LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite CONFIGURE_ARGS+=--enable-pcsc PLIST_SUB+= PCSC="" .else PLIST_SUB+= PCSC="@comment " .endif .ifndef(NOPORTDOCS) CONFIGURE_ARGS+=--enable-doc .endif post-patch: @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/configure .ifndef(NOPORTDOCS) @${REINPLACE_CMD} 's|install-data-am: install-dist_apidocDATA install-dist_docDATA|install-data-am: install-dist_docDATA|' \ ${WRKSRC}/doc/Makefile.in .else @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} 's|install-data-am: install-dist_apidocDATA install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/doc/Makefile.in .endif post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/etoken.conf ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} .include