diff --git a/news/ubh/Makefile b/news/ubh/Makefile new file mode 100644 index 000000000000..f4cb56a4e45c --- /dev/null +++ b/news/ubh/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ubh +# Date created: 24 July 2000 +# Whom: Donald Burr +# +# $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 diff --git a/news/ubh/distinfo b/news/ubh/distinfo new file mode 100644 index 000000000000..48bf79c29561 --- /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 000000000000..6063832e84b5 --- /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 000000000000..c9ff283b2df4 --- /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 ] diff --git a/news/ubh/pkg-plist b/news/ubh/pkg-plist new file mode 100644 index 000000000000..cff5919f6eb4 --- /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