1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 1.5

PR:		ports/69593
Submitted by:	Russell Francis <rf358197@ohio.edu> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-07-25 22:00:00 +00:00
parent 7f11d466fb
commit 5cda850482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114716
3 changed files with 15 additions and 10 deletions

View File

@ -6,20 +6,20 @@
#
PORTNAME= gutenfetch
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gutenfetch
MAINTAINER= rf358197@ohio.edu
MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes

View File

@ -1,2 +1,2 @@
MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f
SIZE (gutenfetch-1.4.tar.bz2) = 255815
MD5 (gutenfetch-1.5.tar.bz2) = 346b5876311411a2e2ecdea8d21038a1
SIZE (gutenfetch-1.5.tar.bz2) = 229482

View File

@ -1,10 +1,15 @@
----------------------------------------------------------------
gutenfetch must be run once to pick out local Project Gutenberg
servers. If you are an administrator please copy the generated
gutenfetch can be run once to pick out local Project Gutenberg
servers with the following command line.
# gutenfetch -m
If you are an administrator please copy the generated
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.
as wwwoffle or squid. Although, this version will cache fetched
books in the ~/.libgutenfetch/ directory by default.
----------------------------------------------------------------