aboutsummaryrefslogtreecommitdiff
path: root/net/libpdtp
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-04-05 02:31:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-04-05 02:31:32 +0000
commitaae10343bf60007a9231cbf119f98fa02edc69d2 (patch)
tree29a5b8504823de90adf3ce70f9df8ce92682a9d9 /net/libpdtp
parentf6eb47e159cf0632023f8246d62466c4602b1487 (diff)
downloadports-aae10343bf60007a9231cbf119f98fa02edc69d2.tar.gz
ports-aae10343bf60007a9231cbf119f98fa02edc69d2.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. :-)
Notes
Notes: svn path=/head/; revision=106164
Diffstat (limited to 'net/libpdtp')
-rw-r--r--net/libpdtp/Makefile25
-rw-r--r--net/libpdtp/distinfo2
-rw-r--r--net/libpdtp/pkg-descr7
-rw-r--r--net/libpdtp/pkg-plist2
4 files changed, 36 insertions, 0 deletions
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