diff options
author | jwise <jwise@pkgsrc.org> | 2007-03-03 21:54:23 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2007-03-03 21:54:23 +0000 |
commit | d7e53641c7884cc080b0ba2669a330c8e2efb8b4 (patch) | |
tree | 97eeb3b88118232e2cf48cc09b68b22157f9fa73 /mail/pine | |
parent | 68e31dfd62c68c87f9221ac1a12cc523d0543952 (diff) | |
download | pkgsrc-d7e53641c7884cc080b0ba2669a330c8e2efb8b4.tar.gz |
Add an option `fancythreads' to add Eduardo Chappa's `fancy threading' UI
patches to pine. Bump PKGREVISION.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 13 | ||||
-rw-r--r-- | mail/pine/distinfo | 5 |
2 files changed, 14 insertions, 4 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 813b74b874d..d0b978cb537 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.112 2007/01/07 09:13:59 rillig Exp $ +# $NetBSD: Makefile,v 1.113 2007/03/03 21:54:23 jwise Exp $ DISTNAME= pine4.64 PKGNAME= pine-4.64 +PKGREVISION= 1 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Program for Internet News and E-mail @@ -45,7 +46,7 @@ UNLIMIT_RESOURCES+= datasize .endif PKG_OPTIONS_VAR= PKG_OPTIONS.pine -PKG_SUPPORTED_OPTIONS= ldap +PKG_SUPPORTED_OPTIONS= ldap fancythreads .include "../../mk/bsd.options.mk" @@ -55,6 +56,12 @@ PINE_LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP" PINE_LDAPLIBS= LDAPLIBS="-lldap -llber" .endif +.if !empty(PKG_OPTIONS:Mfancythreads) +PATCH_SITES+= http://www.math.washington.edu/~chappa/pine/patches/pine4.64/ +PATCHFILES+= fancy.patch.gz +PATCH_DIST_STRIP= -p1 +.endif + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 # Make sure the imap lib that comes with pine isn't diff --git a/mail/pine/distinfo b/mail/pine/distinfo index 6e25e2585ef..eda720db976 100644 --- a/mail/pine/distinfo +++ b/mail/pine/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.32 2006/01/12 21:02:54 adam Exp $ +$NetBSD: distinfo,v 1.33 2007/03/03 21:54:23 jwise Exp $ +SHA1 (fancy.patch.gz) = 6cb75bb64110d8c4e3f94f3725157b6fb28cccd6 +RMD160 (fancy.patch.gz) = 67ff35aa6906eff283549797e7bc6392294e4372 +Size (fancy.patch.gz) = 25129 bytes SHA1 (pine4.64.tar.bz2) = b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e RMD160 (pine4.64.tar.bz2) = 8661cd3c0875e46c8cd5eafa7c7c964f79a3b3fd Size (pine4.64.tar.bz2) = 3110790 bytes |