summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-08 08:07:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-08 08:07:05 +0000
commitd228325498c384df8d00b7afe0312613163538e2 (patch)
tree3ddad39e748342cd1309fef988939c6dee39c8dd
parentUpdate to latest snapshot. (diff)
Add squall (renamed from pdtpd).
Notes
Notes: svn path=/head/; revision=115605
-rw-r--r--net-p2p/squall/Makefile29
-rw-r--r--net-p2p/squall/distinfo2
-rw-r--r--net-p2p/squall/pkg-descr8
-rw-r--r--net-p2p/squall/pkg-plist8
-rw-r--r--net/Makefile1
-rw-r--r--net/squall/Makefile29
-rw-r--r--net/squall/distinfo2
-rw-r--r--net/squall/pkg-descr8
-rw-r--r--net/squall/pkg-plist8
9 files changed, 95 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%%
diff --git a/net/Makefile b/net/Makefile
index 6277c9db5c8d..229632109eb7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -659,6 +659,7 @@
SUBDIR += socks5
SUBDIR += spread
SUBDIR += spread-j
+ SUBDIR += squall
SUBDIR += ssldump
SUBDIR += ssltunnel-client
SUBDIR += ssltunnel-server
diff --git a/net/squall/Makefile b/net/squall/Makefile
new file mode 100644
index 000000000000..94189f4f110c
--- /dev/null
+++ b/net/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/squall/distinfo b/net/squall/distinfo
new file mode 100644
index 000000000000..a1faabdc1776
--- /dev/null
+++ b/net/squall/distinfo
@@ -0,0 +1,2 @@
+MD5 (squall-20040808.tar.gz) = 9b93a87933cff07896d4f58da9711e5b
+SIZE (squall-20040808.tar.gz) = 136670
diff --git a/net/squall/pkg-descr b/net/squall/pkg-descr
new file mode 100644
index 000000000000..dc06ae2cb5d3
--- /dev/null
+++ b/net/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/squall/pkg-plist b/net/squall/pkg-plist
new file mode 100644
index 000000000000..be03e7cc44ab
--- /dev/null
+++ b/net/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%%