diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:06:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:06:06 +0000 |
commit | 7392f9700d146d2b15e05eebf36886ce1d425086 (patch) | |
tree | dfad9b6c429d959aaa6a7f295a25ddd5379a79e0 /net/gift-openft | |
parent | 5485cd6ed4b1923ff6d21e38a3b1ee92dfb4304c (diff) | |
download | pkgsrc-7392f9700d146d2b15e05eebf36886ce1d425086.tar.gz |
Initial import of gift-openft-0.2.1.2 from pkgsrc-wip.
gift-openft is a plugin for the giFT Daemon which provides access to the
OpenFT peer-to-peer network.
Diffstat (limited to 'net/gift-openft')
-rw-r--r-- | net/gift-openft/DESCR | 2 | ||||
-rw-r--r-- | net/gift-openft/Makefile | 21 | ||||
-rw-r--r-- | net/gift-openft/PLIST | 6 | ||||
-rw-r--r-- | net/gift-openft/distinfo | 5 | ||||
-rw-r--r-- | net/gift-openft/patches/patch-aa | 22 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net/gift-openft/DESCR b/net/gift-openft/DESCR new file mode 100644 index 00000000000..9b08dd0f8f5 --- /dev/null +++ b/net/gift-openft/DESCR @@ -0,0 +1,2 @@ +gift-openft is a plugin for the giFT Daemon which provides access to the +OpenFT peer-to-peer network. diff --git a/net/gift-openft/Makefile b/net/gift-openft/Makefile new file mode 100644 index 00000000000..5c2b2bacb1f --- /dev/null +++ b/net/gift-openft/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:06:06 xtraeme Exp $ +# + +DISTNAME= gift-openft-0.2.1.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/} + +MAINTAINER= alex@catbull.com +HOMEPAGE= http://gift.sourceforge.net/ +COMMENT= OpenFT Plugin for the gift daemon + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +SHLIBTOOL_OVERRIDE= libtool + +.include "../../devel/zlib/buildlink3.mk" +.include "../../databases/db4/buildlink3.mk" +.include "../../net/gift/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gift-openft/PLIST b/net/gift-openft/PLIST new file mode 100644 index 00000000000..394e6b074b0 --- /dev/null +++ b/net/gift-openft/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 02:06:07 xtraeme Exp $ +lib/giFT/libOpenFT.la +lib/giFT/libOpenFT.so +share/giFT/OpenFT/OpenFT.conf.template +share/giFT/OpenFT/nodes +@dirrm share/giFT/OpenFT diff --git a/net/gift-openft/distinfo b/net/gift-openft/distinfo new file mode 100644 index 00000000000..33df798fcf6 --- /dev/null +++ b/net/gift-openft/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/08 02:06:07 xtraeme Exp $ + +SHA1 (gift-openft-0.2.1.2.tar.gz) = 3119265513ee9b2907b7d1568eb25c13d1628e47 +Size (gift-openft-0.2.1.2.tar.gz) = 447446 bytes +SHA1 (patch-aa) = 6429f13b18556fe868397d8c7d0d622aea5c044d diff --git a/net/gift-openft/patches/patch-aa b/net/gift-openft/patches/patch-aa new file mode 100644 index 00000000000..a894cf78d7f --- /dev/null +++ b/net/gift-openft/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/05/08 02:06:07 xtraeme Exp $ + +--- configure.orig Fri Sep 5 01:16:52 2003 ++++ configure Fri Sep 5 01:16:58 2003 +@@ -8710,7 +8710,7 @@ + LIBS="$LIBS -l$dbname" + echo "$as_me:$LINENO: checking for libdb (-l$dbname)" >&5 + echo $ECHO_N "checking for libdb (-l$dbname)... $ECHO_C" >&6 +-if test "${found_libdb+set}" = set; then ++if test "${found_libdb}+set" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +@@ -8790,7 +8790,7 @@ + echo "${ECHO_T}$found_libdb" >&6 + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" +- if test x$found_libdb == xyes; then break; fi ++ if test x$found_libdb = xyes; then break; fi + done + use_libdb=$found_libdb + else |