summaryrefslogtreecommitdiff
path: root/devel/gindent
AgeCommit message (Collapse)AuthorFilesLines
2009-07-18Update to 2.2.9:wiz3-10/+13
Release notes for GNU indent version 2.2.9, Aug 2002 * Matthias <moh@itec.uni-klu.ac.at> and Eric Lloyd <ewlloyd@neta.com> Added support for -brf to place function opening brace after function declaration. * Cristalle Azundris Sabon <cristalle@azundris.com> Added --preprocessor-indentation (ppi) if set, will indent nested preprocessor-statements with n spaces per level. Overrides -lps. * D.Ingamells <indent@dingamells.fsnet.co.uk> Added option break-function-decl-args-end (bfde) to break the function arguments list before the closing bracket. -bdfa now causes a break after the opening bracket and before the first argument so that the first argument and subsequent argments are indented one indentation step instead of being aligned with the opening bracket.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz1-3/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-18/+18
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-30* Honor PKGINFODIR.jlam2-4/+4
* List the info files directly in the PLIST.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-05-18Do not declare a static variable as non-static in a header file.minskim2-1/+16
This makes the package build on Darwin-8.x.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-22Enable pkgviews installation.minskim1-1/+3
2004-04-22Convert to buildlink3.snj1-3/+3
2004-03-05Revert previous -- my pkgsrc was a tad out of date. Pointed out by wiz@sekiya1-5/+1
2004-03-04Yet another config.guess/config.sub override for sgimips->mipseb.sekiya1-1/+5
2004-02-15Remove info files entries from PLIST.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-23Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-24use config.h and friends in man/tgexinfo2man.c, fixes build ongrant2-1/+18
FreeBSD 5 where malloc.h exists but should not be used.
2002-12-23Use GNU_PROGRAM_PREFIX. Based on a patch by Jeremy C. Reed.wiz2-6/+13
2002-12-05regen for patch-ab removalwiz1-2/+1
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-13/+0
2002-11-30USE_PKGLOCALEDIR.grant1-5/+4
2002-09-01Install locale files into correct directory under Solaris.tron3-2/+18
2002-08-31Update to 2.2.8.1 (2.2.8a):wiz4-9/+44
2.2.8a has build fixes for 2.2.8. The major changes between version 2.2.7 and 2.2.8 are * Resolution of some build problems with gettext. * The environment variable INDENT_PROFILE can be used to specify a profile file. * Bug fixes. The major changes between version 2.2.6 and 2.2.7 are * Support for I18N (internationalisation) with gettext. * Tarball directory restructuring. * Bug fixes
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-17Mark as USE_BUILDLINK_ONLY.jlam1-3/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-02Update to 2.2.6. Changes are only bugfixes.wiz2-4/+4
2000-02-06updated gindent to 2.2.5. Changes include a bugfix for '-br' and a C++wiz2-4/+4
alignment fix.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-24gindent updated from 2.2.2 to 2.2.4wiz2-5/+5
Changes since 2.2.2 from the NEWS file: 2.2.4 * When using numbered backup files, setting environment variable VERSION_WIDTH now allows to use left zero padding (ie file.~001~). (Patch by Chris F.A. Johnson <bq933@torfree.net>) * --braces-on-if-line (-br) caused a '{' brace on the same line as a '}' not to be put automatically on the next line, as it should because the following { block } is not related to the previous { block } in any way. * Unpaired braces in `#if ..{.. #else/#elif ..{.. #endif }' constructs was broken for #elif and when there were spaces after the #. * Spelling, typo and general little improvements of indent.texinfo. Now using Texinfo 4.0 markup. (Patch by Kragen Sittler <sittler@day.erim-int.com>) 2.2.3 * Fixed bit-fields with types other then `int' (no type still won't work). Fixed support for public:, private: and protected: labels. * Forgot to include the indent.dsp file in 2.2.2 (win32)
1999-11-01Describe this package a bit more fully.agc1-1/+1
1999-10-01Update gindent to 2.2.2. Changes from 2.2.0:jlam2-5/+6
Release notes for GNU indent version 2.2.2, September 1999 * Added support for win32 (need VC++) * Indent was sometimes adding a blank line at the top of an indented file when indenting multiple files at once. This bug has been fixed. Release notes for GNU indent version 2.2.1, September 1999 * Indent got confused when a function declaration contained an enum and did not contain a colon before using a '{' inside the function. enum foobar <-- returns enum func (enum foobar) <-- or uses an enum as parameter { if (1) { <-- uses '{' before any ';' was used func (1);} <-- fails here ... etc. * A new option to stop `make' from rebuilding your whole project after running `indent': -pmt, --preserve-mtime : Preserve modification time on output files. * Backup files now keep the same modification time as the original. * New -c++, --c-plus-plus option to allow better C++ formatting: Recognizes C++ keywords, including the GNU extension operators <?= and >?=. (Patch by Malekith <malekith@topnet.pl>) Note: In general C++ still does NOT work! * EBCDIC charset support for BS2000/POSIX (Siemens mainframe OS). Contributed by <Martin.Kraemer@MchP.Siemens.De>.
1999-08-20Upgrade to GNU indent 2.2.0kim6-73/+13
1999-07-09Add package patch-sum filesagc1-0/+4
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-09-04Since everything else in this package is called gindent, call theagc1-1/+2
package itself gindent-1.9.1