summaryrefslogtreecommitdiff
path: root/www/hypermail
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-22 22:45:06 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-22 22:45:06 +0000
commitadea17533fe4fd1a0e21892335427b94907bd57f (patch)
treebe7c5c4d505350272899d319ecf12dfb09884210 /www/hypermail
parentcorrected checksum... (diff)
Upgrade from 1.02 -> 20b3, associated changes.
Submitted by: Alex Perel <veers@disturbed.net> (new maintainer)
Notes
Notes: svn path=/head/; revision=17357
Diffstat (limited to 'www/hypermail')
-rw-r--r--www/hypermail/Makefile15
-rw-r--r--www/hypermail/distinfo2
-rw-r--r--www/hypermail/files/patch-ac14
-rw-r--r--www/hypermail/files/patch-ae22
-rw-r--r--www/hypermail/files/patch-af30
-rw-r--r--www/hypermail/pkg-comment2
-rw-r--r--www/hypermail/pkg-descr2
-rw-r--r--www/hypermail/pkg-plist3
8 files changed, 81 insertions, 9 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile
index ddde240061e4..a1eacf504b98 100644
--- a/www/hypermail/Makefile
+++ b/www/hypermail/Makefile
@@ -1,21 +1,24 @@
# New ports collection makefile for: hypermail
-# Version required: 1.02
+# Version required: 20b3
# Date created: 23 Dec 1997
# Whom: mjhsieh
#
-# $Id: Makefile,v 1.1.1.1 1998/03/17 01:22:22 vanilla Exp $
+# $Id: Makefile,v 1.2 1998/05/25 19:48:50 steve Exp $
#
-DISTNAME= hypermail_1.02
-PKGNAME= hypermail-1.02
+DISTNAME= hypermail
+PKGNAME= hypermail-${HYPERMAIL_VERSION}
CATEGORIES= www
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
ftp://ftp.faqs.org/hypermail/
-MAINTAINER= mjhsieh@life.nthu.edu.tw
+MAINTAINER= veers@disturbed.net
-WRKSRC= ${WRKDIR}/hypermail-1.02.orig
+HYPERMAIL_VERSION= 20b3
+WRKSRC= ${WRKDIR}/hypermail-${HYPERMAIL_VERSION}
+HAS_CONFIGURE= yes
MAN1= hypermail.1
+MAN4= hmrc.4
.include <bsd.port.mk>
diff --git a/www/hypermail/distinfo b/www/hypermail/distinfo
index 1ecc31ec9022..3ed91498a833 100644
--- a/www/hypermail/distinfo
+++ b/www/hypermail/distinfo
@@ -1 +1 @@
-MD5 (hypermail_1.02.tar.gz) = a18c0ff6418de5478b977ac9332e8817
+MD5 (hypermail.tar.gz) = 81c7e1eb1e7d483bb2dadfd348e9dcb6
diff --git a/www/hypermail/files/patch-ac b/www/hypermail/files/patch-ac
new file mode 100644
index 000000000000..3cef7639cd73
--- /dev/null
+++ b/www/hypermail/files/patch-ac
@@ -0,0 +1,14 @@
+diff -r -u ../hypermail-orig/Makefile.in ./Makefile.in
+--- Makefile.in Thu Aug 20 23:12:36 1998
++++ Makefile.in Tue Jan 5 06:52:58 1988
+@@ -22,7 +22,7 @@
+ # Compiler to use
+ CC=@CC@
+
+-CFLAGS=@CFLAGS@
++CFLAGS?=@CFLAGS@
+ LDFLAGS=@LDFLAGS@
+
+ all: hypermail support
+
+diff -r -u ../hypermail-orig/configure ./configure
diff --git a/www/hypermail/files/patch-ae b/www/hypermail/files/patch-ae
new file mode 100644
index 000000000000..6b4c621058c6
--- /dev/null
+++ b/www/hypermail/files/patch-ae
@@ -0,0 +1,22 @@
+diff -r -u ../hypermail-orig/src/Makefile.in ./src/Makefile.in
+--- src/Makefile.in Thu Aug 20 23:12:36 1998
++++ src/Makefile.in Tue Jan 5 06:53:02 1988
+@@ -16,7 +16,7 @@
+
+ CC=@CC@
+
+-CFLAGS=@CFLAGS@
++CFLAGS?=@CFLAGS@
+ LDFLAGS=@LDFLAGS@
+
+ NETLIBS=@LIBS@
+@@ -50,7 +50,7 @@
+
+ $(OBJS): Makefile $(INCS)
+
+-install: all
++install:
+ install -c -m 0755 hypermail $(bindir)
+
+ mail.install:
+
diff --git a/www/hypermail/files/patch-af b/www/hypermail/files/patch-af
new file mode 100644
index 000000000000..9ebd53695fdb
--- /dev/null
+++ b/www/hypermail/files/patch-af
@@ -0,0 +1,30 @@
+diff -r -u ../hypermail-orig/archive/Makefile.in archive/Makefile.in
+--- ../hypermail-orig/archive/Makefile.in Thu Aug 20 23:12:36 1998
++++ archive/Makefile.in Tue Jan 5 08:21:50 1988
+@@ -11,7 +11,7 @@
+
+ CC=@CC@
+
+-CFLAGS=@CFLAGS@
++CFLAGS?=@CFLAGS@
+
+ ###################################################
+ #
+@@ -24,7 +24,7 @@
+ # This is a SAMPLE file.
+
+ # PROGS = hmail hrdmsg isnmail isn-rdmsg wuftpdmail wu-rdmsg nu-mail nu-rdmsg na-mail na-rdmsg
+-PROGS = htestmail htestrdmsg
++PROGS =
+
+ all: $(PROGS)
+
+@@ -75,7 +75,7 @@
+ lint $(LINT_FLAGS) $(SOURCE) | tee Lint.out
+
+ #install: $(bindir)/isnmail $(bindir)/isn-rdmsg
+-install: $(bindir)/hmail $(bindir)/hrdmsg
++install:
+
+ install_all: \
+ $(bindir)/hmail \
diff --git a/www/hypermail/pkg-comment b/www/hypermail/pkg-comment
index e35bf2e1168a..6cf31bc7a6fc 100644
--- a/www/hypermail/pkg-comment
+++ b/www/hypermail/pkg-comment
@@ -1 +1 @@
-program that reads mailbox and generates a set of cross-referenced HTML docs.
+A program to generate a cross-referenced HTML mail archive.
diff --git a/www/hypermail/pkg-descr b/www/hypermail/pkg-descr
index 91a618740114..54ffefe16070 100644
--- a/www/hypermail/pkg-descr
+++ b/www/hypermail/pkg-descr
@@ -6,4 +6,4 @@ number of ways by following links. Archives generated by Hypermail can be
incrementally updated, and Hypermail is set by default to only update
archives when changes are detected.
-HOMEPAGE: http://www.eit.com/software/hypermail/hypermail.html
+HOMEPAGE: http://www.landfield.com/hypermail/
diff --git a/www/hypermail/pkg-plist b/www/hypermail/pkg-plist
index 68f30262cdc3..6f6534b021fc 100644
--- a/www/hypermail/pkg-plist
+++ b/www/hypermail/pkg-plist
@@ -1,4 +1,7 @@
bin/hypermail
share/doc/hypermail/hypermail.gif
share/doc/hypermail/hypermail.html
+share/doc/hypermail/customizing.html
+share/doc/hypermail/hr.yellow.gif
+share/doc/hypermail/hmrc.html
@dirrm share/doc/hypermail