USE_GROFF=Yes
This commit is contained in:
parent
88dd25abf4
commit
051dfa8362
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/09/22 08:59:07 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= addressbook program with mutt support
|
||||
|
||||
@ -23,6 +23,7 @@ CONFIGURE_STYLE=gnu
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/abook
|
||||
WHITELIST=README abook2whitelist.sh mutt.whitelist whitelist.rc
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}/whitelist
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= small and secure POP3 daemon
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES= http://www.synflood.at/akpop3d/ \
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/08/31 20:07:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT-main= UW e-mail client
|
||||
COMMENT-pico= UW text editor
|
||||
@ -45,6 +45,7 @@ BUILD_DEPENDS= :c-client->=2007b:mail/imap-uw,-c-client \
|
||||
RUN_DEPENDS= :aspell-*:textproc/aspell/core
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/08/30 17:46:57 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= archive and compress your old email
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2009/08/10 06:32:42 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= biff-type program, designed to match AfterStep
|
||||
|
||||
@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-shaping
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/26 07:34:27 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= anti-spam SMTP server
|
||||
DISTNAME= avenger-0.7.4
|
||||
@ -20,6 +20,7 @@ WANTLIB= c crypto m pcap ssl stdc++
|
||||
MASTER_SITES= ${HOMEPAGE}/dist/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
LIB_DEPENDS= lib/db4/db.>=4:db->=4,<5:databases/db/v4
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/09/11 07:17:42 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= easy to use Bayesian spam filter
|
||||
DISTNAME= bmf-0.9.4
|
||||
@ -18,6 +18,7 @@ WANTLIB= c
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bmf/}
|
||||
|
||||
CONFIGURE_STYLE= simple
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= mysql
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/04/15 13:27:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= bayesian spam filter
|
||||
|
||||
@ -19,6 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
WANTLIB= c m
|
||||
MODULES= converters/libiconv
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= db4 sqlite3 qdbm
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/06/30 01:55:08 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= speed mail delivery by sorting & batching addresses
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAKE_ENV= CC="${CC}"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/09/07 09:58:14 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= SMTP virus filter
|
||||
|
||||
@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pthread
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/clamsmtp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2010/10/11 08:15:27 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -82,6 +82,7 @@ MODULES= devel/gettext
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
CONFIGURE_STYLE= autoconf
|
||||
# autoconf 2.65 still has some issues with it
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= simple mail counter
|
||||
|
||||
@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cmail
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/05 13:41:10 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT-main= authentication library for courier
|
||||
COMMENT-ldap= ldap authentication module for courier-authLib
|
||||
@ -46,6 +46,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.63 2010/10/05 13:41:52 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT-main= imap server for maildir format mailboxes
|
||||
COMMENT-pop3= pop3 server for maildir format mailboxes
|
||||
@ -29,6 +29,7 @@ WANTLIB= c courierauth courierauthsasl gdbm idn
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= Cubic Circle's POP3 daemon
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MAKE_FLAGS= CFLAGS="${CFLAGS} -DINET6" LDFLAGS="" MD5_OBJ=""
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-configure:
|
||||
.for f in cucipop.8 makevpopdb.8
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2010/09/03 15:34:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT-main= Cyrus IMAP server
|
||||
COMMENT-perl= perl utils for the Cyrus IMAP server
|
||||
@ -71,6 +71,7 @@ CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \
|
||||
# make SHARED_ONLY=Yes plist
|
||||
MULTI_PACKAGES= -main ${NO_SHARED_LIBS:S/Yes//:S/No/-perl/}
|
||||
CONFIGURE_ARGS+=--with${NO_SHARED_LIBS:S/Yes/out/:S/No//}-perl
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= drac
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/04/15 14:58:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= DKIM milter
|
||||
|
||||
@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto milter pthread ssl
|
||||
|
||||
EXAMPLESDIR= share/examples/dkim-milter
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-configure:
|
||||
@(echo "define(\`confCC', \`${CC}')"; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.151 2010/10/15 15:32:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.152 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -55,6 +55,7 @@ FLAVOR?=
|
||||
CFLAGS+= -I/usr/include/kerberosV -I${LOCALBASE}/include
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
# Should be 2.65
|
||||
AUTOCONF_VERSION= 2.64
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/10/22 11:05:36 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= dynamic relay authorization control daemon
|
||||
|
||||
@ -23,6 +23,7 @@ EXTRACT_SUFX= .tar.Z
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
MAKE_ENV= SYSCONFDIR=${SYSCONFDIR}
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC} && perl -pi -e "s,/etc,${SYSCONFDIR},g" rpc.dracd.1m
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/09/22 06:54:22 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= anti-spam filter
|
||||
|
||||
@ -23,6 +23,7 @@ WANTLIB= c m
|
||||
|
||||
# XXX missing -lkrb5 in pgsql flavor ?
|
||||
USE_LIBTOOL= gnu
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_ARGS+= --with-dspam-home=/var/dspam \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= once-popular mail user agent
|
||||
|
||||
@ -19,6 +19,7 @@ CONFIGURE_STYLE= simple
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS+= -S -d
|
||||
CONFIGURE_ENV+= PREFIX='$${DESTDIR}${PREFIX}'
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/elm2.4.ME+.66
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2010/06/15 08:43:30 fkr Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
CATEGORIES = mail
|
||||
COMMENT-main = flexible mail transfer agent
|
||||
@ -35,6 +35,7 @@ WANTLIB-eximon = ${WANTLIB} X11 Xaw Xext Xmu Xt
|
||||
RUN_DEPENDS-eximon = ::${PKGPATH},-main
|
||||
LIB_DEPENDS-eximon = pcre::devel/pcre
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.if !${FLAVOR:L:Mno_eximon}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2009/03/13 15:17:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= Tcl/Tk interface to the MH mail system
|
||||
|
||||
@ -29,6 +29,7 @@ RUN_DEPENDS= :expect-*:lang/expect\
|
||||
:metamail-*:mail/metamail\
|
||||
${MODTK_RUN_DEPENDS}
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/06/02 19:44:50 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT = robust sending of e-mail to external commands
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = ${HOMEPAGE}releases/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= visual mail, user and print face server
|
||||
|
||||
@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= $(WRKDIR)/faces
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/04/26 17:22:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:15 espie Exp $
|
||||
|
||||
COMMENT= fetch, filter and deliver mail
|
||||
|
||||
@ -22,6 +22,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fdm/}
|
||||
LIB_DEPENDS+= tdb:tdb->=1.2.1:databases/tdb
|
||||
|
||||
FAKE_FLAGS= PREFIX=${PREFIX}
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/fdm
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/03/27 18:28:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT-main= simple SMTP client
|
||||
COMMENT-chroot= simple SMTP client for chrooted apache
|
||||
@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MULTI_PACKAGES= -main -chroot
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.122 2010/06/09 08:34:59 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.123 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= mail retrieval utility for POP2, POP3, KPOP, IMAP and more
|
||||
|
||||
@ -26,6 +26,7 @@ CONFIGURE_ENV= PYTHON=: YACC="bison -y"
|
||||
CONFIGURE_ARGS= --with-ssl \
|
||||
--with-kerberos5 \
|
||||
--enable-NTLM
|
||||
USE_GROFF = Yes
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2010/09/14 12:45:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= IMAP/POP3/SDPS mail retriever
|
||||
|
||||
@ -20,6 +20,7 @@ MASTER_SITES= ${HOMEPAGE}/old-versions/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
EXDIR= ${PREFIX}/share/examples/getmail
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= search mailboxes for a particular email
|
||||
|
||||
@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
::devel/p5-Benchmark-Timer
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
USE_GROFF = Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/24 16:38:52 jim Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT = greytrapping daemon to compliment OpenBSD spamd
|
||||
|
||||
@ -24,6 +24,7 @@ WRKDIST = ${WRKDIR}/greyscanner
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
USE_GROFF = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= hashcash anti-spam / denial of service counter-measure tool
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/source/
|
||||
EXTRACT_SUFX= .tgz
|
||||
USE_GROFF = Yes
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
ALL_TARGET= x86
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2007/09/16 00:17:04 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= generate a cross-referenced HTML mail archive
|
||||
|
||||
@ -29,6 +29,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_VFSCANF" \
|
||||
|
||||
ALL_TARGET= hypermail
|
||||
MAKE_FLAGS= WARNINGS=''
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= gdbm
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.62 2009/11/07 12:53:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.63 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT-server= University of Washington IMAP4rev1/POP2/POP3 mail servers
|
||||
COMMENT-mailutil=University of Washington IMAP4rev1/POP2/POP3 mail utility
|
||||
@ -43,6 +43,7 @@ SHLIB= libc-client.so.${LIBc-client_VERSION}
|
||||
MAKE_FLAGS= EXTRACFLAGS="${CFLAGS}" EXTRAAUTHENTICATORS="gss" IP=6 \
|
||||
SSLTYPE="unix.nopwd" SHLIB="${SHLIB}" SHLIBNAME=${SHLIB} \
|
||||
CC="${CC}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
MULTI_PACKAGES= -server -mailutil -c-client
|
||||
SUBPACKAGE?= -server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/07/06 22:05:09 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= remote IMAP filtering utility
|
||||
|
||||
@ -29,6 +29,7 @@ CONFIGURE_ARGS= -p ${PREFIX} \
|
||||
-m ${PREFIX}/man \
|
||||
-o ssltls=yes -o crammd5=yes
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/14 14:54:36 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= IMAP synchronization tool
|
||||
|
||||
@ -25,6 +25,7 @@ RUN_DEPENDS= ::converters/p5-DateManip \
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2009/03/16 17:52:52 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= synchronize IMAP4 and maildir mailboxes
|
||||
|
||||
@ -23,6 +23,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db4" \
|
||||
LDFLAGS=-L${LOCALBASE}/lib/db4 \
|
||||
LDADD=-ldb
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2010/07/06 22:39:23 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= new mail notification utility for KDE
|
||||
|
||||
@ -29,6 +29,7 @@ MODULES= x11/kde devel/gettext
|
||||
|
||||
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
||||
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
||||
USE_GROFF = Yes
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/09/15 17:37:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= return 'I am not here' indication stored in a LDAP tree
|
||||
|
||||
@ -24,6 +24,7 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
LIB_DEPENDS= ldap_r.>=8,lber.>=8::databases/openldap
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/07/08 20:32:01 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT-main= mail delivery agent with filtering abilities
|
||||
COMMENT-utils= quota tools for the Courier mail suite
|
||||
@ -32,6 +32,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="${CFLAGS:C/ *$//} -I${LOCALBASE}/include" \
|
||||
ac_cv_header_fam_h=no ac_cv_lib_fam_FAMOpen=no
|
||||
MAKE_ENV= INCLUDES="-I${LOCALBASE}/include"
|
||||
USE_GROFF = Yes
|
||||
|
||||
SUBST_VARS= MAILDROPCONF
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/04/24 14:43:16 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= program for indexing & searching email
|
||||
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= bz2::archivers/bzip2
|
||||
CONFIGURE_STYLE= simple
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
|
||||
LDFLAGS="-L${PREFIX}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2008/01/12 19:15:37 okan Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= mailing list manager
|
||||
|
||||
@ -29,6 +29,7 @@ MAKE_FLAGS+= W_HOME=${PREFIX}/lib/majordomo \
|
||||
W_MAJORDOMO_CFDIR=${SYSCONFDIR}/majordomo \
|
||||
W_MAJORDOMO_CF=majordomo.cf \
|
||||
POSIX=""
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/09/16 00:17:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= scan mailboxes for messages matching a regular expression
|
||||
|
||||
@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/mboxgrep
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/07/12 19:28:14 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= MIME implementation
|
||||
|
||||
@ -18,6 +18,7 @@ WANTLIB= c termcap
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/16 00:17:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= emacs-based mail client
|
||||
|
||||
@ -24,6 +24,7 @@ CONFIGURE_STYLE= simple
|
||||
CONFIGURE_ARGS+= elispdir=$(PREFIX)/share/emacs/site-lisp \
|
||||
etcdir=$(PREFIX)/share/emacs/site-lisp/etc
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/10/01 14:06:15 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= greylist milter
|
||||
|
||||
@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --with-user=${USERNAME} \
|
||||
--with-dumpfile=${GREYLISTDIR}/greylist.db \
|
||||
--with-libspf2=${LOCALBASE}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/04/15 14:11:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= sendmail milter plugin for regular expression filtering
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pthread milter
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/04/15 14:11:02 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= sendmail milter plugin for SpamAssassin spamd
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pthread milter
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/12/12 15:38:07 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= mailfilter to identify and mark spam
|
||||
|
||||
@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-user=_mdefang \
|
||||
--disable-anti-virus \
|
||||
--enable-poll
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-build:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/11/24 16:12:18 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT-main= accept email on behalf of real sendmail
|
||||
COMMENT-chroot= static mini_sendmail for chrooted apache
|
||||
@ -22,6 +22,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
MULTI_PACKAGES= -main -chroot
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/16 00:17:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= client for anonymous remailing
|
||||
|
||||
@ -24,6 +24,7 @@ WRKSRC= ${WRKDIST}/Src
|
||||
CFLAGS+= -DGLOBALMIXCONF="\"${SYSCONFDIR}/mixmaster/client.cfg\"" \
|
||||
-DHOMEMIXDIR="\".Mix\""
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MIXMASTER_FILES=${WRKDIST}/conf/* ${WRKDIST}/README \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/02/10 19:45:42 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= mailing list manager
|
||||
|
||||
@ -20,6 +20,7 @@ MASTER_SITES= http://mlmmj.mmj.dk/files/
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--enable-recieve-strip=yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
DOCS= README.access README.exim4 README.security README.sendmail TUNABLES
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/16 00:17:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= move your mail box to another location
|
||||
|
||||
@ -15,5 +15,6 @@ WANTLIB= c
|
||||
|
||||
MAKE_FLAGS=
|
||||
FAKE_FLAGS= PREFIX=${PREFIX} MANDIR=${PREFIX}/man/cat
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/05 18:34:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT = SMTP plugin for MUAs
|
||||
|
||||
@ -28,6 +28,7 @@ CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --with-libgsasl=no \
|
||||
--with-libidn=yes \
|
||||
--with-ssl=openssl
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/msmtp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.62 2010/10/02 01:22:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.63 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= tty-based e-mail client, development version
|
||||
|
||||
@ -41,6 +41,7 @@ SUPDISTFILES+= ${DIST_SIDEBAR}
|
||||
|
||||
AUTOMAKE_VERSION= 1.9
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
post-patch:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2010/09/08 09:57:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= tty-based e-mail client
|
||||
|
||||
@ -6,5 +6,6 @@ VERSION= 1.4.2.3
|
||||
DISTNAME= mutt-${VERSION}
|
||||
REVISION= 1
|
||||
MASTER_SITES= ${MASTER_SITES_MUTT}
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/03 21:24:52 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= enhanced, MIME capable Berkeley Mail
|
||||
|
||||
@ -28,6 +28,7 @@ MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
MAKE_FLAGS= SENDMAIL="/usr/sbin/sendmail" \
|
||||
LIBS="-liconv"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2009/05/16 09:35:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= new MH mail handling program
|
||||
|
||||
@ -28,6 +28,7 @@ FLAVOR?=
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_header_db_h=no
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.if ${FLAVOR:L:Msasl}
|
||||
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/03/22 21:20:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= fast maildir search engine
|
||||
|
||||
@ -25,6 +25,7 @@ RUN_DEPENDS= ::textproc/namazu
|
||||
|
||||
AUTOCONF_VERSION=2.63
|
||||
CONFIGURE_STYLE=autoconf
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nmzmail
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/09/17 11:21:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/o/offlineimap/ \
|
||||
ftp://ftp.de.debian.org/debian/pool/main/o/offlineimap/
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= send emails with Catalyst
|
||||
|
||||
@ -22,5 +22,6 @@ RUN_DEPENDS= ::mail/p5-Email-MIME \
|
||||
::www/p5-Catalyst-Runtime
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/05/06 23:10:44 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= unified interface to mail representations
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-Abstract-3.001
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/07/11 13:59:22 dhill Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:16 espie Exp $
|
||||
|
||||
COMMENT= RFC 2822 Address Parsing and Creation
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-Address-1.889
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/03/24 22:29:32 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= produce RFC 2822 date strings
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-Date-Format-1.002
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= find and format date headers
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-Date-1.103
|
||||
REVISION= 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/18 19:15:47 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = library for creating easy email filters
|
||||
|
||||
@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
CPAN_AUTHOR = RJBS
|
||||
|
||||
RUN_DEPENDS = :p5-Class-Trigger->=0.08:devel/p5-Class-Trigger \
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/09/11 09:41:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= read an email folder as Email::Simple objects
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
HOMEPAGE= http://emailproject.perl.org/wiki/Email::Folder
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= determine email folder type
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-FolderType-0.813
|
||||
REVISION= 0
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/08/20 20:36:28 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= deliver a piece of mail locally
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-LocalDelivery-0.217
|
||||
CATEGORIES= mail
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= strip the attachments from an e-mail
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Email-MIME-Attachment-Stripper-1.316
|
||||
REVISION= 0
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/08/13 21:19:36 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= parses a MIME Content-Type Header
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-MIME-ContentType-1.015
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= Email::MIME constructor for starting anew
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-MIME-Creator-1.456
|
||||
REVISION= 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= unified interface to MIME encoding and decoding
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Email-MIME-Encodings-1.313
|
||||
REVISION= 0
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/08/10 18:43:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= easily modify MIME objects
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-MIME-Modifier-1.444
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/07/27 17:07:42 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= handle MIME messages
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-MIME-1.861
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/08/09 19:39:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= generate world unique message-ids
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-MessageID-1.401
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= module to generate replies to e-mail messages.
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Email-Reply-1.202
|
||||
REVISION= 0
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/13 14:41:13 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= simply sending email
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-Send-2.194
|
||||
CATEGORIES= mail
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/27 13:44:25 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= library for sending email
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Email-Sender-0.102370
|
||||
CATEGORIES= mail
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/01/08 10:38:30 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = simple module for handling email messages
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Email-Simple-2.100
|
||||
CATEGORIES = mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/16 00:17:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= allows non RFC822 addresses common in japan
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-Valid-Loose-0.05
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/15 16:10:47 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= check validity of Internet email addresses
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Email-Valid-0.184
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= imap4 gateway to Google webmail service
|
||||
|
||||
DISTNAME= GMail-IMAPD-0.94
|
||||
REVISION= 0
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= perl module for reading procmail logs
|
||||
|
||||
@ -15,5 +15,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/19 09:12:33 grunk Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= Base32 encoder/decoder
|
||||
|
||||
@ -12,5 +12,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:23:02 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = charset Informations for MIME
|
||||
|
||||
@ -12,5 +12,6 @@ PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:25:18 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = perl module to deal with RFC 2047 encoded words
|
||||
|
||||
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = ::mail/p5-MIME-Charset
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:28:32 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = transform a HTML page in a MIME-Lite mail
|
||||
|
||||
@ -14,5 +14,6 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = ::mail/p5-MIME-Lite
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = low-calorie MIME generator
|
||||
|
||||
@ -19,5 +19,6 @@ BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
MODULES = cpan
|
||||
MAKE_ENV += TEST_POD=1
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/10/26 19:04:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= perl module to manage MIME types
|
||||
|
||||
@ -12,5 +12,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2010/09/23 19:31:54 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= modules for parsing (and creating) MIME entities
|
||||
|
||||
@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :p5-IO-stringy->=1.211:devel/p5-IO-stringy \
|
||||
:p5-Mail-Tools-*:mail/p5-Mail-Tools \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= manipulates e-mail alias files of various formats
|
||||
|
||||
@ -12,5 +12,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/06/13 19:44:27 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= library for creating easy mail filters
|
||||
|
||||
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-File-HomeDir \
|
||||
::devel/p5-File-Tempdir \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= perl module to manage mail folders
|
||||
|
||||
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
|
||||
:p5-MIME-tools-*:mail/p5-MIME-tools \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/04 09:02:36 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= DKIM and DomainKeys message-signing implementation
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
CPAN_AUTHOR= JASLONG
|
||||
|
||||
RUN_DEPENDS= ::security/p5-Crypt-OpenSSL-RSA \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/25 19:37:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= handle GnuPG-encrypted/signed messages
|
||||
|
||||
@ -15,5 +15,6 @@ RUN_DEPENDS= :p5-GnuPG-Interface->=0.31p0:security/p5-GnuPG-Interface \
|
||||
:p5-MIME-tools->=5.426:mail/p5-MIME-tools
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/07/13 20:14:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= perl module for an IMAP Client API
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/17 16:30:27 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT = IMAP client interface with lots of features
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Mail-IMAPTalk-1.03
|
||||
CATEGORIES = mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/11/10 16:56:47 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= fast and simple mbox folder reader
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Mail-Mbox-MessageParser-1.5002
|
||||
CATEGORIES= mail
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2008/04/15 21:58:13 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 19:59:17 espie Exp $
|
||||
|
||||
COMMENT= perl module to talk to a POP3 (RFC1081) server
|
||||
|
||||
@ -13,5 +13,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user