diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/fspd | |
parent | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff) | |
download | ports-39a5b78f8797ded2c50107a77794cd671dff707f.tar.gz ports-39a5b78f8797ded2c50107a77794cd671dff707f.zip |
Notes
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 87 | ||||
-rw-r--r-- | net/fspd/distinfo | 2 | ||||
-rw-r--r-- | net/fspd/files/patch-bsd_src-print.c | 14 | ||||
-rw-r--r-- | net/fspd/pkg-descr | 15 |
4 files changed, 0 insertions, 118 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile deleted file mode 100644 index 32bdcdb87a27..000000000000 --- a/net/fspd/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= fspd -PORTVERSION= 2.8.1.26 -CATEGORIES= net -MASTER_SITES= SF/fsp/fsp/2.8.1b26 -DISTNAME= fsp-2.8.1b26 - -MAINTAINER= ports@FreeBSD.org -COMMENT= FSP daemon, clients, and scanner - -BUILD_DEPENDS= sgmlfmt:${PORTSDIR}/textproc/sgmlformat - -CLIENTS= fcatcmd fcdcmd fducmd ffindcmd fgetcmd fgrabcmd fhostcmd \ - flscmd fmkdir fprocmd fput frmcmd frmdircmd fver fspmerge \ - fstatcmd fmvcmd fbye fsetupcmd -DOCDIR= share/doc/${PORTNAME} -PORTDOCS= BETA.README COPYRIGHT ChangeLog FILES INFO INSTALL MACHINES \ - TODO PROTOCOL HISTORY faq.html fsp-faq.html -MAN1= fcatcmd.1 fcdcmd.1 fducmd.1 ffindcmd.1 fgetcmd.1 fgrabcmd.1 \ - fhostcmd.1 flscmd.1 fmkdir.1 fprocmd.1 fput.1 \ - frmcmd.1 frmdircmd.1 fspd.1 fspscan.1 fver.1 \ - fstatcmd.1 fmvcmd.1 fsetupcmd.1 -MAN5= fsp_prof.5 fspsites.5 -MAN7= fsp_env.7 -MLINKS= fcatcmd.1 fcat.1 fcdcmd.1 fcd.1 fducmd.1 fdu.1 \ - ffindcmd.1 ffind.1 fgetcmd.1 fget.1 fgrabcmd.1 fgrab.1 \ - fhostcmd.1 fhost.1 flscmd.1 fls.1 fprocmd.1 fpro.1 \ - frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \ - fsetupcmd.1 fsetup.1 - -USES= scons tar:bzip2 -WRKSRC= ${WRKDIR}/${DISTNAME} - -OPTIONS_DEFINE= NOCLIENTS INFINITE -NOCLIENTS_DESC= Omit client commands -INFINITE_DESC= Infinite retry in client commands - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MINFINITE} -MAKE_ARGS+= disable-timeout=yes -.endif - -.if ! ${PORT_OPTIONS:MNOCLIENTS} -.for command in ${CLIENTS} -PLIST_FILES+= bin/${command} -.endfor -.else -SCONS_ARGS+= without-clients=yes -.endif - -PLIST_FILES+= etc/fspd.conf.sample bin/fspscan bin/fspd - -post-extract: - @${CP} ${WRKSRC}/doc/PROTOCOL ${WRKSRC} - @${CP} ${WRKSRC}/doc/HISTORY ${WRKSRC} - -post-build: - @${CP} ${WRKSRC}/doc/*.html ${WRKSRC} - -do-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif -.if ! ${PORT_OPTIONS:MNOCLIENTS} -.for command in ${CLIENTS} - ${INSTALL_PROGRAM} ${WRKSRC}/clients/${command} ${PREFIX}/bin -.endfor -.endif - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/fspscan ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/server/fspd ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/fspd.conf ${PREFIX}/etc/fspd.conf.sample -.for page in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/man/${page} ${PREFIX}/man/man1 -.endfor -.for page in ${MAN5} - ${INSTALL_MAN} ${WRKSRC}/man/${page} ${PREFIX}/man/man5 -.endfor - ${INSTALL_MAN} ${WRKSRC}/man/${MAN7} ${PREFIX}/man/man7 - -.include <bsd.port.post.mk> diff --git a/net/fspd/distinfo b/net/fspd/distinfo deleted file mode 100644 index 20f4531bbe1c..000000000000 --- a/net/fspd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fsp-2.8.1b26.tar.bz2) = b3196931502e375e5389cf6a0fc2d0610d3f83433c9e390bd4615e284aad2fdd -SIZE (fsp-2.8.1b26.tar.bz2) = 151814 diff --git a/net/fspd/files/patch-bsd_src-print.c b/net/fspd/files/patch-bsd_src-print.c deleted file mode 100644 index 7ef9eb2e710b..000000000000 --- a/net/fspd/files/patch-bsd_src-print.c +++ /dev/null @@ -1,14 +0,0 @@ ---- bsd_src/print.c.orig 2009-10-01 13:46:36.000000000 -0700 -+++ bsd_src/print.c 2011-12-06 13:05:42.177765575 -0800 -@@ -32,7 +32,11 @@ - #include <sys/param.h> - #include <grp.h> - #include <pwd.h> -+#if defined(__FreeBSD_version) && __FreeBSD_version > 900007 -+#include <utmpx.h> -+#else - #include <utmp.h> -+#endif - #ifdef TIME_WITH_SYS_TIME - # include <sys/time.h> - # include <time.h> diff --git a/net/fspd/pkg-descr b/net/fspd/pkg-descr deleted file mode 100644 index 3cde180aa3cd..000000000000 --- a/net/fspd/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This is a server daemon, port scanner and (optionally) clients for FSP, the File -Service Protocol. - -FSP is lightweight and connectionless. It is typically used for offering files -to "anonymous" visitors over a congested link. It uses UDP rather than TCP -sockets. A service contact port (well-known port) for FSP has not been assigned -by IANA (per RFC 1700). See <URL:http://www.faqs.org/faqs/fsp-faq/> for an -overview. - -To use fspd, you must copy the fspd.conf.sample file, normally installed in -/usr/local/etc/, to fspd.conf and edit it. - -You can run fspd from inetd or stand-alone. - -WWW: http://fsp.sourceforge.net/ |