Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)

This commit is contained in:
Baptiste Daroussin 2013-09-20 17:23:18 +00:00
parent 4a65c83669
commit 1640537ad6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327729
104 changed files with 142 additions and 217 deletions

View File

@ -19,4 +19,5 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -22,4 +22,5 @@ PLIST_FILES= bin/atftp \
MAN1= atftp.1
MAN8= atftpd.8
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,6 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
OPTIONS_DEFINE= NLS DEBUG
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -27,6 +27,7 @@ MAN1= bareftp.1
OPTIONS_DEFINE= GNOMEKEYRING NLS
OPTIONS_DEFAULT= GNOMEKEYRING
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOMEKEYRING}

View File

@ -19,6 +19,7 @@ USE_RC_SUBR= bbftpd
MAN1= bbftp.1 bbftpd.1
NO_STAGE= yes
do-configure:
${CP} -f ${TEMPLATES}/config.guess ${WRKSRC}
${CP} -f ${TEMPLATES}/config.sub ${WRKSRC}

View File

@ -20,6 +20,7 @@ PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample
MAN8= bftpd.8
PORTDOCS= en pl sk
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000

View File

@ -21,6 +21,7 @@ USE_OPENSSL= yes
MAKE_ENV+= OBJFORMAT=elf
NO_STAGE= yes
.include <bsd.port.pre.mk>
# Client only part

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: cftp
# Date created: 14 October 1997
# Whom: Andrey Zakhvatov
#
# Created by: Andrey Zakhvatov
# $FreeBSD$
#
PORTNAME= cftp
PORTVERSION= 0.12
@ -21,4 +17,5 @@ CONFIGURE_ARGS= --enable-sftp
PLIST_FILES= bin/cftp
INFO= cftp
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -16,4 +16,5 @@ MAN1= ${PORTNAME}.1
PLIST_FILES= bin/cmdftp
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,6 +21,7 @@ DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../curl
NO_STAGE= yes
do-install:
.for dir in include lib
@cd ${WRKSRC}/${dir} && \

View File

@ -71,6 +71,7 @@ MAN3= curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 \
SLAVEDIRS= ftp/curl-hiphop
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCA_BUNDLE} && !${PORT_OPTIONS:MOPENSSL}

View File

@ -26,6 +26,7 @@ BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS}
BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE}
BOOST_CONFIGURE_OFF= --without-boost
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: dmachine
# Date Created: Dec 15, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= dmachine
PORTVERSION= 0.24
@ -20,6 +15,7 @@ USE_JAVA= yes
NO_BUILD= yes
SUB_FILES= dmachine.sh
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${PREFIX}/bin/dmachine
@${MKDIR} ${DATADIR}

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: fget
# Date created: 27 January 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= fget
PORTVERSION= 1.3.3
@ -30,4 +26,5 @@ MLINKS= ftp_connect.3 ftp_login.3 ftp_connect.3 ftp_quit.3 \
ftp_site.3 ftp_site_open.3 ftp_stat.3 ftp_lstat.3 \
ftp_systype.3 ftp_status.3 ftp_whoami.3 ftp_get_host.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,6 +1,5 @@
# Created by: alepulver
# $FreeBSD$
#
PORTNAME= filezilla
PORTVERSION= 3.6.0.2
@ -40,6 +39,7 @@ MAN5= fzdefaults.xml.5
OPTIONS_DEFINE= DBUS NLS
OPTIONS_DEFAULT=DBUS NLS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDBUS}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: fmirror
# Date created: 26 June 2002
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$
#
PORTNAME= fmirror
PORTVERSION= 0.8.4
@ -19,6 +15,7 @@ GNU_CONFIGURE= yes
MAN1= fmirror.1
NO_STAGE= yes
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} fmirror ${PREFIX}/bin && \

View File

