diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-03 03:14:55 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-03 03:14:55 +0000 |
commit | 0f0b05d6f100a2376614cbdb3f8b78137e664592 (patch) | |
tree | 34d24beaf35fa4cf2780658e2c01e3ef179a6c57 /net | |
parent | f11da982657a128a04882d7f292a0d2b85c0f5c8 (diff) | |
download | FreeBSD-ports-0f0b05d6f100a2376614cbdb3f8b78137e664592.zip FreeBSD-ports-0f0b05d6f100a2376614cbdb3f8b78137e664592.tar.gz |
New port fcptools version 0.4.7: FreeNet client library and
command-line tools for shell scripting
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/fcptools/Makefile | 25 | ||||
-rw-r--r-- | net/fcptools/distinfo | 1 | ||||
-rw-r--r-- | net/fcptools/files/patch-configure | 10 | ||||
-rw-r--r-- | net/fcptools/pkg-descr | 7 | ||||
-rw-r--r-- | net/fcptools/pkg-plist | 10 |
6 files changed, 54 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8910b27..4263093 100644 --- a/net/Makefile +++ b/net/Makefile @@ -140,6 +140,7 @@ SUBDIR += eudc-emacs20 SUBDIR += everybuddy SUBDIR += ez-ipupdate + SUBDIR += fcptools SUBDIR += fidelio SUBDIR += firedns SUBDIR += firetalk diff --git a/net/fcptools/Makefile b/net/fcptools/Makefile new file mode 100644 index 0000000..7fdc965 --- /dev/null +++ b/net/fcptools/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: fcptools +# Date created: Sat May 3 03:05:46 UTC 2003 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fcptools +PORTVERSION= 0.4.7 +CATEGORIES= net security +MASTER_SITES= http://freenetproject.org/snapshots/ +EXTRACT_SUFX= .tgz + +MAINTAINER= lioux@FreeBSD.org +COMMENT= FreeNet client library and command-line tools for shell scripting + +USE_GMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} +INSTALLS_SHLIB= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-stable + +.include <bsd.port.mk> diff --git a/net/fcptools/distinfo b/net/fcptools/distinfo new file mode 100644 index 0000000..4c67c68 --- /dev/null +++ b/net/fcptools/distinfo @@ -0,0 +1 @@ +MD5 (fcptools-0.4.7.tgz) = d3c2d068009ef22b33211e43259ac667 diff --git a/net/fcptools/files/patch-configure b/net/fcptools/files/patch-configure new file mode 100644 index 0000000..b9c9d54 --- /dev/null +++ b/net/fcptools/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat May 3 00:09:45 2003 ++++ configure Sat May 3 00:09:58 2003 +@@ -5647,6 +5647,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net/fcptools/pkg-descr b/net/fcptools/pkg-descr new file mode 100644 index 0000000..807e55b --- /dev/null +++ b/net/fcptools/pkg-descr @@ -0,0 +1,7 @@ +[ excerpt from distfile's README ] + +The aim of FCPtools is to offer a truly multi-platform ANSI-C based +Freenet client library, as well as provide command-line tools for +convenience and potentially shell scripting. + +WWW: http://freenetproject.org/cgi-bin/twiki/view/Main/FCPTools diff --git a/net/fcptools/pkg-plist b/net/fcptools/pkg-plist new file mode 100644 index 0000000..85607a5 --- /dev/null +++ b/net/fcptools/pkg-plist @@ -0,0 +1,10 @@ +bin/fcpget +bin/fcpput +bin/fcpputsite +bin/fcpputsplit +include/fcptools/compat.h +include/fcptools/ezFCPlib.h +lib/libezfcp.a +lib/libezfcp.so +lib/libezfcp.so.0 +@dirrm include/fcptools |