- update intltool to version 0.40.0
- use x11/gnome MODULE - tweak DESCR tested on a bulk build by bernd@, thank you!
This commit is contained in:
parent
a2482eef3a
commit
fde9befe20
@ -1,28 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2008/03/15 10:09:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2008/06/09 16:21:03 ajacoutot Exp $
|
||||
|
||||
COMMENT= internationalization tool
|
||||
|
||||
V= 0.37.1
|
||||
DISTNAME= intltool-${V}
|
||||
GNOME_PROJECT= intltool
|
||||
GNOME_VERSION= 0.40.0
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/${V:R}/}
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= x11/gnome
|
||||
|
||||
RUN_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:gettext-*:devel/gettext
|
||||
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
NO_BUILD= Yes # avoid recursive dependency
|
||||
PKG_ARCH= *
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/intltool
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/intltool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (intltool-0.37.1.tar.gz) = U49gRQCV6TzOi3AFAMY6gQ==
|
||||
RMD160 (intltool-0.37.1.tar.gz) = 0zNDB/Crq4Fc9nL7fWApJclL71g=
|
||||
SHA1 (intltool-0.37.1.tar.gz) = Fs5AH0V2u9Jl0UpIYEml59WeoM0=
|
||||
SHA256 (intltool-0.37.1.tar.gz) = 91YBBeGAb2Qn0ys82ibGQWn5xEhrSAbWlv03a4cbhZY=
|
||||
SIZE (intltool-0.37.1.tar.gz) = 184752
|
||||
MD5 (intltool-0.40.0.tar.bz2) = pR+qKw5UNxTzTwXZmmQ0Qw==
|
||||
RMD160 (intltool-0.40.0.tar.bz2) = AhBeK6pUMb6P6lXtITTY/qZbIHA=
|
||||
SHA1 (intltool-0.40.0.tar.bz2) = STUTtm2QBuemptL6/R4LZWDbUMw=
|
||||
SHA256 (intltool-0.40.0.tar.bz2) = D/gCUrRxOSzsubUmK6G//E5fODoFntcVkcI4yn/TjLo=
|
||||
SIZE (intltool-0.40.0.tar.bz2) = 139022
|
||||
|
@ -1,2 +1,11 @@
|
||||
The intltool package is a set of tools for translating the contents of
|
||||
data files using the gettext translation framework.
|
||||
|
||||
The intltool collection can be used to do these things:
|
||||
* Extract translatable strings from various source files (.xml.in,
|
||||
.glade, .desktop.in, .server.in, .oaf.in).
|
||||
* Collect the extracted strings together with messages from traditional
|
||||
source files (.c, .h) in po/$(PACKAGE).pot.
|
||||
* Merge back the translations from .po files into .xml, .desktop and
|
||||
.oaf files. This merge step will happen at build resp. installation
|
||||
time.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2005/04/12 06:34:16 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/06/09 16:21:03 ajacoutot Exp $
|
||||
bin/intltool-extract
|
||||
bin/intltool-merge
|
||||
bin/intltool-prepare
|
||||
@ -10,8 +10,7 @@ bin/intltoolize
|
||||
@man man/man8/intltool-update.8
|
||||
@man man/man8/intltoolize.8
|
||||
share/aclocal/intltool.m4
|
||||
share/doc/intltool/
|
||||
share/doc/intltool/README
|
||||
share/intltool/
|
||||
share/intltool/Makefile.in.in
|
||||
share/intltool/intltool-extract.in
|
||||
share/intltool/intltool-merge.in
|
||||
share/intltool/intltool-update.in
|
||||
|
Loading…
x
Reference in New Issue
Block a user