@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBCURL
LIBCURL_DESC= Install curl tools and library
OPTIONS_DEFAULT= LIBCURL
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: frox
# Date created: 11 June 2002
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# Created by: Sergey Matveychuk <sem@ciam.ru>
# $FreeBSD$
#
PORTNAME= frox
PORTVERSION= 0.7.18
@ -49,6 +45,7 @@ LOCAL_CACHE_DESC= Enable use of local cache
CCP_DESC= Ftp-proxy style command control programs
ROOT_RUN_DESC= Allow frox running as root (not recomended)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPFILTER}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftpcopy
# Date created: 5 June 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ftpcopy
PORTVERSION= 0.6.7
@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/web/${DISTNAME}
MAN1= ftpcopy.1 ftpcp.1 ftpls.1
NO_STAGE= yes
pre-build:
${ECHO} "${CC}" >${WRKSRC}/src/conf-cc
${ECHO} "${CPPFLAGS} ${CFLAGS}" >${WRKSRC}/src/conf-cflags

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftpcube
# Date created: Dec 13, 2001
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= ftpcube
PORTVERSION= 0.5.1
@ -22,6 +18,7 @@ USE_WX= 2.6+
WX_COMPS= python
WX_UNICODE= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg
@${ECHO_CMD} record=installed-files.log >> ${WRKSRC}/setup.cfg

View File

@ -11,4 +11,5 @@ COMMENT= Find directory&file on a ftp server
PLIST_FILES= bin/ftpfind
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,6 +18,7 @@ PLIST_FILES= bin/ftpdir bin/ftpget bin/ftplist bin/ftprm bin/ftpsend \
bin/qftp include/ftplib.h \
lib/libftp.a lib/libftp.so lib/libftp.so.4
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/^SOVERSION/s|=.*|= $$(SONAME)| ; \

View File

