pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/alpine Import alpine-0.99 into pkgsrc:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e07257fc27fe
branches:  trunk
changeset: 528430:e07257fc27fe
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu May 03 12:11:37 2007 +0000

description:
Import alpine-0.99 into pkgsrc:

Alpine is the replacement for the Pine email and news client.

Alpine is a screen-oriented message-handling tool. In its default
configuration, Alpine offers an intentionally limited set of
functions geared toward the novice user, but it also has a large
list of optional "power-user" and personal-preference features.

This package currently only installs the alpine binary, excluding
the pilot and pico binaries which would cause it to conflict with
the pine package.

diffstat:

 mail/alpine/DESCR            |  10 ++++++++++
 mail/alpine/Makefile         |  22 ++++++++++++++++++++++
 mail/alpine/PLIST            |   3 +++
 mail/alpine/distinfo         |   6 ++++++
 mail/alpine/patches/patch-aa |  15 +++++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 88bc96ea7273 -r e07257fc27fe mail/alpine/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/alpine/DESCR Thu May 03 12:11:37 2007 +0000
@@ -0,0 +1,10 @@
+Alpine is the replacement for the Pine email and news client.
+
+Alpine is a screen-oriented message-handling tool. In its default
+configuration, Alpine offers an intentionally limited set of
+functions geared toward the novice user, but it also has a large
+list of optional "power-user" and personal-preference features.
+
+This package currently only installs the alpine binary, excluding
+the pilot and pico binaries which would cause it to conflict with
+the pine package.
diff -r 88bc96ea7273 -r e07257fc27fe mail/alpine/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/alpine/Makefile      Thu May 03 12:11:37 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/03 12:11:37 abs Exp $
+#
+
+DISTNAME=      alpine-0.99
+CATEGORIES=    mail
+MASTER_SITES=  ftp://ftp.cac.washington.edu/alpine/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    abs%NetBSD.org@localhost
+HOMEPAGE=      http://www.washington.edu/alpine/
+COMMENT=       Program for Internet News and E-mail
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q}
+USE_LIBTOOL=   yes
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/alpine/alpine ${PREFIX}/bin/alpine
+       ${INSTALL_DATA} ${WRKSRC}/doc/alpine.1 ${PREFIX}/${PKGMANDIR}/man1/alpine.1
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 88bc96ea7273 -r e07257fc27fe mail/alpine/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/alpine/PLIST Thu May 03 12:11:37 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/03 12:11:37 abs Exp $
+bin/alpine
+man/man1/alpine.1
diff -r 88bc96ea7273 -r e07257fc27fe mail/alpine/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/alpine/distinfo      Thu May 03 12:11:37 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/03 12:11:37 abs Exp $
+
+SHA1 (alpine-0.99.tar.bz2) = 240f2b3d5229714ab1e7cc1ef3a4339dfaccf2e7
+RMD160 (alpine-0.99.tar.bz2) = a896213860badede88500e746f9186310b4d1364
+Size (alpine-0.99.tar.bz2) = 4920156 bytes
+SHA1 (patch-aa) = 1269dcd9b9a86980ac02facc65ec5beb6dd45221
diff -r 88bc96ea7273 -r e07257fc27fe mail/alpine/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/alpine/patches/patch-aa      Thu May 03 12:11:37 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/05/03 12:11:37 abs Exp $
+
+--- alpine/after.c.orig        2007-04-01 00:06:28.000000000 +0100
++++ alpine/after.c
+@@ -60,8 +60,10 @@ start_after(AFTER_S *a)
+       /* Initialize and set thread detached attribute */
+       pthread_attr_init(&attr);
+       pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
++#if   defined(PTHREAD_STACK_MIN)
+       stack = PTHREAD_STACK_MIN + 0x10000;
+       pthread_attr_setstacksize(&attr, stack);
++#endif /*defined(PTHREAD_STACK_MIN)
+ 
+       if(rc = pthread_create(&after_thread, &attr, do_after, (void *) a)){
+           after_active = 0;



Home | Main Index | Thread Index | Old Index