aboutsummaryrefslogtreecommitdiff
path: root/deskutils/wmpinboard
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories dNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'. Notes: svn path=/head/; revision=516748
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458755
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-293-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - Stage supportMartin Wilke2014-02-021-4/+3
| | | | Notes: svn path=/head/; revision=342326
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix execution on 64bit platformsTilman Keskinoz2009-07-242-1/+23
| | | | | | | | PR: 134474 Submitted by: Pavel Gorshkov Notes: svn path=/head/; revision=238337
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209418
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - fix a coredump;Thierry Thomas2004-12-082-4/+13
| | | | | | | | | | - take maintainership. PR: ports/74326 Submitted by: Thomas Kempka. Notes: svn path=/head/; revision=123488
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix MASTER_SITESKirill Ponomarev2004-01-316-51/+12
| | | | | | | | | | | - Remove obsolete WWW: line - Utilize USE_GETOPT_LONG PR: ports/62155 Submitted by: Ports Fury Notes: svn path=/head/; revision=99619
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Jim Mock (jim) returned his commit bit, so set his ports free.Pav Lucistnik2003-12-151-1/+1
| | | | | | | Thank for all your work, Jim! Notes: svn path=/head/; revision=95826
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.0.Maxim Sobolev2001-04-199-24/+102
| | | | | | | | PR: ports/26669 Submitted by: Alex Kapranoff <kappa@zombie.antar.bryansk.ru> Notes: svn path=/head/; revision=41678
* fix X manpage error with XFree86-4FUJISHIMA Satsuki2001-01-092-6/+18
| | | | | | | PR: 23422 Notes: svn path=/head/; revision=37031
* Update MASTER_SITES.Jim Mock2000-10-111-1/+2
| | | | Notes: svn path=/head/; revision=33714
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27416
* Update to version 0.10.Jim Mock1999-11-082-3/+3
| | | | Notes: svn path=/head/; revision=22971
* Updated to version 0.9.2Jim Mock1999-09-082-3/+3
| | | | Notes: svn path=/head/; revision=21387
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Updated to version 0.9.1Jim Mock1999-08-222-4/+4
| | | | Notes: svn path=/head/; revision=20855
* Updated my email addressJim Mock1999-08-142-5/+4
| | | | Notes: svn path=/head/; revision=20717
* Update to version 0.9Chris Piazza1999-08-073-17/+11
| | | | | | | | PR: 13010 Submitted by: maintainer Notes: svn path=/head/; revision=20591
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Upgrade to 0.8.5.Thomas Gellekum1999-06-102-4/+5
| | | | | | | | PR: 12112 Submitted by: Jim Mock <jim@phrantic.phear.net> Notes: svn path=/head/; revision=19403
* Whoever Wrote Whe Wexinvest Wkg/Wescr should be taken out and shot.Tim Vanderhoek1999-05-021-3/+3
| | | | Notes: svn path=/head/; revision=18344
* Update to 0.8.3.Michael Haro1999-04-232-4/+4
| | | | | | | | PR: 11224 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=18100
* Update to version 0.8.2.Steve Price1999-03-244-6/+22
| | | | | | | | PR: 10717 Submitted by: maintainer Notes: svn path=/head/; revision=17381
* Initial import of wmpinboard version 0.7.Steve Price1999-01-265-0/+29
Post-It (tm) note for the WindowMaker dock or AfterStep Wharf. PR: 9561 Submitted by: Jim Mock <jim@corp.au.triax.com> Notes: svn path=/head/; revision=16357