diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-08 09:58:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-08 09:58:31 +0000 |
commit | 04c076ca66e56f2cf2f40fe6bab6c505775366b1 (patch) | |
tree | bf8acd905aa3a113b279b2c4dd5e9f2d9791a4fb | |
parent | Add mod_auth_cookie_mysql2 0.3 (diff) |
net/pdtpd was renamed to net/squall.
Notes
Notes:
svn path=/head/; revision=115620
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pdtpd/Makefile | 26 | ||||
-rw-r--r-- | net/pdtpd/distinfo | 2 | ||||
-rw-r--r-- | net/pdtpd/pkg-descr | 8 | ||||
-rw-r--r-- | net/pdtpd/pkg-plist | 6 |
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%% |