1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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.  :-)
This commit is contained in:
Jun Kuriyama 2004-04-05 02:29:43 +00:00
parent e50209a594
commit f6eb47e159
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106162
5 changed files with 43 additions and 0 deletions

View File

@ -476,6 +476,7 @@
SUBDIR += pbnc
SUBDIR += pchar
SUBDIR += pcnfsd
SUBDIR += pdtpd
SUBDIR += pear-Net_NNTP
SUBDIR += pear-Net_SMTP
SUBDIR += pear-Net_Sieve

26
net/pdtpd/Makefile Normal file
View File

@ -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>

2
net/pdtpd/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (pdtpd-20040404.tar.gz) = 7c33461859c056874869966b99d42552
SIZE (pdtpd-20040404.tar.gz) = 70794

8
net/pdtpd/pkg-descr Normal file
View File

@ -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/

6
net/pdtpd/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
sbin/pdtpd
sbin/pdtpss
%%DOCSDIR%%/protocol.txt
%%DOCSDIR%%/transactions.txt
%%DOCSDIR%%/transfer_specification.txt
@dirrm %%DOCSDIR%%