mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port fcptools version 0.4.7: FreeNet client library and
command-line tools for shell scripting
This commit is contained in:
parent
6e6a5f99be
commit
bab21f59ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80029
25
net-p2p/fcptools/Makefile
Normal file
25
net-p2p/fcptools/Makefile
Normal file
@ -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>
|
1
net-p2p/fcptools/distinfo
Normal file
1
net-p2p/fcptools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fcptools-0.4.7.tgz) = d3c2d068009ef22b33211e43259ac667
|
10
net-p2p/fcptools/files/patch-configure
Normal file
10
net-p2p/fcptools/files/patch-configure
Normal file
@ -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'
|
7
net-p2p/fcptools/pkg-descr
Normal file
7
net-p2p/fcptools/pkg-descr
Normal file
@ -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
|
10
net-p2p/fcptools/pkg-plist
Normal file
10
net-p2p/fcptools/pkg-plist
Normal file
@ -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
|
@ -140,6 +140,7 @@
|
||||
SUBDIR += eudc-emacs20
|
||||
SUBDIR += everybuddy
|
||||
SUBDIR += ez-ipupdate
|
||||
SUBDIR += fcptools
|
||||
SUBDIR += fidelio
|
||||
SUBDIR += firedns
|
||||
SUBDIR += firetalk
|
||||
|
25
net/fcptools/Makefile
Normal file
25
net/fcptools/Makefile
Normal file
@ -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>
|
1
net/fcptools/distinfo
Normal file
1
net/fcptools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fcptools-0.4.7.tgz) = d3c2d068009ef22b33211e43259ac667
|
10
net/fcptools/files/patch-configure
Normal file
10
net/fcptools/files/patch-configure
Normal file
@ -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'
|
7
net/fcptools/pkg-descr
Normal file
7
net/fcptools/pkg-descr
Normal file
@ -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
|
10
net/fcptools/pkg-plist
Normal file
10
net/fcptools/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user