diff options
Diffstat (limited to 'news/ubh')
-rw-r--r-- | news/ubh/Makefile | 17 | ||||
-rw-r--r-- | news/ubh/distinfo | 2 | ||||
-rw-r--r-- | news/ubh/pkg-descr | 27 | ||||
-rw-r--r-- | news/ubh/pkg-plist | 12 |
4 files changed, 28 insertions, 30 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index 476ecf385e4..35fd651d394 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ubh -# Date created: 24 July 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> +# Date created: 1 January 2002 +# Whom: John Holland <john@zoner.org> # # $FreeBSD$ # PORTNAME= ubh -PORTVERSION= 1.5 +PORTVERSION= 2.1 CATEGORIES= news graphics MASTER_SITES= http://ubh.sourceforge.net/download/ -MAINTAINER= dburr@FreeBSD.ORG +MAINTAINER= john@zoner.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools NO_BUILD= YES diff --git a/news/ubh/distinfo b/news/ubh/distinfo index 780a619acb9..2c02bf9c180 100644 --- a/news/ubh/distinfo +++ b/news/ubh/distinfo @@ -1 +1 @@ -MD5 (ubh-1.5.tar.gz) = 86591f641a7a138d18ef92b4c5700066 +MD5 (ubh-2.1.tar.gz) = 414dfd69ee8bd5e3e0072cf68de43c01 diff --git a/news/ubh/pkg-descr b/news/ubh/pkg-descr index c9ff283b2df..4b4ea297448 100644 --- a/news/ubh/pkg-descr +++ b/news/ubh/pkg-descr @@ -1,14 +1,17 @@ -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). +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 and articles to process. +Runs anywhere Perl runs. Tested under Unix-based Perl, Active Perl +on Win32 platforms, and Mac OS X. Requires Net::NNTP and +News::Newsrc +(which itself requires Set::IntSpan), MIME::Parser, MIME::Base64, +IO::Stringy, and MailTools (distribution). -WWW: http://www.lanois.com/ubh/ +WWW: http://ubh.sourceforge.net/ -[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] +[ This port is maintained by John Holland <jholland@zoner.org> ] diff --git a/news/ubh/pkg-plist b/news/ubh/pkg-plist index 39c850ebbad..3fb2c7c597c 100644 --- a/news/ubh/pkg-plist +++ b/news/ubh/pkg-plist @@ -2,15 +2,5 @@ bin/ubh share/ubh/ubhrc share/ubh/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 -@dirrm share/doc/ubh/images +share/doc/ubh/ubh.html @dirrm share/doc/ubh |