aboutsummaryrefslogtreecommitdiff
path: root/deskutils/toolbox
Commit message (Collapse)AuthorAgeFilesLines
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226268
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - fix build for option WITH_GNUSTEP_DEVELDirk Meyer2008-05-051-0/+10
| | | | Notes: svn path=/head/; revision=212659
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-252-1/+2
| | | | Notes: svn path=/head/; revision=191718
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - extend MASTER_SITESDirk Meyer2007-02-251-1/+3
| | | | Notes: svn path=/head/; revision=185846
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* Toobox is a collection of tools. Each tool is in the form of bundle. In aDirk Meyer2006-12-184-0/+115
given category, you can add new items. Each item contains the value of location and of bundle (tool). Depending on the location, items can have different contents even with the same bundle. Conceptually, it is similar to the bookmark. It does not only store the location, but also the tool to access the location. The item is not supposed to change its location frequently. It is designed to access the fixed location, either on file system or over internet. Some items don't access any location, such as calculator. WWW: http://www.nongnu.org/toolbox/ Notes: svn path=/head/; revision=180099