summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-21 20:35:36 +0000
committerjoerg <joerg>2007-12-21 20:35:36 +0000
commite0934a331637e0eea724cbf7cd3d0f680c299c77 (patch)
tree8b7b429d9398a7ec517e08fe97d7a86cb78c5f24
parentd3b084ab64abfef01f21eddb3cce23d6e11574b6 (diff)
downloadpkgsrc-e0934a331637e0eea724cbf7cd3d0f680c299c77.tar.gz
I18N (PR 37581) and DESTDIR support.
-rw-r--r--audio/libvisual/Makefile9
-rw-r--r--audio/libvisual/PLIST4
-rw-r--r--net/gnetcat/Makefile8
-rw-r--r--net/gnetcat/PLIST4
-rw-r--r--net/tinc/Makefile7
-rw-r--r--net/tinc/PLIST3
-rw-r--r--security/gss/Makefile7
-rw-r--r--security/gss/PLIST8
8 files changed, 38 insertions, 12 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 75760311b82..bab83b0d2a7 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/21 20:35:36 joerg Exp $
#
DISTNAME= libvisual-0.4.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
@@ -10,11 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://localhost.nl/~synap/libvisual/
COMMENT= Abstraction library between applications and audio visualisation plugins
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config msgfmt
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
@@ -25,4 +27,5 @@ CPPFLAGS+= -mmmx
. endif
.endif
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libvisual/PLIST b/audio/libvisual/PLIST
index cf1d135107f..797cfe5c355 100644
--- a/audio/libvisual/PLIST
+++ b/audio/libvisual/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/07/03 23:33:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/12/21 20:35:37 joerg Exp $
include/libvisual-0.4/libvisual/libvisual.h
include/libvisual-0.4/libvisual/lv_actor.h
include/libvisual-0.4/libvisual/lv_audio.h
@@ -46,5 +46,7 @@ include/libvisual-0.4/libvisual/lv_video.h
include/libvisual-0.4/libvisual/lvconfig.h
lib/libvisual-0.4.la
lib/pkgconfig/libvisual-0.4.pc
+share/locale/es_AR/LC_MESSAGES/libvisual-0.4.mo
+share/locale/es_ES/LC_MESSAGES/libvisual-0.4.mo
@dirrm include/libvisual-0.4/libvisual
@dirrm include/libvisual-0.4
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile
index ca91401099b..f9e7bc5e7d6 100644
--- a/net/gnetcat/Makefile
+++ b/net/gnetcat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2007/02/15 21:47:56 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/21 20:38:53 joerg Exp $
DISTNAME= netcat-0.7.1
PKGNAME= gnetcat-0.7.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netcat/}
@@ -10,7 +10,11 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://netcat.sourceforge.net/
COMMENT= Read and write data across network connections
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
INFO_FILES= yes
+USE_TOOLS+= msgfmt
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gnetcat/PLIST b/net/gnetcat/PLIST
index 9a561e164c1..eaabd99c785 100644
--- a/net/gnetcat/PLIST
+++ b/net/gnetcat/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/06 03:20:54 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/12/21 20:38:53 joerg Exp $
bin/netcat
info/netcat.info
man/man1/netcat.1
+share/locale/it/LC_MESSAGES/netcat.mo
+share/locale/sk/LC_MESSAGES/netcat.mo
diff --git a/net/tinc/Makefile b/net/tinc/Makefile
index e7b4576cc7a..cc3454b4bd4 100644
--- a/net/tinc/Makefile
+++ b/net/tinc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/04/21 15:19:01 obache Exp $
+# $NetBSD: Makefile,v 1.10 2007/12/21 20:41:04 joerg Exp $
#
DISTNAME= tinc-1.0.7
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.tinc-vpn.org/packages/
@@ -9,11 +10,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tinc-vpn.org/
COMMENT= Virtual Private Network (VPN) daemon
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
INFO_FILES= yes
+USE_TOOLS+= msgfmt
.include "../../archivers/lzo/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/net/tinc/PLIST b/net/tinc/PLIST
index 2e754322d92..4259d3ed4d9 100644
--- a/net/tinc/PLIST
+++ b/net/tinc/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/06 03:20:54 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/12/21 20:41:05 joerg Exp $
info/tinc.info
man/man5/tinc.conf.5
man/man8/tincd.8
sbin/tincd
+share/locale/nl/LC_MESSAGES/tinc.mo
diff --git a/security/gss/Makefile b/security/gss/Makefile
index 56511c71af2..6a8562184ba 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 19:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/21 20:44:05 joerg Exp $
#
DISTNAME= gss-0.0.15
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gss/releases/ \
${MASTER_SITE_GNU:=gss/}
@@ -13,12 +14,14 @@ COMMENT= GNU Generic Security Service Library
CONFLICTS+= heimdal-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= # PLIST
PKGCONFIG_OVERRIDE+= gss.pc.in
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gss/PLIST b/security/gss/PLIST
index 59fe5bc946d..65abe49a264 100644
--- a/security/gss/PLIST
+++ b/security/gss/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/03/31 23:56:29 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/12/21 20:44:05 joerg Exp $
bin/gss
include/gss.h
include/gss/api.h
@@ -47,4 +47,10 @@ man/man3/gss_userok.3
man/man3/gss_verify_mic.3
man/man3/gss_wrap.3
man/man3/gss_wrap_size_limit.3
+share/locale/en@boldquot/LC_MESSAGES/gss.mo
+share/locale/en@quot/LC_MESSAGES/gss.mo
+share/locale/fr/LC_MESSAGES/gss.mo
+share/locale/pl/LC_MESSAGES/gss.mo
+share/locale/ro/LC_MESSAGES/gss.mo
+share/locale/sv/LC_MESSAGES/gss.mo
@dirrm include/gss