summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-23 05:19:27 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-23 05:19:27 +0000
commit870b22622b326d5dbddade866b5104c7210098df (patch)
tree44d93e653b5ff69c45e2c69613b97e167ae093d5 /news
parentAdd keramik 1.0, the Keramik KDE style engine. (diff)
Add nget 0.19.1, an auto-resuming command line nntp file grabber.
PR: 39626 Submitted by: George Sorsby <george@crackpipe.net>
Notes
Notes: svn path=/head/; revision=61766
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/nget/Makefile37
-rw-r--r--news/nget/distinfo1
-rw-r--r--news/nget/pkg-comment1
-rw-r--r--news/nget/pkg-descr9
-rw-r--r--news/nget/pkg-plist2
6 files changed, 51 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index ad47c31b40d8..506c3e29a1f2 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -29,6 +29,7 @@
SUBDIR += newsfish
SUBDIR += newsgrab
SUBDIR += newsx
+ SUBDIR += nget
SUBDIR += nn
SUBDIR += nnap
SUBDIR += nntp
diff --git a/news/nget/Makefile b/news/nget/Makefile
new file mode 100644
index 000000000000..05d4536b3446
--- /dev/null
+++ b/news/nget/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: nget
+# Date created: 20 June 2002
+# Whom: George Sorsby <george@crackpipe.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nget
+PORTVERSION= 0.19.1
+CATEGORIES= news
+MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/nget/ \
+ http://unc.dl.sourceforge.net/sourceforge/nget/ \
+ http://belnet.dl.sourceforge.net/sourceforge/nget/ \
+ http://www.azstarnet.com/~donut/programs/nget/
+DISTNAME= nget-${PORTVERSION}+uulib
+
+MAINTAINER= george@crackpipe.net
+
+MAN1= nget.1 ngetlite.1
+MANCOMPRESSED= no
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-extract:
+ ${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nget ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ngetlite ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nget.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/ngetlite.1 ${PREFIX}/man/man1
+
+post-install:
+ strip ${PREFIX}/bin/nget
+ strip ${PREFIX}/bin/ngetlite
+
+.include <bsd.port.mk>
diff --git a/news/nget/distinfo b/news/nget/distinfo
new file mode 100644
index 000000000000..ad27e12b5474
--- /dev/null
+++ b/news/nget/distinfo
@@ -0,0 +1 @@
+MD5 (nget-0.19.1+uulib.tar.gz) = 09427aff2dccdb36df7915dda7ee843f
diff --git a/news/nget/pkg-comment b/news/nget/pkg-comment
new file mode 100644
index 000000000000..5ea70b9e682f
--- /dev/null
+++ b/news/nget/pkg-comment
@@ -0,0 +1 @@
+Auto-resuming command line nntp file grabber
diff --git a/news/nget/pkg-descr b/news/nget/pkg-descr
new file mode 100644
index 000000000000..939b7e66a59c
--- /dev/null
+++ b/news/nget/pkg-descr
@@ -0,0 +1,9 @@
+nget is a command line NNTP file grabber.
+It automatically pieces together multipart postings for easy retrieval,
+even substituting parts from multiple servers. It handles disconnects
+gracefully, resuming after the last part successfully downloaded,
+and caching of header data for quick access.
+
+WWW: http://nget.sourceforge.net/
+
+- George Sorsby <george@crackpipe.net>
diff --git a/news/nget/pkg-plist b/news/nget/pkg-plist
new file mode 100644
index 000000000000..0b2364e0f0fd
--- /dev/null
+++ b/news/nget/pkg-plist
@@ -0,0 +1,2 @@
+bin/nget
+bin/ngetlite