aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable
Commit message (Collapse)AuthorAgeFilesLines
* . share/afterstep -> %%DATADIR%%.Greg Lewis2005-05-041-2995/+2995
| | | | Notes: svn path=/head/; revision=134628
* . Update to 2.00.05.Greg Lewis2005-05-046-34/+83
| | | | | | | . Add the canonical AfterStep master site to MASTER_SITES. Notes: svn path=/head/; revision=134624
* . Add a patch to fix the build on FreeBSD 4.x, forgotten in the previousGreg Lewis2005-04-071-0/+14
| | | | | | | | | | commit. Reported by: pointyhat (via kris) Forgotten by: glewis (...and the point hat goes to) Notes: svn path=/head/; revision=132708
* . Update to 2.00.04.Greg Lewis2005-04-043-17/+72
| | | | Notes: svn path=/head/; revision=132498
* BROKEN on sparc64: Does not buildKris Kennaway2005-03-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132014
* . Update to 2.00.03.Greg Lewis2005-03-174-23/+103
| | | | Notes: svn path=/head/; revision=131517
* . Add missing dependencies.Greg Lewis2005-02-221-1/+3
| | | | Notes: svn path=/head/; revision=129573
* . FreeBSD has <limits.h>.Greg Lewis2005-02-201-0/+17
| | | | Notes: svn path=/head/; revision=129415
* . Update to 2.00.02.Greg Lewis2005-02-204-23/+45
| | | | | | | . Sort packing list. Notes: svn path=/head/; revision=129414
* . Add missing manual pages.Greg Lewis2004-12-181-2/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=124364
* Update to version 2.00.01Kirill Ponomarev2004-12-054-18/+13
| | | | | | | | PR: ports/74735 Submitted by: Ports Fury Notes: svn path=/head/; revision=123258
* . This is sh, not C. Use '=', not '=='.Greg Lewis2004-11-091-0/+22
| | | | Notes: svn path=/head/; revision=121230
* . Don't use malloc.h for malloc(3) on FreeBSD, use stdlib.h. ThisGreg Lewis2004-11-091-0/+13
| | | | | | | quietens the build considerably. Notes: svn path=/head/; revision=121219
* . I use afterstep, so take maintainership.Greg Lewis2004-11-091-1/+1
| | | | Notes: svn path=/head/; revision=121204
* Drop maintainership.Dmitry Sivachenko2004-11-091-1/+1
| | | | Notes: svn path=/head/; revision=121185
* Update to version 2.00.00Kirill Ponomarev2004-10-136-531/+2866
| | | | | | | | | PR: ports/72331 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=119198
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* 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
* Upgrade to 1.8.11.Dmitry Sivachenko2002-04-174-30/+10
| | | | | | | | | | Replace two patches with regex in Makefile. PR: 36898 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57789
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47631
* fix manpage: /usr/X11/ -> ${X11BASE}/FUJISHIMA Satsuki2001-09-021-0/+4
| | | | Notes: svn path=/head/; revision=47316
* Update to 1.8.9Dmitry Sivachenko2001-07-124-18/+7
| | | | | | | | PR: 28903 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=45081
* Layout fixes in x11-wm.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38012
* Correct PLIST.Dmitry Sivachenko2001-01-062-3/+3
| | | | | | | | | Makefile: cosmetics. Obtained from: bento (PLIST) Notes: svn path=/head/; revision=36872
* Use mkstemp(3) instead of tmpnam(3).Dmitry Sivachenko2000-12-311-0/+11
| | | | | | | Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE> Notes: svn path=/head/; revision=36543
* Update to 1.8.8.Dmitry Sivachenko2000-12-312-4/+5
| | | | | | | | | Add dependency to audio/rplay. Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE> Notes: svn path=/head/; revision=36530
* Update to version 1.8.4.Dmitry Sivachenko2000-11-142-4/+3
| | | | | | | | | Remove NO_LATEST_LINK. Approved by: sobomax Notes: svn path=/head/; revision=35147
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-4/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27443
* Update to 1.8.0Satoshi Taoka2000-02-177-533/+538
| | | | | | | | | PR: 16734 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer Notes: svn path=/head/; revision=25921
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* 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 1.6.10Bill Fumerola1999-02-212-8/+11
| | | | | | | | PR: ports/9983 Submitted by: maintainer Notes: svn path=/head/; revision=16815
* Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}Bill Fumerola1999-02-211-5/+3
| | | | | | | This unbreaks the fetching of several of these ports. Notes: svn path=/head/; revision=16813
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Add NO_LATEST_LINK flag.Bill Fumerola1999-01-181-1/+2
| | | | | | | Requested By: asami Notes: svn path=/head/; revision=16146
* Complete the AfterStep division between Classic, Stable, and Devel.Bill Fumerola1999-01-172-10/+12
| | | | | | | | | | | | Updated MASTER_SITE mirrors and made all appropriate upgrade changes. Add the Afterstep virtual category while I'm here. Provoked by: asami, (ports/9324) Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16088
* Mark this broken while billf works on an upgrade after a repository copy.Satoshi Asami1999-01-031-1/+3
| | | | Notes: svn path=/head/; revision=15799
* Update to version 1.6.0.Steve Price1998-12-233-453/+468
| | | | | | | | PR: 9134 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=15513
* Move manpages to the Makefile and use MAN* macros.Steve Price1998-10-042-22/+6
| | | | Notes: svn path=/head/; revision=13622
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmSatoshi Asami1998-08-071-2/+2
| | | | | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. Notes: svn path=/head/; revision=12331
* Use MAINTAINER's copy as MASTER_SITE, because the AfterStep FTP siteMatthew Hunt1998-07-141-3/+3
| | | | | | | | | | keeps changing for no good reason. PR: 7273 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=11912
* - Correct MASTER_SITE.Matthew Hunt1998-06-292-7/+5
| | | | | | | | | | | | | | | - Add patches to support asmodem. - Remove zero-length "configure" script. - Allow packaging. PR: 7072 (Brett Taylor) Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> (all changes except MASTER_SITE) Alex <garbanzo@hooked.net> (broken MASTER_SITE) Notes: svn path=/head/; revision=11601
* $(X11BASE)/xmkmf --> $(X11BASE)/bin/xmkmfMatthew Hunt1998-05-221-2/+2
| | | | | | | | Pointed out by: Brett Taylor <brett@peloton.physics.montana.edu> Screwed up by: mph Notes: svn path=/head/; revision=11111