diff options
Diffstat (limited to 'ftp')
29 files changed, 5 insertions, 854 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 5721f26ab0a4..855beb006033 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.15.1 -PORTREVISION= 1 +PORTVERSION= 7.15.3 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 18396a15771c..df8badaa0547 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -MD5 (curl-7.15.1.tar.bz2) = d330d48580bfade58c82d4f295f171f0 -SHA256 (curl-7.15.1.tar.bz2) = 8b1ea75a91ef7d1e00086865eba9a4cf8baefcb212ce451a61348e00b8756324 -SIZE (curl-7.15.1.tar.bz2) = 1437950 +MD5 (curl-7.15.3.tar.bz2) = d71b2ee8febfde2c7dc30a43638ec0d9 +SHA256 (curl-7.15.3.tar.bz2) = 77771db616dee02f21b94c409ed423a72fa7f2b2d65c27395137b0f920388440 +SIZE (curl-7.15.3.tar.bz2) = 1467043 diff --git a/ftp/curl/files/patch-src::main.c b/ftp/curl/files/patch-src::main.c deleted file mode 100644 index 21d925172f6e..000000000000 --- a/ftp/curl/files/patch-src::main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Wed Dec 10 15:14:31 2003 -+++ src/main.c Wed Dec 10 15:14:48 2003 -@@ -3350,7 +3350,7 @@ - closed, as is done above here */ - if(config->remote_time && outs.filename) { - /* as libcurl if we got a time. Pretty please */ -- long filetime; -+ time_t filetime; - curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); - if(filetime >= 0) { - struct utimbuf times; diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 15ff99f7220b..39e79d237591 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -83,6 +83,7 @@ libdata/pkgconfig/libcurl.pc %%PORTDOCS%%%%DOCSDIR%%/examples/simple.c %%PORTDOCS%%%%DOCSDIR%%/examples/simplepost.c %%PORTDOCS%%%%DOCSDIR%%/examples/simplessl.c +%%PORTDOCS%%%%DOCSDIR%%/examples/synctime.c %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/libcurl/Makefile %%PORTDOCS%%%%DOCSDIR%%/libcurl/Makefile.am diff --git a/ftp/horde-gollem/Makefile b/ftp/horde-gollem/Makefile deleted file mode 100644 index 017d1c74ccec..000000000000 --- a/ftp/horde-gollem/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# Ports collection makefile for: Gollem -# Date created: Sun Dec 16, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= gollem -PORTVERSION= 1.0.1 -CATEGORIES= ftp www -MASTER_SITES= ftp://ftp.horde.org/pub/gollem/ \ - ftp://ftp.planetmirror.com/pub/horde/gollem/ \ - ftp://ftp.be.horde.org/gollem/ \ - ftp://ftp.es.horde.org/pub/gollem/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/gollem/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/gollem/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/gollem/\ - http://ftp.horde.org/pub/gollem/ -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= Gollem is the Horde web-based File Manager - -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde - -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION - -PLIST_SUB= GOLLEMDIR=${LGOLLEMDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-deinstall -SUB_LIST= GOLLEMDIR=${GOLLEMDIR} - -DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/RELEASE_NOTES docs/TODO -CONFFILE= backends.php credentials.php menu.php mime_drivers.php motd.php \ - prefs.php -SUB_DIRS= config lib locale po templates themes - -LHORDEDIR?= www/horde -LGOLLEMDIR?= ${LHORDEDIR}/gollem - -GOLLEMDIR= ${PREFIX}/${LGOLLEMDIR} -CONFDIR= ${GOLLEMDIR}/config - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes -.else -HORDE_INC= ${LOCALBASE}/etc/horde -.endif - -pre-configure: - @${SED} -e "s:/home/httpd/html/horde/gollem:${GOLLEMDIR}:g" \ - ${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd-gollem.conf - -do-install: - @${MKDIR} ${GOLLEMDIR} - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${GOLLEMDIR} - @${CP} -p ${WRKSRC}/*.php ${GOLLEMDIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${GOLLEMDIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${INSTALL_DATA} ${WRKDIR}/httpd-gollem.conf ${HORDE_INC} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/ftp/horde-gollem/distinfo b/ftp/horde-gollem/distinfo deleted file mode 100644 index 70b4c9201010..000000000000 --- a/ftp/horde-gollem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gollem-h3-1.0.1.tar.gz) = 05ff558ba95d9edadc0e1aaf4d411b95 -SHA256 (gollem-h3-1.0.1.tar.gz) = e588835a1e23fa61adc13462f86d88deded98f0545a715ecee2ef557570eb032 -SIZE (gollem-h3-1.0.1.tar.gz) = 604475 diff --git a/ftp/horde-gollem/files/httpd.conf.gollem b/ftp/horde-gollem/files/httpd.conf.gollem deleted file mode 100644 index 1730fcd83411..000000000000 --- a/ftp/horde-gollem/files/httpd.conf.gollem +++ /dev/null @@ -1,27 +0,0 @@ -# This is included in Apache's httpd.conf for Gollem -# -# For security, don't serve pages from the Gollem configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/gollem/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/templates"> - order deny,allow - deny from all -</Directory> -# End of Gollem configuration ================ - diff --git a/ftp/horde-gollem/files/pkg-deinstall.in b/ftp/horde-gollem/files/pkg-deinstall.in deleted file mode 100644 index 5c399f4c3632..000000000000 --- a/ftp/horde-gollem/files/pkg-deinstall.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Gollem config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%GOLLEMDIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/ftp/horde-gollem/files/pkg-message.in b/ftp/horde-gollem/files/pkg-message.in deleted file mode 100644 index db3eed4e83d1..000000000000 --- a/ftp/horde-gollem/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -************************************************************************ -Gollem has been installed in %%GOLLEMDIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Note: you have to configure an appropriate backend in -%%GOLLEMDIR%%/config/backends.php. - -Finally, you must login to Horde as a Horde Administrator to finish the -configuration. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/ftp/horde-gollem/pkg-descr b/ftp/horde-gollem/pkg-descr deleted file mode 100644 index 319955592a0d..000000000000 --- a/ftp/horde-gollem/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gollem is a web-based file manager, providing the ability to fully manage a -hierarchical file system stored in a variety of backends such as a SQL database, -as part of a real filesystem, or on an FTP server. - -WWW: http://horde.org/gollem/ diff --git a/ftp/horde-gollem/pkg-plist b/ftp/horde-gollem/pkg-plist deleted file mode 100644 index bcd72a9c673e..000000000000 --- a/ftp/horde-gollem/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -%%HORDE_INC%%/httpd-gollem.conf -%%GOLLEMDIR%%/clipboard.php -%%GOLLEMDIR%%/config/backends.php -%%GOLLEMDIR%%/config/backends.php.dist -%%GOLLEMDIR%%/config/conf.xml -%%GOLLEMDIR%%/config/credentials.php -%%GOLLEMDIR%%/config/credentials.php.dist -%%GOLLEMDIR%%/config/menu.php -%%GOLLEMDIR%%/config/menu.php.dist -%%GOLLEMDIR%%/config/mime_drivers.php -%%GOLLEMDIR%%/config/mime_drivers.php.dist -%%GOLLEMDIR%%/config/motd.php -%%GOLLEMDIR%%/config/motd.php.dist -%%GOLLEMDIR%%/config/prefs.php -%%GOLLEMDIR%%/config/prefs.php.dist -%%GOLLEMDIR%%/index.php -%%GOLLEMDIR%%/lib/Auth/gollem.php -%%GOLLEMDIR%%/lib/Block/tree_menu.php -%%GOLLEMDIR%%/lib/Gollem.php -%%GOLLEMDIR%%/lib/MIME/Viewer/images.php -%%GOLLEMDIR%%/lib/Session.php -%%GOLLEMDIR%%/lib/api.php -%%GOLLEMDIR%%/lib/base.php -%%GOLLEMDIR%%/lib/prefs.php -%%GOLLEMDIR%%/lib/version.php -%%GOLLEMDIR%%/locale/bg_BG/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/cs_CZ/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/de_DE/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/en_US/help.xml -%%GOLLEMDIR%%/locale/es_ES/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/es_ES/help.xml -%%GOLLEMDIR%%/locale/fi_FI/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/fi_FI/help.xml -%%GOLLEMDIR%%/locale/fr_FR/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/hu_HU/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/hu_HU/help.xml -%%GOLLEMDIR%%/locale/it_IT/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ko_KR/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/lv_LV/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/nl_NL/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/nn_NO/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/pl_PL/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ro_RO/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ru_RU/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/sv_SE/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/zh_TW/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/zh_TW/help.xml -%%GOLLEMDIR%%/login.php -%%GOLLEMDIR%%/manager.php -%%GOLLEMDIR%%/permissions.php -%%GOLLEMDIR%%/po/README -%%GOLLEMDIR%%/po/bg_BG.po -%%GOLLEMDIR%%/po/cs_CZ.po -%%GOLLEMDIR%%/po/de_DE.po -%%GOLLEMDIR%%/po/es_ES.po -%%GOLLEMDIR%%/po/fi_FI.po -%%GOLLEMDIR%%/po/fr_FR.po -%%GOLLEMDIR%%/po/gollem.pot -%%GOLLEMDIR%%/po/hu_HU.po -%%GOLLEMDIR%%/po/it_IT.po -%%GOLLEMDIR%%/po/ko_KR.po -%%GOLLEMDIR%%/po/lv_LV.po -%%GOLLEMDIR%%/po/nl_NL.po -%%GOLLEMDIR%%/po/nn_NO.po -%%GOLLEMDIR%%/po/pl_PL.po -%%GOLLEMDIR%%/po/ro_RO.po -%%GOLLEMDIR%%/po/ru_RU.po -%%GOLLEMDIR%%/po/sv_SE.po -%%GOLLEMDIR%%/po/zh_TW.po -%%GOLLEMDIR%%/quota.php -%%GOLLEMDIR%%/redirect.php -%%GOLLEMDIR%%/selectlist.php -%%GOLLEMDIR%%/templates/clipboard/clipboard.html -%%GOLLEMDIR%%/templates/common-header.inc -%%GOLLEMDIR%%/templates/javascript/open_quota_win.js -%%GOLLEMDIR%%/templates/javascript/open_selectlist_win.js -%%GOLLEMDIR%%/templates/login/login.inc -%%GOLLEMDIR%%/templates/login/nologin.inc -%%GOLLEMDIR%%/templates/manager/empty_dir.inc -%%GOLLEMDIR%%/templates/manager/header.inc -%%GOLLEMDIR%%/templates/manager/javascript.inc -%%GOLLEMDIR%%/templates/manager/manager.html -%%GOLLEMDIR%%/templates/menu.inc -%%GOLLEMDIR%%/templates/prefs/columnselect.inc -%%GOLLEMDIR%%/templates/quota/quota.html -%%GOLLEMDIR%%/templates/selectlist/javascript.inc -%%GOLLEMDIR%%/templates/selectlist/selectlist.html -%%GOLLEMDIR%%/test.php -%%GOLLEMDIR%%/themes/graphics/cd.png -%%GOLLEMDIR%%/themes/graphics/clipboard.png -%%GOLLEMDIR%%/themes/graphics/copy.png -%%GOLLEMDIR%%/themes/graphics/cut.png -%%GOLLEMDIR%%/themes/graphics/favicon.ico -%%GOLLEMDIR%%/themes/graphics/gollem.png -%%GOLLEMDIR%%/themes/graphics/home.png -%%GOLLEMDIR%%/themes/graphics/manager/folder.png -%%GOLLEMDIR%%/themes/graphics/manager/symlink.png -%%GOLLEMDIR%%/themes/graphics/mkdir.png -%%GOLLEMDIR%%/themes/purple/screen.css -%%GOLLEMDIR%%/themes/screen.css -%%GOLLEMDIR%%/view.php -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -@dirrm %%GOLLEMDIR%%/themes/purple -@dirrm %%GOLLEMDIR%%/themes/graphics/manager -@dirrm %%GOLLEMDIR%%/themes/graphics -@dirrm %%GOLLEMDIR%%/themes -@dirrm %%GOLLEMDIR%%/templates/selectlist -@dirrm %%GOLLEMDIR%%/templates/quota -@dirrm %%GOLLEMDIR%%/templates/prefs -@dirrm %%GOLLEMDIR%%/templates/manager -@dirrm %%GOLLEMDIR%%/templates/login -@dirrm %%GOLLEMDIR%%/templates/javascript -@dirrm %%GOLLEMDIR%%/templates/clipboard -@dirrm %%GOLLEMDIR%%/templates -@dirrm %%GOLLEMDIR%%/po -@dirrm %%GOLLEMDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/zh_TW -@dirrm %%GOLLEMDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/sv_SE -@dirrm %%GOLLEMDIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ru_RU -@dirrm %%GOLLEMDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ro_RO -@dirrm %%GOLLEMDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/pl_PL -@dirrm %%GOLLEMDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/nn_NO -@dirrm %%GOLLEMDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/nl_NL -@dirrm %%GOLLEMDIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/lv_LV -@dirrm %%GOLLEMDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ko_KR -@dirrm %%GOLLEMDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/it_IT -@dirrm %%GOLLEMDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/hu_HU -@dirrm %%GOLLEMDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/fr_FR -@dirrm %%GOLLEMDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/fi_FI -@dirrm %%GOLLEMDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/es_ES -@dirrm %%GOLLEMDIR%%/locale/en_US -@dirrm %%GOLLEMDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/de_DE -@dirrm %%GOLLEMDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/cs_CZ -@dirrm %%GOLLEMDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/bg_BG -@dirrm %%GOLLEMDIR%%/locale -@dirrm %%GOLLEMDIR%%/lib/MIME/Viewer -@dirrm %%GOLLEMDIR%%/lib/MIME -@dirrm %%GOLLEMDIR%%/lib/Block -@dirrm %%GOLLEMDIR%%/lib/Auth -@dirrm %%GOLLEMDIR%%/lib -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %%GOLLEMDIR%%/config -@dirrmtry %%GOLLEMDIR%% diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile deleted file mode 100644 index 774dacdc0827..000000000000 --- a/ftp/ncftp1/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: ncftp -# Date created: 20 Jun 1996 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= ncftp1 -PORTVERSION= 1.9.5 -CATEGORIES= ftp -MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ -DISTNAME= ncftp-${PORTVERSION} - -MAINTAINER= obrien@FreeBSD.org -COMMENT= FTP replacement with advanced user interface - -.if defined(INSTALL_AS_NCFTP) -LATEST_LINK= ncftp -.else -LATEST_LINK= ncftp1 -.endif -PLIST_FILES= bin/${LATEST_LINK} -MAN1= ncftp.1 - -pre-fetch: - @${ECHO} "" - @${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp" - @${ECHO} "" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ncftp ${PREFIX}/bin/${LATEST_LINK} - cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/ftp/ncftp1/distinfo b/ftp/ncftp1/distinfo deleted file mode 100644 index a315809f0a62..000000000000 --- a/ftp/ncftp1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ncftp-1.9.5.tar.gz) = 302b24206852d727723ef8797ddb5164 -SHA256 (ncftp-1.9.5.tar.gz) = 00e35e8f1b59f5d9df7a4207faad14d51c60b4f9cda72158e49053eca85b4bfe -SIZE (ncftp-1.9.5.tar.gz) = 95832 diff --git a/ftp/ncftp1/files/patch-aa b/ftp/ncftp1/files/patch-aa deleted file mode 100644 index 7b5e57335254..000000000000 --- a/ftp/ncftp1/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Sun Oct 1 17:50:58 1995 -+++ Makefile Sun Oct 19 02:18:45 2003 -@@ -13,7 +13,7 @@ - - # Program definitions. See the README, part C. - #-------------------------------------------------------------------------- --PDEFS = -+PDEFS = -DREADLINE - #PDEFS = -DGETLINE - #PDEFS = -DREADLINE -DCURSES - #PDEFS = -DSOCKS -@@ -24,11 +24,12 @@ - # Choose your compiler and flags below. Make sure you use an ANSI compiler - # that handles new style function declarations and prototypes (gcc should). - #-------------------------------------------------------------------------- --CC = cc -+CC ?= cc - #CC = gcc - -+CFLAGS ?= -O -pipe - #CFLAGS = $(TERM_INC) -O --CFLAGS = $(TERM_INC) -O2 -+CFLAGS += $(TERM_INC) - #CFLAGS = $(TERM_INC) -g - - LFLAGS = -s -@@ -53,7 +54,7 @@ - # You'll need to know where the Rconnect.o object file is if you want - # to use Socks. - #-------------------------------------------------------------------------- --LIBS = -+LIBS = -lreadline - #LIBS = -ldbmalloc - #LIBS = -lgetline - #LIBS = -lreadline -lcurses diff --git a/ftp/ncftp1/files/patch-ab b/ftp/ncftp1/files/patch-ab deleted file mode 100644 index 05f6711e416e..000000000000 --- a/ftp/ncftp1/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Sun Oct 29 19:17:55 1995 -+++ main.c Tue Feb 18 19:11:56 1997 -@@ -200,7 +200,7 @@ - ansi_escapes = 0; - if ((cp = getenv("TERM")) != NULL) { - if ((*cp == 'v' && cp[1] == 't') /* vt100, vt102, ... */ -- || (strcmp(cp, "xterm") == 0)) -+ || (strncmp(cp, "xterm", 5) == 0)) - ansi_escapes = 1; - } - #endif diff --git a/ftp/ncftp1/files/patch-sys.h b/ftp/ncftp1/files/patch-sys.h deleted file mode 100644 index 8d65c5ddc96c..000000000000 --- a/ftp/ncftp1/files/patch-sys.h +++ /dev/null @@ -1,10 +0,0 @@ ---- sys.h.orig Tue Jun 4 21:12:36 2002 -+++ sys.h Tue Jun 4 21:12:44 2002 -@@ -423,7 +423,6 @@ - # define HERROR 1 - # define TERMIOS 1 - # define HAS_GETCWD 1 --# define U_WAIT 1 - # define NO_CONST 1 /* avoid prototype conflict */ - #endif - diff --git a/ftp/ncftp1/pkg-descr b/ftp/ncftp1/pkg-descr deleted file mode 100644 index f57dd5cbd429..000000000000 --- a/ftp/ncftp1/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ - NcFTP is a user interface to the Internet standard File - Transfer Protocol. This program allows a user to transfer - files to and from a remote network site, and offers addi- - tional features that are not found in the standard inter- - face, ftp. diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile deleted file mode 100644 index 94a66af6a136..000000000000 --- a/ftp/proftpd-devel/Makefile +++ /dev/null @@ -1,205 +0,0 @@ -# New ports collection makefile for: proftpd -# Date created: 26 January 1998 -# Whom: Stephane Legrand -# -# $FreeBSD$ -# - -PORTNAME= proftpd -DISTVERSION= 1.3.0rc3 -PORTREVISION= 0 -CATEGORIES= ftp -MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ - ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ - ftp://ftp.dataguard.no/ftp/pub/proftpd/distrib/source/ \ - ftp://spirit.bentel.sk/mirrors/Proftpd/distrib/source/ \ - ftp://proftpd.networkedsystems.co.uk/distrib/source/ \ - ftp://ftp.ethereal.com/mirrors/ftp.proftpd.org/distrib/source/ \ - ftp://mirror.cybercomm.nl/pub/proftpd/distrib/source/ - -MAINTAINER?= mharo@FreeBSD.org -COMMENT?= Highly configurable ftp daemon - -MAN1= ftpcount.1 ftpwho.1 ftptop.1 -MAN5= xferlog.5 -MAN8= proftpd.8 ftpshut.8 ftpdctl.8 - -PORTDOCSdoc= Configuration.html faq.html -PORTDOCScontrib=mod_ifsession.html mod_radius.html mod_rewrite.html \ - mod_tls.html mod_wrap.html ftpasswd.html -PORTDOCS= ${PORTDOCSdoc} ${PORTDOCScontrib} - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_REINPLACE= yes - -USE_RC_SUBR= proftpd.sh - -CONFIGURE_ARGS= --localstatedir=/var/run \ - --sysconfdir=${EXAMPLESDIR}/etc \ - --disable-sendfile - -OPTIONS= IPV6 "Use IPv6" off \ - LDAP "Use LDAP" off \ - MYSQL "Use MySQL" off \ - POSTGRESQL "Use Postgres" off \ - OPENSSL "Include mod_tls" off \ - QUOTA "Include mod_quota" off \ - IFSESSION "Include mod_ifsession" on \ - README "Include mod_readme" on \ - RATIO "Include mod_ratio" on \ - REWRITE "Include mod_rewrite" on \ - WRAP "Include mod_wrap" on \ - RADIUS "Include mod_radius" off - -MODULES?= - -.include <bsd.port.pre.mk> - -.if defined(WITH_RATIO) -MODULES:=${MODULES}:mod_ratio -.endif - -.if defined(WITH_README) -MODULES:=${MODULES}:mod_readme -.endif - -.if defined(WITH_REWRITE) -MODULES:=${MODULES}:mod_rewrite -.endif - -.if defined(WITH_WRAP) -MODULES:=${MODULES}:mod_wrap -.endif - -.if defined(WITH_RADIUS) -MODULES:=${MODULES}:mod_radius -.endif - -.if defined(WITH_SETPASSENT) -CONFIGURE_ARGS+= --enable-force-setpassent -.endif - -.if defined(WITHOUT_PAM) -CONFIGURE_ARGS+= --disable-auth-pam -.endif - -.if defined(WITH_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -.if defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -#allow user to override -MODULES?= mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession - -INCLUDEDIRS= -LIBDIRS= - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -MODULES:=${MODULES}:mod_ldap -INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include -LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -MODULES:=${MODULES}:mod_sql:mod_sql_mysql -INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include -LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib/mysql -.endif - -.if defined(WITH_POSTGRESQL) -USE_PGSQL= yes -MODULES:=${MODULES}:mod_sql:mod_sql_postgres -INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include -LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib -.endif - -.if defined(WITH_OPENSSL) -CFLAGS+= -DHAVE_OPENSSL -USE_OPENSSL= yes -.include <${PORTSDIR}/Mk/bsd.openssl.mk> -PROFTPD_LIBS+= -lssl -lcrypto -L${LOCALBASE}/lib -MODULES:=${MODULES}:mod_tls -.endif - -.if defined(WITH_CTRLS) -CONFIGURE_ARGS+= --enable-ctrls -PLIST_FILES+= sbin/ftpdctl -.if !defined(WITHOUT_CTRLS_ADMIN) -MODULES:=${MODULES}:mod_ctrls_admin -.endif -.endif - -.if defined(WITH_QUOTA) -MODULES:=${MODULES}:mod_quotatab:mod_quotatab_file -.if defined(WITH_LDAP) -MODULES:=${MODULES}:mod_quotatab_ldap -.endif -.if defined(WITH_POSTGRESQL) || defined(WITH_MYSQL) -MODULES:=${MODULES}:mod_quotatab_sql -.endif -.endif - -# mod_ifsession should be the last item in the modules list -.if defined(WITH_IFSESSION) -MODULES:=${MODULES}:mod_ifsession -.endif - -# Keep this here below, in case similar constructs need to be made -CONFIGURE_ENV+= "LIBS=${PROFTPD_LIBS}" - -.if !empty(MODULES) -CONFIGURE_ARGS+= --with-modules=${MODULES} -.endif - -.if !empty(INCLUDEDIRS) -CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS} -.endif - -.if !empty(LIBDIRS) -CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} -.endif - -MODULES!=${ECHO} ${MODULES} | ${SED} -e 's,^:,,' -e 's,:$$,,' - -pre-configure: - @${ECHO_MSG} "==> Configuring with ${MODULES}" - -post-configure: - ${REINPLACE_CMD} -e 's:${EXAMPLESDIR}:${PREFIX}:' ${WRKSRC}/config.h - ${REINPLACE_CMD} -e 's: -lnsl::' ${WRKSRC}/Make.rules - ${REINPLACE_CMD} -e 's:/usr/sbin:${PREFIX}/sbin:' \ - -e 's:/usr/bin:${PREFIX}/bin:' \ - ${WRKSRC}/src/proftpd.8 ${WRKSRC}/utils/ftpshut.8 \ - ${WRKSRC}/utils/ftpcount.1 - -post-install: - [ -f ${PREFIX}/etc/proftpd.conf ] || \ - ${CP} ${EXAMPLESDIR}/etc/proftpd.conf ${PREFIX}/etc/proftpd.conf - -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/proftpd -.for f in ${PORTDOCSdoc} - @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/proftpd -.endfor -.for f in ${PORTDOCScontrib} - @${INSTALL_DATA} ${WRKSRC}/doc/contrib/${f} ${PREFIX}/share/doc/proftpd -.endfor -.endif - -.if !defined(WITHOUT_PAM) - @${CAT} ${PKGMESSAGE} -.endif - -.if defined(WITH_CTRLS) - @${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ftpdctl - @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${PREFIX}/man/man8/ftpdctl.8 -.endif - -.include <bsd.port.post.mk> diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo deleted file mode 100644 index 56be108e1985..000000000000 --- a/ftp/proftpd-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (proftpd-1.3.0rc3.tar.bz2) = 050c3e2caec0d930f8a331e7b3ec0931 -SHA256 (proftpd-1.3.0rc3.tar.bz2) = ee181d7fe22b849589d9d886e5a4ed40fbe205cc14f8f4c95cc1db629c95ca97 -SIZE (proftpd-1.3.0rc3.tar.bz2) = 1377481 diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah deleted file mode 100644 index 1cea5a3ce4a0..000000000000 --- a/ftp/proftpd-devel/files/patch-ah +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/mod_auth_unix.c.orig Thu May 13 23:40:18 2004 -+++ modules/mod_auth_unix.c Thu May 13 23:40:27 2004 -@@ -57,6 +57,7 @@ - #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */ - - #if defined(HAVE_PROT_H) || defined(COMSEC) -+# include <krb.h> - # include <prot.h> - #endif - diff --git a/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c b/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c deleted file mode 100644 index 9da89767a223..000000000000 --- a/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/mod_sql_mysql.c.orig Sun Nov 2 00:30:13 2003 -+++ contrib/mod_sql_mysql.c Sun Nov 2 00:30:23 2003 -@@ -134,7 +134,7 @@ - - #define _MYSQL_PORT "3306" - --#include <mysql.h> -+#include <mysql/mysql.h> - #include "conf.h" - #include "../contrib/mod_sql.h" - diff --git a/ftp/proftpd-devel/files/patch-doc::Configuration.html b/ftp/proftpd-devel/files/patch-doc::Configuration.html deleted file mode 100644 index 400699d4f8f1..000000000000 --- a/ftp/proftpd-devel/files/patch-doc::Configuration.html +++ /dev/null @@ -1,18 +0,0 @@ ---- ./doc/Configuration.html.orig Wed Jan 29 12:27:24 2003 -+++ ./doc/Configuration.html Sat Mar 15 11:34:14 2003 -@@ -4226,7 +4226,7 @@ - ></DT - ><DD - ><P -->ftp</P -+>ftpd</P - ></DD - ><DT - ><PRE -@@ -32252,4 +32252,4 @@ - ></DIV - ></BODY - ></HTML --> -\ No newline at end of file -+> diff --git a/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c b/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c deleted file mode 100644 index 6092c58f6d26..000000000000 --- a/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./modules/mod_auth_pam.c.orig Thu Jan 2 13:25:20 2003 -+++ ./modules/mod_auth_pam.c Sat Mar 15 11:35:00 2003 -@@ -57,7 +57,7 @@ - #endif /* HAVE_PAM_PAM_APPL_H */ - - static pam_handle_t * pamh = NULL; --static char * pamconfig = "ftp"; -+static char * pamconfig = "ftpd"; - static char * pam_user = NULL; - static char * pam_pass = NULL; - static size_t pam_user_len = 0; diff --git a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf b/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf deleted file mode 100644 index fa3f8dfc355e..000000000000 --- a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf +++ /dev/null @@ -1,68 +0,0 @@ ---- sample-configurations/basic.conf.orig Fri Jun 17 15:10:06 2005 -+++ sample-configurations/basic.conf Fri Jun 17 15:10:43 2005 -@@ -1,3 +1,7 @@ -+# -+# To have more informations about Proftpd configuration -+# look at : http://www.proftpd.org/ -+# - # This is a basic ProFTPD configuration file (rename it to - # 'proftpd.conf' for actual use. It establishes a single server - # and a single anonymous login. It assumes that you have a user/group -@@ -6,6 +10,7 @@ - ServerName "ProFTPD Default Installation" - ServerType standalone - DefaultServer on -+ScoreboardFile /var/run/proftpd.scoreboard - - # Port 21 is the standard FTP port. - Port 21 -@@ -40,23 +45,29 @@ - - # A basic anonymous configuration, no upload directories. If you do not - # want anonymous users, simply delete this entire <Anonymous> section. --<Anonymous ~ftp> -- User ftp -- Group ftp -- -- # We want clients to be able to login with "anonymous" as well as "ftp" -- UserAlias anonymous ftp -- -- # Limit the maximum number of anonymous logins -- MaxClients 10 -- -- # We want 'welcome.msg' displayed at login, and '.message' displayed -- # in each newly chdired directory. -- DisplayLogin welcome.msg -- DisplayFirstChdir .message -- -- # Limit WRITE everywhere in the anonymous chroot -- <Limit WRITE> -- DenyAll -- </Limit> --</Anonymous> -+######################################################################### -+# # -+# Uncomment lines with only one # to allow basic anonymous access # -+# # -+######################################################################### -+ -+#<Anonymous ~ftp> -+# User ftp -+# Group ftp -+ -+ ### We want clients to be able to login with "anonymous" as well as "ftp" -+ # UserAlias anonymous ftp -+ -+ ### Limit the maximum number of anonymous logins -+ # MaxClients 10 -+ -+ ### We want 'welcome.msg' displayed at login, and '.message' displayed -+ ### in each newly chdired directory. -+ # DisplayLogin welcome.msg -+ # DisplayFirstChdir .message -+ -+ ### Limit WRITE everywhere in the anonymous chroot -+ # <Limit WRITE> -+ # DenyAll -+ # </Limit> -+#</Anonymous> diff --git a/ftp/proftpd-devel/files/patch-src_proftpd.8.in b/ftp/proftpd-devel/files/patch-src_proftpd.8.in deleted file mode 100644 index 9578f30ec3b3..000000000000 --- a/ftp/proftpd-devel/files/patch-src_proftpd.8.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/proftpd.8.in.orig Sat Sep 18 07:40:30 2004 -+++ src/proftpd.8.in Thu Nov 3 15:35:56 2005 -@@ -22,6 +22,12 @@ - connection to the FTP service is made, or alternatively it can be run as a - standalone daemon. - .PP -+.br -+Each successful and failed ftp(1) session is logged using syslog with a -+facility of LOG_FTP. Note: LOG_FTP messages are not displayed -+by syslogd(8) by default, and may have to be enabled in syslogd(8)'s -+configuration file. -+.PP - When - .B proftpd - is run in standalone mode and it receives a SIGHUP then it will reread its diff --git a/ftp/proftpd-devel/files/proftpd.sh.in b/ftp/proftpd-devel/files/proftpd.sh.in deleted file mode 100644 index 5e72d10cfb88..000000000000 --- a/ftp/proftpd-devel/files/proftpd.sh.in +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: proftpd -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable proftpd: -# -#proftpd_enable="YES" -# -# See proftpd(8) for flags -# - -. %%RC_SUBR%% - -name=proftpd -rcvar=`set_rcvar` - -command=%%PREFIX%%/sbin/proftpd -pidfile=/var/run/proftpd.pid -required_files=%%PREFIX%%/etc/proftpd.conf - -stop_postcmd=stop_postcmd - -stop_postcmd() -{ - rm -f $pidfile -} - -# set defaults - -proftpd_enable=${proftpd_enable:-"NO"} -proftpd_flags=${proftpd_flags:-""} - -extra_commands="reload" - -load_rc_config $name -run_rc_command "$1" diff --git a/ftp/proftpd-devel/pkg-descr b/ftp/proftpd-devel/pkg-descr deleted file mode 100644 index 4b1860f1cddc..000000000000 --- a/ftp/proftpd-devel/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -ProFTPD is a highly configurable ftp daemon for unix -and unix-like operating systems. ProFTPD is designed -to be somewhat of a "drop-in" replacement for wu-ftpd -with a configuration format like Apache. - -Full online documentation is available at -http://www.proftpd.org/, including a server -configuration directive reference manual. - -- Stephane Legrand -stephane@lituus.fr - -WWW: http://www.proftpd.org/ diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message deleted file mode 100644 index c9cfcdbe940b..000000000000 --- a/ftp/proftpd-devel/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -### -Make sure you have the following lines in your PAM configuration file -so that ProFTPd's PAM module can authenticate users correctly. - -ftpd auth required pam_unix.so try_first_pass -ftpd account required pam_unix.so try_first_pass -ftpd session required pam_permit.so -### diff --git a/ftp/proftpd-devel/pkg-plist b/ftp/proftpd-devel/pkg-plist deleted file mode 100644 index 61c08dc01ad8..000000000000 --- a/ftp/proftpd-devel/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ftpcount -bin/ftpdctl -bin/ftptop -bin/ftpwho -@unexec if cmp -s %D/etc/proftpd.conf %D/%%EXAMPLESDIR%%/etc/proftpd.conf; then rm -f %D/etc/proftpd.conf; fi -%%EXAMPLESDIR%%/etc/proftpd.conf -@exec if [ ! -f %D/etc/proftpd.conf ] ; then cp -p %D/%F %B/proftpd.conf; fi -sbin/ftpshut -sbin/in.proftpd -sbin/proftpd -@dirrm %%EXAMPLESDIR%%/etc -@dirrm %%EXAMPLESDIR%% |