diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libpdtp/Makefile | 30 | ||||
-rw-r--r-- | net-p2p/libpdtp/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/libpdtp/files/patch-make-buildlib.sh | 11 | ||||
-rw-r--r-- | net-p2p/libpdtp/files/patch-make-compile.sh | 11 | ||||
-rw-r--r-- | net-p2p/libpdtp/files/patch-make-link.sh | 11 | ||||
-rw-r--r-- | net-p2p/libpdtp/pkg-descr | 7 | ||||
-rw-r--r-- | net-p2p/libpdtp/pkg-plist | 3 | ||||
-rw-r--r-- | net-p2p/squall/Makefile | 29 | ||||
-rw-r--r-- | net-p2p/squall/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/squall/files/patch-make-compile.sh | 11 | ||||
-rw-r--r-- | net-p2p/squall/files/patch-make-link.sh | 11 | ||||
-rw-r--r-- | net-p2p/squall/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/squall/pkg-plist | 7 |
14 files changed, 0 insertions, 145 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 22509bdf8709..da9a21938a09 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -41,7 +41,6 @@ SUBDIR += libbt SUBDIR += liberator SUBDIR += libktorrent - SUBDIR += libpdtp SUBDIR += libswift SUBDIR += libtorrent SUBDIR += libtorrent-rasterbar @@ -83,7 +82,6 @@ SUBDIR += shx SUBDIR += sonarr SUBDIR += sonarr-devel - SUBDIR += squall SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff diff --git a/net-p2p/libpdtp/Makefile b/net-p2p/libpdtp/Makefile deleted file mode 100644 index 6ea5825ae201..000000000000 --- a/net-p2p/libpdtp/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libpdtp -PORTVERSION= 0.1.20040808 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= http://dist.bsdlab.org/ -DISTNAME= ${PORTNAME}-20040808 - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP) - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD3CLAUSE - -USES= ssl -WRKSRC= ${WRKDIR}/${PORTNAME} -HAS_CONFIGURE= yes -USE_LDCONFIG= yes -CFLAGS+= -fpic - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pdtp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libpdtp.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libpdtp.so.0 ${STAGEDIR}${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/net-p2p/libpdtp/distinfo b/net-p2p/libpdtp/distinfo deleted file mode 100644 index 2e6576e790ba..000000000000 --- a/net-p2p/libpdtp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libpdtp-20040808.tar.gz) = 1c9bb891ef288f194ec395d0dc2b0ae549ba219919bd045108ca5e54ea72cf84 -SIZE (libpdtp-20040808.tar.gz) = 52675 diff --git a/net-p2p/libpdtp/files/patch-make-buildlib.sh b/net-p2p/libpdtp/files/patch-make-buildlib.sh deleted file mode 100644 index e2200d8d288e..000000000000 --- a/net-p2p/libpdtp/files/patch-make-buildlib.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./make-buildlib.sh.orig 2014-06-11 23:58:17.022462223 +0900 -+++ ./make-buildlib.sh 2014-06-11 23:58:26.037461106 +0900 -@@ -10,7 +10,7 @@ - BUILDLIBFLAGS="-lpthread -shared" - ;; - FreeBSD|OpenBSD|NetBSD) -- BUILDLIB=gcc -+ BUILDLIB=${CC} - BUILDLIBFLAGS="-pthread -shared" - ;; - SunOS) diff --git a/net-p2p/libpdtp/files/patch-make-compile.sh b/net-p2p/libpdtp/files/patch-make-compile.sh deleted file mode 100644 index 66f06a3a4b27..000000000000 --- a/net-p2p/libpdtp/files/patch-make-compile.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./make-compile.sh.orig 2014-06-11 23:56:44.234462034 +0900 -+++ ./make-compile.sh 2014-06-11 23:56:59.164462439 +0900 -@@ -11,7 +11,7 @@ - CFLAGS="-ansi -pedantic -fpic -g -Wall -D_GNU_SOURCE" - ;; - FreeBSD|OpenBSD|NetBSD) -- CC=gcc -+ CC=${CC} - CFLAGS="-ansi -pedantic -fpic -g -Wall" - ;; - SunOS) diff --git a/net-p2p/libpdtp/files/patch-make-link.sh b/net-p2p/libpdtp/files/patch-make-link.sh deleted file mode 100644 index 77d28a5a2cf1..000000000000 --- a/net-p2p/libpdtp/files/patch-make-link.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./make-link.sh.orig 2014-06-11 23:57:05.342462423 +0900 -+++ ./make-link.sh 2014-06-11 23:57:14.220461623 +0900 -@@ -6,7 +6,7 @@ - LDFLAGS="-lpthread" - ;; - FreeBSD|OpenBSD|NetBSD) -- LD=gcc -+ LD=${CC} - LDFLAGS="-pthread" - ;; - SunOS) diff --git a/net-p2p/libpdtp/pkg-descr b/net-p2p/libpdtp/pkg-descr deleted file mode 100644 index c86e7da6f482..000000000000 --- a/net-p2p/libpdtp/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libpdtp is a client library for the Peer Distributed Transfer -Protocol (PDTP), a protocol which provides BitTorrent-like peer-based -content distribution while operating more like HTTP or FTP. - -For a more thorough description of PDTP, see http://www.pdtp.org/. - -WWW: http://libpdtp.sourceforge.net/ diff --git a/net-p2p/libpdtp/pkg-plist b/net-p2p/libpdtp/pkg-plist deleted file mode 100644 index f6454194dbe6..000000000000 --- a/net-p2p/libpdtp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/pdtp -lib/libpdtp.a -lib/libpdtp.so.0 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 |