diff options
author | grant <grant@pkgsrc.org> | 2002-06-26 05:52:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-26 05:52:05 +0000 |
commit | 7845004f8b10206206cf30139b7680927292524c (patch) | |
tree | d0f59b031102aa0ac667a8fef51110b0fc9cc576 /mail/hypermail | |
parent | 1dcac4b18dfc53490c91158d4e5441dd034ed609 (diff) | |
download | pkgsrc-7845004f8b10206206cf30139b7680927292524c.tar.gz |
Initial import of hypermail-2.1.4.
Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents.
This version of hypermail has substantial support for attachments and for
splitting archives into subdirectories. It also allows an administrator to
customize the header and footers to match their local needs. This allows
you to have hypermail facilities better integrated into your web site.
Diffstat (limited to 'mail/hypermail')
-rw-r--r-- | mail/hypermail/DESCR | 7 | ||||
-rw-r--r-- | mail/hypermail/Makefile | 16 | ||||
-rw-r--r-- | mail/hypermail/PLIST | 12 | ||||
-rw-r--r-- | mail/hypermail/distinfo | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/mail/hypermail/DESCR b/mail/hypermail/DESCR new file mode 100644 index 00000000000..2eed125e3a5 --- /dev/null +++ b/mail/hypermail/DESCR @@ -0,0 +1,7 @@ +Hypermail is a program that takes a file of mail messages in UNIX mailbox +format and generates a set of cross-referenced HTML documents. + +This version of hypermail has substantial support for attachments and for +splitting archives into subdirectories. It also allows an administrator to +customize the header and footers to match their local needs. This allows +you to have hypermail facilities better integrated into your web site. diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile new file mode 100644 index 00000000000..c9f89586ac5 --- /dev/null +++ b/mail/hypermail/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 05:52:05 grant Exp $ +# + +DISTNAME= hypermail-2.1.4 +CATEGORIES= mail www +MASTER_SITES= http://www.hypermail.org/dist/ + +MAINTAINER= grant@netbsd.org +HOMEPAGE= http://www.hypermail.org/ +COMMENT= creates indexed, threaded HTML archives of email + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail + +.include "../../databases/gdbm/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/hypermail/PLIST b/mail/hypermail/PLIST new file mode 100644 index 00000000000..a9156987063 --- /dev/null +++ b/mail/hypermail/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 05:52:05 grant Exp $ +bin/hypermail +bin/msg2archive +bin/rdmsg +man/man1/hypermail.1 +man/man4/hmrc.4 +share/doc/html/hypermail/customizing.html +share/doc/html/hypermail/hmrc.html +share/doc/html/hypermail/hr.yellow.gif +share/doc/html/hypermail/hypermail.gif +share/doc/html/hypermail/hypermail.html +@dirrm share/doc/html/hypermail diff --git a/mail/hypermail/distinfo b/mail/hypermail/distinfo new file mode 100644 index 00000000000..2569660d07e --- /dev/null +++ b/mail/hypermail/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/26 05:52:05 grant Exp $ + +SHA1 (hypermail-2.1.4.tar.gz) = 34db32df6dd5db68577e65569514489e25afb293 +Size (hypermail-2.1.4.tar.gz) = 752629 bytes |