ports/56485: new port: net/gift-openft
Stefan Ehmann
shoesoft at gmx.net
Fri Sep 5 10:30:14 UTC 2003
>Number: 56485
>Category: ports
>Synopsis: new port: net/gift-openft
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 03:30:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Stefan Ehmann
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD shoeserv.freebsd 5.1-CURRENT FreeBSD 5.1-CURRENT #11: Mon Sep 1 18:32:08 CEST 2003 Shoe at shoeserv.freebsd:/usr/obj/usr/src/sys/SHOE i386
>Description:
add new port: net/gift-openft - An OpenFT plugin for gift
This is the first of three available gift plugins (at the moment). As soon as gift gets commited I'll send PRs for gift-gnutella and gift-fasttrack.
>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:
#
# gift-openft
# gift-openft/Makefile
# gift-openft/distinfo
# gift-openft/pkg-plist
# gift-openft/pkg-descr
# gift-openft/files
# gift-openft/files/patch-configure
#
echo c - gift-openft
mkdir -p gift-openft > /dev/null 2>&1
echo x - gift-openft/Makefile
sed 's/^X//' >gift-openft/Makefile << 'END-of-gift-openft/Makefile'
X# New ports collection makefile for: giFT-OpenFT
X# Date created: 2003-09-04
X# Whom: Stefan Ehmann <shoesoft at gmx.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= giFT-OpenFT
XPORTVERSION= 0.2.1.0
XCATEGORIES= net
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= gift
XDISTNAME= ${PORTNAME:L}-${PORTVERSION}
X
XMAINTAINER= shoesoft at gmx.net
XCOMMENT= An OpenFT plugin for giFT
X
XLIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \
X db3.3:${PORTSDIR}/databases/db3
X
XUSE_BZIP2= yes
XGNU_CONFIGURE= yes
XUSE_GMAKE= yes
XCPPFLAGS+= -I${LOCALBASE}/include
XLDFLAGS+= -L${LOCALBASE}/lib
XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
X LDFLAGS="${LDFLAGS}"
X
XDOC_FILES= AUTHORS COPYING ChangeLog \
X INSTALL NEWS README TODO
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X @${MKDIR} ${DOCSDIR}
X.for doc in ${DOC_FILES}
X @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-gift-openft/Makefile
echo x - gift-openft/distinfo
sed 's/^X//' >gift-openft/distinfo << 'END-of-gift-openft/distinfo'
XMD5 (gift-openft-0.2.1.0.tar.bz2) = f4335559174ca9f170d3ad6036579a76
END-of-gift-openft/distinfo
echo x - gift-openft/pkg-plist
sed 's/^X//' >gift-openft/pkg-plist << 'END-of-gift-openft/pkg-plist'
Xlib/giFT/libOpenFT.la
Xlib/giFT/libOpenFT.so
X%%PORTDOCS%%share/doc/giFT-OpenFT/AUTHORS
X%%PORTDOCS%%share/doc/giFT-OpenFT/COPYING
X%%PORTDOCS%%share/doc/giFT-OpenFT/ChangeLog
X%%PORTDOCS%%share/doc/giFT-OpenFT/INSTALL
X%%PORTDOCS%%share/doc/giFT-OpenFT/NEWS
X%%PORTDOCS%%share/doc/giFT-OpenFT/README
X%%PORTDOCS%%share/doc/giFT-OpenFT/TODO
X%%PORTDOCS%%share/giFT/OpenFT/OpenFT.conf.template
X%%PORTDOCS%%share/giFT/OpenFT/nodes
X at dirrm lib/giFT
X at dirrm %%PORTDOCS%%share/doc/giFT-OpenFT
X at dirrm %%PORTDOCS%%share/giFT/OpenFT
END-of-gift-openft/pkg-plist
echo x - gift-openft/pkg-descr
sed 's/^X//' >gift-openft/pkg-descr << 'END-of-gift-openft/pkg-descr'
XOpenFT plugin for gift
X
XWWW: http://gift.sourceforge.net/
END-of-gift-openft/pkg-descr
echo c - gift-openft/files
mkdir -p gift-openft/files > /dev/null 2>&1
echo x - gift-openft/files/patch-configure
sed 's/^X//' >gift-openft/files/patch-configure << 'END-of-gift-openft/files/patch-configure'
X--- configure.orig Fri Sep 5 01:16:52 2003
X+++ configure Fri Sep 5 01:16:58 2003
X@@ -8710,7 +8710,7 @@
X LIBS="$LIBS -l$dbname"
X echo "$as_me:$LINENO: checking for libdb (-l$dbname)" >&5
X echo $ECHO_N "checking for libdb (-l$dbname)... $ECHO_C" >&6
X-if test "${found_libdb+set}" = set; then
X+if test "${found_libdb}+set" = set; then
X echo $ECHO_N "(cached) $ECHO_C" >&6
X else
X if test "$cross_compiling" = yes; then
X@@ -8790,7 +8790,7 @@
X echo "${ECHO_T}$found_libdb" >&6
X CFLAGS="$ac_save_CFLAGS"
X LIBS="$ac_save_LIBS"
X- if test x$found_libdb == xyes; then break; fi
X+ if test x$found_libdb = xyes; then break; fi
X done
X use_libdb=$found_libdb
X else
END-of-gift-openft/files/patch-configure
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list