ports/69246: New port: devel/libgutenfetch Library for application developers to interface with Project Gutenberg etext servers.
Russell Francis
rf358197 at ohio.edu
Sun Jul 18 16:50:17 UTC 2004
>Number: 69246
>Category: ports
>Synopsis: New port: devel/libgutenfetch Library for application developers to interface with Project Gutenberg etext servers.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 18 16:50:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Russell Francis
>Release: 5.2.1
>Organization:
>Environment:
FreeBSD fluke 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Sun Jul 4 01:07:31 GMT 2004 root@:/usr/obj/usr/src/sys/NEXT i386
>Description:
This is a new port for the libgutenfetch library. It is a development library which allows developers a clean and consistent interface to listing and fetching electronic texts from Project Gutenberg servers.
Attached is a shell archive with the files needed for the port.
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# libgutenfetch
# libgutenfetch/Makefile
# libgutenfetch/distinfo
# libgutenfetch/pkg-descr
#
echo c - libgutenfetch
mkdir -p libgutenfetch > /dev/null 2>&1
echo x - libgutenfetch/Makefile
sed 's/^X//' >libgutenfetch/Makefile << 'END-of-libgutenfetch/Makefile'
X# New ports collection makefile for: libgutenfetch
X# Date created: 17 July 2004
X# Whom: Russell Francis <johntabularasa at users.sf.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= libgutenfetch
XPORTVERSION= 1.1
XCATEGORIES= devel
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= libgutenfetch
X
XMAINTAINER= johntabularasa at users.sf.net
XCOMMENT= A library that allows application developers to connect to PG
X
XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
X
XGNU_CONFIGURE= yes
XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
X LIBS="-L${LOCALBASE}/lib"
XUSE_GMAKE= yes
XUSE_BZIP2= yes
X
XMAN3 = libgutenfetch.3 \
X gutenfetch_version.3 \
X gutenfetch_shutdown.3 \
X gutenfetch_set_active_server_full.3 \
X gutenfetch_set_active_server.3 \
X gutenfetch_new_server.3 \
X gutenfetch_list_servers.3 \
X gutenfetch_is_threadsafe.3 \
X gutenfetch_init.3 \
X gutenfetch_get_aussie_server.3 \
X gutenfetch_get_active_server.3 \
X gutenfetch_free_server.3 \
X gutenfetch_free_servers.3 \
X gutenfetch_duplicate_server.3
X
XPLIST_FILES= lib/libgutenfetch.a \
X lib/libgutenfetch.la \
X lib/libgutenfetch.so \
X lib/libgutenfetch.so.0 \
X share/libgutenfetch/servers.txt
X
XPLIST_DIRS= share/libgutenfetch
X
X.include <bsd.port.mk>
END-of-libgutenfetch/Makefile
echo x - libgutenfetch/distinfo
sed 's/^X//' >libgutenfetch/distinfo << 'END-of-libgutenfetch/distinfo'
XMD5 (libgutenfetch-1.1.tar.bz2) = e71f45f79eebb8352eac4a00c96a5d9b
XSIZE (libgutenfetch-1.1.tar.bz2) = 208223
END-of-libgutenfetch/distinfo
echo x - libgutenfetch/pkg-descr
sed 's/^X//' >libgutenfetch/pkg-descr << 'END-of-libgutenfetch/pkg-descr'
XThis is a port of libgutenfetch, which provides a clean and consistent
Xinterface for application developers to write clients which list and
Xfetch free electronic texts from any number of Project Gutenberg servers
Xthroughout the world.
X
XWWW: http://sourceforge.net/projects/libgutenfetch/
X
X- Russell Francis
Xjohntabularasa at users.sf.net
END-of-libgutenfetch/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list