diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-18 06:21:29 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-18 06:21:29 +0000 |
commit | 02ec606a5da63529cfa865308b494b73e654223b (patch) | |
tree | 100dda93225d09d719d1978d48e251a61643646a /net/gutenfetch | |
parent | 216df1a6f693a1d3cc156db07f2ab7ae4b8e78e4 (diff) | |
download | ports-02ec606a5da63529cfa865308b494b73e654223b.tar.gz ports-02ec606a5da63529cfa865308b494b73e654223b.zip |
Notes
Diffstat (limited to 'net/gutenfetch')
-rw-r--r-- | net/gutenfetch/Makefile | 28 | ||||
-rw-r--r-- | net/gutenfetch/distinfo | 1 | ||||
-rw-r--r-- | net/gutenfetch/pkg-comment | 1 | ||||
-rw-r--r-- | net/gutenfetch/pkg-descr | 2 | ||||
-rw-r--r-- | net/gutenfetch/pkg-message | 9 | ||||
-rw-r--r-- | net/gutenfetch/pkg-plist | 1 |
6 files changed, 42 insertions, 0 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile new file mode 100644 index 000000000000..5740bb5a5dce --- /dev/null +++ b/net/gutenfetch/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gutenfetch +# Date created: 22-Aug-2001 +# Whom: Russell Francis +# +# $FreeBSD$ +# + +PORTNAME= gutenfetch +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= http://oak.cats.ohiou.edu/~rf358197/gutenfetch/download/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= petef + +MAINTAINER= rf358197@oak.cats.ohiou.edu + +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget/ \ + unzip:${PORTSDIR}/archivers/unzip/ + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= gutenfetch.1 + +post-install: + strip ${PREFIX}/bin/gutenfetch + +.include <bsd.port.mk> diff --git a/net/gutenfetch/distinfo b/net/gutenfetch/distinfo new file mode 100644 index 000000000000..2586c43af76d --- /dev/null +++ b/net/gutenfetch/distinfo @@ -0,0 +1 @@ +MD5 (gutenfetch-1.1.tar.gz) = f87060d0470299c28bcf294bb7812d4a diff --git a/net/gutenfetch/pkg-comment b/net/gutenfetch/pkg-comment new file mode 100644 index 000000000000..6482b5945f82 --- /dev/null +++ b/net/gutenfetch/pkg-comment @@ -0,0 +1 @@ +Fetch listings and books from Project Gutenberg diff --git a/net/gutenfetch/pkg-descr b/net/gutenfetch/pkg-descr new file mode 100644 index 000000000000..f09538630c34 --- /dev/null +++ b/net/gutenfetch/pkg-descr @@ -0,0 +1,2 @@ +Gutenfetch - A program which can list books from project gutenberg +servers. It can also fetch them for reading. diff --git a/net/gutenfetch/pkg-message b/net/gutenfetch/pkg-message new file mode 100644 index 000000000000..1c45b56727d6 --- /dev/null +++ b/net/gutenfetch/pkg-message @@ -0,0 +1,9 @@ +--------------------------------------------------------------------------- +gutenfetch must be run once to pick out local Project Gutenberg +servers. If you are an administrator please copy the generated +file ~/.gutenfetchrc to /etc/gutenfetchrc. This will prevent other +users from having to pick out their favorite servers. + +gutenfetch also performs best with a caching proxy server such as +wwwoffle or squid. +--------------------------------------------------------------------------- diff --git a/net/gutenfetch/pkg-plist b/net/gutenfetch/pkg-plist new file mode 100644 index 000000000000..ca3e3856154d --- /dev/null +++ b/net/gutenfetch/pkg-plist @@ -0,0 +1 @@ +bin/gutenfetch |