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>
This commit is contained in:
parent
ddf46a8287
commit
400c5c9ff1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10201
5 changed files with 37 additions and 0 deletions
21
www/hypermail/Makefile
Normal file
21
www/hypermail/Makefile
Normal file
|
@ -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>
|
1
www/hypermail/distinfo
Normal file
1
www/hypermail/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (hypermail.102.tar.Z) = 809a74b84f21fad4e67c1a87e3ca09c7
|
1
www/hypermail/pkg-comment
Normal file
1
www/hypermail/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
program that reads mailbox and generates a set of cross-referenced HTML docs.
|
9
www/hypermail/pkg-descr
Normal file
9
www/hypermail/pkg-descr
Normal file
|
@ -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
|
5
www/hypermail/pkg-plist
Normal file
5
www/hypermail/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue