summaryrefslogtreecommitdiff
path: root/devel/gindent
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-31 00:29:59 +0000
committerwiz <wiz@pkgsrc.org>2002-08-31 00:29:59 +0000
commita1097b90d8e00bbdf557f0758de1a24608754d54 (patch)
treede70f1fcc652414130d3517a7ba763c727e5e637 /devel/gindent
parent1ce5e57d275918383d81a0ca8f7e5af63303856c (diff)
downloadpkgsrc-a1097b90d8e00bbdf557f0758de1a24608754d54.tar.gz
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
Diffstat (limited to 'devel/gindent')
-rw-r--r--devel/gindent/Makefile11
-rw-r--r--devel/gindent/PLIST22
-rw-r--r--devel/gindent/distinfo7
-rw-r--r--devel/gindent/patches/patch-aa13
4 files changed, 44 insertions, 9 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile
index 5fc0591b963..8262dfb82db 100644
--- a/devel/gindent/Makefile
+++ b/devel/gindent/Makefile
@@ -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"
diff --git a/devel/gindent/PLIST b/devel/gindent/PLIST
index f03c148fff5..5d2ea23120f 100644
--- a/devel/gindent/PLIST
+++ b/devel/gindent/PLIST
@@ -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
diff --git a/devel/gindent/distinfo b/devel/gindent/distinfo
index 663a186bae7..c9d4d113857 100644
--- a/devel/gindent/distinfo
+++ b/devel/gindent/distinfo
@@ -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
diff --git a/devel/gindent/patches/patch-aa b/devel/gindent/patches/patch-aa
new file mode 100644
index 00000000000..3898c083783
--- /dev/null
+++ b/devel/gindent/patches/patch-aa
@@ -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)