pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gift-openft Initial import of gift-openft-0.2.1.2 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/769e791fe531
branches:  trunk
changeset: 474960:769e791fe531
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 08 02:06:06 2004 +0000

description:
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:

 net/gift-openft/DESCR            |   2 ++
 net/gift-openft/Makefile         |  21 +++++++++++++++++++++
 net/gift-openft/PLIST            |   6 ++++++
 net/gift-openft/distinfo         |   5 +++++
 net/gift-openft/patches/patch-aa |  22 ++++++++++++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 7e250a1046f3 -r 769e791fe531 net/gift-openft/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift-openft/DESCR     Sat May 08 02:06:06 2004 +0000
@@ -0,0 +1,2 @@
+gift-openft is a plugin for the giFT Daemon which provides access to the
+OpenFT peer-to-peer network.
diff -r 7e250a1046f3 -r 769e791fe531 net/gift-openft/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift-openft/Makefile  Sat May 08 02:06:06 2004 +0000
@@ -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@localhost
+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 -r 7e250a1046f3 -r 769e791fe531 net/gift-openft/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift-openft/PLIST     Sat May 08 02:06:06 2004 +0000
@@ -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 -r 7e250a1046f3 -r 769e791fe531 net/gift-openft/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift-openft/distinfo  Sat May 08 02:06:06 2004 +0000
@@ -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 -r 7e250a1046f3 -r 769e791fe531 net/gift-openft/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift-openft/patches/patch-aa  Sat May 08 02:06:06 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index