aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-08-08 17:58:31 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-08-08 17:58:31 +0800
commite260ef82206ef0b82f8811dbb6e210df129a82d4 (patch)
tree7a880b555ec5d227ba74ce1c943411554124ef01 /net
parent3e45fbbca94164fb52d1eed5692411f2b0fbe402 (diff)
downloadfreebsd-ports-gnome-e260ef82206ef0b82f8811dbb6e210df129a82d4.tar.gz
freebsd-ports-gnome-e260ef82206ef0b82f8811dbb6e210df129a82d4.tar.zst
freebsd-ports-gnome-e260ef82206ef0b82f8811dbb6e210df129a82d4.zip
net/pdtpd was renamed to net/squall.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/pdtpd/Makefile26
-rw-r--r--net/pdtpd/distinfo2
-rw-r--r--net/pdtpd/pkg-descr8
-rw-r--r--net/pdtpd/pkg-plist6
5 files changed, 0 insertions, 43 deletions
diff --git a/net/Makefile b/net/Makefile
index 229632109eb7..aad4766d5581 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -505,7 +505,6 @@
SUBDIR += pbnc
SUBDIR += pchar
SUBDIR += pcnfsd
- SUBDIR += pdtpd
SUBDIR += pear-Net_DIME
SUBDIR += pear-Net_NNTP
SUBDIR += pear-Net_SMTP
diff --git a/net/pdtpd/Makefile b/net/pdtpd/Makefile
deleted file mode 100644
index fde789218ba4..000000000000
--- a/net/pdtpd/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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>
diff --git a/net/pdtpd/distinfo b/net/pdtpd/distinfo
deleted file mode 100644
index 39c3412f6006..000000000000
--- a/net/pdtpd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (pdtpd-20040404.tar.gz) = 7c33461859c056874869966b99d42552
-SIZE (pdtpd-20040404.tar.gz) = 70794
diff --git a/net/pdtpd/pkg-descr b/net/pdtpd/pkg-descr
deleted file mode 100644
index dc06ae2cb5d3..000000000000
--- a/net/pdtpd/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/pdtpd/pkg-plist b/net/pdtpd/pkg-plist
deleted file mode 100644
index 6abd75620e42..000000000000
--- a/net/pdtpd/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-sbin/pdtpd
-sbin/pdtpss
-%%DOCSDIR%%/protocol.txt
-%%DOCSDIR%%/transactions.txt
-%%DOCSDIR%%/transfer_specification.txt
-@dirrm %%DOCSDIR%%