diff options
author | dburr <dburr@FreeBSD.org> | 2000-07-24 10:02:02 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-07-24 10:02:02 +0000 |
commit | dea70fa57a16bbb1f5e5dcb760716652ed972676 (patch) | |
tree | 6cd749ce703bf97fd116e49f84e5ebe438bb3a79 /news | |
parent | f73735a3b86280c6241589aaccaadcba7944ba09 (diff) | |
download | FreeBSD-ports-dea70fa57a16bbb1f5e5dcb760716652ed972676.zip FreeBSD-ports-dea70fa57a16bbb1f5e5dcb760716652ed972676.tar.gz |
New port news/ubh, another commandline driven Usenet binary posting
harvester. (in case you were wondering, No, I am NOT some kind of perv
or anthing. I just like to look at the... ummm, uhhh... FRACTALS!!
Yeah, that's the ticket! Fractal postings!!!)
Obtained from: Freshmeat, where else? :)
Diffstat (limited to 'news')
-rw-r--r-- | news/ubh/Makefile | 32 | ||||
-rw-r--r-- | news/ubh/distinfo | 1 | ||||
-rw-r--r-- | news/ubh/pkg-comment | 1 | ||||
-rw-r--r-- | news/ubh/pkg-descr | 14 | ||||
-rw-r--r-- | news/ubh/pkg-plist | 17 |
5 files changed, 65 insertions, 0 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile new file mode 100644 index 0000000..f4cb56a --- /dev/null +++ b/news/ubh/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ubh +# Date created: 24 July 2000 +# Whom: Donald Burr <dburr@FreeBSD.ORG> +# +# $FreeBSD$ +# + +PORTNAME= ubh +PORTVERSION= 1.0 +CATEGORIES= news graphics +MASTER_SITES= http://www.lanois.com/ubh/download/ + +MAINTAINER= dburr@FreeBSD.ORG + +#RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/news/p5-Net-NNTP \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc + +NO_BUILD= YES + +pre-patch: + @${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old + @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ + ${WRKSRC}/ubh.old > ${WRKSRC}/ubh + @${MV} ${WRKSRC}/examples/.ubhrc ${WRKSRC}/examples/dot.ubhrc + @${MV} ${WRKSRC}/examples/.newsrc ${WRKSRC}/examples/dot.newsrc + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ubh ${PREFIX}/bin + ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/ubh + ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/ubh + +.include <bsd.port.mk> diff --git a/news/ubh/distinfo b/news/ubh/distinfo new file mode 100644 index 0000000..48bf79c --- /dev/null +++ b/news/ubh/distinfo @@ -0,0 +1 @@ +MD5 (ubh-1.0.tar.gz) = 591c5983e11c4e9e443a28a2e90cdd4d diff --git a/news/ubh/pkg-comment b/news/ubh/pkg-comment new file mode 100644 index 0000000..6063832 --- /dev/null +++ b/news/ubh/pkg-comment @@ -0,0 +1 @@ +Perl script to download and decode binaries posted to Usenet diff --git a/news/ubh/pkg-descr b/news/ubh/pkg-descr new file mode 100644 index 0000000..c9ff283 --- /dev/null +++ b/news/ubh/pkg-descr @@ -0,0 +1,14 @@ +ubh - the Usenet Binary Harvester - is a GPL'ed Perl console application +which automatically discovers, downloads, and decodes single-part and +multi-part Usenet binaries. Automatically assembles multi-part binaries. +Provides searching via Perl regular expression syntax. Also provides a +pre-selection capability whereby the user can interactively choose which +binaries to download. Uses a standard .newsrc file to control which groups +to process, and uses the .newsrc to keep track of articles already processed. +Handles uuencoded binaries and MIME attachments. Runs under Unix-based Perl +or Active Perl on Win32 platforms. Requires Net::NNTP and News::Newsrc +(which itself requires Set::IntSpan). + +WWW: http://www.lanois.com/ubh/ + +[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] diff --git a/news/ubh/pkg-plist b/news/ubh/pkg-plist new file mode 100644 index 0000000..cff5919 --- /dev/null +++ b/news/ubh/pkg-plist @@ -0,0 +1,17 @@ +bin/ubh +share/ubh/dot.ubhrc +share/ubh/dot.newsrc +@dirrm share/ubh +share/doc/ubh/documentation.html +share/doc/ubh/download.html +share/doc/ubh/index.html +share/doc/ubh/links.html +share/doc/ubh/lists.html +share/doc/ubh/news.html +share/doc/ubh/screenshots.html +share/doc/ubh/images/emacs.gif +share/doc/ubh/images/logo.gif +share/doc/ubh/images/screen1.gif +share/doc/ubh/images/tt.gif +@dirrm share/doc/ubh/images +@dirrm share/doc/ubh |