aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp
Commit message (Collapse)AuthorAgeFilesLines
* record gftp.desktop installation correctlyOliver Lehmann2006-10-101-1/+1
| | | | | | | Submitted by: "A.J. Kehoe IV (Nanoman)" <nanoman@nanoman.ca> Notes: svn path=/head/; revision=175199
* make gtk2 the default toolkit instead of gtk12Oliver Lehmann2006-09-261-5/+5
| | | | Notes: svn path=/head/; revision=173915
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* add NLS knob to OPTIONS and make it work [1]Oliver Lehmann2006-01-262-48/+57
| | | | | | | | | fix pkg-plist for WITHOUT_X11 Noted by: kris [1] Notes: svn path=/head/; revision=154489
* SHA256ify (manually updated and checked)Edwin Groothuis2006-01-221-1/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154150
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* 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
* 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
* fix build on 5Oliver Lehmann2004-11-152-1/+114
| | | | | | | | Noted By: kris, Christian Hiris <4711@chello.at> PR: ports/73954 Notes: svn path=/head/; revision=121670
* update to 2.0.18rc1Oliver Lehmann2004-11-104-11/+17
| | | | Notes: svn path=/head/; revision=121322
* update to 2.0.17Oliver Lehmann2004-03-292-4/+3
| | | | Notes: svn path=/head/; revision=105624
* update to 2.0.17.p.0Oliver Lehmann2004-03-254-18/+8
| | | | Notes: svn path=/head/; revision=105270
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* finally fix those gnome pkg-plist stuffOliver Lehmann2004-03-182-5/+5
| | | | Notes: svn path=/head/; revision=104499
* fix USE_GNOME handling which broke the pkg-plistOliver Lehmann2004-02-171-4/+4
| | | | Notes: svn path=/head/; revision=101229
* BROKEN: Broken pkg-plistKris Kennaway2004-02-171-0/+2
| | | | Notes: svn path=/head/; revision=101130
* USE_GNOMEify it [1]Oliver Lehmann2004-02-101-24/+10
| | | | | | | | | use the OPTIONS macro Suggested by: adamw [1] Notes: svn path=/head/; revision=100536
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* update gftp to 2.0.16Oliver Lehmann2003-11-105-8/+26
| | | | Notes: svn path=/head/; revision=93672
* update gftp to 2.0.15Oliver Lehmann2003-08-313-2/+3
| | | | Notes: svn path=/head/; revision=88204
* update to 2.0.15.rc2 which fixes several bugs introduced by rc1Oliver Lehmann2003-08-088-74/+13
| | | | Notes: svn path=/head/; revision=86578
* until it's fixed by the author, add a patch to fix transfering a wholeOliver Lehmann2003-07-271-0/+16
| | | | | | | | directory (gftp adds wrongly a trailing / to each file and directory which ends in a 550 error) Notes: svn path=/head/; revision=85649
* update gftp to 2.0.15.rc1Oliver Lehmann2003-07-248-99/+55
| | | | Notes: svn path=/head/; revision=85536
* don't depend on gtk12 (gnomelibs->gnome1) if gnome1(+gnome2) is installedOliver Lehmann2003-05-141-1/+1
| | | | | | | | | | but WITH_GTK2 is defined Submitted by: Pav Lucistnik <pav@oook.cz> Approved by: alex (mentor) Notes: svn path=/head/; revision=80949
* Update the description to reflect that gFTP is sftp capableOliver Lehmann2003-05-122-2/+2
| | | | | | | | PR: 51645 Approved by: alex (mentor) Notes: svn path=/head/; revision=80835
* redefine the MAINTAINER field with my FreeBSD addressOliver Lehmann2003-05-061-1/+1
| | | | | | | Approved By: alex (mentor) Notes: svn path=/head/; revision=80276
* update-port: ftp/gftpEdwin Groothuis2003-04-295-35/+70
| | | | | | | | | | | | | | | make ssh2 connects working w/o the ssh-askpass utility (fix the code how to acquire a [pt]ty pair) The user may still choose the ssh-askpass way inside the application. That way is just no longer forced (as i did with the last update). Now it's possible to choose between direct password-sending from the application, or sending the password with the ssh-askass utility. PR: ports/51391 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=79828
* make ssh2 support working for FreeBSDYen-Ming Lee2003-04-243-0/+48
| | | | | | | | PR: 51330 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=79578
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Chase glib20's shared lib version.Joe Marcus Clarke2003-02-071-2/+2
| | | | Notes: svn path=/head/; revision=75043
* PERL -> REINPLACE_CMDTilman Keskinoz2003-01-251-3/+5
| | | | | | | | | | Fix PLIST_SUB for HAVE_GNOME PR: 47231 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=74001
* upgrade to 2.0.14Ying-Chieh Liao2003-01-028-62/+115
| | | | | | | | PR: 46020 Submitted by: maintainer Notes: svn path=/head/; revision=72289
* Fix patch when building without gnomelibs.Joe Marcus Clarke2002-09-291-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67249
* Fix build and package build after recent GNOMENG conversion.Joe Marcus Clarke2002-09-221-7/+8
| | | | Notes: svn path=/head/; revision=67042
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-191-3/+4
| | | | | | | | PR: 42200 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=66757
* Update to 2.0.13Patrick Li2002-07-193-3/+2
| | | | | | | | PR: ports/40786 Submitted by: maintainer Notes: svn path=/head/; revision=63257
* Give maintainership to submitter.Pete Fritchman2002-06-101-1/+1
| | | | | | | Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=61023
* Update to 2.0.12.Pete Fritchman2002-06-095-27/+8
| | | | | | | | PR: 38584 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=61011
* Damjan Marion no longer works on FreeBSD stuff.Bill Fenner2002-06-091-1/+1
| | | | Notes: svn path=/head/; revision=61004
* - Update to 2.0.11Patrick Li2002-01-228-25/+36
| | | | | | | | | | - Remove FORBIDDEN PR: 33764 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=53520
* Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security updateKris Kennaway2001-04-306-2/+57
| | | | | | | | | to fix a remotely exploitable format string vulnerability, but in the course of trying to make the new version actually build I discovered that it also has local tempfile vulnerabilities, among other problems. Notes: svn path=/head/; revision=42067
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -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
* Don't install the pixmap when not using gnome, to fix the PLIST.Jeremy Lea2000-10-132-21/+6
| | | | Notes: svn path=/head/; revision=33768
* Implement WANT_GNOME.Jeremy Lea2000-10-053-36/+69
| | | | Notes: svn path=/head/; revision=33430
* Update to 2.0.7b.Maxim Sobolev2000-08-152-2/+2
| | | | Notes: svn path=/head/; revision=31650
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-041-1/+1
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320