aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:32:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:32:06 +0000
commit703b5f43257f3924b133b36652853ffb5257f0ee (patch)
tree74d5cd5a2691ef57859c53ebfe24c6253f02ef71 /ftp
parente5060a300d14b1365ad678e2e52ce282a28b7816 (diff)
downloadports-703b5f43257f3924b133b36652853ffb5257f0ee.tar.gz
ports-703b5f43257f3924b133b36652853ffb5257f0ee.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/afd/Makefile36
-rw-r--r--ftp/afd/distinfo1
-rw-r--r--ftp/afd/files/patch-Include.mk.freebsd11
-rw-r--r--ftp/afd/pkg-comment1
-rw-r--r--ftp/afd/pkg-descr14
-rw-r--r--ftp/afd/pkg-plist76
7 files changed, 0 insertions, 140 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 5a71d5f14a85..8e92631f91eb 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -2,7 +2,6 @@
#
SUBDIR += IglooFTP
- SUBDIR += afd
SUBDIR += axel
SUBDIR += axyftp
SUBDIR += bftpd
diff --git a/ftp/afd/Makefile b/ftp/afd/Makefile
deleted file mode 100644
index 4afc4e658dbc..000000000000
--- a/ftp/afd/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: afd
-# Date created: Apr 26, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= afd
-PORTVERSION= 1.2.6
-CATEGORIES= ftp
-MASTER_SITES= http://www.dwd.de/general/GBTI/afd/download/ \
- ftp://ftp.dwd.de/pub/afd/
-DISTNAME= src-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-
-FORBIDDEN= "Installs 88 setuid root applications; disaster waiting to happen"
-
-USE_MOTIF= yes
-USE_REINPLACE= yes
-MAKE_ENV= BINMODE=${BINMODE} \
- PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
- ${REINPLACE_CMD} -E -e 's,^(INST(ALL)?DIR *)= .*,\1= ${PREFIX}/bin,g ; \
- s,cp -p,cp,g'
- @${REINPLACE_CMD} -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/Include.mk.freebsd
- @${REINPLACE_CMD} -e "s,^SBINDIR = .*,SBINDIR = ${PREFIX}/sbin,g" ${WRKSRC}/afd_mon/Makefile
-
-pre-build:
- @(cd ${WRKSRC} ; ${RM} -f Include.mk ; \
- ${LN} -s Include.mk.freebsd Include.mk)
-
-.include <bsd.port.mk>
diff --git a/ftp/afd/distinfo b/ftp/afd/distinfo
deleted file mode 100644
index 2dc5bb7a9ae2..000000000000
--- a/ftp/afd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (src-1.2.6.tar.gz) = 246ebec3bbf9765489929d9d3dcb4b73
diff --git a/ftp/afd/files/patch-Include.mk.freebsd b/ftp/afd/files/patch-Include.mk.freebsd
deleted file mode 100644
index cf7b9f3e1b57..000000000000
--- a/ftp/afd/files/patch-Include.mk.freebsd
+++ /dev/null
@@ -1,11 +0,0 @@
---- Include.mk.freebsd.orig Sun Jun 10 22:04:23 2001
-+++ Include.mk.freebsd Sun Jun 10 22:03:33 2001
-@@ -7,7 +7,7 @@
- ARFLAGS = rsv
- MMAP_FLAG =
- #COMPILER_FLAGS = ${WARN_OPTIONS} ${OPTIMIZATION_OPTIONS} ${MMAP_FLAG} -DFREEBSD -D_WITH_SETUID_CHECK
--COMPILER_FLAGS = ${WARN_OPTIONS} ${MMAP_FLAG} -DFREEBSD -D_WITH_SETUID_CHECK -g
-+COMPILER_FLAGS = %%CFLAGS%% ${WARN_OPTIONS} ${MMAP_FLAG} -DFREEBSD -D_WITH_SETUID_CHECK
- #DEBUG_FLAGS = -D_DEBUG -D_FIFO_DEBUG
- DEBUG_FLAGS =
- #EFENCE = -lefence
diff --git a/ftp/afd/pkg-comment b/ftp/afd/pkg-comment
deleted file mode 100644
index 4395eb0bfb74..000000000000
--- a/ftp/afd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Automatic File Distributor
diff --git a/ftp/afd/pkg-descr b/ftp/afd/pkg-descr
deleted file mode 100644
index 0688f080c88f..000000000000
--- a/ftp/afd/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-The Automatic File Distributor provides a framework for very flexible,
-non-stop, log and debug-able delivery of an arbitrary amount of files to
-multiple recipients as expressed in URLs (currently mailing and ftp supported
-with the mailto://user@domain and ftp://user:password@host URL conventions).
-
-The most common technique used to distribute data is for each individual to
-fetch the data from one common place. This place can be a database, FTP-server
-or even the WWW (World Wide Web). However, this is not always the most user or
-customer friendly way for a company or organization to distribute its products.
-For this reason AFD (Automatic File Distributor) was developed, to provide a
-better service to users or customers in transporting the required data directly
-to the location where it is required.
-
-WWW: http://www.dwd.de/general/GBTI/afd/english/
diff --git a/ftp/afd/pkg-plist b/ftp/afd/pkg-plist
deleted file mode 100644
index 6e21e155c0ac..000000000000
--- a/ftp/afd/pkg-plist
+++ /dev/null
@@ -1,76 +0,0 @@
-bin/afd
-bin/afd_ctrl
-bin/afd_info
-bin/afd_load
-bin/afd_mon
-bin/afd_stat
-bin/afd_status
-bin/afdcfg
-bin/afdcmd
-bin/afdd
-bin/amg
-bin/archive_watch
-bin/bfc
-bin/cache_spy
-bin/convert_fsa
-bin/convert_jid
-bin/convert_stat
-bin/current_job_list_spy
-bin/delete_log
-bin/dir_check
-bin/dir_ctrl
-bin/dir_info
-bin/dir_spy
-bin/edit_hc
-bin/fd
-bin/file_dir_check
-bin/force_archive_check
-bin/fra_view
-bin/fsa_edit
-bin/fsa_view
-bin/get_counter
-bin/get_dc_data
-bin/get_file_size
-bin/get_full_date
-bin/gf_ftp
-bin/gts2tiff
-bin/init_afd
-bin/input_log
-bin/job_list_spy
-bin/mafd
-bin/mon
-bin/mon_ctrl
-bin/mon_info
-bin/mon_sys_log
-bin/monitor_log
-bin/output_log
-bin/queue_spy
-bin/rafdd_cmd
-bin/receive_log
-bin/reset_fsa
-bin/rm_job
-bin/set_counter
-bin/sf_ftp
-bin/sf_loc
-bin/sf_map
-bin/sf_scp1
-bin/sf_smtp
-bin/sf_wmo
-bin/show_bench_stat
-bin/show_cmd
-bin/show_dlog
-bin/show_ilog
-bin/show_log
-bin/show_olog
-bin/show_stat
-bin/system_log
-bin/tiff-sniffer
-bin/trans_db_log
-bin/transfer_log
-bin/udc
-bin/uhc
-bin/view_dc
-bin/watch_dir
-sbin/msa_view
-sbin/topview
-sbin/view_hosts