aboutsummaryrefslogtreecommitdiff
path: root/x11/gskrab
Commit message (Collapse)AuthorAgeFilesLines
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-5/+3
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* - Clarify LICENSEDmitry Marakasov2015-03-091-2/+7
| | | | | | | | - Add LICENSE_FILE - Strip binaries Notes: svn path=/head/; revision=380814
* Cleanup plistAntoine Brodin2014-11-241-5/+0
| | | | Notes: svn path=/head/; revision=373367
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Fix packaging as rootBaptiste Daroussin2014-03-241-0/+3
| | | | Notes: svn path=/head/; revision=349084
* - Stage supportAntoine Brodin2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338772
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-25/+24
| | | | Notes: svn path=/head/; revision=255316
* - cleanup ADDITIONAL_LIB_DIRSDirk Meyer2009-07-051-2/+0
| | | | Notes: svn path=/head/; revision=237172
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226279
* 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
* - cleanupDirk Meyer2008-03-291-2/+2
| | | | Notes: svn path=/head/; revision=210065
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-252-14/+17
| | | | 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
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-5/+1
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* - seek X11BASEDirk Meyer2006-11-261-0/+2
| | | | Notes: svn path=/head/; revision=178076
* GS Krab is a framework and a daemon to enable GNUstep applications toDirk Meyer2006-11-174-0/+59
handle the special keys on multimedia keyboards. Since this would require special hacks to work on different platform, and since those differents platforms work differently, I thought putting those hacks together in a centralized daemon would be the correct and clean way to do things. Notes: svn path=/head/; revision=177449