summaryrefslogtreecommitdiff
path: root/net-p2p/squall
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/squall')
-rw-r--r--net-p2p/squall/Makefile29
-rw-r--r--net-p2p/squall/distinfo2
-rw-r--r--net-p2p/squall/files/patch-make-compile.sh11
-rw-r--r--net-p2p/squall/files/patch-make-link.sh11
-rw-r--r--net-p2p/squall/pkg-descr8
-rw-r--r--net-p2p/squall/pkg-plist7
6 files changed, 0 insertions, 68 deletions
diff --git a/net-p2p/squall/Makefile b/net-p2p/squall/Makefile
deleted file mode 100644
index 5cd2b42fb7e0..000000000000
--- a/net-p2p/squall/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= squall
-PORTVERSION= 0.1.20040808
-CATEGORIES= net-p2p
-MASTER_SITES= http://dist.bsdlab.org/
-DISTNAME= ${PORTNAME}-20040808
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= Server for the Peer Distributed Transfer Protocol (PDTP)
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= ssl
-HAS_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-STRIP= # Keep empty for debugging.
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/squallproxy/squallproxy ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/squirt/squirt ${STAGEDIR}${PREFIX}/sbin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net-p2p/squall/distinfo b/net-p2p/squall/distinfo
deleted file mode 100644
index 09067e757efe..000000000000
--- a/net-p2p/squall/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (squall-20040808.tar.gz) = c59c64c48b2706e481a4016e2a5839691b2b33ff653a0b5b443f416bc4a97f2e
-SIZE (squall-20040808.tar.gz) = 136670
diff --git a/net-p2p/squall/files/patch-make-compile.sh b/net-p2p/squall/files/patch-make-compile.sh
deleted file mode 100644
index 2e20e290c921..000000000000
--- a/net-p2p/squall/files/patch-make-compile.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- make-compile.sh.orig 2014-06-11 23:42:34.333462233 +0900
-+++ make-compile.sh 2014-06-11 23:42:45.001462051 +0900
-@@ -8,7 +8,7 @@
- CFLAGS="-D_REENTRANT -D_THREAD_SAFE -g -O3 -Wall"
- ;;
- FreeBSD|OpenBSD|NetBSD)
-- CC=gcc
-+ CC=${CC}
- CFLAGS="-D_REENTRANT -D_THREAD_SAFE -ansi -pedantic -g -O3 -Wall"
- ;;
- Linux)
diff --git a/net-p2p/squall/files/patch-make-link.sh b/net-p2p/squall/files/patch-make-link.sh
deleted file mode 100644
index 64bd0abe229b..000000000000
--- a/net-p2p/squall/files/patch-make-link.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- make-link.sh.orig 2014-06-11 23:44:37.727462291 +0900
-+++ make-link.sh 2014-06-11 23:47:07.004461915 +0900
-@@ -6,7 +6,7 @@
- LDFLAGS=-lpthread
- ;;
- FreeBSD|OpenBSD|NetBSD)
-- LD=gcc
-+ LD=${CC}
- LDFLAGS=-pthread
- ;;
- SunOS)
diff --git a/net-p2p/squall/pkg-descr b/net-p2p/squall/pkg-descr
deleted file mode 100644
index dc06ae2cb5d3..000000000000
--- a/net-p2p/squall/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index e89c477ccb46..000000000000
--- a/net-p2p/squall/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-sbin/squall
-sbin/squallhub
-sbin/squallproxy
-sbin/squirt
-%%DOCSDIR%%/draft-arcieri-peer-distributed-transfer-protocol.txt
-%%DOCSDIR%%/transactions.txt
-%%DOCSDIR%%/transfer_specification.txt