From aae10343bf60007a9231cbf119f98fa02edc69d2 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 5 Apr 2004 02:31:32 +0000 Subject: 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. :-) --- net-p2p/libpdtp/Makefile | 25 +++++++++++++++++++++++++ net-p2p/libpdtp/distinfo | 2 ++ net-p2p/libpdtp/pkg-descr | 7 +++++++ net-p2p/libpdtp/pkg-plist | 2 ++ 4 files changed, 36 insertions(+) create mode 100644 net-p2p/libpdtp/Makefile create mode 100644 net-p2p/libpdtp/distinfo create mode 100644 net-p2p/libpdtp/pkg-descr create mode 100644 net-p2p/libpdtp/pkg-plist (limited to 'net-p2p') diff --git a/net-p2p/libpdtp/Makefile b/net-p2p/libpdtp/Makefile new file mode 100644 index 000000000000..aaffd1f2b712 --- /dev/null +++ b/net-p2p/libpdtp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libpdtp +# Date created: 5 Apr 2004 +# Whom: Jun Kuriyama +# +# $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 diff --git a/net-p2p/libpdtp/distinfo b/net-p2p/libpdtp/distinfo new file mode 100644 index 000000000000..96fb69d553b3 --- /dev/null +++ b/net-p2p/libpdtp/distinfo @@ -0,0 +1,2 @@ +MD5 (libpdtp-M1-pre2.tar.gz) = 6efff6904cd4a2406e4ef32425ea6768 +SIZE (libpdtp-M1-pre2.tar.gz) = 47349 diff --git a/net-p2p/libpdtp/pkg-descr b/net-p2p/libpdtp/pkg-descr new file mode 100644 index 000000000000..c86e7da6f482 --- /dev/null +++ b/net-p2p/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-p2p/libpdtp/pkg-plist b/net-p2p/libpdtp/pkg-plist new file mode 100644 index 000000000000..854b7481635b --- /dev/null +++ b/net-p2p/libpdtp/pkg-plist @@ -0,0 +1,2 @@ +lib/libpdtp.a +lib/libpdtp.so.0 -- cgit