pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pine Add an option `fancythreads' to add Eduardo ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41be7fd3f466
branches:  trunk
changeset: 526205:41be7fd3f466
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Sat Mar 03 21:54:23 2007 +0000

description:
Add an option `fancythreads' to add Eduardo Chappa's `fancy threading' UI
patches to pine.  Bump PKGREVISION.

diffstat:

 mail/pine/Makefile |  13 ++++++++++---
 mail/pine/distinfo |   5 ++++-
 2 files changed, 14 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 7d59adeabfb4 -r 41be7fd3f466 mail/pine/Makefile
--- a/mail/pine/Makefile        Sat Mar 03 20:56:34 2007 +0000
+++ b/mail/pine/Makefile        Sat Mar 03 21:54:23 2007 +0000
@@ -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@localhost
+MAINTAINER=    jwise%netbsd.org@localhost
 HOMEPAGE=      http://www.washington.edu/pine/
 COMMENT=       Program for Internet News and E-mail
 
@@ -45,7 +46,7 @@
 .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_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 -r 7d59adeabfb4 -r 41be7fd3f466 mail/pine/distinfo
--- a/mail/pine/distinfo        Sat Mar 03 20:56:34 2007 +0000
+++ b/mail/pine/distinfo        Sat Mar 03 21:54:23 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index