mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to version 1.4
PR: ports/63885 Submitted by: maintainer
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (gutenfetch-1.1.tar.gz) = f87060d0470299c28bcf294bb7812d4a
|
||||
MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f
|
||||
SIZE (gutenfetch-1.4.tar.bz2) = 255815
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue