diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 22:00:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 22:00:00 +0000 |
commit | 5cda8504827f2f3c5062f90e4822a6fc743715ca (patch) | |
tree | ea3b49ddb8735da2278fd6cf2255ad649c2579b6 /net/gutenfetch | |
parent | 7f11d466fb1966d1a23174a60c9d3825f8e002e5 (diff) |
- Update to 1.5
PR: ports/69593
Submitted by: Russell Francis <rf358197@ohio.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=114716
Diffstat (limited to 'net/gutenfetch')
-rw-r--r-- | net/gutenfetch/Makefile | 10 | ||||
-rw-r--r-- | net/gutenfetch/distinfo | 4 | ||||
-rw-r--r-- | net/gutenfetch/pkg-message | 11 |
3 files changed, 15 insertions, 10 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index 70f24d6951ac..b7aff2839b3f 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -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 diff --git a/net/gutenfetch/distinfo b/net/gutenfetch/distinfo index 8b3822aca443..c29a23ca723e 100644 --- a/net/gutenfetch/distinfo +++ b/net/gutenfetch/distinfo @@ -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 diff --git a/net/gutenfetch/pkg-message b/net/gutenfetch/pkg-message index 0d6ee3410492..10b24ddd8a9c 100644 --- a/net/gutenfetch/pkg-message +++ b/net/gutenfetch/pkg-message @@ -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. ---------------------------------------------------------------- |