Update to 2.2.8.1 (2.2.8a):
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
This commit is contained in:
parent
1ce5e57d27
commit
a1097b90d8
4 changed files with 44 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.24 2002/08/25 21:49:39 jlam Exp $
|
||||
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/29 09:20:00 obrien Exp
|
||||
# $NetBSD: Makefile,v 1.25 2002/08/31 00:29:59 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= indent-2.2.6
|
||||
PKGNAME= g${DISTNAME}
|
||||
DISTNAME= indent-2.2.8a
|
||||
PKGNAME= g${DISTNAME:S/a/.1/}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
|
||||
MASTER_SITES= http://home.hccnet.nl/d.ingamells/
|
||||
#MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.gnu.org/software/indent/indent.html
|
||||
|
@ -17,5 +17,6 @@ CONFIGURE_ARGS= --program-prefix=g
|
|||
|
||||
INFO_FILES= indent.info
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink2.mk"
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:10 seb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2002/08/31 00:29:59 wiz Exp $
|
||||
bin/gindent
|
||||
bin/gtexinfo2man
|
||||
man/man1/gindent.1
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/indent.info %D/info/dir
|
||||
info/indent.info
|
||||
@exec ${INSTALL_INFO} %D/info/indent.info %D/info/dir
|
||||
share/doc/indent/indent.html
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/indent.mo
|
||||
${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/indent.mo
|
||||
@dirrm share/doc/indent
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/21 00:44:19 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/08/31 00:29:59 wiz Exp $
|
||||
|
||||
SHA1 (indent-2.2.6.tar.gz) = 02e18781f5879e71b170e7db34eea725ac3d5072
|
||||
Size (indent-2.2.6.tar.gz) = 222510 bytes
|
||||
SHA1 (indent-2.2.8a.tar.gz) = 0d8dc53bf6411d1c87dce7775e2ddddc4a6e9355
|
||||
Size (indent-2.2.8a.tar.gz) = 594855 bytes
|
||||
SHA1 (patch-aa) = aadb9d20c6fa61840e6c9a66b9cab46ea1f4bcd3
|
||||
|
|
13
devel/gindent/patches/patch-aa
Normal file
13
devel/gindent/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.5 2002/08/31 00:29:59 wiz Exp $
|
||||
|
||||
--- doc/Makefile.in.orig Sat Aug 31 02:23:30 2002
|
||||
+++ doc/Makefile.in
|
||||
@@ -103,7 +103,7 @@ TEXI2PDF = @TEXI2PDF@
|
||||
|
||||
info_TEXINFOS = indent.texinfo
|
||||
|
||||
-docdir = $(prefix)/doc/@PACKAGE@
|
||||
+docdir = $(prefix)/share/doc/@PACKAGE@
|
||||
dvidir = $(docdir)
|
||||
psdir = $(docdir)
|
||||
pdfdir = $(docdir)
|
Loading…
Reference in a new issue