aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gdmap
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with P,R,S
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove 4.x support.itetcu2007-04-191-7/+1
| | | | | | PR: ports/111770: Submitted by: Marcelo Araujo (araujo@bsdmail.org) Approved by: maintainer
* - Update to 0.7.5garga2006-04-283-8/+6
| | | | | | PR: ports/95935 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 0.7.0garga2005-11-012-3/+3
| | | | | PR: ports/88295 Submitted by: maintainer
* - Update to 0.6.0garga2005-10-192-3/+3
| | | | | PR: ports/87645 Submitted by: maintainer
* Fix broken REINPLACE_CMDmnag2005-10-161-1/+1
| | | | | PR: 87483 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
* GdMap is a tool which allows to visualize disk space.garga2005-10-144-0/+57
Ever wondered why your hard disk is full or what directory and files take up most of the space? With GdMap these questions can be answered quickly. To display directory structures cushion treemaps are used which visualize a complete folder or even the whole hard drive with one picture. Cushion treemaps display directories and files in rectangular areas. The larger a file is the larger is the rectangle which represents it. All files in one directory are painted within the rectangle of that directory. WWW: http://gdmap.sourceforge.net/ PR: ports/87399 Submitted by: Rodrigo Graeff <delphus@gmail.com>