diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:29:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:29:43 +0800 |
commit | 8d901d541fd454a93e5bf8ef8481865f00c30769 (patch) | |
tree | 3c0beb2d4c949a1402f3a7749b774b52a290e64d | |
parent | f1c39169e977755459d32e26d2c0d029265b0c22 (diff) | |
download | freebsd-ports-gnome-8d901d541fd454a93e5bf8ef8481865f00c30769.tar.gz freebsd-ports-gnome-8d901d541fd454a93e5bf8ef8481865f00c30769.tar.zst freebsd-ports-gnome-8d901d541fd454a93e5bf8ef8481865f00c30769.zip |
Add pdtpd 0.1.20040404, server for the Peer Distributed Transfer
Protocol (PDTP).
XXX: This is for my evaluation purpose, not intended to be used by
public. :-)
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pdtpd/Makefile | 26 | ||||
-rw-r--r-- | net/pdtpd/distinfo | 2 | ||||
-rw-r--r-- | net/pdtpd/pkg-descr | 8 | ||||
-rw-r--r-- | net/pdtpd/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 693eb5e1dd19..af3208fdbd43 100644 --- a/net/Makefile +++ b/net/Makefile @@ -476,6 +476,7 @@ SUBDIR += pbnc SUBDIR += pchar SUBDIR += pcnfsd + SUBDIR += pdtpd SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Sieve diff --git a/net/pdtpd/Makefile b/net/pdtpd/Makefile new file mode 100644 index 000000000000..fde789218ba4 --- /dev/null +++ b/net/pdtpd/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pdtpd +# Date created: 5 Apr 2004 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pdtpd +PORTVERSION= 0.1.20040404 +CATEGORIES= net +MASTER_SITES= http://people.FreeBSD.org/~kuriyama/distfiles/ +DISTNAME= ${PORTNAME}-20040404 + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Server for the Peer Distributed Transfer Protocol (PDTP) + +WRKSRC= ${WRKDIR}/${PORTNAME} +STRIP= # Keep empty for debugging. + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pdtpd/pdtpd ${PREFIX}/sbin/pdtpd + ${INSTALL_PROGRAM} ${WRKSRC}/pdtpss/pdtpss ${PREFIX}/sbin/pdtpss + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} + +.include <bsd.port.mk> diff --git a/net/pdtpd/distinfo b/net/pdtpd/distinfo new file mode 100644 index 000000000000..39c3412f6006 --- /dev/null +++ b/net/pdtpd/distinfo @@ -0,0 +1,2 @@ +MD5 (pdtpd-20040404.tar.gz) = 7c33461859c056874869966b99d42552 +SIZE (pdtpd-20040404.tar.gz) = 70794 diff --git a/net/pdtpd/pkg-descr b/net/pdtpd/pkg-descr new file mode 100644 index 000000000000..dc06ae2cb5d3 --- /dev/null +++ b/net/pdtpd/pkg-descr @@ -0,0 +1,8 @@ +pdtpd is a server for the Peer Distributed Transfer Protocol (PDTP), +a BitTorrent-like protocol with stricter server control and support +for exporting large, changing hierarchical filesystems (i.e. more akin +to HTTP/FTP). + +For a more thorough description of PDTP, see http://www.pdtp.org/. + +WWW: http://pdtpd.sourceforge.net/ diff --git a/net/pdtpd/pkg-plist b/net/pdtpd/pkg-plist new file mode 100644 index 000000000000..6abd75620e42 --- /dev/null +++ b/net/pdtpd/pkg-plist @@ -0,0 +1,6 @@ +sbin/pdtpd +sbin/pdtpss +%%DOCSDIR%%/protocol.txt +%%DOCSDIR%%/transactions.txt +%%DOCSDIR%%/transfer_specification.txt +@dirrm %%DOCSDIR%% |