diff --git a/security/aide/Makefile b/security/aide/Makefile index d49cf75d688..a13dc5e0883 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2010/10/17 09:25:05 benoit Exp $ +# $OpenBSD: Makefile,v 1.18 2010/10/18 21:41:44 espie Exp $ COMMENT= Advanced Intrusion Detection Environment @@ -21,6 +21,7 @@ BUILD_DEPENDS= ::devel/bison \ ::security/mhash USE_GMAKE= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-mhash diff --git a/security/aircrack-ng/Makefile b/security/aircrack-ng/Makefile index 0b3ec6360a9..bcf3bfa5792 100644 --- a/security/aircrack-ng/Makefile +++ b/security/aircrack-ng/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/08/06 12:48:18 benoit Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:45 espie Exp $ COMMENT= '802.11 WEP and WPA-PSK keys cracking program' DISTNAME= aircrack-ng-1.0-rc3 @@ -22,6 +22,7 @@ MASTER_SITES= http://www.arcane-labs.net/download/OpenBSD/ LIB_DEPENDS= sqlite3::databases/sqlite3 USE_GMAKE= Yes +USE_GROFF = Yes MAKE_ENV+= SQLITE=true UNSTABLE=true MAKE_FLAGS+= CC=${CC} diff --git a/security/amap/Makefile b/security/amap/Makefile index d774451875d..b5b89bb398c 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/09/15 23:29:57 merdely Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $ COMMENT= next generation scanning tool @@ -23,6 +23,7 @@ LIB_DEPENDS= pcre::devel/pcre CONFIGURE_STYLE= gnu dest +USE_GROFF = Yes NO_REGRESS= Yes MAKE_FLAGS= OPT="${CFLAGS} -I${LOCALBASE}/include" diff --git a/security/apg/Makefile b/security/apg/Makefile index 8d416ce836b..a8e8484f3a6 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2007/09/15 23:29:57 merdely Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:45 espie Exp $ COMMENT= automated password generator @@ -21,6 +21,7 @@ MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \ MAKE_FLAGS= CC="${CC}" FLAGS="${CFLAGS}" \ LIBS="" USE_SHA=APG_USE_SHA +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/security/assl/Makefile b/security/assl/Makefile index b346da3b3b3..db4126917bc 100644 --- a/security/assl/Makefile +++ b/security/assl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/10/11 17:00:33 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $ COMMENT = hide awful SSL API in a sane interface V = 0.9.1 @@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = http://opensource.conformal.com/snapshots/assl/ EXTRACT_SUFX = .tgz +USE_GROFF = Yes NO_REGRESS = Yes EG_DIR = ${PREFIX}/share/examples/assl MAKE_FLAGS= PREFIX=${LOCALBASE} diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index a36f0b72fc7..5f1a8dc4793 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/06/30 09:44:07 kevlo Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 21:41:45 espie Exp $ COMMENT= encrypt and decrypt AES files and streams @@ -24,5 +24,6 @@ MODULES= devel/gettext \ BUILD_DEPENDS= :emacs->=21,<22:editors/emacs21 CONFIGURE_STYLE= gnu +USE_GROFF = Yes .include diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 62a6802e3d0..d1f50600413 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2010/04/15 14:58:24 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.30 2010/10/18 21:41:45 espie Exp $ NOT_FOR_ARCHS= ${LP64_ARCHS} @@ -23,6 +23,7 @@ MASTER_SITES= ${HOMEPAGE} \ do-build: @cd ${WRKSRC} && env CCTMP="${CC}" CFLAGS="${CFLAGS}" sh netbsd_make_with_bad_rpcgen cfs +USE_GROFF = Yes NO_REGRESS= Yes # ccat and cname only work on old-style cfs < 1.3 diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index 301db667f01..d444dcf5e09 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:58 merdely Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:45 espie Exp $ COMMENT= control chroot and su access rights by application @@ -25,6 +25,7 @@ ALL_TARGET= chrootuid MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" NO_REGRESS= Yes +USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/chrootuid diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 935df3d565c..6b12e218e94 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2010/09/26 13:40:11 naddy Exp $ +# $OpenBSD: Makefile,v 1.55 2010/10/18 21:41:45 espie Exp $ COMMENT= virus scanner DISTNAME= clamav-0.96.3 @@ -32,6 +32,7 @@ RUN_DEPENDS= ::archivers/lha \ ::archivers/unzip USE_LIBTOOL= Yes +USE_GROFF = Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index ecbc18a0f88..fd932aa2299 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2009/10/28 02:02:58 kevlo Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:45 espie Exp $ COMMENT= secure concurrent multi-server terminal control @@ -23,6 +23,7 @@ RUN_DEPENDS= ::x11/p5-Tk \ BUILD_DEPENDS= ${RUN_DEPENDS} CONFIGURE_STYLE=gnu +USE_GROFF = Yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/cssh ${PREFIX}/bin diff --git a/security/cops/Makefile b/security/cops/Makefile index 8f4c2568fa5..e83c44eb492 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2007/09/15 23:29:58 merdely Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $ COMMENT= system secureness checker @@ -32,6 +32,7 @@ MAKE_FILE= makefile MAKE_FLAGS= EXECUTABLE="${EXECUTABLE}" C_SRC="${C_SRC}" \ CC="${CC}" CFLAGS="${CFLAGS}" +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 2855a32dc3a..8fca296ce4f 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2010/09/03 15:36:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.51 2010/10/18 21:41:45 espie Exp $ COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) @@ -34,6 +34,7 @@ MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ WANTLIB= asn1 c com_err crypto gssapi krb5 USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV+= LDFLAGS='${LDFLAGS}' diff --git a/security/dante/Makefile b/security/dante/Makefile index 5853c09e7f7..c262a1ce0ad 100644 --- a/security/dante/Makefile +++ b/security/dante/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2007/09/18 22:15:11 jakob Exp $ +# $OpenBSD: Makefile,v 1.36 2010/10/18 21:41:45 espie Exp $ COMMENT= SOCKS client and server @@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --enable-static MODGNU_CONFIG_GUESS_DIRS+= ${WRKSRC} USE_LIBTOOL= Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dante diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 5c7e9ad0692..8ec15c89809 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2010/10/16 11:26:33 jsg Exp $ +# $OpenBSD: Makefile,v 1.50 2010/10/18 21:41:45 espie Exp $ COMMENT= sniffing tools for penetration testing @@ -25,6 +25,7 @@ AUTOCONF_VERSION= 2.13 CONFIGURE_STYLE= autoconf CONFIGURE_ARGS= --with-db="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db" +USE_GROFF = Yes FLAVORS= no_x11 FLAVOR?= diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile index 98bb00843bf..f413963e716 100644 --- a/security/fcrackzip/Makefile +++ b/security/fcrackzip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 01:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:45 espie Exp $ COMMENT = ZIP password cracker @@ -21,6 +21,7 @@ MASTER_SITES = http://home.schmorp.de/data/marc/ CONFIGURE_STYLE = autoconf AUTOCONF_VERSION = 2.61 +USE_GROFF = Yes # for the --use-unzip option RUN_DEPENDS = ::archivers/unzip diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 4f6f37ea89c..e5502cab3b5 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/04/30 13:44:15 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:45 espie Exp $ COMMENT= intercept, modify, and rewrite egress traffic @@ -22,6 +22,7 @@ MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-libevent=/usr +USE_GROFF = Yes LIB_DEPENDS= dnet.>=1::net/libdnet diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 3bd5b99dfc4..0aa0cf54e7b 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2010/04/15 13:27:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 21:41:45 espie Exp $ COMMENT= tool for testing network IDS implementations @@ -18,6 +18,7 @@ WANTLIB= c pcap CONFIGURE_STYLE= gnu MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 2ebfcd1bb86..ba2ae3118e7 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/11 20:19:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 21:41:45 espie Exp $ # Consumes more than 512MB on at least i386 when building qrc_MainRes.o VMEM_WARNING = Yes @@ -45,6 +45,7 @@ LIB_DEPENDS = :libfwbuilder-$V:security/libfwbuilder \ REGRESS_TARGET =tests USE_X11= Yes +USE_GROFF = Yes WANTLIB += c m netsnmp WANTLIB += pthread stdc++ util xml2 xslt z diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3ce1fc74234..c10bef5a30d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2010/09/22 09:02:42 jasper Exp $ +# $OpenBSD: Makefile,v 1.74 2010/10/18 21:41:45 espie Exp $ COMMENT= GNU privacy guard - a free PGP replacement @@ -34,6 +34,7 @@ CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.61 MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts CONFIGURE_ARGS+= --disable-gnupg-iconv +USE_GROFF = Yes .if ${MACHINE_ARCH} == "m68k" CONFIGURE_ARGS+= --disable-asm .endif diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 1eb7805c45d..2fe155b71c7 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/09/07 09:46:02 pea Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:45 espie Exp $ COMMENT = gnu privacy guard - a free PGP replacement @@ -33,6 +33,7 @@ WANTLIB = c crypto z readline ssl termcap gpg-error idn FLAVORS = ldap FLAVOR ?= +USE_GROFF = Yes .if ${FLAVOR:L:Mldap} CONFIGURE_ARGS+= --enable-ldap diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 9c7c1b653a3..e05ff6f51fd 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2010/08/31 20:01:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.29 2010/10/18 21:41:45 espie Exp $ COMMENT= GNU Transport Layer Security library @@ -34,6 +34,7 @@ LIB_DEPENDS= ::security/libgcrypt \ ::archivers/lzo2 USE_LIBTOOL= Yes +USE_GROFF = Yes # regression tests need this PORTHOME= ${WRKDIR} diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index 11015a54273..8dcd265e7bc 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2009/05/21 10:16:59 benoit Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $ COMMENT = high level firewall language @@ -29,6 +29,7 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS += ${CONFIGURE_SHARED} NO_REGRESS = Yes +USE_GROFF = Yes pre-install: @perl -pi -e 's#\$${prefix}\/share\/hlfl\/services\.hlfl#${SYSCONFDIR}/services.hlfl#' ${WRKSRC}/doc/hlfl.1 diff --git a/security/integrit/Makefile b/security/integrit/Makefile index dce84cbfdf2..852b2b184bc 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2009/05/25 18:50:28 benoit Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $ COMMENT= file integrity checker @@ -21,6 +21,7 @@ CONFIGURE_STYLE= gnu ALL_TARGET= integrit utils +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile index ab529c85037..a23b01c1d27 100644 --- a/security/ipguard/Makefile +++ b/security/ipguard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/09/29 11:36:57 benoit Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $ COMMENT = protect LAN IP adress space by ARP spoofing @@ -20,6 +20,7 @@ WANTLIB = c pcap LIB_DEPENDS = lib/libnet-1.1/net.=11:libnet->=1.1.2.1p0,<1.2:net/libnet/1.1 +USE_GROFF = Yes NO_REGRESS = Yes .include diff --git a/security/isic/Makefile b/security/isic/Makefile index 5b787ae0e82..c69dd42ee98 100644 --- a/security/isic/Makefile +++ b/security/isic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2009/03/16 11:07:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 21:41:45 espie Exp $ COMMENT= IP stack integrity checker @@ -25,6 +25,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libnet-1.1 \ `libnet-config-1.1 --defines`" \ LIBS="-L${LOCALBASE}/lib/libnet-1.1 -lnet" +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/security/its4/Makefile b/security/its4/Makefile index 2bd27572606..08bfcaf2bdd 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2010/04/15 14:29:16 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 21:41:45 espie Exp $ COMMENT= scan C/C++ source code for security problems @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/share/its4' \ WRKDIST= ${WRKDIR}/its4 NO_REGRESS= Yes +USE_GROFF = Yes FETCH_MANUALLY= "The source to this port may not be automatically fetched" \ "due to licensing restrictions. You MUST fetch the source" \ diff --git a/security/jailkit/Makefile b/security/jailkit/Makefile index 420960c7140..09b64511d17 100644 --- a/security/jailkit/Makefile +++ b/security/jailkit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/10/12 07:55:02 sebastia Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:45 espie Exp $ COMMENT= utilities for jailing a user or process @@ -27,6 +27,7 @@ CONFIGURE_ENV= PYTHONINTERPRETER=${MODPY_BIN} \ CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples +USE_GROFF = Yes MAN_P= jailkit.8 jk_check.8 jk_chrootlaunch.8 jk_chrootsh.8 jk_cp.8 \ jk_init.8 jk_jailuser.8 jk_lsh.8 jk_socketd.8 jk_uchroot.8 \ diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 56d1e8d651a..83f2a123c0d 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/09/26 20:08:12 martynas Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 21:41:45 espie Exp $ COMMENT= front-end to ssh-agent @@ -20,6 +20,7 @@ EXTRACT_SUFX= .tar.bz2 NO_BUILD= Yes NO_REGRESS= Yes PKG_ARCH= * +USE_GROFF = Yes do-install: ${INSTALL_SCRIPT} ${WRKDIST}/keychain ${PREFIX}/bin diff --git a/security/libident/Makefile b/security/libident/Makefile index fe1173a025a..0b5dfd0eb36 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2007/09/15 23:29:58 merdely Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $ COMMENT= library to interface the ident protocol server (rfc1413) @@ -15,5 +15,6 @@ PERMIT_DISTFILES_FTP= Yes ALL_TARGET= openbsd NO_REGRESS= Yes +USE_GROFF = Yes .include diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 883d32cf15f..8c15d397e34 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2010/07/30 23:13:31 lum Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 21:41:45 espie Exp $ COMMENT = interface to access block/stream encryption algorithms @@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/} USE_LIBTOOL = Yes +USE_GROFF = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = ${CONFIGURE_SHARED} diff --git a/security/libnipper/Makefile b/security/libnipper/Makefile index 70c8b50de42..8db04961004 100644 --- a/security/libnipper/Makefile +++ b/security/libnipper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/07/30 23:13:31 lum Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $ COMMENT = library for nipper @@ -22,6 +22,7 @@ WANTLIB= m stdc++ CONFIGURE_STYLE = cmake MODULES += devel/cmake +USE_GROFF = Yes NO_REGRESS = Yes pre-configure: diff --git a/security/libotr/Makefile b/security/libotr/Makefile index b17a07d9be6..a403cc1a7f1 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2008/07/18 13:21:22 dhill Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $ # $FreeBSD: Makefile,v 1.2 2005/04/21 14:22:54 pav Exp $ COMMENT= The portable OTR Messaging Library and toolkit @@ -25,5 +25,6 @@ WANTLIB= c CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} USE_LIBTOOL= Yes +USE_GROFF = Yes .include diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 7c563204f78..39631bcc348 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/09 06:31:59 benoit Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $ COMMENT = library implementing the SSH2 protocol @@ -23,6 +23,7 @@ MASTER_SITES = http://www.libssh2.org/download/ CONFIGURE_STYLE = gnu USE_LIBTOOL = Yes +USE_GROFF = Yes # The second test will only pass if public key auth is configured for ${USER} REGRESS_IS_INTERACTIVE = Yes diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index f074f6ce0ac..161cb731811 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2009/10/09 23:04:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $ COMMENT= Abstract Syntax Notation One structure parser library @@ -24,6 +24,7 @@ MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ WANTLIB= c USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/security/logsurfer/Makefile b/security/logsurfer/Makefile index 312775cd709..bf8d1f98ede 100644 --- a/security/logsurfer/Makefile +++ b/security/logsurfer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/11/27 21:30:38 jakob Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $ COMMENT= processes logfiles and perform certain actions @@ -22,6 +22,7 @@ MASTER_SITES= http://kerryt.orcon.net.nz/ \ CONFIGURE_STYLE= gnu +USE_GROFF = Yes NO_REGRESS= Yes NOT_FOR_ARCHS= ${LP64_ARCHS} diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index a8a18a59154..deda82f6678 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/09/02 10:05:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 21:41:45 espie Exp $ COMMENT = extendable encryption program that supports many ciphers @@ -22,6 +22,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/} USE_LIBTOOL = Yes USE_GMAKE = Yes +USE_GROFF = Yes MODULES = devel/gettext LIB_DEPENDS = ::security/libmcrypt \ ::security/mhash \ diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 1200cbb5e06..eb97b41b614 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2009/05/29 08:10:44 benoit Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:45 espie Exp $ COMMENT= strong hash library @@ -21,6 +21,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 7729c2fe809..0297873aa88 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2009/06/19 10:31:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:45 espie Exp $ # $FreeBSD: Makefile,v 1.1.1.1 1998/02/14 04:10:30 obrien Exp $ COMMENT= NetBIOS Auditing Tool / Security Kit @@ -18,6 +18,7 @@ MAKE_FLAGS= GUESTACCOUNT=_nbaudit WANTLIB += c +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/security/nessus/core/Makefile b/security/nessus/core/Makefile index 84e7935e94b..f1f6938f4f8 100644 --- a/security/nessus/core/Makefile +++ b/security/nessus/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/10/11 08:17:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 21:41:45 espie Exp $ COMMENT= network security scanner DISTNAME= nessus-core-${V} @@ -11,6 +11,7 @@ WANTLIB += c crypto hosts_gatherer m nessus pcap rpcsvc ssl util LIB_DEPENDS= nasl.>=4::security/nessus/libnasl BUILD_DEPENDS= :bison-*:devel/bison +USE_GROFF = Yes .if empty(FLAVOR:L:Mno_x11) USE_X11= Yes diff --git a/security/nessus/libnasl/Makefile b/security/nessus/libnasl/Makefile index de033b6fef6..39b5e60b22c 100644 --- a/security/nessus/libnasl/Makefile +++ b/security/nessus/libnasl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/10/12 22:05:21 robert Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:45 espie Exp $ COMMENT= Nessus Attack Scripting Language DISTNAME= libnasl-${V} @@ -12,5 +12,6 @@ LIB_DEPENDS= nessus.>=4,hosts_gatherer.>=4::security/nessus/libraries BUILD_DEPENDS= :bison-*:devel/bison USE_LIBTOOL= Yes +USE_GROFF = Yes .include diff --git a/security/nessus/libraries/Makefile b/security/nessus/libraries/Makefile index d619b7ec22f..666e8bbcb8f 100644 --- a/security/nessus/libraries/Makefile +++ b/security/nessus/libraries/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:45 espie Exp $ COMMENT= libraries for Nessus DISTNAME= nessus-libraries-${V} @@ -8,5 +8,6 @@ SHARED_LIBS= hosts_gatherer 4.7 \ nessus 4.7 USE_LIBTOOL= Yes +USE_GROFF = Yes .include diff --git a/security/nessus/plugins/Makefile b/security/nessus/plugins/Makefile index 8c05f652d07..eb330029fec 100644 --- a/security/nessus/plugins/Makefile +++ b/security/nessus/plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/09/15 23:29:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $ COMMENT= plugins for Nessus DISTNAME= nessus-plugins-GPL-${V} @@ -6,6 +6,7 @@ PKGNAME= ${DISTNAME:S/-GPL//}p0 WANTLIB= crypto hosts_gatherer m nessus pcap ssl util +USE_GROFF = Yes BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::security/nessus/core \ ::security/hydra \ diff --git a/security/nikto/Makefile b/security/nikto/Makefile index fef2a58ea28..de22b167eb2 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/09/23 08:59:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $ COMMENT = web and CGI vulnerability scanner with SSL support @@ -23,6 +23,7 @@ EXTRACT_SUFX = .tar.bz2 RUN_DEPENDS = :p5-Net-SSLeay-*:security/p5-Net_SSLeay NO_BUILD = Yes +USE_GROFF = Yes NO_REGRESS = Yes PKG_ARCH = * diff --git a/security/nipper/Makefile b/security/nipper/Makefile index 756bbc2cd3e..e40f64579f7 100644 --- a/security/nipper/Makefile +++ b/security/nipper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/07/21 21:34:08 steven Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $ COMMENT = audit network device configuration @@ -25,6 +25,7 @@ LIB_DEPENDS= ::security/libnipper CONFIGURE_STYLE = cmake MODULES += devel/cmake +USE_GROFF = Yes NO_REGRESS = Yes pre-configure: diff --git a/security/openct/Makefile b/security/openct/Makefile index 9c5df35b861..6ec8951caff 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/09/14 10:31:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $ COMMENT= drivers for several smart card readers @@ -24,6 +24,7 @@ LIB_DEPENDS= ::devel/libusb \ USE_GMAKE= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu old CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/security/opensc/Makefile b/security/opensc/Makefile index d427459d7a7..116f352b7c1 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2010/09/14 10:32:06 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:45 espie Exp $ COMMENT= set of libraries and utilities to access smart cards @@ -33,6 +33,7 @@ LIB_DEPENDS= ::security/openct USE_GMAKE= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu old CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile index 97300e13a68..d13cf9ef405 100644 --- a/security/otpcalc/Makefile +++ b/security/otpcalc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/10/11 08:17:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $ COMMENT= OTP and S/Key calculator for X @@ -30,6 +30,7 @@ MODULES= devel/gettext USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes ALL_TARGET= otpCalc otpCalc.1 LIB_DEPENDS= ::x11/gtk+2 diff --git a/security/outguess/Makefile b/security/outguess/Makefile index cd6c18a1d53..cf19e8f6a47 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2007/09/15 23:29:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:46 espie Exp $ COMMENT= universal steganography tool @@ -20,6 +20,7 @@ NO_REGRESS= Yes CONFIGURE_STYLE=gnu dest MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/jpeg-6b-steg +USE_GROFF = Yes WRKDIST= ${WRKDIR}/outguess diff --git a/security/p0f/Makefile b/security/p0f/Makefile index cd3d221e5ee..2366eab2cec 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/02/13 22:58:18 rui Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:46 espie Exp $ COMMENT= passive OS fingerprinting tool @@ -24,6 +24,7 @@ WRKDIST= ${WRKDIR}/p0f MAKE_FILE= ${WRKSRC}/mk/OpenBSD MAKE_FLAGS= CC=${CC} +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile index a570b9c72a6..f1513186039 100644 --- a/security/p5-Authen-Htpasswd/Makefile +++ b/security/p5-Authen-Htpasswd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2008/12/04 00:07:14 simon Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $ COMMENT= read and modify Apache .htpasswd files @@ -21,6 +21,7 @@ RUN_DEPENDS= ::devel/p5-Class-Accessor \ REGRESS_DEPENDS=::security/p5-Crypt-PasswdMD5 \ ::security/p5-Digest-SHA1 +USE_GROFF = Yes MAKE_ENV= TEST_POD=Yes .include diff --git a/security/p5-Authen-Krb5-Simple/Makefile b/security/p5-Authen-Krb5-Simple/Makefile index c63244b3ece..ae3c29ac805 100644 --- a/security/p5-Authen-Krb5-Simple/Makefile +++ b/security/p5-Authen-Krb5-Simple/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $ COMMENT= Perl module to authenticate against a Kerberos server SHARED_ONLY= Yes @@ -20,5 +20,6 @@ WANTLIB += com_err crypto krb5 CONFIGURE_ENV += KRB5_INCLUDE="/usr/include/kerberosV" \ KRB5_LIB="/usr/lib" +USE_GROFF = Yes .include diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 219e35c416e..3b56469ab10 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/07/01 09:18:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:46 espie Exp $ COMMENT= Perl module to authenticate against a RADIUS server @@ -22,6 +22,7 @@ RUN_DEPENDS= :p5-MD5->=1.7:security/p5-MD5 \ :p5-Data-HexDump->=0.02:devel/p5-Data-HexDump BUILD_DEPENDS= ${RUN_DEPENDS} +USE_GROFF = Yes REGRESS_IS_INTERACTIVE= Yes pre-configure: diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 5cd06f84d92..77bedf371aa 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2008/09/01 07:17:38 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $ COMMENT= perl interface to the SASL auth framework @@ -12,6 +12,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +USE_GROFF = Yes BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::security/p5-Digest-HMAC \ ::security/p5-GSSAPI diff --git a/security/p5-Catalyst-Authentication-Store-DBI/Makefile b/security/p5-Catalyst-Authentication-Store-DBI/Makefile index 5c712f3730a..8d15f14ff52 100644 --- a/security/p5-Catalyst-Authentication-Store-DBI/Makefile +++ b/security/p5-Catalyst-Authentication-Store-DBI/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $ COMMENT = storage class for Catalyst Authentication using DBI @@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes +USE_GROFF = Yes RUN_DEPENDS = ::databases/p5-Catalyst-Model-DBI \ ::security/p5-Catalyst-Plugin-Authentication diff --git a/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index 5a691037356..d1677449621 100644 --- a/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/05/29 18:36:02 simon Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $ COMMENT = storage class for Catalyst Authentication using DBIx::Class @@ -18,6 +18,7 @@ RUN_DEPENDS = ::databases/p5-DBIx-Class \ :p5-Catalyst-Plugin-Authentication->=0.10006:security/p5-Catalyst-Plugin-Authentication \ ::www/p5-Catalyst-Runtime BUILD_DEPENDS = ${RUN_DEPENDS} +USE_GROFF = Yes MAKE_ENV = TEST_POD=Yes diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile index 08885e32ff8..a941da27506 100644 --- a/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile +++ b/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $ COMMENT= CDBI Authentication for Catalyst @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes RUN_DEPENDS= ::databases/p5-DBIx-Class \ ::databases/p5-Catalyst-Model-DBIC-Schema \ diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile index d4a208f38c9..797cf51a069 100644 --- a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile +++ b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= catalyst authentication via .htpasswd @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes RUN_DEPENDS= ::security/p5-Authen-Htpasswd \ ::security/p5-Catalyst-Plugin-Authentication diff --git a/security/p5-Catalyst-Plugin-Authentication/Makefile b/security/p5-Catalyst-Plugin-Authentication/Makefile index f523bc6ed22..9fd86d78117 100644 --- a/security/p5-Catalyst-Plugin-Authentication/Makefile +++ b/security/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:46 espie Exp $ COMMENT= Catalyst authentication framework @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes RUN_DEPENDS= ::devel/p5-Class-Inspector \ ::devel/p5-Class-Data-Inheritable \ diff --git a/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile b/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile index d494caf29ba..95c2ef843c2 100644 --- a/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile +++ b/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/11/08 23:01:01 simon Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $ COMMENT= ACL support for Catalyst applications @@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes RUN_DEPENDS= ::www/p5-Catalyst-Runtime \ ::devel/p5-Class-Throwable diff --git a/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile index b267f6c64ca..baa628f3785 100644 --- a/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/09/20 16:58:32 sturm Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $ COMMENT= role based authorization for Catalyst @@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::devel/p5-Set-Object \ diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index 3b1969f631d..9c77e3964ec 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-Blowfish-2.12 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile index 266bef6b631..53c1a37f610 100755 --- a/security/p5-Crypt-Blowfish_PP/Makefile +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $ COMMENT= Blowfish encryption implemented pure Perl DISTNAME= Crypt-Blowfish_PP-1.12 @@ -11,5 +11,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES= cpan +USE_GROFF = Yes .include diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index f7bfa69a4e1..bbb9fc83854 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/03 15:11:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 21:41:46 espie Exp $ COMMENT= cryptographic cipher block chaining mode MODULES= cpan DISTNAME= Crypt-CBC-2.30 CATEGORIES= security +USE_GROFF = Yes RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \ :p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index dc6ad07166b..71504bc82cd 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $ COMMENT = cryptographic CipherSaber encryption @@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes MODULES = cpan +USE_GROFF = Yes REGRESS_DEPENDS = ::devel/p5-Test-Warn .include diff --git a/security/p5-Crypt-DES-EDE3/Makefile b/security/p5-Crypt-DES-EDE3/Makefile index 9148e4aa40d..16e59f6ea8f 100644 --- a/security/p5-Crypt-DES-EDE3/Makefile +++ b/security/p5-Crypt-DES-EDE3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $ COMMENT= Triple-DES EDE encryption/decryption @@ -7,6 +7,7 @@ DISTNAME= Crypt-DES_EDE3-0.01 PKGNAME= p5-${DISTNAME:S/_/-/} REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 7b9a8fb14fd..6bbdbb80afa 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-DES-2.05 REVISION= 2 CATEGORIES= security +USE_GROFF = Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 3577cc4c76b..e16be2d4ac2 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= Diffie-Hellman key exchange system @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ::security/p5-Crypt-Random CONFIGURE_STYLE=perl +USE_GROFF = Yes PKG_ARCH= * diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 01459ca97a7..1ba183fad89 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= DSA Signatures and Key Generation @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-DSA-0.13 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-GpgME/Makefile b/security/p5-Crypt-GpgME/Makefile index 17f9e38d6f6..413582ffe8a 100644 --- a/security/p5-Crypt-GpgME/Makefile +++ b/security/p5-Crypt-GpgME/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= Perl interface to gpgme SHARED_ONLY= Yes @@ -7,6 +7,7 @@ MODULES= cpan DISTNAME= Crypt-GpgME-0.08 REVISION= 0 CATEGORIES= devel security +USE_GROFF = Yes MAINTAINER= Simon Bertrang diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile index 1ad0f6002eb..6a7da3ef08a 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/Makefile +++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-OpenSSL-Bignum-0.04 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes HOMEPAGE= http://perl-openssl.sourceforge.net/ diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index d29095a9e8d..8c6bb7fb056 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -7,6 +7,7 @@ COMMENT= implements DSA using OpenSSL DISTNAME= Crypt-OpenSSL-DSA-0.13 REVISION= 3 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Jasper Lievisse Adriaanse diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 8fd006e2007..05eafba9d70 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes COMMENT= RSA encoding and decoding using OpenSSL MODULES= cpan +USE_GROFF = Yes DISTNAME= Crypt-OpenSSL-RSA-0.25 REVISION= 1 diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index 33e860d378e..1dea6f5db86 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -9,6 +9,7 @@ DISTNAME= Crypt-OpenSSL-Random-0.04 REVISION= 1 CATEGORIES= security HOMEPAGE= http://perl-openssl.sourceforge.net/ +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index c32355b10b2..8234c527b78 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $ COMMENT= md5-based passwords in perl MODULES= cpan DISTNAME= Crypt-PasswdMD5-1.3 CATEGORIES= security +USE_GROFF = Yes # beer-ware PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 5bb73432048..bf56f8739f0 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:46 espie Exp $ COMMENT= provable prime number generator @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-Primes-0.50 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile index 38f9dacb9ef..431e5613460 100644 --- a/security/p5-Crypt-RC4/Makefile +++ b/security/p5-Crypt-RC4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $ COMMENT= implementation of the RC4 encryption algorithm @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-RC4-2.02 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index b2492bb0b6b..45ea462364e 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2009/09/05 14:31:55 sturm Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= RSA public-key cryptosystem MODULES= cpan DISTNAME= Crypt-RSA-1.99 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index f5ba54728b1..034a79dade2 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= cryptographically secure random number generator @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-Random-1.25 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index 937b734a6ea..506a19d8a2e 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-Rijndael-1.07 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # LGPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index d8dcd4c668b..209f2c83721 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-SSLeay-0.57 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes # Perl PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile index d435573398a..5747b586b95 100644 --- a/security/p5-Crypt-SaltedHash/Makefile +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/07/06 11:25:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $ COMMENT = object oriented interface to create salted hashes MODULES = cpan DISTNAME = Crypt-SaltedHash-0.05 CATEGORIES = security +USE_GROFF = Yes MAINTAINER = Jim Razmus II diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index d0af84df994..2398bef94db 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-Serpent-1.01 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Stephan A. Rickauer diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile index c2ae3160a13..c7cb28ec9a7 100644 --- a/security/p5-Crypt-SmbHash/Makefile +++ b/security/p5-Crypt-SmbHash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:46 espie Exp $ COMMENT= Perl module implementing lanman and nt md4 hash functions @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-SmbHash-0.12 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile index b24acfad2e0..7604df534f3 100644 --- a/security/p5-Crypt-TripleDES/Makefile +++ b/security/p5-Crypt-TripleDES/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $ COMMENT= implementation of 3DES encryption on ECB mode @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Crypt-TripleDES-0.24 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # Perl PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 8468e1e6a40..87807c2e959 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2010/09/24 15:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Crypt-Twofish-2.13 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile index c40123b4e0b..6da3a9a93a3 100644 --- a/security/p5-Digest-BubbleBabble/Makefile +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2007/09/15 23:30:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $ COMMENT= module to bubble-babble fingerprints MODULES= cpan DISTNAME= Digest-BubbleBabble-0.01 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Peter Stromberg diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index b4e7f7571fe..53ff21e4bc8 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2010/04/13 10:04:24 stephan Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $ COMMENT= interface to HMAC Message-Digest Algorithms MODULES= cpan DISTNAME= Digest-HMAC-1.02 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index b9551648eaf..ea4e5d76e13 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Digest-MD2-2.03 REVISION= 2 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 27b6b189cba..354dacb9610 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $ COMMENT= interface to md4 message-digest algorithm @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= Digest-MD4-1.5 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Stephan A. Rickauer diff --git a/security/p5-Digest-MD5-M4p/Makefile b/security/p5-Digest-MD5-M4p/Makefile index 502dee91b74..b1189163d05 100644 --- a/security/p5-Digest-MD5-M4p/Makefile +++ b/security/p5-Digest-MD5-M4p/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes COMMENT= perl interface to a variant of the MD5 algorithm @@ -7,6 +7,7 @@ MODULES= cpan DISTNAME= Digest-MD5-M4p-0.01 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes # same as perl PERMIT_DISTFILES_CDROM= Yes diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile index 4e94a2ff923..643ce98c8ba 100644 --- a/security/p5-Digest-Nilsimsa/Makefile +++ b/security/p5-Digest-Nilsimsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Digest-Nilsimsa-0.06 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes # Artistic licence PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index f1714c9fbe5..71bc0d5ab4b 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= Digest-SHA1-2.13 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Jasper Lievisse Adriaanse diff --git a/security/p5-Digest-Skein/Makefile b/security/p5-Digest-Skein/Makefile index 0ebaf55c3a0..595ab866e92 100644 --- a/security/p5-Digest-Skein/Makefile +++ b/security/p5-Digest-Skein/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/04/13 12:33:57 stephan Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $ COMMENT= interface to the Skein digest algorithm @@ -7,6 +7,7 @@ HOMEPAGE= http://www.skein-hash.info/ MODULES= cpan DISTNAME= Digest-Skein-0.05 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Stephan A. Rickauer diff --git a/security/p5-GPG/Makefile b/security/p5-GPG/Makefile index be70506c6f5..4e6f70add1f 100644 --- a/security/p5-GPG/Makefile +++ b/security/p5-GPG/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/08/25 06:34:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:46 espie Exp $ COMMENT= perl5 interface to GnuPG using scalars @@ -7,6 +7,7 @@ DISTNAME= GPG-0.06 REVISION= 1 CATEGORIES= security CPAN_AUTHOR= MILES +USE_GROFF = Yes RUN_DEPENDS= :gnupg-<2:security/gnupg BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 6f0c333fc8f..596ec26d5a7 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= GSSAPI-0.26 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes HOMEPAGE= http://perlgssapi.sourceforge.net/ diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 70cd3adf1f3..13a7b6a3722 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/08/25 06:34:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:47 espie Exp $ COMMENT= perl5 interface to GnuPG @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= GnuPG-Interface-0.36 REVISION= 0 CATEGORIES= security +USE_GROFF = Yes # Perl PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-GnuPG/Makefile b/security/p5-GnuPG/Makefile index fe7aa5c488e..8a76b684bed 100644 --- a/security/p5-GnuPG/Makefile +++ b/security/p5-GnuPG/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/08/25 06:34:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:47 espie Exp $ COMMENT= perl5 interface to GnuPG @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= GnuPG-0.09 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes RUN_DEPENDS= :gnupg-<2:security/gnupg diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 967bf3437d3..caf5c8396c7 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2010/10/03 15:11:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.34 2010/10/18 21:41:47 espie Exp $ COMMENT= perl interface to SSL sockets @@ -18,6 +18,7 @@ MODULES= cpan BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= :p5-Net-SSLeay->=1.21:security/p5-Net_SSLeay REGRESS_DEPENDS= ::net/p5-IO-Socket-INET6 +USE_GROFF = Yes MODCPAN_EXAMPLES= Yes MODCPAN_EXAMPLES_DIST= example diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index bdcba04b183..c1a0f0b84bf 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/09/24 15:37:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:47 espie Exp $ SHARED_ONLY= Yes @@ -8,6 +8,7 @@ MODULES= cpan DISTNAME= MD5-1.7 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes MAINTAINER= Kevin Lo diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index cfc390c19ad..b572740a4e5 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/10/02 14:02:10 bluhm Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:47 espie Exp $ COMMENT = module signature file manipulation @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes MODULES = cpan +USE_GROFF = Yes BUILD_DEPENDS = ${RUN_DEPENDS} RUN_DEPENDS = :gnupg-<2:security/gnupg diff --git a/security/p5-Net_SSLeay/Makefile b/security/p5-Net_SSLeay/Makefile index ca312602824..9167b1051c0 100644 --- a/security/p5-Net_SSLeay/Makefile +++ b/security/p5-Net_SSLeay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2010/10/03 15:11:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.33 2010/10/18 21:41:47 espie Exp $ SHARED_ONLY= Yes @@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= crypto ssl z MODULES= cpan +USE_GROFF = Yes REGRESS_DEPENDS= ::devel/p5-Test-Exception \ ::devel/p5-Test-Warn \ ::devel/p5-Test-NoWarnings \ diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index 4918d53e849..ffcb79cd19b 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/08/25 06:34:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:47 espie Exp $ COMMENT= perl module to create/verify PGP signatures @@ -6,6 +6,7 @@ MODULES= cpan DISTNAME= PGP-Sign-0.20 REVISION= 1 CATEGORIES= security +USE_GROFF = Yes # perl PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index f3e3c329a08..7315f006e97 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2009/03/23 08:41:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:47 espie Exp $ COMMENT= make use of SSL with POE MODULES= cpan DISTNAME= POE-Component-SSLify-0.15 CATEGORIES= net security +USE_GROFF = Yes # perl PERMIT_PACKAGE_CDROM= Yes diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index 5c3021ad612..a8c34403d59 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2009/09/10 09:43:24 sturm Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:47 espie Exp $ COMMENT= hashes with encrypting fields MODULES= cpan DISTNAME= Tie-EncryptedHash-1.24 CATEGORIES= security +USE_GROFF = Yes # GPL/Artistic PERMIT_PACKAGE_CDROM= Yes diff --git a/security/passwdqc/Makefile b/security/passwdqc/Makefile index 6249ac31833..255a6b69693 100644 --- a/security/passwdqc/Makefile +++ b/security/passwdqc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/07/07 21:29:58 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:47 espie Exp $ COMMENT= plugin password complexity checker for passwd(1) @@ -19,6 +19,7 @@ WANTLIB= c MASTER_SITES= ${HOMEPAGE} +USE_GROFF = Yes NO_REGRESS= Yes ALL_TARGET= utils diff --git a/security/pgp/Makefile b/security/pgp/Makefile index f72cc49ffb9..f37b0bc40ae 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2007/09/15 23:30:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.32 2010/10/18 21:41:47 espie Exp $ COMMENT= Pretty Good Privacy 2.6.3ia @@ -19,6 +19,7 @@ WANTLIB= c PGP_DOC_DIR= ${PREFIX}/share/doc/pgp WRKDIST= ${WRKDIR}/src +USE_GROFF = Yes # library and doc files to install LIBFILES= config.txt de.hlp en.hlp es.hlp fr.hlp keys.asc \ diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 52f431e4752..e21787b05da 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2007/09/15 23:30:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.37 2010/10/18 21:41:47 espie Exp $ COMMENT= Pretty Good Privacy 5.0i (world wide use) @@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c m CONFIGURE_STYLE= gnu +USE_GROFF = Yes MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config WRKDIST= ${WRKDIR}/pgp50i/src diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 6aea7a50c48..b0c35824d65 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2009/01/27 02:04:57 okan Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:47 espie Exp $ COMMENT= PGP packet visualizer @@ -17,6 +17,7 @@ WANTLIB= c z MASTER_SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu dest +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index 548a5509028..ffab8f50e9a 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2007/09/15 23:30:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:47 espie Exp $ # $FreeBSD: Makefile,v 1.5 1999/01/26 22:19:07 billf Exp $ COMMENT= simple and easy to use TCP port scanner @@ -15,6 +15,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c SEPARATE_BUILD= concurrent +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/ppgen/Makefile b/security/ppgen/Makefile index bbaa4dda418..ec8c2148407 100644 --- a/security/ppgen/Makefile +++ b/security/ppgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/09/15 23:30:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:47 espie Exp $ COMMENT= secure passphrase generator @@ -19,6 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz AUTOCONF_VERSION=2.13 CONFIGURE_STYLE=autoconf dest no-autoheader +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/ppgen diff --git a/security/prelude/libprelude/Makefile b/security/prelude/libprelude/Makefile index 7f479d5498f..a42c6474a43 100644 --- a/security/prelude/libprelude/Makefile +++ b/security/prelude/libprelude/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/09/01 06:50:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 21:41:47 espie Exp $ COMMENT= Prelude framework library @@ -16,6 +16,7 @@ MODULES= devel/gettext \ lang/python CONFIGURE_STYLE=gnu +USE_GROFF = Yes WANTLIB= c gcrypt tasn1 z gpg-error gnutls diff --git a/security/prelude/libpreludedb/Makefile b/security/prelude/libpreludedb/Makefile index 6e1bb3b8fb4..69a8d339181 100644 --- a/security/prelude/libpreludedb/Makefile +++ b/security/prelude/libpreludedb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/09/01 06:50:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 21:41:47 espie Exp $ COMMENT-main= Prelude framework database-access library COMMENT-pgsql= PostgreSQL module for libpreludedb @@ -24,6 +24,7 @@ MASTER_SITES= http://www.prelude-ids.com/download/releases/libpreludedb/ MODULES= lang/python \ devel/gettext +USE_GROFF = Yes SHARED_LIBS= preludedb 4.9 diff --git a/security/prelude/manager/Makefile b/security/prelude/manager/Makefile index 3ae75faa907..250ac3cc63a 100644 --- a/security/prelude/manager/Makefile +++ b/security/prelude/manager/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/09/01 06:50:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 21:41:47 espie Exp $ COMMENT= Prelude manager @@ -13,6 +13,7 @@ WANTLIB += xml2 preludedb MODULES= devel/gettext CONFIGURE_STYLE=gnu +USE_GROFF = Yes LIB_DEPENDS= ::textproc/libxml \ ::security/prelude/libpreludedb diff --git a/security/pwgen/Makefile b/security/pwgen/Makefile index 502ad89a637..b1577cd4cc7 100644 --- a/security/pwgen/Makefile +++ b/security/pwgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/04/22 09:15:08 robert Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:47 espie Exp $ COMMENT= simple password generator @@ -22,6 +22,7 @@ WANTLIB= c AUTOCONF_VERSION=2.13 CONFIGURE_STYLE=autoconf MAKE_FLAGS= WALL_OPTS="" +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 25839acaae6..77e8b1321de 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/07/30 14:01:52 lum Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:47 espie Exp $ COMMENT= program that manages encrypted password databases DISTNAME= pwsafe-0.2.0 @@ -21,6 +21,7 @@ MASTER_SITES= ${HOMEPAGE}releases/ CONFIGURE_STYLE= gnu USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/security/qca2/Makefile b/security/qca2/Makefile index 0cd5d920fe7..654bafecd63 100644 --- a/security/qca2/Makefile +++ b/security/qca2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/06/22 00:35:42 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:47 espie Exp $ COMMENT = Qt Cryptographic Architecture SHARED_ONLY = Yes @@ -26,6 +26,7 @@ CONFIGURE_ENV += QTDIR=${MODQT_LIBDIR} HOME=${WRKDIR} LOCALBASE=${LOCALBASE} X11 MAKE_FLAGS = LIBqca_VERSION=${LIBqca_VERSION} FAKE_FLAGS = INSTALL_ROOT=${WRKINST} +USE_GROFF = Yes WANTLIB += c m WANTLIB += pthread stdc++ diff --git a/security/samdump2/Makefile b/security/samdump2/Makefile index 8ded25efd37..4887deea9ab 100644 --- a/security/samdump2/Makefile +++ b/security/samdump2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/06/02 08:36:01 benoit Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:47 espie Exp $ COMMENT = retrieves syskey and extract hashes @@ -24,6 +24,7 @@ EXTRACT_SUFX = .tar.bz2 MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}" USE_GMAKE = Yes +USE_GROFF = Yes NO_REGRESS = Yes diff --git a/security/scanlogd/Makefile b/security/scanlogd/Makefile index a72b3859fc5..44fd7a61e35 100644 --- a/security/scanlogd/Makefile +++ b/security/scanlogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2009/03/13 11:34:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 21:41:47 espie Exp $ DISTNAME= scanlogd-2.2.6 PKGNAME= ${DISTNAME}p4 @@ -23,6 +23,7 @@ LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0 MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= libnids +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 6936f8ac90d..ebd2dcb35c8 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2008/01/29 07:49:57 jakob Exp $ +# $OpenBSD: Makefile,v 1.18 2010/10/18 21:41:47 espie Exp $ COMMENT= SSH remote version scanner @@ -22,6 +22,7 @@ LIB_DEPENDS= dnet.>=1::net/libdnet SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index 7fc7066c751..77936d7c4b3 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/06/22 22:51:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:47 espie Exp $ COMMENT = command-line encryption using scrypt key derivation function @@ -20,6 +20,7 @@ MASTER_SITES = ${HOMEPAGE} EXTRACT_SUFX = .tgz CONFIGURE_STYLE = gnu +USE_GROFF = Yes NO_REGRESS = Yes diff --git a/security/shash/Makefile b/security/shash/Makefile index 2941368c786..049b677b25f 100644 --- a/security/shash/Makefile +++ b/security/shash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2007/09/15 23:30:01 merdely Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:47 espie Exp $ COMMENT= generates or checks digests or mac @@ -18,6 +18,7 @@ MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/shash/ CONFIGURE_STYLE= gnu CONFIGURE_ENV+= CFLAGS='-I${LOCALBASE}/include -L${LOCALBASE}/lib' +USE_GROFF = Yes FLAVORS= static FLAVOR?= diff --git a/security/smbsniff/Makefile b/security/smbsniff/Makefile index 4b4decbcdf1..e1cd65fe0a9 100644 --- a/security/smbsniff/Makefile +++ b/security/smbsniff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/09/22 09:02:42 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:47 espie Exp $ COMMENT= sniffer for LanManager environment (ms/samba workstations) DISTNAME= smbsniff-0.0.1b @@ -18,6 +18,7 @@ WANTLIB= c pcap WRKDIST= ${WRKDIR} MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" NO_REGRESS= Yes +USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKDIST}/smbsniff ${PREFIX}/sbin diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index 479a0760372..765af22b2d0 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/02/15 19:49:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:47 espie Exp $ COMMENT= Remote SMTP Server Detection @@ -22,6 +22,7 @@ NO_BUILD= Yes NO_REGRESS= Yes PKG_ARCH= * WRKDIST= ${WRKDIR}/smtpscan +USE_GROFF = Yes do-install: @perl -pi -e 's|/usr/local|${TRUEPREFIX}|g' ${WRKSRC}/src/smtpscan diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index c4b3787b520..7790b9d5376 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/09/07 14:13:33 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:47 espie Exp $ COMMENT= protect against brute force attacks on sshd and others @@ -21,6 +21,7 @@ EXTRACT_SUFX= .tar.bz2 CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --with-firewall=pf +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 11d94783e93..9d602c22290 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/05/22 13:18:56 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:47 espie Exp $ COMMENT= steganography detection tool DISTNAME= stegdetect-0.6 @@ -18,6 +18,7 @@ WANTLIB += c crypto m NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes AUTOCONF_VERSION=2.52 CONFIGURE_STYLE=autoconf diff --git a/security/steghide/Makefile b/security/steghide/Makefile index e77d9a655c0..50ba01914ff 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/09/20 18:22:38 landry Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:47 espie Exp $ COMMENT = software able to hide data in various kind of files @@ -27,5 +27,6 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" USE_LIBTOOL = Yes +USE_GROFF = Yes .include diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 40bf287448c..0ba6ec19aee 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2007/09/15 23:30:01 merdely Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:47 espie Exp $ # $FreeBSD: Makefile,v 1.5 1999/03/09 00:16:14 jseger Exp $ COMMENT= fast scatter/gather TCP port scanner @@ -19,6 +19,7 @@ WANTLIB= c WRKDIST= ${WRKDIR}/strobe ALL_TARGET= strobe +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 6285837edf5..90132414243 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2010/08/31 08:15:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.54 2010/10/18 21:41:47 espie Exp $ COMMENT= SSL encryption wrapper for standard network daemons @@ -39,6 +39,7 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/auto NO_REGRESS= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/src/stunnel ${PREFIX}/sbin diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 3a87ccc17ad..3268d5b4ae6 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/01/08 13:59:17 landry Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 21:41:47 espie Exp $ COMMENT= simple log monitoring program @@ -24,6 +24,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= perl +USE_GROFF = Yes PKG_ARCH= * .include diff --git a/security/towitoko/Makefile b/security/towitoko/Makefile index d18eed1f034..ab73c467947 100644 --- a/security/towitoko/Makefile +++ b/security/towitoko/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/09/15 23:30:01 merdely Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:47 espie Exp $ COMMENT= library and utilities for towitoko card readers @@ -22,6 +22,7 @@ WANTLIB= c pthread MASTER_SITES= http://www.geocities.com/cprados/files/ USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ diff --git a/security/vomit/Makefile b/security/vomit/Makefile index 2d720cd5f8a..51996a44fac 100644 --- a/security/vomit/Makefile +++ b/security/vomit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/04/21 22:07:22 alek Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:47 espie Exp $ COMMENT= voice over misconfigured internet telephones @@ -27,6 +27,7 @@ LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0 SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 325191be28e..2b984dfe1f1 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2009/01/29 19:07:06 pea Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:47 espie Exp $ COMMENT= client for Cisco 3000 VPN concentrators @@ -19,6 +19,7 @@ MASTER_SITES= ${HOMEPAGE} LIB_DEPENDS= gcrypt.>=12:libgcrypt->=1.2:security/libgcrypt USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes do-configure: diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 22892f31edd..dcb2226675e 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/08/28 12:50:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:47 espie Exp $ COMMENT= IEEE 802.1X supplicant @@ -20,6 +20,7 @@ WANTLIB= c ssl crypto pcap MASTER_SITES= http://hostap.epitest.fi/releases/ USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes MAN5= wpa_supplicant.conf.5 diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index 11410ff332c..4203316a5d7 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/09/25 18:45:37 steven Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 21:41:47 espie Exp $ COMMENT-main= XML security library COMMENT-docs= XML security library documentation @@ -41,6 +41,7 @@ LIB_DEPENDS= ltdl::devel/libtool,-ltdl \ # depends on libltdl USE_LIBTOOL= gnu +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile index 8e762ea2706..51ac8413e34 100644 --- a/security/zebedee/Makefile +++ b/security/zebedee/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2010/07/30 13:12:23 lum Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:47 espie Exp $ COMMENT= portable, encrypted, compressed tunnel @@ -26,6 +26,7 @@ FLAVOR?= DEFINES_openbsd= -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS OSLIBS_openbsd= -pthread +USE_GROFF = Yes .if ${FLAVOR:L:Mudp_spoof} LIB_DEPENDS+= lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0 diff --git a/security/zkt/Makefile b/security/zkt/Makefile index 5d3e20906ff..05c5b3cfb9f 100644 --- a/security/zkt/Makefile +++ b/security/zkt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/06/20 14:01:35 jakob Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:47 espie Exp $ COMMENT= DNSsec Zone Key Tool @@ -21,6 +21,7 @@ MASTER_SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-configpath=/var/named/etc +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/shells/bash/Makefile b/shells/bash/Makefile index f702ebd76b0..5bb6a72690e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2010/10/14 19:40:20 naddy Exp $ +# $OpenBSD: Makefile,v 1.62 2010/10/18 21:41:47 espie Exp $ COMMENT= GNU Bourne Again Shell @@ -23,6 +23,7 @@ PATCHFILES+= bash41-0$i:0 .endfor MODULES= devel/gettext +USE_GROFF = Yes WANTLIB= c termcap # enable if parse.y is patched diff --git a/shells/es/Makefile b/shells/es/Makefile index eb2390f0a80..1621d728df0 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/07/27 09:24:39 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:47 espie Exp $ COMMENT= extensible shell, derived from plan9's rc @@ -21,6 +21,7 @@ WANTLIB= c ALL_TARGET= es +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 74970fa5b4d..0129baf832b 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/07/27 09:24:39 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:47 espie Exp $ COMMENT= Perl shell @@ -22,6 +22,7 @@ RUN_DEPENDS= ::devel/p5-Term-ReadLine-Gnu \ ::devel/p5-BSD-Resource CONFIGURE_STYLE= perl +USE_GROFF = Yes PKG_ARCH= * diff --git a/shells/sash/Makefile b/shells/sash/Makefile index a3d599e0490..a2207b2af28 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/12/05 14:42:51 okan Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:47 espie Exp $ COMMENT= stand-alone shell with built-in commands @@ -24,6 +24,7 @@ CFLAGS+= -DHAVE_GZIP=1 \ -DMOUNT_TYPE='\"ffs\"' MAKE_FLAGS= CFLAGS="${CFLAGS}" +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 1e7193348d6..7b16caae6ae 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2007/09/15 21:17:25 merdely Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 21:41:47 espie Exp $ NOT_FOR_ARCHS= ${LP64_ARCHS} @@ -23,6 +23,7 @@ AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf ALL_TARGET= enough +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/scsh/emacs diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 8e0887c43a4..9a3d9c9c138 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2009/09/07 09:10:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.45 2010/10/18 21:41:47 espie Exp $ COMMENT= extended C-shell with many useful features @@ -24,6 +24,7 @@ ALL_TARGET= all catalogs AUTOCONF_VERSION=2.59 REGRESS_DEPENDS=${MODGNU_AUTOCONF_DEPENDS} REGRESS_FLAGS= AUTOCONF_VERSION=${AUTOCONF_VERSION} +USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile index aa0d23e2061..f50941b7f29 100644 --- a/shells/zoidberg/Makefile +++ b/shells/zoidberg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/07/27 09:24:39 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:47 espie Exp $ COMMENT= modular perl shell CATEGORIES= shells @@ -20,6 +20,7 @@ CONFIGURE_STYLE=modbuild CONFIGURE_ARGS= install_path=etc="${SYSCONFDIR}/" \ install_path=doc="${PREFIX}/share/doc/zoid/" \ install_path=share="${PREFIX}/share/zoid/" +USE_GROFF = Yes RUN_DEPENDS= ::devel/p5-Exporter-Tidy \ ::devel/p5-Term-ReadLine-Zoid \ diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e3db96a2c86..f31742f2698 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2010/10/06 09:26:31 pea Exp $ +# $OpenBSD: Makefile,v 1.56 2010/10/18 21:41:48 espie Exp $ COMMENT= Z shell, Bourne shell-compatible @@ -37,6 +37,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \ --enable-multibyte \ --enable-pcre \ --disable-gdbm +USE_GROFF = Yes SUBST_VARS= V