pkgsrc/devel/gindent/Makefile
wiz 8fd3c10874 gindent updated from 2.2.2 to 2.2.4
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-12-24 02:39:04 +00:00

18 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.18 1999/12/24 02:39:04 wiz Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/29 09:20:00 obrien Exp
#
DISTNAME= indent-2.2.4
PKGNAME= g${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/indent/indent.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
INFO_FILES= indent.info
.include "../../mk/bsd.pkg.mk"