diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-08 08:07:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-08 08:07:05 +0000 |
commit | d228325498c384df8d00b7afe0312613163538e2 (patch) | |
tree | 3ddad39e748342cd1309fef988939c6dee39c8dd /net-p2p/squall | |
parent | Update to latest snapshot. (diff) |
Add squall (renamed from pdtpd).
Notes
Notes:
svn path=/head/; revision=115605
Diffstat (limited to 'net-p2p/squall')
-rw-r--r-- | net-p2p/squall/Makefile | 29 | ||||
-rw-r--r-- | net-p2p/squall/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/squall/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/squall/pkg-plist | 8 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net-p2p/squall/Makefile b/net-p2p/squall/Makefile new file mode 100644 index 000000000000..94189f4f110c --- /dev/null +++ b/net-p2p/squall/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: squall +# Date created: 5 Apr 2004 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= squall +PORTVERSION= 0.1.20040808 +CATEGORIES= net +MASTER_SITES= http://dist.bsdlab.org/ +DISTNAME= ${PORTNAME}-20040808 + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Server for the Peer Distributed Transfer Protocol (PDTP) + +HAS_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +STRIP= # Keep empty for debugging. + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/squallproxy/squallproxy ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/squirt/squirt ${PREFIX}/sbin + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} + +.include <bsd.port.mk> diff --git a/net-p2p/squall/distinfo b/net-p2p/squall/distinfo new file mode 100644 index 000000000000..a1faabdc1776 --- /dev/null +++ b/net-p2p/squall/distinfo @@ -0,0 +1,2 @@ +MD5 (squall-20040808.tar.gz) = 9b93a87933cff07896d4f58da9711e5b +SIZE (squall-20040808.tar.gz) = 136670 diff --git a/net-p2p/squall/pkg-descr b/net-p2p/squall/pkg-descr new file mode 100644 index 000000000000..dc06ae2cb5d3 --- /dev/null +++ b/net-p2p/squall/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-p2p/squall/pkg-plist b/net-p2p/squall/pkg-plist new file mode 100644 index 000000000000..be03e7cc44ab --- /dev/null +++ b/net-p2p/squall/pkg-plist @@ -0,0 +1,8 @@ +sbin/squall +sbin/squallhub +sbin/squallproxy +sbin/squirt +%%DOCSDIR%%/draft-arcieri-peer-distributed-transfer-protocol.txt +%%DOCSDIR%%/transactions.txt +%%DOCSDIR%%/transfer_specification.txt +@dirrm %%DOCSDIR%% |