summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the manpage that is being installed.Steve Price2001-04-151-0/+2
| | | | Notes: svn path=/head/; revision=41401
* Remove empty directories on uninstall.Steve Price2001-04-151-0/+2
| | | | Notes: svn path=/head/; revision=41399
* New port: lukemftpd: Enhanced ftp server from NetBSDDmitry Sivachenko2001-04-136-0/+94
| | | | | | | | PR: 26522 Submitted by: Anders Nordby <anders.fix.no> Notes: svn path=/head/; revision=41330
* Update to use bsd.kde.mkDmitry Sivachenko2001-04-131-9/+1
| | | | Notes: svn path=/head/; revision=41329
* Upgrade to 0.3.4.Dirk Froemberg2001-04-102-3/+5
| | | | | | | | PR: ports/26443 Submitted by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=41241
* Remove two dead sites that the distfile checking scripts complained aboutPeter Pentchev2001-04-091-2/+0
| | | | Notes: svn path=/head/; revision=41136
* Add bftpd 1.0.18, a very configurable FTP server that can do chrootWill Andrews2001-04-076-0/+51
| | | | | | | easily. Notes: svn path=/head/; revision=41050
* Add oftpd 0.3.3, a threaded, anonymous only FTP server designed forWill Andrews2001-04-0712-0/+176
| | | | | | | | | | security. PR: 26243 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=40975
* Chase the update of ftp/curl.Akinori MUSHA2001-04-061-1/+2
| | | | Notes: svn path=/head/; revision=40937
* Dependency on p5-Socket6 should be "RUN", not "BUILD".Jun Kuriyama2001-04-051-1/+1
| | | | Notes: svn path=/head/; revision=40920
* Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6Peter Pentchev2001-04-052-3/+4
| | | | | | | | | interplay. Submitted by: olgeni Notes: svn path=/head/; revision=40917
* Overhaul QT/KDE support:Will Andrews2001-04-031-7/+1
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* New port: lukemftp, the enhanced ftp client from NetBSDChris D. Faulhaber2001-04-026-0/+46
| | | | Notes: svn path=/head/; revision=40750
* Add ruby-curl, a Ruby interface to libcurl.Akinori MUSHA2001-03-316-0/+54
| | | | Notes: svn path=/head/; revision=40658
* 1) update the port to version 1.25:Ying-Chieh Liao2001-03-304-53/+15
| | | | | | | | | | | | | | | 2) removed files/patch-main::dlist.cc which is no longer necessary since appropriate code has been added to the distribution. 3) updated files/patch-aa to use the recently added Mk/bsd.port.mk PTHREAD_{LIBS,CFLAGS}. Updated the port's Makefile accordingly 4) "un"echo"ed" post-install Submitted by: lioux Notes: svn path=/head/; revision=40597
* update to 1.2.2rc1 - this version fixes the DOS bug in 1.2.1Michael Haro2001-03-296-384/+4
| | | | Notes: svn path=/head/; revision=40547
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-294-4/+4
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update maintainer email.Kevin Lo2001-03-271-1/+1
| | | | | | | | PR: 26107 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40450
* RUN_DEPENDS on wget;Dmitry Sivachenko2001-03-271-0/+3
| | | | | | | | Correct path of wget executable; Bump PORTREVISON. Notes: svn path=/head/; revision=40429
* New port: kmago.Dmitry Sivachenko2001-03-266-0/+57
| | | | | | | | KMago (KDE Multiple Automated Get Operations) is a download manager which works as a frontend to GNU wget or with the KDE kioslaves. Notes: svn path=/head/; revision=40399
* Update port to version 2.3.9.Jimmy Olgeni2001-03-242-2/+2
| | | | Notes: svn path=/head/; revision=40311
* Add a patch for compile error. and bump version.Vanilla I. Shu2001-03-222-0/+19
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40189
* Turn on IPv6 support by default again.David E. O'Brien2001-03-212-4/+3
| | | | | | | Submitted by: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp> Notes: svn path=/head/; revision=40133
* upgrade to 1.24.1Ying-Chieh Liao2001-03-207-29/+57
| | | | | | | | PR: 25930 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>, lioux Notes: svn path=/head/; revision=40103
* Mark forbiddenMichael Haro2001-03-152-0/+4
| | | | | | | | | | | | Specefic remote commands will cause the daemon process starts to consume all CPU and memory resources available to it. Multiple simultaneous instances will result in faster depletion of resources, causing either the daemon process or the server to crash. (http://bugs.proftpd.org/show_bug.cgi?id=1066) Notes: svn path=/head/; revision=39903
* make ldap support one step closer to working after accidental removalMichael Haro2001-03-132-0/+2
| | | | Notes: svn path=/head/; revision=39784
* fix build error caused by xforms change.FUJISHIMA Satsuki2001-03-122-6/+5
| | | | | | | | PR: 25697 Submitted by: maintainer Notes: svn path=/head/; revision=39675
* update maintainer's e-mail address.FUJISHIMA Satsuki2001-03-091-1/+1
| | | | | | | | PR: 25621,25622 Submitted by: maintainer Notes: svn path=/head/; revision=39305
* change maintainer's e-mail address.FUJISHIMA Satsuki2001-03-081-1/+1
| | | | | | | matt@LUCIDA.QC.CA -> matt@LUCIDA.CA Notes: svn path=/head/; revision=39284
* portlintMichael Haro2001-03-072-6/+6
| | | | Notes: svn path=/head/; revision=39158
* Update to 1.2.1Michael Haro2001-03-0718-2780/+100
| | | | | | | | | | | | * Update master sites * Use bzip2 distfiles instead of gzip * Add WITHOUT_PAM support. * Add the quota and wrap (TCP Wrappers support) modules. Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=39157
* Update to version 1.02Kevin Lo2001-03-042-2/+2
| | | | | | | | PR: 25523 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39036
* use IPv6 patch supplied from KAME.FUJISHIMA Satsuki2001-03-0210-680/+12
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=38997
* Add ipv6 category and bump PORTREVISION.Jun Kuriyama2001-03-021-1/+2
| | | | | | | Suggested by: sumikawa Notes: svn path=/head/; revision=38950
* Apply IPv6 patch.Jun Kuriyama2001-03-023-0/+264
| | | | | | | | Obtained from: ume No response from: maintainer Notes: svn path=/head/; revision=38949
* Upgrade to version 0.6.6Kevin Lo2001-02-282-5/+2
| | | | | | | | PR: 25428 Submitted by: Ports Fury Notes: svn path=/head/; revision=38894
* upgrade to 1.23Ying-Chieh Liao2001-02-283-3/+3
| | | | | | | | PR: 25427 Submitted by: Ports Fury Notes: svn path=/head/; revision=38873
* remove empty patches again.FUJISHIMA Satsuki2001-02-2718-0/+0
| | | | Notes: svn path=/head/; revision=38847
* create null patches to avoid cvs problem.FUJISHIMA Satsuki2001-02-2718-0/+0
| | | | | | | reported by: many many many people. Notes: svn path=/head/; revision=38846
* Correct pkg-messageMichael Haro2001-02-262-4/+6
| | | | | | | | PR: 25274 Submitted by: Biing Jong Lin <wing@cert.org.tw> Notes: svn path=/head/; revision=38813
* Update to 0.3.5.Maxim Sobolev2001-02-262-2/+2
| | | | Notes: svn path=/head/; revision=38782
* Allow sftp to interoperate with gftp.Steve Price2001-02-262-3/+3
| | | | | | | | PR: 25034 Submitted by: maintainer Notes: svn path=/head/; revision=38757
* Update to 7.6.1. Besides a couple of bugfixes (most notably toPeter Pentchev2001-02-232-2/+2
| | | | | | | | | the HTTP PUT resume), this version has a couple of new features, too - including IPv6 support, submitted by Jun-ichiro "itojun" Hagino. (Yes, this is itojun@FreeBSD.org :) Notes: svn path=/head/; revision=38637
* Update to version 2.3.8.Jimmy Olgeni2001-02-182-2/+2
| | | | Notes: svn path=/head/; revision=38459
* The IPv6 patch breaks NcFTP on IPv4-only systems such that is unable toDavid E. O'Brien2001-02-141-0/+2
| | | | | | | | | | resolve any names. If you want IPv6 functionality, you'll need to define WANT_IPV6 for now. Submitted by: ache Notes: svn path=/head/; revision=38327
* update to 1.2.0rc3Michael Haro2001-02-1118-146/+2822
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=38226
* update to 0.91b6Ying-Chieh Liao2001-02-102-2/+2
| | | | | | | Submitted by: Tobias Reifenberger <treif@mayn.de> (via private mail) Notes: svn path=/head/; revision=38168
* update to beta 5Ying-Chieh Liao2001-02-062-2/+2
| | | | | | | Submitted by: Ollivier Robert <roberto@eurocontrol.fr> Notes: svn path=/head/; revision=38039
* Add IPv6 support.David E. O'Brien2001-02-062-1/+6
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=38026
* add puf, a "parallel url fetcher" for UN*X systemsYing-Chieh Liao2001-02-056-0/+36
| | | | Notes: svn path=/head/; revision=38006