diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:31:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:31:32 +0800 |
commit | b8808f9484aa30472ae6b97031e5bc1154c88071 (patch) | |
tree | b3a56700b2da4fbfdf84d6e55c3ec63ff6f3c63e /net | |
parent | 369c9846d9ab71c7e0208011fedb2b71db08b501 (diff) | |
download | freebsd-ports-gnome-b8808f9484aa30472ae6b97031e5bc1154c88071.tar.gz freebsd-ports-gnome-b8808f9484aa30472ae6b97031e5bc1154c88071.tar.zst freebsd-ports-gnome-b8808f9484aa30472ae6b97031e5bc1154c88071.zip |
Add libpdtp 0.1.20040325, client library for Peer Distributed Transfer
Protocol (PDTP).
XXX: This is for my evaluation purpose, not intended to be used by
public. :-)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/libpdtp/Makefile | 25 | ||||
-rw-r--r-- | net/libpdtp/distinfo | 2 | ||||
-rw-r--r-- | net/libpdtp/pkg-descr | 7 | ||||
-rw-r--r-- | net/libpdtp/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index af3208fdbd43..65aea7133b01 100644 --- a/net/Makefile +++ b/net/Makefile @@ -269,6 +269,7 @@ SUBDIR += libosip SUBDIR += libosip2 SUBDIR += libpcap + SUBDIR += libpdtp SUBDIR += librsync SUBDIR += libsocket++ SUBDIR += libsocketcpp diff --git a/net/libpdtp/Makefile b/net/libpdtp/Makefile new file mode 100644 index 000000000000..aaffd1f2b712 --- /dev/null +++ b/net/libpdtp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libpdtp +# Date created: 5 Apr 2004 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libpdtp +PORTVERSION= 0.1.20040325 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libpdtp +DISTNAME= ${PORTNAME}-M1-pre2 + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP) + +WRKSRC= ${WRKDIR}/${PORTNAME} +HAS_CONFIGURE= yes +INSTALLS_SHLIB= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/libpdtp.* ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/net/libpdtp/distinfo b/net/libpdtp/distinfo new file mode 100644 index 000000000000..96fb69d553b3 --- /dev/null +++ b/net/libpdtp/distinfo @@ -0,0 +1,2 @@ +MD5 (libpdtp-M1-pre2.tar.gz) = 6efff6904cd4a2406e4ef32425ea6768 +SIZE (libpdtp-M1-pre2.tar.gz) = 47349 diff --git a/net/libpdtp/pkg-descr b/net/libpdtp/pkg-descr new file mode 100644 index 000000000000..c86e7da6f482 --- /dev/null +++ b/net/libpdtp/pkg-descr @@ -0,0 +1,7 @@ +libpdtp is a client library for the Peer Distributed Transfer +Protocol (PDTP), a protocol which provides BitTorrent-like peer-based +content distribution while operating more like HTTP or FTP. + +For a more thorough description of PDTP, see http://www.pdtp.org/. + +WWW: http://libpdtp.sourceforge.net/ diff --git a/net/libpdtp/pkg-plist b/net/libpdtp/pkg-plist new file mode 100644 index 000000000000..854b7481635b --- /dev/null +++ b/net/libpdtp/pkg-plist @@ -0,0 +1,2 @@ +lib/libpdtp.a +lib/libpdtp.so.0 |