aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* fix build with glib/gtk12Oliver Lehmann2005-02-052-0/+29
| | | | Notes: svn path=/head/; revision=128077
* update to 2.0.18Oliver Lehmann2005-02-042-4/+4
| | | | Notes: svn path=/head/; revision=128044
* Update to version 0.4.0.2Markus Brueffer2005-02-027-10/+79
| | | | Notes: svn path=/head/; revision=127936
* - Update to 1.45Herve Quiroz2005-02-014-15/+15
| | | | | | | | | - Update to bsd.java.mk 2.0 - Move DATADIR to ${JAVASHAREDIR}/${PORTNAME} - Improve launcher shell script (update to javavmwrapper 2.0) Notes: svn path=/head/; revision=127872
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-013-6/+11
| | | | | | | | - Improve launcher shell script (hardcode path to javavmwrapper) - Fix build with jikes Notes: svn path=/head/; revision=127871
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-313-6/+3
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* - Update to 1.3.7.3Sergey Matveychuk2005-01-263-19/+15
| | | | | | | | | | | | | | | | | This is a bug-fix version of ProZilla. Among the changes are: * fix buffer overflows (possibility of remote exploitation) * missing space in the User-Agent HTTP header * hidden passwords in ftp downloads While I'm here: - Remove etc/prozilla.conf if it was not changed - Utilize %%DOCSDIR%% PR: ports/76630 Submitted by: Sergio Mangialardi <sergio(at)softshark.org> Notes: svn path=/head/; revision=127444
* Update to 0.6.0Kevin Lo2005-01-263-17/+10
| | | | | | | | PR: ports/76346 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127370
* - Update to 0.93Michael Johnson2005-01-253-3/+21
| | | | | | | | PR: ports/76640 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=127257
* Add CONFLICTS due to libexec/ftpd.Jacques Vidrine2005-01-182-0/+4
| | | | | | | | PR: ports/76235 Approved by: ache, sumikawa (maintainers for wu-ftpd*) Notes: svn path=/head/; revision=126742
* - Upgrade to 0.40.Brooks Davis2005-01-173-3/+17
| | | | | | | | | | - Log as LOG_FTP instead of LOG_DAEMON Submitted by: Alex Deiter <tiamat at komi dot mts dot ru> PR: ports/76303 Notes: svn path=/head/; revision=126661
* - add WWWDirk Meyer2005-01-131-0/+2
| | | | Notes: svn path=/head/; revision=126311
* [MAINTAINER] ftp/cmdftp: update to 0.8.0Edwin Groothuis2005-01-123-13/+12
| | | | | | | | | | - Update to 0.8.0 PR: ports/76098 Submitted by: Andreas Fehlner <fehlner@gmx.de> Notes: svn path=/head/; revision=126178
* Update MASTER_SITES.Kirill Ponomarev2005-01-093-15/+16
| | | | | | | | | | | Update WWW in pkg-descr. Portlint(1). PR: ports/75977 Submitted by: maintainer Notes: svn path=/head/; revision=125950
* New port: net/pear-Net_FTP PEAR OO interface to the PHP FTP functionsEdwin Groothuis2005-01-094-0/+37
| | | | | | | | | | | | | | | | | | plus some additions Net_FTP allows you to communicate with FTP servers in a more comfortable way than the native FTP functions of PHP do. The class implements everything nativly supported by PHP and additionally features like recursive up- and downloading, dircreation and chmodding. It although implements an observer pattern to allow for example the view of a progress bar. Cold Fusion tags. PR: ports/75915 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=125927
* - Update to 0.92.1Pav Lucistnik2005-01-083-3/+7
| | | | | | | | PR: ports/75968 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=125903
* Update to 20050103 to fix security vulnerabilityMichael Johnson2005-01-072-3/+3
| | | | | | | | | PR: ports/75782 Submitted by: Tom McLaughlin (maintainer) Approved by: portmgr (krion) Notes: svn path=/head/; revision=125741
* Fix MASTER_SITES.Kirill Ponomarev2005-01-031-1/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125693
* Fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-0/+3
| | | | | | | | | | PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self) Notes: svn path=/head/; revision=125629
* Update to version 3.0.13Kirill Ponomarev2004-12-243-28/+14
| | | | | | | | PR: ports/75462 Submitted by: maintainer Notes: svn path=/head/; revision=125055
* - Fix pkg-plistMarkus Brueffer2004-12-232-1/+4
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via kris Notes: svn path=/head/; revision=124997
* Update to version 1.2, remove BROKEN and DEPRECATED marks.Alexey Dokuchaev2004-12-233-9/+6
| | | | Notes: svn path=/head/; revision=124983
* Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.Peter Pentchev2004-12-211-4/+13
| | | | | | | | | | Add debugging support via the WITH_CURL_DEBUG knob. Properly use LC_ALL=C instead of LANG=C to run the test suite (thanks Fujishima-san!) Notes: svn path=/head/; revision=124711
* Repeat after me: testing the build on lots of machines is not an excusePeter Pentchev2004-12-212-0/+3
| | | | | | | for not checking for packing list changes... Notes: svn path=/head/; revision=124675
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).Peter Pentchev2004-12-216-12/+71
| | | | | | | | | | Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c) Notes: svn path=/head/; revision=124673
* Fix typo in EXPIRATION_DATE.Mark Linimon2004-12-191-1/+1
| | | | Notes: svn path=/head/; revision=124452
* - Update 5.x binary to 5.3. This fixes fetchingPav Lucistnik2004-12-182-3/+3
| | | | | | | | PR: ports/75217 Submitted by: Pasi Hirvonen <psh@iki.fi> Notes: svn path=/head/; revision=124434
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-182-0/+4
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* Update port: ftp/wput - new version (0.5)Edwin Groothuis2004-12-182-5/+4
| | | | | | | | | | | There's a new version of wput out there, 0.5 PR: ports/75085 Submitted by: Pasi Hirvonen <psh@iki.fi> Approved by: ".::ChiP::." <chip-set@mail.ru> Notes: svn path=/head/; revision=124361
* With portmgr hat on, mark DEPRECATED to go along with the fact that itMark Linimon2004-12-181-0/+3
| | | | | | | | is currently marked FORBIDDEN due to security problems. Set for 1-month timeout (that will be 6 weeks since the initial FORBIDDEN). Notes: svn path=/head/; revision=124359
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+1
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* compile in more modules by default.Michael Haro2004-12-142-6/+82
| | | | | | | place all MODULES in OPTIONS Notes: svn path=/head/; revision=123989
* Fix typo.Kirill Ponomarev2004-12-131-1/+1
| | | | | | | | PR: ports/75010 Submitted by: maintainer Notes: svn path=/head/; revision=123906
* Unset maintainership on ports. Multiple maintainerJosef El-Rayes2004-12-121-1/+1
| | | | | | | | | timeouts. Approved by: portmgr Notes: svn path=/head/; revision=123815
* - Update to 1.2.2Clement Laforet2004-12-112-6/+17
| | | | | | | - Add gnutls support Notes: svn path=/head/; revision=123773
* - Update to 0.92Pav Lucistnik2004-12-083-3/+4
| | | | | | | | PR: ports/74867 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=123489
* - Update to 0.4.4Pav Lucistnik2004-12-083-4/+4
| | | | | | | | PR: ports/74815 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=123479
* Fix build on sparc64.Koop Mast2004-12-051-1/+5
| | | | | | | | PR: 73979 Submitted by: maintainer Notes: svn path=/head/; revision=123219
* Remove update-desktop-database from the plist. This port doesn't installJoe Marcus Clarke2004-12-051-2/+0
| | | | | | | | | | .desktop files with a MIME list. PR: 74675 Submitted by: maintainer Notes: svn path=/head/; revision=123197
* Mark the port forbidden due to vulnerability.Josef El-Rayes2004-12-011-0/+1
| | | | | | | | Approved by: maintainer(timeout) With hat: secteam Notes: svn path=/head/; revision=122907
* - Update to 1.2.1Clement Laforet2004-11-304-10/+8
| | | | | | | - Fix plist Notes: svn path=/head/; revision=122840
* define USE_X_PREFIX before bsd.port.pre.mk gets includedOliver Lehmann2004-11-291-1/+4
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=122754
* - Update to 0.91Michael Johnson2004-11-273-7/+12
| | | | | | | | | | - Use new GCONF_SCHEMAS PR: ports/74457 Submitted by: Radek Kozlowski (maintainer) Notes: svn path=/head/; revision=122618
* Update to version 0.5.0Markus Brueffer2004-11-202-7/+3
| | | | Notes: svn path=/head/; revision=122002
* BROKEN on sparc64: Does not compileKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121910
* Update to version 0.8.1Kirill Ponomarev2004-11-183-18/+20
| | | | | | | | PR: ports/74079 Submitted by: Ports Fury Notes: svn path=/head/; revision=121891
* BROKEN: Size mismatchKris Kennaway2004-11-181-0/+2
| | | | Notes: svn path=/head/; revision=121850
* Update to 3.0.11Kirill Ponomarev2004-11-173-8/+8
| | | | | | | | PR: ports/74048 Submitted by: maintainer Notes: svn path=/head/; revision=121824
* Fix package build.Kirill Ponomarev2004-11-161-0/+7
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=121745
* update MASTER_SITESMichael Haro2004-11-162-28/+12
| | | | | | | | PR: 73977 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=121740