@ -16,6 +16,7 @@ USES= shebangfix perl5
NO_BUILD= yes
SHEBANG_FILES= bin/*.pl template/ftplocate
NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -i '' -e 's|/usr/local/www|${PREFIX}/www|' \
-e 's|/usr/local/apache/share|${PREFIX}/www|' ${WRKSRC}/install.pl

View File

@ -23,6 +23,7 @@ CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
PORTDOCS= README.jis RELEASE.jis
NO_STAGE= yes
post-configure:
@${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Fan/Fan.pm

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftpproxy
# Date created: 15 May 2001
# Whom: Philippe Le Berre <philippe@le-berre.com>
#
# Created by: Philippe Le Berre <philippe@le-berre.com>
# $FreeBSD$
#
PORTNAME= ftpproxy
PORTVERSION= 1.2.3
@ -23,6 +19,7 @@ MAN1= ftp.proxy.1
MANCOMPRESSED= no
PLIST_FILES= sbin/ftp.proxy
NO_STAGE= yes
pre-build:
@${REINPLACE_CMD} -e 's|^CFLAGS.*|CFLAGS=${CFLAGS} \
-DVERSION=\\"${PORTVERSION}\\"|' ${WRKSRC}/src/Makefile

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftpsesame
# Date created: 1 May 2006
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
#
# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ftpsesame
PORTVERSION= 0.95
@ -21,4 +17,5 @@ USE_RC_SUBR= ftpsesame
MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftpsync
# Date created: 31 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ftpsync
PORTVERSION= 1.3.03
@ -23,6 +19,7 @@ USES= perl5
PLIST_FILES= bin/${PORTNAME}.pl
PORTDOCS= README
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/

View File

@ -25,6 +25,7 @@ BROKEN= Dumps core when connecting to a host with pthread_mutex_lock: Operation
OPTIONS_DEFINE= X11 NLS
OPTIONS_DEFAULT= X11
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: gnusget
# Date created: 19 January 2006
# Whom: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com>
#
# Created by: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com>
# $FreeBSD$
#
PORTNAME= gnusget
PORTVERSION= 0.5.1
@ -20,6 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/gnusget
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin

View File

@ -18,6 +18,7 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile

View File

@ -10,4 +10,5 @@ DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= ${PORTNAME}.schemas
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: horde-gollem
# Date created: Oct 11, 2011
# Whom: Martin Matuska (mm@FreeBSD.org)
#
# Created by: Martin Matuska (mm@FreeBSD.org)
# $FreeBSD$
#
PORTNAME= gollem
PORTVERSION= 3.0.1
@ -42,6 +38,7 @@ USE_HORDE_RUN= Horde_Role \
USE_HORDE_RUN+= Horde_Db \
Horde_Share
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: Gollem
# Date created: Sun Dec 16, 2001
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
#
PORTNAME= gollem
PORTVERSION= 1.1.2
@ -17,5 +13,6 @@ USE_HORDE= base
USES= gettext
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
NO_STAGE= yes
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>

View File

@ -14,5 +14,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GHC_NATIVE= yes
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -24,6 +24,7 @@ MAKEFILE= makefile
MAN1= hsftp.1
PLIST_FILES= bin/hsftp
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSH}

View File

@ -25,6 +25,7 @@ PLIST_DIRS= %%DATADIR%%
PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar
SUB_FILES= jftp.sh
NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: jftpgw
# Date created: Sun Jul 15 13:19:01 CEST 2001
# Whom: se
#
# Created by: se
# $FreeBSD$
#
PORTNAME= jftpgw
PORTVERSION= 0.13.5
@ -24,6 +20,7 @@ MAN1= jftpgw.1
USE_RC_SUBR= ${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/

View File

@ -38,6 +38,7 @@ OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL= OPENSSL GNUTLS
OPTIONS_DEFAULT= SSL OPENSSL NLS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ftp/linux-f10-curl
# Date created: 2009-05-03
# Whom: bsam
#
# Created by: bsam
# $FreeBSD$
#
PORTNAME= curl
PORTVERSION= 7.19.6
@ -39,4 +35,5 @@ MANPREFIX= ${PREFIX}/usr/share
MAN1= curl.1
MANCOMPRESSED= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,4 +19,5 @@ WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
USES= imake motif
USE_XORG= ice sm x11 xext xp xt
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -23,4 +23,5 @@ CFLAGS+= -Wno-implicit-int \
MAN1= xftp.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: mirror
# Date created: 15 May 1995
# Whom: torstenb
#
# Created by: torstenb
# $FreeBSD$
#
PORTNAME= mirror
PORTVERSION= 2.9
@ -36,6 +32,7 @@ NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
NO_STAGE= yes
pre-install:
@${MKDIR} ${PREFIX}/lib/mirror

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: multiget
# Date created: 2006-11-03
# Whom: alepulver
#
# Created by: alepulver
# $FreeBSD$
#
PORTNAME= multiget
PORTVERSION= 1.1.3
@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|g++|${CXX}|; \

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: ncftp
# Date created: 20 Jun 1996
# Whom: jkh
#
# Created by: jkh
# $FreeBSD$
#
PORTNAME= ncftp
PORTVERSION= 1.9.5
@ -23,6 +18,7 @@ LATEST_LINK= ncftp1
PLIST_FILES= bin/${LATEST_LINK}
MAN1= ncftp.1
NO_STAGE= yes
pre-fetch:
@${ECHO} ""
@${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp"

View File

@ -23,6 +23,7 @@ CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
MAN1= ncftp2.1
PLIST_FILES= bin/${LATEST_LINK}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: ncftp3
# Date created: 4 Nov 1994
# Whom: ache
#
# Created by: ache
# $FreeBSD$
#
PORTNAME= ncftp
PORTVERSION= 3.2.5
@ -25,6 +20,7 @@ COMMENT= ftp replacement with advanced user interface
USE_BZIP2= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(INSTALL_AS_NCFTP3)

View File

@ -1,9 +1,5 @@
# New ports collection Makefile for: ncftpd
# Date created: 19 June 2001
# Whom: Justin Stanford <jus@security.za.net>
#
# Created by: Justin Stanford <jus@security.za.net>
# $FreeBSD$
#
PORTNAME= ncftpd
PORTVERSION= 2.8.7
@ -27,6 +23,7 @@ SUB_FILES= pkg-message
PORTDOCS= install.html README README.freebsd LICENSE
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: net2ftp
# Date created: 14 Apr 2009
# Whom: Alexander Kriventsov
#
# Created by: Alexander Kriventsov
# $FreeBSD$
#
PORTNAME= net2ftp
PORTVERSION= 0.98
@ -31,6 +27,7 @@ SUB_FILES+= pkg-message
# When creating a package, empty directories will not be generated
# from the pkg tarball. Therefore make sure no directories are empty.
NO_STAGE= yes
post-patch:
@cd ${WRKSRC}/files_to_upload ; \
for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \

View File

@ -1,6 +1,4 @@
# Ports collection makefile for: ocurl
# Date created: Aug 6, 2004
# Whom: Marwan BURELLE <marwan.burelle@lri.fr>
# Created by: Marwan BURELLE <marwan.burelle@lri.fr>
# $FreeBSD$
PORTNAME= ocurl
@ -30,4 +28,5 @@ USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: oftpd
# Date created: 31 March 2001
# Whom: Anders Nordby <anders@fix.no>
#
# Created by: Anders Nordby <anders@fix.no>
# $FreeBSD$
#
PORTNAME= oftpd
PORTVERSION= 0.3.7
@ -20,6 +16,7 @@ MAN8= oftpd.8
PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS
PLIST_FILES= sbin/oftpd
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: omi
# Date created: 19 August 1995
# Whom: ache
#
# Created by: ache
# $FreeBSD$
#
PORTNAME= omi
PORTVERSION= 20030719
@ -19,6 +15,7 @@ COMMENT= "mirror" subtrees of FTP servers
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= freebsd
NO_STAGE= yes
pre-patch:
${REINPLACE_CMD} -E -e "s@^(OPTFLAGS).*@\1=${CFLAGS}@" \
${WRKSRC}/Makefile

View File

@ -18,4 +18,5 @@ USE_PERL5= configure
MAN3= File::Fetch.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: p5-Net-FTP-Common
# Date Created: 17 May, 2003
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-FTP-Common
PORTVERSION= 7.0.d
@ -21,4 +16,5 @@ USE_PERL5= configure
MAN3= Net::FTP::Common.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: p5-Net-FTP-Recursive
# Date Created: 11 April, 2005
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-FTP-Recursive
PORTVERSION= 2.04
@ -24,4 +19,5 @@ USE_PERL5= configure
MAN3= Net::FTP::Recursive.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,4 +19,5 @@ USE_PERL5= configure
MAN3= Net::FTPSSL.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -50,6 +50,7 @@ DOCS= README TODO doc/*
PORTDOCS= *
PORTEXAMPLES= ftpd.conf
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s/root,root/root,wheel/" \
-e "s,/usr/sbin,${PREFIX}/sbin," \

View File

@ -19,6 +19,7 @@ CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes
MAN3= POE::Component::Client::FTP.3
NO_STAGE= yes
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View File

@ -18,4 +18,5 @@ USES= perl5
MAN3= SOAP::Transport::FTP.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,4 +20,5 @@ USE_PERL5= configure
MAN1= paraget.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -23,6 +23,7 @@ MAN1= pavuk.1
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -15,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= ftp
PEAR_AUTOINSTALL= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -15,6 +15,7 @@ MAKE_JOBS_UNSAFE= yes
MAN1= pftpd.1 rpad.1
PLIST_FILES= sbin/pftpd
NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: php5-curl
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
#
CATEGORIES= ftp
PORTREVISION= 1
@ -12,4 +8,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -curl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: php5-ftp
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
#
CATEGORIES= ftp
@ -11,6 +7,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -ftp
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: php52-curl
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# Created by: Alex Keda <admin@lissyara.su>
# $FreeBSD$
#
CATEGORIES= ftp
PORTREVISION= 15
@ -12,4 +8,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -curl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: php52-ftp
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# Created by: Alex Keda <admin@lissyara.su>
# $FreeBSD$
#
CATEGORIES= ftp
@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -ftp
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: php53-curl
# Date created: 12 Apr 2012
# Whom: Florian Smeets <flo@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= ftp
PORTREVISION= 1
@ -12,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -curl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -6,6 +6,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ftp
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*

View File

@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -curl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -7,6 +7,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -ftp
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: phpwebftp
# Date created: 2005-09-15
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
#
PORTNAME= phpwebftp
PORTVERSION= 3.3
@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_DIRE= ${INSTALL} -d -m 0755 -o ${WWWOWN} -g ${WWWGRP}
INSTALL_FILE= ${INSTALL} -m 0644 -o ${WWWOWN} -g ${WWWGRP}
NO_STAGE= yes
post-extract:
@${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -R "{}" \;

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: plasma-applet-ftpmonitor
# Date created: 2010-06-15
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ftpmonitor
PORTVERSION= 1.1
@ -21,6 +16,7 @@ USE_KDE4= kdelibs kdeprefix automoc4
USE_QT4= qmake_build moc_build uic_build rcc_build
MAKE_JOS_SAFE= yes
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/src/ftpserver/*.h

View File

@ -96,6 +96,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}"
.endif #!defined(_BUILDING_PROFTPD_MODULE)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(USE_OPENSSL)

View File

@ -21,6 +21,7 @@ USES= shebangfix perl5
SHEBANG_FILES= profxpv3.pl
perl_OLD_CMD= /home/tom/ActivePerl-5.6/bin/perl
NO_STAGE= yes
post-patch1:
@${REINPLACE_CMD} -i '' '1s|^\#.*|#!${PERL}|' ${WRKSRC}/profxpv3.pl

View File

@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: puf
# Date created: Feb 6, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= puf
PORTVERSION= 1.0.0
@ -19,4 +14,5 @@ GNU_CONFIGURE= yes
MAN1= puf.1
PLIST_FILES= bin/puf
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -49,6 +49,7 @@ ANONRESUME_DESC= Allow anonymous user to resume file upload
ANONRENAME_DESC= Allow anonymous user to rename file
ANONDELETE_DESC= Allow anonymous user to delete file
NO_STAGE= yes
.include <bsd.port.options.mk>
# language support requested?

View File

@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
PORTDOCS= index.txt introduction.txt main_window.txt \
preferences.txt user_manager.txt
NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: py-curl
# Date created: 2 July 2001
# Whom: Hye-Shik Chang
#
# Created by: Hye-Shik Chang
# $FreeBSD$
#
PORTNAME= curl
PORTVERSION= 7.19.0
@ -28,6 +24,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pycurl
USE_OPENSSL= yes
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} \
-e 's@data_files=@#data_files=t@' \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: py-ftputil
# Date created: 2006-12-25
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
#
PORTNAME= ftputil
PORTVERSION= 2.6
@ -22,6 +18,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOC_FILES= README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-fetch:

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: py-pyftpdlib
# Date created: Mar. 06, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
#
PORTNAME= pyftpdlib
PORTVERSION= 0.7.0
@ -28,6 +24,7 @@ OPENSSL_DESC= Enable FTP over SSL/TLS (RFC4217)
# Workaround ports infrastructure bug
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSENDFILE}

View File

@ -14,4 +14,5 @@ COMMENT= Pure Python TFTP Implementation
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,6 +21,7 @@ LDFLAGS+= ${PTHREAD_LIBS}
MAN1= quftp.1
PLIST_FILES= bin/quftp
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS|#CFLAGS|' ${WRKSRC}/Makefile.in

View File

@ -26,6 +26,7 @@ USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/rexx${PORTNAME}
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -15,4 +15,5 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: scythia
# Date created: 30 Jun 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# Created by: Yinghong.Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= scythia
DISTVERSION= 0.9.3
@ -31,6 +27,7 @@ DESKTOP_ENTRIES= "Scythia" \
"Network;FileTransfer;Qt;" \
"false"
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
-e '/unix:desktop/d' \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: smbftpd
# Date created: 2006-01-22
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
#
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
# $FreeBSD$
#
PORTNAME= smbftpd
PORTVERSION= 2.4
@ -27,6 +23,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}"
USES= perl5
USE_RC_SUBR= ${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMYSQL}

View File

@ -23,6 +23,7 @@ MAN1= spegla.1
OPTIONS_DEFINE= IPV6 NLS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -1,9 +1,4 @@
# Ports collection makefile for: tftp-hpa
# Date created: Tue Jan 14, 2003
# Whom: Brooks Davis <brooks@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tftp-hpa
PORTVERSION= 5.2
@ -31,6 +26,7 @@ MAN1= tftp.1
MAN8= in.tftpd.8
MLINKS= in.tftpd.8 tftpd.8
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \
${WRKSRC}/MCONFIG.in

View File

@ -14,4 +14,5 @@ GNU_CONFIGURE= yes
MAN1= tnftp.1
PLIST_FILES= bin/tnftp
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: tnftpd
# Date created: 3 August 2003
# Whom: ports
#
# Created by: ports
# $FreeBSD$
#
PORTNAME= tnftpd
PORTVERSION= 20130325
@ -17,6 +13,7 @@ USE_AUTOTOOLS= aclocal automake libtool
AUTOMAKE_ARGS= --add-missing
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007

View File

@ -30,6 +30,7 @@ PLIST_FILES= bin/twoftpd-anon bin/twoftpd-anon-conf \
bin/twoftpd-conf bin/twoftpd-drop \
bin/twoftpd-switch bin/twoftpd-xfer
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: uftp
# Date created: 4 June 2008
# Whom: George V. Neville-Neil <gnn@FreeBSD.org>
#
# Created by: George V. Neville-Neil <gnn@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= uftp
PORTVERSION= 4.1.2
@ -24,6 +20,7 @@ MAN1= uftp.1 uftpd.1 uftpproxyd.1 uftp_keymgt.1
MANCOMPRESSED= no
LICENSE= GPLv3
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/uftp ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/uftpd ${PREFIX}/sbin/

View File

@ -21,6 +21,7 @@ USE_DOS2UNIX= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomehier}!=""

View File

@ -30,6 +30,7 @@ OPTIONS_DEFINE= RC_SCRIPT SSL DOCS
OPTIONS_DEFAULTL= RC_SCRIPT
RC_SCRIPT_DESC= install RC_SCRIPT
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRC_SCRIPT}

View File

@ -30,6 +30,7 @@ VSFTPD_SSL_DESC=Include support for SSL
PIDFILE_DESC= Unofficial support for pidfile
STACKPROTECTOR_DESC= Build with stack-protector
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL)

View File

@ -18,4 +18,5 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,6 +18,7 @@ MAN1= weex.1
OPTIONS_DEFINE= DOCS NLS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -23,6 +23,7 @@ OPTIONS_DEFAULT=OPENSSL IDN
PCRE_DESC= Support Perl regular expressions in addition to POSIX
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}

View File

@ -1,7 +1,4 @@
# New ports collection makefile for: wmget
# Date created: 05.01.2004
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= wmget
@ -27,6 +24,7 @@ MAKE_ENV+= ${CONFIGURE_ENV}
MAN1= wmget.1
PLIST_FILES= bin/wmget
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)

Some files were not shown because too many files have changed in this diff Show More