diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-17 01:22:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-17 01:22:26 +0000 |
commit | 400c5c9ff1633f688dd83b87b5517b2d8337ac47 (patch) | |
tree | 6a3b456473b236164fc8ba4ab38ff7a1f19891c7 /www | |
parent | Activate ftpfind. (diff) |
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.
PR: ports/5364
Submitted by: Francis M J Hsieh <mjhsieh@life.nthu.edu.tw>
Notes
Notes:
svn path=/head/; revision=10201
Diffstat (limited to 'www')
-rw-r--r-- | www/hypermail/Makefile | 21 | ||||
-rw-r--r-- | www/hypermail/distinfo | 1 | ||||
-rw-r--r-- | www/hypermail/pkg-comment | 1 | ||||
-rw-r--r-- | www/hypermail/pkg-descr | 9 | ||||
-rw-r--r-- | www/hypermail/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile new file mode 100644 index 000000000000..42e1f37a9dd1 --- /dev/null +++ b/www/hypermail/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hypermail +# Version required: 1.02 +# Date created: 23 Dec 1997 +# Whom: mjhsieh +# +# $Id$ +# + +DISTNAME= hypermail.102 +PKGNAME= hypermail-1.02 +CATEGORIES= www +MASTER_SITES= http://www.eit.com/software/hypermail/src/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= mjhsieh@life.nthu.edu.tw + +WRKSRC= ${WRKDIR}/hypermail + +MAN1= hypermail.1 + +.include <bsd.port.mk> diff --git a/www/hypermail/distinfo b/www/hypermail/distinfo new file mode 100644 index 000000000000..c56ea94eef93 --- /dev/null +++ b/www/hypermail/distinfo @@ -0,0 +1 @@ +MD5 (hypermail.102.tar.Z) = 809a74b84f21fad4e67c1a87e3ca09c7 diff --git a/www/hypermail/pkg-comment b/www/hypermail/pkg-comment new file mode 100644 index 000000000000..e35bf2e1168a --- /dev/null +++ b/www/hypermail/pkg-comment @@ -0,0 +1 @@ +program that reads mailbox and generates a set of cross-referenced HTML docs. diff --git a/www/hypermail/pkg-descr b/www/hypermail/pkg-descr new file mode 100644 index 000000000000..91a618740114 --- /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. + +HOMEPAGE: http://www.eit.com/software/hypermail/hypermail.html diff --git a/www/hypermail/pkg-plist b/www/hypermail/pkg-plist new file mode 100644 index 000000000000..c5ffbabddbcf --- /dev/null +++ b/www/hypermail/pkg-plist @@ -0,0 +1,5 @@ +bin/hypermail +man/man1/hypermail.1.gz +share/doc/hypermail/hypermail.gif +share/doc/hypermail/hypermail.html +@dirrm share/doc/hypermail |