aboutsummaryrefslogtreecommitdiff
path: root/misc/asbutton
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Cleanup plistBaptiste Daroussin2014-12-091-2/+0
| | | | Notes: svn path=/head/; revision=374378
* - Update MASTER_SITESMartin Wilke2014-02-272-79/+78
| | | | | | | | | | | - Add LICENSE - Stage support PR: 187039 Submitted by: Ports Fury Notes: svn path=/head/; revision=346260
* Deprecate ports unmaintained for which distillator is not able to find ↵Baptiste Daroussin2014-02-071-0/+3
| | | | | | | | | public distfiles Reported by: distilator Notes: svn path=/head/; revision=343287
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Cleanup unmaintained ports in the misc category:Eitan Adler2013-03-251-6/+2
| | | | | | | | | | | - Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint Notes: svn path=/head/; revision=315240
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix SIGSEGV after recent fix for gcc 4Rong-En Fan2007-08-112-7/+4
| | | | | | | | PR: ports/115166 Submitted by: Eugene Grosbein <eugen at grosbein.pp.ru> Notes: svn path=/head/; revision=197447
* Fix build with gcc4.2Kirill Ponomarev2007-05-262-4/+14
| | | | Notes: svn path=/head/; revision=191938
* BROKEN with gcc 4.2Kris Kennaway2007-05-251-1/+7
| | | | Notes: svn path=/head/; revision=191863
* - 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
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Use MAKE_ARGSVolker Stolz2005-04-212-33/+7
| | | | Notes: svn path=/head/; revision=133828
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* 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
* Distfile rerolled; no changes.Kris Kennaway2001-09-101-1/+1
| | | | Notes: svn path=/head/; revision=47591
* Fix MASTER_SITES. I'm not sure why it was changed toJim Mock2001-08-211-2/+1
| | | | | | | MASTER_SITES_AFTERSTEP to begin with. Notes: svn path=/head/; revision=46613
* (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
* - Use MASTER_SITE_AFTERSTEP to MASTER_SITESMaxim Sobolev2000-06-233-9/+40
| | | | | | | | PR: 19468 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29807
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Update the WWW linkJim Mock2000-01-201-1/+1
| | | | | | | | PR: 16222 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=24856
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Updated my email addressJim Mock1999-08-142-4/+4
| | | | Notes: svn path=/head/; revision=20715
* Update to version 0.3Chris Piazza1999-08-013-19/+23
| | | | | | | | PR: 12797 Submitted by: Jim Mock <jim@blues.ghis.net>, maintainer Notes: svn path=/head/; revision=20419
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* PR: ports/11619Seiichirou Hiraoka1999-05-105-0/+102
Submitted by: jim@blues.ghis.net A dockapp that displays 4 or 9 buttons to run apps of your choice. Notes: svn path=/head/; revision=18755