aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gwget
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 0.95pav2005-05-214-5/+18
| | | | | PR: ports/81276 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* - Update to 0.94ahze2005-04-036-13/+105
| | | | | PR: 79405 Submitted by: Radek Kozlowski (maintainer)
* - Chase Epiphany updatepav2005-03-251-2/+2
| | | | | | PR: ports/79206 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Approved by: portmgr (marcus)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 0.93ahze2005-01-253-3/+21
| | | | | PR: ports/76640 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* - Update to 0.92.1pav2005-01-093-3/+7
| | | | | PR: ports/75968 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* - Update to 0.92pav2004-12-093-3/+4
| | | | | PR: ports/74867 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* Remove update-desktop-database from the plist. This port doesn't installmarcus2004-12-051-2/+0
| | | | | | | .desktop files with a MIME list. PR: 74675 Submitted by: maintainer
* - Update to 0.91ahze2004-11-283-7/+12
| | | | | | | - Use new GCONF_SCHEMAS PR: ports/74457 Submitted by: Radek Kozlowski (maintainer)
* - Catch up Epiphany updatepav2004-11-091-2/+2
| | | | | PR: ports/73671 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Add gwget, a download manager for GNOME which uses wget as its backend.marcus2004-11-034-0/+102
It supports resuming downloads as well as recursive downloading. PR: 73431 Submitted by: Radek Kozlowski <radek@raadradd.com>