diff options
author | wiz <wiz> | 2009-07-18 19:32:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-18 19:32:38 +0000 |
commit | 8262759356b949ecd74ccd365ec606bd588e0002 (patch) | |
tree | eaf00bb00e4c6e1c8b34aba3f9c4d56d145e4f8e /devel/gindent | |
parent | 4e4333514d245be45ee7b0ac62d28abf41402c35 (diff) | |
download | pkgsrc-8262759356b949ecd74ccd365ec606bd588e0002.tar.gz |
Update to 2.2.9:
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.
Diffstat (limited to 'devel/gindent')
-rw-r--r-- | devel/gindent/Makefile | 10 | ||||
-rw-r--r-- | devel/gindent/PLIST | 5 | ||||
-rw-r--r-- | devel/gindent/distinfo | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 0031975580b..ec8776161cb 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2008/06/20 01:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2009/07/18 19:32:38 wiz Exp $ # -DISTNAME= indent-2.2.8a -PKGNAME= g${DISTNAME:S/a/.1/} -PKGREVISION= 3 +DISTNAME= indent-2.2.9 +PKGNAME= g${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=indent/} @@ -16,7 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -INFO_FILES= # PLIST +INFO_FILES= yes +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" diff --git a/devel/gindent/PLIST b/devel/gindent/PLIST index c1163c054cc..8368794fa3a 100644 --- a/devel/gindent/PLIST +++ b/devel/gindent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:48:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/07/18 19:32:38 wiz Exp $ bin/${GNU_PROGRAM_PREFIX}indent bin/${GNU_PROGRAM_PREFIX}texinfo2man info/indent.info @@ -9,8 +9,11 @@ share/locale/da/LC_MESSAGES/indent.mo share/locale/de/LC_MESSAGES/indent.mo share/locale/eo/LC_MESSAGES/indent.mo share/locale/et/LC_MESSAGES/indent.mo +share/locale/fi/LC_MESSAGES/indent.mo share/locale/fr/LC_MESSAGES/indent.mo share/locale/gl/LC_MESSAGES/indent.mo +share/locale/hu/LC_MESSAGES/indent.mo +share/locale/it/LC_MESSAGES/indent.mo share/locale/ja/LC_MESSAGES/indent.mo share/locale/ko/LC_MESSAGES/indent.mo share/locale/nl/LC_MESSAGES/indent.mo diff --git a/devel/gindent/distinfo b/devel/gindent/distinfo index b7597b1d370..a222671ec88 100644 --- a/devel/gindent/distinfo +++ b/devel/gindent/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2005/05/18 14:23:10 minskim Exp $ +$NetBSD: distinfo,v 1.9 2009/07/18 19:32:38 wiz Exp $ -SHA1 (indent-2.2.8a.tar.gz) = 0d8dc53bf6411d1c87dce7775e2ddddc4a6e9355 -RMD160 (indent-2.2.8a.tar.gz) = 078a059e217dacbd0a98ea70b1ce8e5298802238 -Size (indent-2.2.8a.tar.gz) = 594855 bytes +SHA1 (indent-2.2.9.tar.gz) = 9329422a366a77fca64102282a3ec99c0dd47b83 +RMD160 (indent-2.2.9.tar.gz) = ed858ace1479236ce24725b42c8490095ce06ada +Size (indent-2.2.9.tar.gz) = 678173 bytes SHA1 (patch-aa) = aadb9d20c6fa61840e6c9a66b9cab46ea1f4bcd3 SHA1 (patch-ab) = 3feeab7810572653916e256645c7a7d8ec93764e SHA1 (patch-ac) = eed6b88a80202a03cb8eb33e639d43d0ee99fa91 |