mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
add afd
Automatic File Distributor
This commit is contained in:
parent
af3dbff27a
commit
852098cd8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43767
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SUBDIR += IglooFTP
|
||||
SUBDIR += afd
|
||||
SUBDIR += axyftp
|
||||
SUBDIR += bftpd
|
||||
SUBDIR += caitoo
|
||||
|
33
ftp/afd/Makefile
Normal file
33
ftp/afd/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# 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
|
||||
|
||||
USE_MOTIF= yes
|
||||
MAKE_ENV= BINMODE=${BINMODE} \
|
||||
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@find ${WRKSRC} -name Makefile | xargs \
|
||||
${PERL} -pi -e "s,^(INST(ALL)?DIR *)= .*,\1= ${PREFIX}/bin,g ; \
|
||||
s,cp -p,cp,g"
|
||||
@${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/Include.mk.freebsd
|
||||
@${PERL} -pi -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>
|
1
ftp/afd/distinfo
Normal file
1
ftp/afd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (src-1.2.6.tar.gz) = 246ebec3bbf9765489929d9d3dcb4b73
|
11
ftp/afd/files/patch-Include.mk.freebsd
Normal file
11
ftp/afd/files/patch-Include.mk.freebsd
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
1
ftp/afd/pkg-comment
Normal file
1
ftp/afd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Automatic File Distributor
|
14
ftp/afd/pkg-descr
Normal file
14
ftp/afd/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
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/
|
63
ftp/afd/pkg-plist
Normal file
63
ftp/afd/pkg-plist
Normal file
@ -0,0 +1,63 @@
|
||||
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/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_ctrl
|
||||
bin/dir_info
|
||||
bin/dir_spy
|
||||
bin/edit_hc
|
||||
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/gts2tiff
|
||||
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/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/view_dc
|
||||
bin/watch_dir
|
||||
sbin/msa_view
|
||||
sbin/topview
|
||||
sbin/view_hosts
|
Loading…
Reference in New Issue
Block a user