diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-12-14 16:24:53 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-12-14 16:24:53 +0000 |
commit | 6e4b437a48d3178af5bc1f6478bdb90681f0488c (patch) | |
tree | 71ce2e5116a492c969b04a5974cb89ee0a2f4a00 /www | |
parent | 8d47ba38ad79eec18c0b5433845b86216c962264 (diff) | |
download | pkgsrc-6e4b437a48d3178af5bc1f6478bdb90681f0488c.tar.gz |
Initial import of FreeBSD's "hypermail" package:
A program to generate a cross-referenced HTML mail archive
Diffstat (limited to 'www')
-rw-r--r-- | www/hypermail/Makefile | 24 | ||||
-rw-r--r-- | www/hypermail/files/md5 | 1 | ||||
-rw-r--r-- | www/hypermail/patches/patch-ac | 14 | ||||
-rw-r--r-- | www/hypermail/patches/patch-ad | 14 | ||||
-rw-r--r-- | www/hypermail/patches/patch-ae | 22 | ||||
-rw-r--r-- | www/hypermail/patches/patch-af | 30 | ||||
-rw-r--r-- | www/hypermail/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/hypermail/pkg/DESCR | 9 | ||||
-rw-r--r-- | www/hypermail/pkg/PLIST | 7 |
9 files changed, 122 insertions, 0 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile new file mode 100644 index 00000000000..a3489443835 --- /dev/null +++ b/www/hypermail/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: hypermail +# Version required: 20b3 +# Date created: 23 Dec 1997 +# Whom: mjhsieh +# +# $FreeBSD: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp $ +# + +DISTNAME= hypermail +PKGNAME= hypermail-${HYPERMAIL_VERSION} +CATEGORIES= www +MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ + ftp://ftp.faqs.org/hypermail/ + +MAINTAINER= veers@disturbed.net + +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/files/md5 b/www/hypermail/files/md5 new file mode 100644 index 00000000000..3ed91498a83 --- /dev/null +++ b/www/hypermail/files/md5 @@ -0,0 +1 @@ +MD5 (hypermail.tar.gz) = 81c7e1eb1e7d483bb2dadfd348e9dcb6 diff --git a/www/hypermail/patches/patch-ac b/www/hypermail/patches/patch-ac new file mode 100644 index 00000000000..3cef7639cd7 --- /dev/null +++ b/www/hypermail/patches/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/patches/patch-ad b/www/hypermail/patches/patch-ad new file mode 100644 index 00000000000..5cf381570f0 --- /dev/null +++ b/www/hypermail/patches/patch-ad @@ -0,0 +1,14 @@ +diff -r -u ../hypermail-orig/configure ./configure +--- configure Thu Aug 20 23:12:36 1998 ++++ configure Tue Jan 5 06:38:50 1988 +@@ -47,8 +47,8 @@ + oldincludedir='/usr/include' + infodir='${prefix}/info' + mandir='${prefix}/man' +-htmldir='/www/hypermail/software' +-cgidir='/httpd/cgi-bin' ++htmldir='${prefix}/share/doc/hypermail' ++cgidir='${prefix}/share/doc/hypermail/cgi' + + # Initialize some other variables. + subdirs= diff --git a/www/hypermail/patches/patch-ae b/www/hypermail/patches/patch-ae new file mode 100644 index 00000000000..6b4c621058c --- /dev/null +++ b/www/hypermail/patches/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/patches/patch-af b/www/hypermail/patches/patch-af new file mode 100644 index 00000000000..9ebd53695fd --- /dev/null +++ b/www/hypermail/patches/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 new file mode 100644 index 00000000000..eccc33cbb4e --- /dev/null +++ b/www/hypermail/pkg/COMMENT @@ -0,0 +1 @@ +A program to generate a cross-referenced HTML mail archive diff --git a/www/hypermail/pkg/DESCR b/www/hypermail/pkg/DESCR new file mode 100644 index 00000000000..0cdf020926d --- /dev/null +++ b/www/hypermail/pkg/DESCR @@ -0,0 +1,9 @@ +Hypermail is a program that takes a file of mail messages in UNIX mailbox +format and generates a set of cross-referenced HTML documents. Each file that +is created represents a separate message in the mail archive and contains +links to other articles, so that the entire archive can be browsed in a +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. + +WWW: http://www.landfield.com/hypermail/ diff --git a/www/hypermail/pkg/PLIST b/www/hypermail/pkg/PLIST new file mode 100644 index 00000000000..6f6534b021f --- /dev/null +++ b/www/hypermail/pkg/PLIST @@ -0,0 +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 |