aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bbapm
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+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
* - Fix some more SF URLs, including ones in PATCH_SITES and comments (for ↵Dmitry Marakasov2009-08-271-1/+1
| | | | | | | | | consistency) Approved by: portmgr (pav) Notes: svn path=/head/; revision=240420
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* 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 after xorg cleanupMartin Wilke2008-04-201-1/+2
| | | | Notes: svn path=/head/; revision=211685
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Fix build with gcc 4.2Martin Wilke2007-06-292-1/+14
| | | | | | | | PR: 114079 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=194437
* - 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
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Revert last commit. It is not possible (yet) to have the dirrmtry usageMark Linimon2006-01-231-1/+2
| | | | | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin` Notes: svn path=/head/; revision=154215
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149455
* Update MASTER_SITES and WWW: lineKirill Ponomarev2004-08-103-12/+15
| | | | | | | | | | Support PLIST_FILES PR: ports/70265 Submitted by: Ports Fury Notes: svn path=/head/; revision=115857
* Drop maintainership on most of my ports. Feel free to grab 'em if youAdam Weinberger2004-05-161-1/+1
| | | | | | | want 'em. Notes: svn path=/head/; revision=109302
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+2
| | | | Notes: svn path=/head/; revision=104520
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Move:Adam Weinberger2003-06-031-1/+1
| | | | | | | | | x11-wm/bbrun --> x11/bbrun x11-wm/bbapm --> sysutils/bbapm x11-wm/icemc --> misc/icemc Notes: svn path=/head/; revision=82216
* Mark ONLY_FOR_ARCHS=i386.Adam Weinberger2003-05-192-8/+69
| | | | | | | | | | Fix build on -CURRENT. Image.cc was trying to define a variable named "or." Thank you: wpaul Notes: svn path=/head/; revision=81488
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81208
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* 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
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Change maintainership on all my ports.Adam Weinberger2002-10-182-3/+2
| | | | | | | | | adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor) Notes: svn path=/head/; revision=68248
* Attempt to fix build by s/friend/friend class/. This still blows up laterKris Kennaway2002-09-071-0/+11
| | | | | | | though. Notes: svn path=/head/; revision=65759
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-021-1/+2
| | | | | | | | PR: 42305 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65459
* Remove dependency on blackbox.Trevor Johnson2002-08-261-2/+0
| | | | | | | | PR: 42014 Submitted by: Adam Weinberger (maintainer) Notes: svn path=/head/; revision=65009
* Update maintainer's email addressPatrick Li2002-07-222-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=63407
* Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install filesPete Fritchman2001-12-271-0/+1
| | | | | | | | | there. Noticed by: bento Notes: svn path=/head/; revision=52262
* Initial import of x11-wm/bbapm, an APM meter for BlackboxPatrick Li2001-12-0811-0/+160
PR: 29461 Submitted by: Adam Weinberger <monkey@crackula.com>, \ Scott Renfro <scott@renfro.org> (additional patches) Notes: svn path=/head/; revision=51200