diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
commit | b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e (patch) | |
tree | 8af93908ea781b500c84a3f66c1a7e07b1642782 /ftp | |
parent | b272f7cc9d952121fdfd294bd10287e62d113240 (diff) | |
download | ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.tar.gz ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpq/Makefile | 41 | ||||
-rw-r--r-- | ftp/ftpq/distinfo | 3 | ||||
-rw-r--r-- | ftp/ftpq/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | ftp/ftpq/files/patch-src:ftpq.h | 11 | ||||
-rw-r--r-- | ftp/ftpq/pkg-descr | 6 | ||||
-rw-r--r-- | ftp/ftpq/pkg-plist | 3 |
7 files changed, 0 insertions, 76 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 5efb41e67261..a68483871f71 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -32,7 +32,6 @@ SUBDIR += ftplocate SUBDIR += ftpmirror SUBDIR += ftpproxy - SUBDIR += ftpq SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += ftptool diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile deleted file mode 100644 index 10fcf57bcb60..000000000000 --- a/ftp/ftpq/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ftpq -# Date created: Mon 03 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= ftpq -PORTVERSION= 1.11 -PORTEPOCH= 1 -CATEGORIES= ftp -MASTER_SITES= http://mark.tranchant.co.uk/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Upload queue manager for non-permanent connections - -DEPRECATED= upstream has disapeared -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not fetch - -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAN1= ftpq.1 -PLIST_SUB+= SPOOLDIR=${SPOOLDIR} -PORTDOCS= CHANGELOG README TODO - -# This may be set interactively at install-time: -SPOOLDIR?= /var/spool/ftpq - -post-patch: - @ ${REINPLACE_CMD} -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h - -post-install: - @ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR} -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/ftp/ftpq/distinfo b/ftp/ftpq/distinfo deleted file mode 100644 index e9ff2cb74cdb..000000000000 --- a/ftp/ftpq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ftpq-1.11.tar.gz) = f1d81c981a74e482481c75f189635006 -SHA256 (ftpq-1.11.tar.gz) = 4b1c5ecd1d94f67be1270eb7b3b347f102e83e2f6e580ee6898c18fedd35b772 -SIZE (ftpq-1.11.tar.gz) = 85067 diff --git a/ftp/ftpq/files/patch-Makefile.in b/ftp/ftpq/files/patch-Makefile.in deleted file mode 100644 index ffd1b2b26cff..000000000000 --- a/ftp/ftpq/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Sep 4 13:00:00 2001 -+++ Makefile.in Wed Sep 5 15:01:12 2001 -@@ -6,7 +6,7 @@ - - # Spool directory. Also hard-coded into the executable. - # See ftpq.h. --SPOOLDIR = /tmp/ftpq/ -+SPOOLDIR = %%SPOOLDIR%% - - # Program name - PROG = ftpq diff --git a/ftp/ftpq/files/patch-src:ftpq.h b/ftp/ftpq/files/patch-src:ftpq.h deleted file mode 100644 index 68ec0716f379..000000000000 --- a/ftp/ftpq/files/patch-src:ftpq.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ftpq.h.orig Tue Sep 4 13:00:00 2001 -+++ src/ftpq.h Wed Sep 5 15:02:03 2001 -@@ -35,7 +35,7 @@ - #include <pwd.h> - - /* useful defined constants */ --#define SPOOLDIR "/tmp/ftpq/" /* must end in /. Check Makefile, too. */ -+#define SPOOLDIR "%%SPOOLDIR%%/"/* must end in /. Check Makefile, too. */ - #define HOSTRESP 2048 /* ftp server response buffer, bytes */ - #define BUFSIZE 2048 /* general purpose global buffer */ - #define SMTP_PORT 25 diff --git a/ftp/ftpq/pkg-descr b/ftp/ftpq/pkg-descr deleted file mode 100644 index dcb36c68233f..000000000000 --- a/ftp/ftpq/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ftpq is an ftp upload queue manager. If you live behind -a dial-up link to the Internet, and regularly upload files -(e.g. for web sites), ftpq allows you to queue the uploads -whilst off-line for processing on next connection to the network. - -WWW: http://tranchant.plus.com/computing/ftpq diff --git a/ftp/ftpq/pkg-plist b/ftp/ftpq/pkg-plist deleted file mode 100644 index 71b3ff2f511b..000000000000 --- a/ftp/ftpq/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ftpq -@exec mkdir -p %D%%SPOOLDIR%% && chmod 777 %D%%SPOOLDIR%% -@unexec rmdir %D%%SPOOLDIR%% 2>/dev/null || true |