aboutsummaryrefslogtreecommitdiff
path: root/misc/boxes
Commit message (Collapse)AuthorAgeFilesLines
* - Change maintainer email to @FreeBSD.orgRusmir Dusko2013-11-071-18/+11
| | | | | | | | | | - USES gmake instead of USE_GMAKE - Support STAGEDIR Approved by: pawel / wg (mentors, implicit Notes: svn path=/head/; revision=333105
* 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
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Update to 1.1.1Jason E. Hale2012-12-022-16/+25
| | | | | | | | | | | | | | | - Update MASTER_SITES (SUNSITE has previous version...commented out for now) - Add LICENSE (GPLv2) - Add PORTDOCS - Trim Makefile header - Pass maintainership to submitter PR: ports/174038 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes Notes: svn path=/head/; revision=308119
* - 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-3/+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
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Update to 1.1Michael Johnson2006-08-292-5/+4
| | | | Notes: svn path=/head/; revision=171612
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* - Fix runtime error by regenerating path in config.hVolker Stolz2005-04-223-25/+4
| | | | | | | - Use MAKE_ARGS instead of patches Notes: svn path=/head/; revision=133919
* misc category cleanup part 1 of 6:Clement Laforet2004-02-112-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use DATADIR/DOCSDIR/PORTSDOC - SIZEify port (except biblereader) - make portlint happy * Howto: - use BZIP2_CMD and UNZIP_CMD - fix MASTER_SITES - update NIS-HOWTO - make portlint happy - bump PORTREVISION * bb - kill pkg-plist * boxes - kill pkg-plist PR: 61024 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me Notes: svn path=/head/; revision=100665
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix mastersites.Edwin Groothuis2002-12-272-2/+2
| | | | | | | Noticed by: portsurvey Notes: svn path=/head/; revision=71932
* Remove maintainers with undeliverable email addresses.Kris Kennaway2002-11-231-1/+1
| | | | Notes: svn path=/head/; revision=70805
* Fix build on -current (don't try and build with cc -traditional).Kris Kennaway2002-10-213-3/+24
| | | | | | | Respect CC and CFLAGS Notes: svn path=/head/; revision=68465
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Update to 1.0.1.Tim Vanderhoek2000-05-173-8/+14
| | | | | | | Submitted by: ports/18552 (Patrick Seal / MAINTAINER) Notes: svn path=/head/; revision=28538
* USE_BISONTim Vanderhoek2000-05-161-0/+1
| | | | | | | Submitted by: ports/18539 (maintainer - Patrick Seal) Notes: svn path=/head/; revision=28479
* Rewrite. Was previously of (incorrect) form: "Boxes is ..."Tim Vanderhoek2000-05-161-1/+1
| | | | Notes: svn path=/head/; revision=28478
* Change do-build with blank target to blank ALL_TARGET.Will Andrews2000-04-161-3/+1
| | | | | | | | PR: 18028 Submitted by: maintainer Notes: svn path=/head/; revision=27625
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Add boxes, a text filter which draws ASCII art boxes around text.Michael Haro2000-04-025-0/+52
PR: 17327 Submitted by: Patrick Seal <patseal@hyperhost.net> Notes: svn path=/head/; revision=27293