Commit graph

11 commits

Author SHA1 Message Date
wen
c5c7d05cb2 Update to 1.22
Add LICENSE

Upstream changes:
2014-08-15   Sean M. Burke  sburke@cpan.org
	* RELEASE 1.22.  (The dev release works, so this is a version bump.)
	* See notes for 2014-07-25, because this is the first public release
	with significant changes since 2001!

2014-07-25   Sean M. Burke  sburke@cpan.org
	* !DEVELOPER RELEASE!
	* !Release 1.20_01!
	* Many bugfixes.  Thanks especially to Tomaolc!
	* Yet more *.t files added for improved sanity checking.
	* Shuffling around the internals of Unidecode.pm
	* Putting in some vacuous 0x__.pm files where
	previously there would just be a load failure
2014-09-16 12:27:48 +00:00
wen
3d598b9927 Update to 1.01
Upstream changes:
2014-06-30   Sean M. Burke  sburke@cpan.org
	* Release 1.01 -- first official Unidecode release since 2001!!!
	* There are no real changes since the 2014-06-23 developer
	release.  I'm just making this all official now.


2014-06-23   Sean M. Burke  sburke@cpan.org
	* !DEVELOPER RELEASE!
	* Release 1.00_03
	* Now asserting that we need at least Perl 5.8.0
	An automated test system that tried running the t/*.t
        under a 5.6.2 spewed all kinds of crazy error messages.
	Hence the bump-up.
	So, I added assertions for the version.
	* I added some tests for more basic sanity assertions.

2014-06-17   Sean M. Burke  sburke@cpan.org
	v1.00_02 - Not released.  Just internal rearranging.


2014-06-13   Sean M. Burke  sburke@cpan.org
	* !DEVELOPER RELEASE!
	* Release 1.00(_01!)- so many years later, finally we bump up to 1.*!

	* My documentation is now BRILLIANT.
	* Minor bugfixes.
	* Some code comments for clarity.
	* A modern test suite.

	* A proper release will follow in a few days.
2014-08-11 02:11:27 +00:00
wiz
1b2f5ba83a Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +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
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
tonnerre
157423a905 Donate my Perl packages to the Great Five. (Don't worry, I'll try to take
care of them still.)
2009-05-21 14:28:44 +00:00
tonnerre
2f25d140a8 Initial import of Text::Unidecode version 0.04.
It often happens that you have non-Roman text data in Unicode, but you can't
display it -- usually because you're trying to show it to a user via an
application that doesn't support Unicode, or because the fonts you need aren't
accessible. You could represent the Unicode characters as "???????" or
"\15BA\15A0\1610...", but that's nearly useless to the user who actually wants
to read what the text says.

What Text::Unidecode provides is a function, unidecode(...) that takes Unicode
data and tries to represent it in US-ASCII characters (i.e., the universally
displayable characters between 0x00 and 0x7F). The representation is almost
always an attempt at transliteration -- i.e., conveying, in Roman letters, the
pronunciation expressed by the text in some other writing system.
2009-02-24 11:59:08 +00:00