summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.2.6.Daniel Harris2000-09-132-2/+2
| | | | | | | | PR: 21237 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32593
* Update to 0.3.2.Maxim Sobolev2000-09-052-2/+2
| | | | Notes: svn path=/head/; revision=32298
* Include sys/time.h before sys/resource.h so this compiles again on 3.5.Steve Price2000-09-051-0/+10
| | | | | | | | PR: 20724 Submitted by: zdenko@cs.uh.edu Notes: svn path=/head/; revision=32291
* Upgrade to curl 7.2.1Kris Kennaway2000-09-043-2/+20
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=32234
* Update to 0.9.6.Maxim Sobolev2000-09-022-2/+2
| | | | | | | | PR: 20962 Submitted by: maintainer Notes: svn path=/head/; revision=32208
* Update to version 1.19Kevin Lo2000-08-293-31/+37
| | | | | | | | PR: 20922 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32102
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Update to version 2.2.5Kevin Lo2000-08-182-2/+2
| | | | | | | | PR: 20684 Submitted by: Maintainer Notes: svn path=/head/; revision=31742
* Update port to 1.9Chris D. Faulhaber2000-08-182-2/+7
| | | | | | | | PR: 20652 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31733
* Update to 2.0.7b.Maxim Sobolev2000-08-152-2/+2
| | | | Notes: svn path=/head/; revision=31650
* Fix up 'extra' directoriesAde Lovett2000-08-111-2/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31533
* Update to 1.18. I added something to make this link with -lintl.Will Andrews2000-08-114-8/+10
| | | | | | | | PR: 20510 Submitted by: andrew@chg.ru Notes: svn path=/head/; revision=31498
* Update to 0.12Neil Blakey-Milner2000-08-062-2/+2
| | | | | | | | PR: ports/20421 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!) Notes: svn path=/head/; revision=31347
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-043-3/+3
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Update to 0.1.9Ade Lovett2000-08-043-2/+10
| | | | Notes: svn path=/head/; revision=31290
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* fix PASV bug introduced in rc2Michael Haro2000-07-312-0/+24
| | | | | | | Submitted by: Jeremy Chadwick <yoshi@parodius.com> Notes: svn path=/head/; revision=31183
* Update to proftpd 1.2.0rc2Michael Haro2000-07-288-86/+76
| | | | Notes: svn path=/head/; revision=31086
* Add a WWW.Maxim Sobolev2000-07-252-0/+4
| | | | Notes: svn path=/head/; revision=31032
* Re-add gtm.Maxim Sobolev2000-07-251-0/+1
| | | | Notes: svn path=/head/; revision=31021
* Revive gtm - it's now hosted on Sourceforge and update it to 0.4.5.Maxim Sobolev2000-07-255-0/+100
| | | | | | | | | | | | | Other fixes/cleanups: - use two perl regexs to replace dozen one-line patches; - use installed linintl instead of port's own; - correct WWW and MASTER_SITES to reflect new location of the project; - add gnomecc to RUN_DEPENDS to ensure correct removal of the package. Obtained from: http://www.gnome.org/ Notes: svn path=/head/; revision=31020
* Update to 2.0.7a and make the following cleanups:Maxim Sobolev2000-07-254-7/+29
| | | | | | | | | | | | | | - Replace pthread configure patch with perl regex (should make future upgrades easier); - use installed libintl instead of port's own version; - add WWW to pkg/DESCR and remove absolete lines from there; - correctly place Gnome icon into share/gnome/pixmap instead of share/pixmap; - add gnomecc into RUN_DEPENDS to exsure correct removal of Gnome bits. Obtained from: http://www.gnome.org/ Notes: svn path=/head/; revision=31015
* Allow this to co-exist with the other NcFTP packages in the 'Latest'David E. O'Brien2000-07-232-4/+4
| | | | | | | directory. Notes: svn path=/head/; revision=30978
* Update to version 0.11Kevin Lo2000-07-222-2/+2
| | | | | | | | PR: 20099 Submitted by: Ports Fury Notes: svn path=/head/; revision=30954
* Remove gtm. The version 0.3.1 distfile is nowhere to be found, andJacques Vidrine2000-07-216-76/+0
| | | | | | | | | current versions are for Linux only (nice stuff such as parsing uts.release to determine what version of the Linux kernel we are running). Notes: svn path=/head/; revision=30947
* Remove extra whiteline.Maxim Sobolev2000-07-171-1/+0
| | | | Notes: svn path=/head/; revision=30740
* Update to 0.3.0.Maxim Sobolev2000-07-175-15/+21
| | | | Notes: svn path=/head/; revision=30739
* Use GTK_CONFIG properly; add WWW.Will Andrews2000-07-152-1/+3
| | | | | | | | PR: 19924 Submitted by: Ports Fury Notes: svn path=/head/; revision=30663
* Remove all installed directoriesChris D. Faulhaber2000-07-141-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30617
* Update for new devel/libglade shlib versionAde Lovett2000-07-111-1/+1
| | | | Notes: svn path=/head/; revision=30493
* Update to 0.5.6. Also make it link with installed libintl.Maxim Sobolev2000-07-112-3/+7
| | | | Notes: svn path=/head/; revision=30467
* Adding caitoo version 0.6.6.Steve Price2000-07-107-0/+193
| | | | | | | | | | | A KDE/Qt based GetRight(tm)/Go!zilla(tm) downloader alike formerly known as KGet. PR: 19208 Submitted by: Mario S F Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=30410
* Update to 2.6.1, which fixes some security issues (actually, we alreadyWill Andrews2000-07-098-78/+22
| | | | | | | | | had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks in internal ls, and merges in the virtual passwd/shadow features of BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR. Notes: svn path=/head/; revision=30364
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-074-25/+24
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Mark FORBIDDEN: yet another remote root exploit.Kris Kennaway2000-07-072-0/+4
| | | | Notes: svn path=/head/; revision=30292
* Update to 0.1.8Ade Lovett2000-07-063-3/+5
| | | | Notes: svn path=/head/; revision=30282
* Fix the skip directive.Jordan K. Hubbard2000-07-052-0/+17
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Notes: svn path=/head/; revision=30252
* Add ftpcopy, a two command line ftp tools.Maxim Sobolev2000-07-057-0/+63
| | | | | | | | | | | - ftpcopy is a simply FTP client written to copy files or directories (recursively) from a FTP server. - ftpls is a FTP client which generates directory listings, either in plain text or HTML. Notes: svn path=/head/; revision=30241
* Add ftpq, a ftp upload queue manager.Will Andrews2000-07-046-0/+33
| | | | Notes: svn path=/head/; revision=30157
* Add hsftp, a ftp emulator that provides the look-and-feel of an FTP sessionWill Andrews2000-07-046-0/+29
| | | | | | | but uses ssh to transport commands and data. Neat! Notes: svn path=/head/; revision=30156
* Remove extraneous directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30112
* Remove extraneous directories on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30101
* Add patches to allow wget to work with INET6.Will Andrews2000-07-028-4/+682
| | | | | | | | Obtained from: NetBSD (thanks itojun!) Approved by: obrien Notes: svn path=/head/; revision=30076
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update to version 1.1p4Jordan K. Hubbard2000-06-282-60/+12
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29948
* Update to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29947
* Upgrade to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29946
* Update maintainer email.Alexander Langer2000-06-281-1/+1
| | | | | | | | PR: 19320, 19321, 19322 Submitted by: maintainer Notes: svn path=/head/; revision=29932
* Update to 0.9.5Alexander Langer2000-06-272-2/+2
| | | | | | | | PR: 19500 Submitted by: maintainer Notes: svn path=/head/; revision=29913
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.Ade Lovett2000-06-261-0/+1
| | | | | | | | | | This is now REQUIRED by ALL GNOMEish applications that install anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome Reminded by: bento Notes: svn path=/head/; revision=29886