diff options
author | krion <krion@FreeBSD.org> | 2004-03-08 06:12:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-08 06:12:21 +0800 |
commit | c0dd2b3fe3246ace9b52a7a7b3602aa88ede530a (patch) | |
tree | 38c18ef07b4a839d61b9b40da8115abfd1f7fa4b /net/gutenfetch | |
parent | 5b6e2c60403387aabfda90cb90f49b80f7afe1d2 (diff) | |
download | freebsd-ports-gnome-c0dd2b3fe3246ace9b52a7a7b3602aa88ede530a.tar.gz freebsd-ports-gnome-c0dd2b3fe3246ace9b52a7a7b3602aa88ede530a.tar.zst freebsd-ports-gnome-c0dd2b3fe3246ace9b52a7a7b3602aa88ede530a.zip |
- Update to version 1.4
PR: ports/63885
Submitted by: maintainer
Diffstat (limited to 'net/gutenfetch')
-rw-r--r-- | net/gutenfetch/Makefile | 19 | ||||
-rw-r--r-- | net/gutenfetch/distinfo | 3 | ||||
-rw-r--r-- | net/gutenfetch/pkg-descr | 5 | ||||
-rw-r--r-- | net/gutenfetch/pkg-message | 13 |
4 files changed, 23 insertions, 17 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index 56707bfb35eb..70f24d6951ac 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -6,26 +6,29 @@ # PORTNAME= gutenfetch -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= net -MASTER_SITES= http://oak.cats.ohiou.edu/~rf358197/gutenfetch/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= petef +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gutenfetch -MAINTAINER= rf358197@oak.cats.ohiou.edu +MAINTAINER= rf358197@ohio.edu COMMENT= Fetch listings and books from Project Gutenberg -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget/ \ - unzip:${PORTSDIR}/archivers/unzip/ +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes +USE_BZIP2= yes +USE_GETOPT_LONG= yes MAN1= gutenfetch.1 PLIST_FILES= bin/gutenfetch post-install: ${STRIP_CMD} ${PREFIX}/bin/gutenfetch + @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' .include <bsd.port.mk> diff --git a/net/gutenfetch/distinfo b/net/gutenfetch/distinfo index 2586c43af76d..8b3822aca443 100644 --- a/net/gutenfetch/distinfo +++ b/net/gutenfetch/distinfo @@ -1 +1,2 @@ -MD5 (gutenfetch-1.1.tar.gz) = f87060d0470299c28bcf294bb7812d4a +MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f +SIZE (gutenfetch-1.4.tar.bz2) = 255815 diff --git a/net/gutenfetch/pkg-descr b/net/gutenfetch/pkg-descr index f09538630c34..5277e9835eb9 100644 --- a/net/gutenfetch/pkg-descr +++ b/net/gutenfetch/pkg-descr @@ -1,2 +1,3 @@ -Gutenfetch - A program which can list books from project gutenberg -servers. It can also fetch them for reading. +Gutenfetch - A small program capable of listing and fetching various +free electronic texts available from Project Gutenberg. It is light +and intended to be combined with other tools. diff --git a/net/gutenfetch/pkg-message b/net/gutenfetch/pkg-message index 1c45b56727d6..0d6ee3410492 100644 --- a/net/gutenfetch/pkg-message +++ b/net/gutenfetch/pkg-message @@ -1,9 +1,10 @@ ---------------------------------------------------------------------------- +---------------------------------------------------------------- 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. +file ~/.gutenfetchrc to %%PREFIX%%/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. ---------------------------------------------------------------------------- +gutenfetch also performs best with a caching proxy server such +as wwwoffle or squid. +---------------------------------------------------------------- |