Commit graph

88 commits

Author SHA1 Message Date
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
rodent
2fd50d0f1c Escape braces in intltool-update. This is evident when using the --version
option. The programme emits deprecation warnings which break package builds
which depend on that output being sane.
2015-07-12 14:18:13 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
d828a3e56b Update to 0.51.0:
Release notes

This release does not have release notes.

Changelog

This release does not have a changelog.

5 bugs targeted:
.mo are installed in /usr/lib rather than /usr/share under FreeBSD
Add support for Qt Designer UI files
Translation template has full path to source files
Spaces around = in .ini files are processed incorrectly
Regex used in intltool-extract does not support single-quotes.
2015-03-09 05:51:26 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
8ce2f34e12 Add a http site to MASTER_SITES to avoid dependency on curl. 2012-05-04 08:43:28 +00:00
wiz
c3f89f480a Update to 0.50.2:
intltool 0.50.2
===============

intltool 0.50.2 is another minor release improving backwards compatibility.
Only one bug is fixed in this release:

 * Use --no-translations only if intltool >= 0.50 is available (#903340).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

intltool 0.50.1
===============

intltool 0.50.1 is a minor release with the following improvements:

 * Support AM_SILENT_RULES (#402516).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

 * Improve support for extracting messages from GSettings files (#922685).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
   This introduces a soft dependency on "bzr": it's only required for
   maintainers who wish to regenerate a ChangeLog file from the bzr checkout.

 * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
   in Makefile (#900738).
   Patch contributed by Matthias Klose (https://launchpad.net/~doko).


intltool 0.50.0
===============

intltool 0.50.0 is a major bug fix release.

Among the fixes, the following stand out:

 * Bug #580526
   Finally, support for gsettings gschema.xml files is merged in, which
   should enable maintainers to get a slightly simpler build setup
   (i.e. no need to use NOMERGE rule anymore, and you can have intltool
   directly extract translations from .gschema.xml files).

 * Bug #790574:
   Let xgettext extract Scheme strings out, and add support for
   `intltool-update -m` to find files with marked strings.

 * Bug #806006:
   Improve handling of quotes in `intltool-update -m` so you get less
   (no?) warnings about mismatched quotes, and Python processing doesn't
   get messed up with docstrings and similar.

 * Bug #520986:
   One for the translators—messages are extracted in the order they appear
   in original files now, thus allowing translators to infer more of the
   context from the ordering.
2012-03-03 00:34:40 +00:00
obache
29b21badb6 Update intltool to 0.41.1, for GNOME 2.30 release.
This release adds support for context on GtkBuilder UI elements, fixes for out-
of-source tree builds and a few intltool-update fixes for Windows and .py.in.
2011-08-21 11:23:14 +00:00
obache
2506248dca fix spelling error. 2011-08-21 09:46:48 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
heinz
2ed94cb8b5 Added LICENSE. 2010-01-16 23:37:48 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
wiz
9dadf04410 Update to 0.40.6:
2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 0.40.6 for release

2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* README:
	Update for new usage style and to refer to server files instead of oaf

	Fixes #568863

2009-02-28  Rodney Dawes  <dobey@gnome.org>

	* Makefile.in.in:
	Don't hardcode /bin/sh as the shell

	Fixes #573525

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in:
	Add basic support for PACKAGE_BUGREPORT specified by packages

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Check for at least perl 5.8.1, and print the found version

	* intltool.m4:
	Check for at least perl 5.8.1 and print the found version
	Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we
	are using automake 1.10 or nwere

	Fixes #562085 and #561513

2008-11-22  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-merge.in:
	Replace iconv usage with perl's internal Encode::from_to()

2008-11-17  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.in.in:
	Quote the grep arguments that use ^

	Fixes #559528

2008-11-16  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-extract.in:
	Add support for extracting string data from Bioware Aurora Talk Table
	format files, along with the extra metadata associated with the strings

	* intltool-update.in:
	Add support for Bioware Aurora Talk Table format files in POTFILES

2008-11-05  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool.m4:
	Redirect grep output to /dev/null

	Fixes #557069
2009-03-22 09:37:03 +00:00
wiz
1442bb7c0e Update to 0.40.5:
Minor bug fixes.
2008-10-09 08:23:25 +00:00
wiz
9301a0384c Update to 0.40.3:
2008-07-25  Rodney Dawes

	* configure.in:
	Up version to 0.40.3 for brown-bag release

2008-07-25  Rodney Dawes

	* Makefile.in.in:
	Change a ^$$lang regex to be ^$$lang$$ as it should have been
	For bug #544574

2008-07-25  Rodney Dawes

	* configure.in:
	Up version to 0.40.2 for release

2008-07-25  Rodney Dawes

	* tests/cases/Makefile.am:
	* tests/results/Makefile.am:
	Add new test cases to EXTRA_DIST and CLEANFILES as appropriate

2008-07-25  Rodney Dawes

	* tests/cases/context.xml.in:
	* tests/results/context.xml:
	* tests/results/context.xml.in.h:
	Add these files that Wouter forgot to add

2008-07-25  Wouter Bolsterlee

	reviewed by: Rodney Dawes

	* intltool-extract.in:
	* intltool-merge.in:
	* tests/cases/az.po:
	* tests/cases/fr.po:
	* tests/selftest.pl.in:

	Bug 458794 – Context support works only for single
	context on a msgid. Patch and test case by Dan Winship.

2008-07-25  Rodney Dawes

	* Makefile.in.in:
	Redirect errors from grep to /dev/null
	Use tr to force locale-per-line for passing ALL_LINGUAS to grep
	Check that $LINGUAS is also non-zero for user-defined locales
	Remove extraneous mkdir_p usage when installing locale files

	Fixes #544574

2008-07-25  Rodney Dawes

	* intltoolize.in:
	Check for symlinks to intltool scripts and remove them
	Touch the script.in files for compatibility
	We just touch the scripts as we no longer generate executable versions,
	and the Makefile.in.in uses the installed scripts anyway.

2008-07-23  Rodney Dawes

	* doc/I18N-HOWTO:
	Remove reference to adding intltool scripts to EXTRA_DIST

2008-07-21  Rodney Dawes

	* configure.in:
	Up version to 0.40.1 for release

2008-07-21  Rodney Dawes

	* intltoolize.in:
	Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
	We do not copy the scripts locally now, only Makefile.in.in

	Fixes #323968

2008-07-20  Rodney Dawes

	* intltool-update.in (FindLeftoutFiles):
	Check for NC_ as well as C_ N_ Q_ and _
	(FindPOTKeywords):
	No need to escape = and _ in a string
	Add NC_ to the list of keywords
	Use context and string argument specifiers for C_ and NC_

	Fixes #543665

2008-06-06  Rodney Dawes

	* README:
	* doc/I18N-HOWTO:
	Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL

	Fixes #531894

2008-06-06  Rodney Dawes

	* intltool-update.in (FindPOTKeywords):
	Replace U_ with C_ as keyword argument to xgettext
	U_ does not exist in gi18n.h

	Fixes #536970

2008-06-06  Tor Lillqvist

	* intltool-update.in (GenerateHeaders): If running under
	ActiveState Perl then prefix the intltool-extract command with the
	Perl interpreter pathname, as the system() function has no clue
	about Unixish executable scripts indicated by just a hashbang
	line.

	(The MSYS Perl, as it runs on a Unix emulator, would be able to
	run executable scripts based on their hashbang lines just fine,
	but then MSYS Perl doesn't come with XML::Parser. Installing
	XML::Parser for MSYS Perl is somewhat hard. So usually when using
	mingw+MSYS to build GNOMEish software one wants to use
	ActicveState's Perl to run the intltool scripts, even if the
	built-in MSYS Perl is good for other Perl uses.)
2008-07-30 09:34:59 +00:00
bjs
02c39f2828 Update to version 0.40.0. Fixes vendor bugs:
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257.

They've also cleaned up use of sed and no longer distribute intltool-*.in
files.
2008-06-19 16:58:40 +00:00
wiz
753d7e0e1d Update to 0.37.1:
2008-02-24  Rodney Dawes

	* intltool-update.in.in (FindPOTKeywords):
	Unwrap lines wplit with trailing \
	Patch from Loïc Minier

	Fixes #516501

2008-02-24  Rodney Dawes

	* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
	we use tests with locales not specified in LINGUAS

	Fixes #518257

2007-12-16  Rodney Dawes

	* intltool-merge.in.in (keys_merge_translation):
	New method name for merging a single translation for multi-output
	(keys_merge_translations):
	Call keys_merge_translation for each language with multi-ouput
	Call keys_merge_translation with "." as the language for single file

	Based on patch from Christian Persch

	Fixes #487818

2007-12-16  Rodney Dawes

	* intltool-extract.in.in:
	* intltool-merge.in.in:
	Add quotedxml mode for encoding/decoding entities
	Patch from Christian Persch

	Fixes #487666
2008-03-04 13:27:47 +00:00
drochner
c8ee18ad40 update to 0.36.3
changes: bugfixes
2008-01-09 18:43:50 +00:00
drochner
d45a8a2216 update to 0.36.2
changes: minor bugfixes
2007-09-18 20:22:13 +00:00
wiz
2efe73d912 Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
2007-08-08 21:57:16 +00:00
wiz
af270e66fd Update to 0.36.0:
Bug fixes.
2007-08-07 06:09:52 +00:00
wiz
b23d9783b4 Update to 0.35.5:
Version 0.35.5

* Don't hardcode fallback path to intltool-extract
  -- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
  -- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
  -- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
  -- bug #390271 (Takao Fujiwara)
2007-02-27 09:47:07 +00:00
rillig
9376f1922a Disabled the CHECK_INTERPRETER warning. 2007-02-15 21:31:29 +00:00
wiz
fd4c431fdb Update to 0.35.4:
Version 0.35.4

* Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)
2007-01-14 09:58:56 +00:00
wiz
da0bdf6b75 Update to 0.35.3:
Version 0.35.3

* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
  -- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
  -- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
  -- bug #342500 (Jürg Billeter)

Version 0.35.2

* Create builddir if it doesn't exist when generating header files
  -- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
  -- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
  -- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
  -- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
  -- bug #345560 (Daniel Leidert)
2007-01-07 14:40:17 +00:00
drochner
ee4c4a9c88 update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out
2006-12-15 19:31:46 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
joerg
dacbbc80f9 Adjust regex patterns used for line matching in translation catalogs
to generate less back tracing.  On DragonFly 1.6 (but not 1.4) Perl
would hit the stack size in wm/metacity's dz.po otherwise.
Thanks to walt <wa1ter@myrealbox.com> for the tracing down the faulting
expression.
Bump revision.
2006-08-29 14:03:39 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
05d60352af Update to 0.35.0:
Version 0.35.0

* Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext
  -- bug #329346 (Dwayne Bailey, Rodney Dawes)
* Support for po/LINGUAS file being preferred over ALL_LINGUAS variable
  -- bugs #341508 #339770 (Rodney Dawes)
* Support micro-version when validating version requirements
  -- bug #339627 (Rodney Dawes)
* Clean up Makefile.in.in to remove useless bits
  -- bug #338817 (Rodney Dawes)
* Change WARNING to NOTICE for non-UTF-8 po file encodings
  -- bug #331046 (Rodney Dawes)
* Add MAINTAINERS file
  -- bug #335025 (Danilo Segan)
* Work around recursive variable resolution in intltool-update
  -- bug #321785 (Danilo Segan)
* Work around variable stripping in Makefile.in.in substitution
  -- bug #330509 (Rodney Dawes)
2006-05-30 22:19:53 +00:00
reed
f1fb850d3c DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in late
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.

This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.
2006-05-06 03:54:17 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
drochner
d616b0eb31 update to 0.34.2
changes: bugfixes
2006-02-07 21:40:44 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jmmv
233ebc9859 Update to 0.34.1:
Version 0.34.1

* automake/autoconf fixes and improvements
  (Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
  (Danilo Segan)

Version 0.34

* Fix the regex for stripping the intltool type tags in POTFILES.in
  -- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
  -- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
  -- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
  -- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
  -- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
  -- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
  -- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
  (Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
  Remove Makefile.in.in with maintainer-clean
  -- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
  -- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
  -- bug #165066 (Rodney Dawes)
2005-10-08 17:18:47 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
8cadd48fd5 The gettext-lib/builtin.mk file already takes care of modifying the
dependency for us if we use the pkgsrc version of gettext-lib.
2005-06-01 19:11:41 +00:00
rillig
50ae232530 Replaced USE_PERL5 with USE_TOOLS+=perl. 2005-05-31 19:48:18 +00:00