summaryrefslogtreecommitdiff
path: root/devel/gindent/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply two bug fixes from John Hein:Johan van Selst2010-06-275-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) fix 'indent -npro -nip' when compiled with BERKELEY_DEFAULTS symptom: command line: unknown option "nhnl" Note that the "nhnl" above is just luck due to layout by the compiler. It could be random garbage. explanation: PRO_SETTINGS lists need to be terminated with two nulls. 2) fix error message for args prefixed with '--', like 'indent -npro --no-such-arg' symptom: command line: unknown option "-no-such-arg" explanation: the error message uses 'option - 1' instead of 'option - option_length' and -- options have option_length == 2. Note that the update looks more complicated than just this patch, because the original port patches were re-aligned as well. John has submitted his patches upstream as well. Submitted by: John Hein <jhein@symmetricom.com> Feature safe: yes Notes: svn path=/head/; revision=257068
* - Update to version 2.2.10Johan van Selst2009-03-082-18/+23
| | | | | | | | | http://indent.isidore-it.eu/beautify.html - Take over maintainership - Don't rebuild html docs (remove implicit build dep. on texi2html) Notes: svn path=/head/; revision=229674
* Fix the build of GNU indent with gcc 4.2.Giorgos Keramidas2007-05-251-0/+11
| | | | | | | | PR: ports/112841 Approved by: pav Notes: svn path=/head/; revision=191758
* - Update to version 2.2.9Kirill Ponomarev2004-03-011-17/+12
| | | | | | | | PR: ports/63590 Submitted by: Ports Fury Notes: svn path=/head/; revision=102660
* Support CFLAGS/CXXFLAGS properly.Peter Pentchev2002-09-181-9/+13
| | | | | | | | | | Honor NOPORTDOCS. PR: 42878 Submitted by: Ports Fury Notes: svn path=/head/; revision=66596
* Update to 2.2.8aPatrick Li2002-07-152-16/+4
| | | | | | | | PR: ports/40566 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62957
* upgrade to 2.2.8Ying-Chieh Liao2002-06-255-176/+180
| | | | Notes: svn path=/head/; revision=61905
* Default to KNF.David E. O'Brien2001-04-202-17/+121
| | | | Notes: svn path=/head/; revision=41697
* Make the Berkeley options the default vs. the GNU ones.David E. O'Brien2000-12-191-0/+112
| | | | | | | | Add -knf for FreeBSD's use. Remove duplicated code that wasn't kept in-sync by using some macros. Notes: svn path=/head/; revision=36137
* Update to version 2.2.6Kevin Lo2000-11-211-12/+10
| | | | | | | | PR: 22989 Submitted by: Ports Fury Notes: svn path=/head/; revision=35315
* Update gnu indent to 1.10.0, the first released version in 5 years.Chris Piazza1999-06-281-10/+9
| | | | Notes: svn path=/head/; revision=19877
* Add @direntry and @direcategory to indent.texinfo so that install-info worksJustin M. Seger1997-11-281-0/+14
correctly. Notes: svn path=/head/; revision=8876