diff options
author | tv <tv@pkgsrc.org> | 1998-06-05 20:06:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-05 20:06:39 +0000 |
commit | 50346a429c2f9035b1c0bb2c303b32c399019a84 (patch) | |
tree | 5fe97a019c9dc831fa4261566b341233aed3d17f /mail/mhonarc | |
parent | 97ad086e397f9bc29d406f3839b8b124ba0d7ec2 (diff) | |
download | pkgsrc-50346a429c2f9035b1c0bb2c303b32c399019a84.tar.gz |
Add MhonArc 2.2.0, a mailbox to HTML converter (useful for Web archives of
mailing lists, and the like).
Diffstat (limited to 'mail/mhonarc')
-rw-r--r-- | mail/mhonarc/Makefile | 21 | ||||
-rw-r--r-- | mail/mhonarc/files/md5 | 1 | ||||
-rw-r--r-- | mail/mhonarc/patches/patch-aa | 17 | ||||
-rw-r--r-- | mail/mhonarc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/mhonarc/pkg/DESCR | 14 | ||||
-rw-r--r-- | mail/mhonarc/pkg/PLIST | 204 |
6 files changed, 258 insertions, 0 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile new file mode 100644 index 00000000000..9fd92bbb966 --- /dev/null +++ b/mail/mhonarc/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 1998/06/05 20:06:39 tv Exp $ +# + +DISTNAME= MHonArc2.2.0 +PKGNAME= mhonarc-2.2.0 +CATEGORIES= mail +MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ + ftp://hhobel.phl.univie.ac.at/MHonArc/ + +MAINTAINER= tv@netbsd.org + +USE_PERL5= YES + +NO_BUILD= +INSTALL_TARGET= install-batch + +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/mhonarc + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mhonarc + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/mhonarc/files/md5 b/mail/mhonarc/files/md5 new file mode 100644 index 00000000000..f1c57b48ddd --- /dev/null +++ b/mail/mhonarc/files/md5 @@ -0,0 +1 @@ +MD5 (MHonArc2.2.0.tar.gz) = 77eb37a8851b3466c16f3ebd5bac0503 diff --git a/mail/mhonarc/patches/patch-aa b/mail/mhonarc/patches/patch-aa new file mode 100644 index 00000000000..9ac50997c71 --- /dev/null +++ b/mail/mhonarc/patches/patch-aa @@ -0,0 +1,17 @@ +--- install.cfg.old Fri Jun 5 15:38:22 1998 ++++ install.cfg Fri Jun 5 15:42:30 1998 +@@ -9,10 +9,10 @@ + $doman = 0; # No manpages to install + + ## Set default values +-$bindir = (!$MSDOS ? '/usr/local/bin' : 'C:\\BIN'); +-$libdir = (!$MSDOS ? '/usr/local/lib/MHonArc' : 'C:\\LIB\\MHONARC'); +-$docdir = (!$MSDOS ? '/usr/local/lib/MHonArc/doc' : 'C:\\DOC\\MHONARC'); +-$perlprg = (!$MSDOS ? '/usr/local/bin/perl' : 'C:\\BIN\\PERL.EXE'); ++$bindir = (!$MSDOS ? $ENV{'PREFIX'}.'/bin' : 'C:\\BIN'); ++$libdir = (!$MSDOS ? $ENV{'PREFIX'}.'/lib/mhonarc' : 'C:\\LIB\\MHONARC'); ++$docdir = (!$MSDOS ? $ENV{'PREFIX'}.'/share/doc/mhonarc' : 'C:\\DOC\\MHONARC'); ++$perlprg = (!$MSDOS ? $ENV{'PREFIX'}.'/bin/perl' : 'C:\\BIN\\PERL.EXE'); + + + ##************************************************************************## diff --git a/mail/mhonarc/pkg/COMMENT b/mail/mhonarc/pkg/COMMENT new file mode 100644 index 00000000000..82f30574cbf --- /dev/null +++ b/mail/mhonarc/pkg/COMMENT @@ -0,0 +1 @@ +Mailbox to HTML converter, suitable for list archives. diff --git a/mail/mhonarc/pkg/DESCR b/mail/mhonarc/pkg/DESCR new file mode 100644 index 00000000000..daf91de55c1 --- /dev/null +++ b/mail/mhonarc/pkg/DESCR @@ -0,0 +1,14 @@ + MHonArc is a Perl program for converting e-mail messages as specified + in RFC 822 and the MIME standard to HTML. MHonArc can perform the + following tasks: + * Convert MH mail folders or UUCP/Unix style mailboxes into an HTML + mail archive. + * Add or remove messages to an existing HTML mail archive generated + by MHonArc. + * Convert a single message to HTML. + + Along with these tasks, MHonArc provides the following: + * A main customizable index for mail messages archived. + * A customizable thread index listing messages by thread. + * Control over message formatting. + * The ability to hook in your own custom message filters. diff --git a/mail/mhonarc/pkg/PLIST b/mail/mhonarc/pkg/PLIST new file mode 100644 index 00000000000..c71d0051c32 --- /dev/null +++ b/mail/mhonarc/pkg/PLIST @@ -0,0 +1,204 @@ +@comment $NetBSD: PLIST,v 1.1 1998/06/05 20:06:40 tv Exp $ +bin/mhonarc +lib/mhonarc/base64.pl +lib/mhonarc/ewhutil.pl +lib/mhonarc/iso8859.pl +lib/mhonarc/mhamain.pl +lib/mhonarc/mhdb.pl +lib/mhonarc/mhdysub.pl +lib/mhonarc/mhexternal.pl +lib/mhonarc/mhfile.pl +lib/mhonarc/mhidxrc.pl +lib/mhonarc/mhinit.pl +lib/mhonarc/mhopt.pl +lib/mhonarc/mhrcfile.pl +lib/mhonarc/mhrcvars.pl +lib/mhonarc/mhthread.pl +lib/mhonarc/mhtime.pl +lib/mhonarc/mhtxtenrich.pl +lib/mhonarc/mhtxthtml.pl +lib/mhonarc/mhtxtplain.pl +lib/mhonarc/mhtxtsetext.pl +lib/mhonarc/mhtxttsv.pl +lib/mhonarc/mhusage.pl +lib/mhonarc/mhutil.pl +lib/mhonarc/osinit.pl +lib/mhonarc/qprint.pl +lib/mhonarc/readmail.pl +lib/mhonarc/rfc822.pl +share/doc/mhonarc/contacts.html +share/doc/mhonarc/diagnos.html +share/doc/mhonarc/intro.html +share/doc/mhonarc/layout.html +share/doc/mhonarc/mhonarc.html +share/doc/mhonarc/monicon.gif +share/doc/mhonarc/monstamp_t.gif +share/doc/mhonarc/quickstart.html +share/doc/mhonarc/resources.html +share/doc/mhonarc/resources/add.html +share/doc/mhonarc/resources/archive.html +share/doc/mhonarc/resources/authorbegin.html +share/doc/mhonarc/resources/authorend.html +share/doc/mhonarc/resources/authsort.html +share/doc/mhonarc/resources/botlinks.html +share/doc/mhonarc/resources/charsetconverters.html +share/doc/mhonarc/resources/conlen.html +share/doc/mhonarc/resources/datefields.html +share/doc/mhonarc/resources/daybegin.html +share/doc/mhonarc/resources/dayend.html +share/doc/mhonarc/resources/dbfile.html +share/doc/mhonarc/resources/decodeheads.html +share/doc/mhonarc/resources/definederived.html +share/doc/mhonarc/resources/definevar.html +share/doc/mhonarc/resources/defrcfile.html +share/doc/mhonarc/resources/defrcname.html +share/doc/mhonarc/resources/doc.html +share/doc/mhonarc/resources/docurl.html +share/doc/mhonarc/resources/editidx.html +share/doc/mhonarc/resources/excs.html +share/doc/mhonarc/resources/expireage.html +share/doc/mhonarc/resources/expiredate.html +share/doc/mhonarc/resources/fieldorder.html +share/doc/mhonarc/resources/fieldsbeg.html +share/doc/mhonarc/resources/fieldsend.html +share/doc/mhonarc/resources/fieldstyles.html +share/doc/mhonarc/resources/fldbeg.html +share/doc/mhonarc/resources/fldend.html +share/doc/mhonarc/resources/folrefs.html +share/doc/mhonarc/resources/folupbegin.html +share/doc/mhonarc/resources/folupend.html +share/doc/mhonarc/resources/foluplitxt.html +share/doc/mhonarc/resources/footer.html +share/doc/mhonarc/resources/force.html +share/doc/mhonarc/resources/fromfields.html +share/doc/mhonarc/resources/genidx.html +share/doc/mhonarc/resources/gmtdatefmt.html +share/doc/mhonarc/resources/gzipexe.html +share/doc/mhonarc/resources/gzipfiles.html +share/doc/mhonarc/resources/gziplinks.html +share/doc/mhonarc/resources/headbodysep.html +share/doc/mhonarc/resources/header.html +share/doc/mhonarc/resources/htmlext.html +share/doc/mhonarc/resources/icons.html +share/doc/mhonarc/resources/idxfname.html +share/doc/mhonarc/resources/idxlabel.html +share/doc/mhonarc/resources/idxpgbegin.html +share/doc/mhonarc/resources/idxpgend.html +share/doc/mhonarc/resources/idxprefix.html +share/doc/mhonarc/resources/idxsize.html +share/doc/mhonarc/resources/include.html +share/doc/mhonarc/resources/labelbeg.html +share/doc/mhonarc/resources/labelend.html +share/doc/mhonarc/resources/labelstyles.html +share/doc/mhonarc/resources/listbegin.html +share/doc/mhonarc/resources/listend.html +share/doc/mhonarc/resources/litemplate.html +share/doc/mhonarc/resources/localdatefmt.html +share/doc/mhonarc/resources/lockdelay.html +share/doc/mhonarc/resources/locktries.html +share/doc/mhonarc/resources/mailto.html +share/doc/mhonarc/resources/mailtourl.html +share/doc/mhonarc/resources/main.html +share/doc/mhonarc/resources/maxsize.html +share/doc/mhonarc/resources/mhpattern.html +share/doc/mhonarc/resources/mimeargs.html +share/doc/mhonarc/resources/mimefilters.html +share/doc/mhonarc/resources/modtime.html +share/doc/mhonarc/resources/months.html +share/doc/mhonarc/resources/monthsabr.html +share/doc/mhonarc/resources/msgbodyend.html +share/doc/mhonarc/resources/msgfoot.html +share/doc/mhonarc/resources/msggmtdatefmt.html +share/doc/mhonarc/resources/msghead.html +share/doc/mhonarc/resources/msgidlink.html +share/doc/mhonarc/resources/msglocaldatefmt.html +share/doc/mhonarc/resources/msgpgbegin.html +share/doc/mhonarc/resources/msgpgend.html +share/doc/mhonarc/resources/msgprefix.html +share/doc/mhonarc/resources/msgsep.html +share/doc/mhonarc/resources/multipg.html +share/doc/mhonarc/resources/news.html +share/doc/mhonarc/resources/nextbutton.html +share/doc/mhonarc/resources/nextbuttonia.html +share/doc/mhonarc/resources/nextlink.html +share/doc/mhonarc/resources/nextlinkia.html +share/doc/mhonarc/resources/nextpglink.html +share/doc/mhonarc/resources/nextpglinkia.html +share/doc/mhonarc/resources/otherindexes.html +share/doc/mhonarc/resources/outdir.html +share/doc/mhonarc/resources/perlinc.html +share/doc/mhonarc/resources/prevbutton.html +share/doc/mhonarc/resources/prevbuttonia.html +share/doc/mhonarc/resources/prevlink.html +share/doc/mhonarc/resources/prevlinkia.html +share/doc/mhonarc/resources/prevpglink.html +share/doc/mhonarc/resources/prevpglinkia.html +share/doc/mhonarc/resources/quiet.html +share/doc/mhonarc/resources/rcfile.html +share/doc/mhonarc/resources/refsbegin.html +share/doc/mhonarc/resources/refsend.html +share/doc/mhonarc/resources/refslitxt.html +share/doc/mhonarc/resources/reverse.html +share/doc/mhonarc/resources/rmm.html +share/doc/mhonarc/resources/scan.html +share/doc/mhonarc/resources/single.html +share/doc/mhonarc/resources/sort.html +share/doc/mhonarc/resources/subjectarticlerxp.html +share/doc/mhonarc/resources/subjectbegin.html +share/doc/mhonarc/resources/subjectend.html +share/doc/mhonarc/resources/subjectheader.html +share/doc/mhonarc/resources/subjectreplyrxp.html +share/doc/mhonarc/resources/subsort.html +share/doc/mhonarc/resources/tcontbegin.html +share/doc/mhonarc/resources/tcontend.html +share/doc/mhonarc/resources/tfoot.html +share/doc/mhonarc/resources/thead.html +share/doc/mhonarc/resources/thread.html +share/doc/mhonarc/resources/tidxfname.html +share/doc/mhonarc/resources/tidxlabel.html +share/doc/mhonarc/resources/tidxpgbegin.html +share/doc/mhonarc/resources/tidxpgend.html +share/doc/mhonarc/resources/tidxprefix.html +share/doc/mhonarc/resources/timezones.html +share/doc/mhonarc/resources/tindentbegin.html +share/doc/mhonarc/resources/tindentend.html +share/doc/mhonarc/resources/title.html +share/doc/mhonarc/resources/tlevels.html +share/doc/mhonarc/resources/tliend.html +share/doc/mhonarc/resources/tlinone.html +share/doc/mhonarc/resources/tlinoneend.html +share/doc/mhonarc/resources/tlitxt.html +share/doc/mhonarc/resources/tnextbutton.html +share/doc/mhonarc/resources/tnextbuttonia.html +share/doc/mhonarc/resources/tnextlink.html +share/doc/mhonarc/resources/tnextlinkia.html +share/doc/mhonarc/resources/tnextpglink.html +share/doc/mhonarc/resources/tnextpglinkia.html +share/doc/mhonarc/resources/toplinks.html +share/doc/mhonarc/resources/tprevbutton.html +share/doc/mhonarc/resources/tprevbuttonia.html +share/doc/mhonarc/resources/tprevlink.html +share/doc/mhonarc/resources/tprevlinkia.html +share/doc/mhonarc/resources/tprevpglink.html +share/doc/mhonarc/resources/tprevpglinkia.html +share/doc/mhonarc/resources/treverse.html +share/doc/mhonarc/resources/tsingletxt.html +share/doc/mhonarc/resources/tslice.html +share/doc/mhonarc/resources/tslicebeg.html +share/doc/mhonarc/resources/tsliceend.html +share/doc/mhonarc/resources/tsort.html +share/doc/mhonarc/resources/tsubjectbeg.html +share/doc/mhonarc/resources/tsubjectend.html +share/doc/mhonarc/resources/tsublistbeg.html +share/doc/mhonarc/resources/tsublistend.html +share/doc/mhonarc/resources/tsubsort.html +share/doc/mhonarc/resources/ttitle.html +share/doc/mhonarc/resources/ttopbegin.html +share/doc/mhonarc/resources/ttopend.html +share/doc/mhonarc/resources/umask.html +share/doc/mhonarc/resources/usinglastpg.html +share/doc/mhonarc/resources/weekdays.html +share/doc/mhonarc/resources/weekdaysabr.html +@dirrm share/doc/mhonarc/resources +@dirrm share/doc/mhonarc +@dirrm lib/mhonarc |