- Update to version 1.4

PR:		ports/63885
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-03-07 22:12:21 +00:00
parent d580afd50c
commit be3a959f29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103233
4 changed files with 23 additions and 17 deletions

View file

@ -6,26 +6,29 @@
# #
PORTNAME= gutenfetch PORTNAME= gutenfetch
PORTVERSION= 1.1 PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://oak.cats.ohiou.edu/~rf358197/gutenfetch/download/ \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gutenfetch
MASTER_SITE_SUBDIR= petef
MAINTAINER= rf358197@oak.cats.ohiou.edu MAINTAINER= rf358197@ohio.edu
COMMENT= Fetch listings and books from Project Gutenberg COMMENT= Fetch listings and books from Project Gutenberg
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget/ \ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
unzip:${PORTSDIR}/archivers/unzip/
GNU_CONFIGURE= yes 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_GMAKE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes
MAN1= gutenfetch.1 MAN1= gutenfetch.1
PLIST_FILES= bin/gutenfetch PLIST_FILES= bin/gutenfetch
post-install: post-install:
${STRIP_CMD} ${PREFIX}/bin/gutenfetch ${STRIP_CMD} ${PREFIX}/bin/gutenfetch
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1,2 @@
MD5 (gutenfetch-1.1.tar.gz) = f87060d0470299c28bcf294bb7812d4a MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f
SIZE (gutenfetch-1.4.tar.bz2) = 255815

View file

@ -1,2 +1,3 @@
Gutenfetch - A program which can list books from project gutenberg Gutenfetch - A small program capable of listing and fetching various
servers. It can also fetch them for reading. free electronic texts available from Project Gutenberg. It is light
and intended to be combined with other tools.

View file

@ -1,9 +1,10 @@
--------------------------------------------------------------------------- ----------------------------------------------------------------
gutenfetch must be run once to pick out local Project Gutenberg gutenfetch must be run once to pick out local Project Gutenberg
servers. If you are an administrator please copy the generated servers. If you are an administrator please copy the generated
file ~/.gutenfetchrc to /etc/gutenfetchrc. This will prevent other file ~/.gutenfetchrc to %%PREFIX%%/etc/gutenfetchrc. This will
users from having to pick out their favorite servers. prevent other users from having to pick out their favorite
servers.
gutenfetch also performs best with a caching proxy server such as gutenfetch also performs best with a caching proxy server such
wwwoffle or squid. as wwwoffle or squid.
--------------------------------------------------------------------------- ----------------------------------------------------------------