Commit graph

36 commits

Author SHA1 Message Date
abs
7d297b82c6 Update misc/p5-Locale-Codes from 1.06 to 2.07
2.07  2004-06-10 neilb
	* made $_ local in the initialisation code for each module
		change back-propagated from Perl distribution
	* removed two non ISO-8859-1 characters from language names
		change back-propagated from Perl distribution
	* added the following aliases, with a test case for each
		- Burma added to Myanmar
		- French Southern and Antarctic Lands to
		  French Southern Territories
	  patch from TJ Mather
	* "Canadian Dollar" was mis-spelled as "Candian Dollar"
		- noted by Nick Cabatoff, patch from Michael Hennecke
	* Changes to Locale::Country reflecting changes in ISO 3166
		- added Aland Islands (ax, ala, 248)
		- YUGOSLAVIA is now SERBIA AND MONTENEGRO
			YU => CS
			YUG => SCG
			891 => 891 (unchanged)
			(YUGOSLAVIA retained as an alias)
		- EAST TIMOR changed to TIMOR-LESTE
			(old name retained as an alias)
		- three letter code for Romania changed from ROM to ROU
	* ZAIRE is now CONGO, THE DEMOCRATIC REPUBLIC OF THE
			ZR  => CD
			ZAR => COD
			180 => 180 (unchanged)
			(ZAIRE retained as alias)

2.06  2002-07-15 neilb

	* The four modules which have data after __DATA__ weren't
	  closing the DATA filehandle after reading from it,
	  which they should. Bug and patch from Steve Hay.

2.05  2002-07-08 neilb

	* Added three letter codes for the countries that were missing
	  them. Patch from TJ Mather.
	* Documentation bug: one of the examples used => where the
	  lvalue was a constant, which isn't allowed, unless you
	  put the () with the constant to force the right interpretation.
	  Pointed out by TJ Mather and MYT.
	* Updated the URL for the appendix in the CIA world factbook.
	  Patch from TJ Mather.

2.04  2002-05-23 neilb

	* updated according to changes in ISO 3166-1 described
	  in ISO 3166-1 newsletters V-4 and V-5, dated 2002-05-20:
		- Kazakstan is now "Kazakhstan"
		- Macau is now "Macao"
	  The old names are retained as aliases.

	  The alpha-2 and alpha-3 codes for East Timor have changed:
		tp -> tl
		tmp -> tls
	  the numeric code stays 626. If you want to support the old
	  codes, you can use the semi-private function alias_code().

2.03  2002-03-24 neilb

	* Fixed a typo in the alias for the Vatican, reported (with patch)
	  by Philip Newton.
	* Added "Moldova" as an alias for "Moldova, Republic of"
	* Updated Makefile.PL to include AUTHOR and ABSTRACT

2.02  2002-03-09 neilb

	* added semi-private routine rename_country() to Locale::Country,
	  based on a patch from Iain Chalmers.
	* added test rename.t for the above function.
	* renamed _alias_code to be alias_code. Have retained the old
	  name for backwards compatibility. Will remove it when the
	  major version number next changes.

2.01  2002-02-18 neilb

	* Split the documentation for all modules into separate pod files.
	* Made sure all =over were =over 4; some were other values.
	* The code2code() methods had one more shift than was needed.

2.00  2002-02-17 neilb

	* Created Locale::Script which provides an interface to the
	  ISO codes for identification of scripts (writing scripts,
	  rather than perl style scripts). The codes are defined
	  by ISO 15924, which is currently in final draft.
	  Thanks to Jarkko for pointing out this new standard.
	  All three code sets are supported, and a test-suite added.

	* Added support for country name variants to Locale::Country,
	  so that
		country2code('USA')
		country2code('United States')
		country2code('United States of America')
	  will all return 'us'.
	  This had been in the LIMITATIONS section since the first version.
	  Patch from TJ Mather <tjmather@tjmather.com> with additional
	  variants from me. Added test-cases for these.

	* Added VERSION to Locale::Constants. Thanks to Jarkko for
	  pointing that it was missing.

	* Should really have bumped major version with previous release,
	  since there was a change to the API.
2008-05-28 20:52:33 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +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
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
e72dda603a Convert to buildlink3. 2004-04-27 02:24:08 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jtb
aeef5a4552 Update of p5-Locale-Codes to 1.06.
1.06  2001-03-04 neilb

	Added Locale::Constants, which defines three symbols
	for identifying which codeset is being used:

		LOCALE_CODE_ALPHA_2
		LOCALE_CODE_ALPHA_3
		LOCALE_CODE_NUMERIC

	Updated Locale::Country to support all three code sets
	defined by ISO 3166. This was requested by Keith Wall.
	I haven't added multiple codeset support to the other
	modules yet - I'll wait until someone asks for them.

1.05  Feb 2001

	Added Locale::Currency, contribution from Michael Hennecke.
	Added testsuite for it (t/currency.t) and added testcases
	to t/all.t for the all_* functions.

1.04  Dec 2000

	Fixed very minor typos from 1.03!

1.03  Dec 2000

	Updated Locale::Country:
		- fixed spelling of a few countries
		- added link to a relevant page from CIA world factbook

	Updated Locale::Language:
		- fixed typo in the documentation (ISO 939 should be 639)

1.02  May 2000

	Updated Locale::Country and Locale::Language to reflect changes
	in the relevant ISO standards. These mainly reflect languages
	which are new to the relevant standard, and changes in the
	spelling of some country names.

	Added official URLs for the standards to the SEE ALSO sections
	of the doc for each module.

	Thanks to Jarkko Hietaniemi for pointing me at the pages
	with latest versions of ISO 3166 and 639.

1.00  March 1998

	Added Locale::Country::_alias_code() so that 'uk' can be added
	as the code for "United Kingdom", if you want it.
	This was prompted by Ed Jordan <ed@chronos.net>

	Added a new testsuite for handling this case, and extended the
	existing test-suite to include testing of the case where
	'uk' hasn't been defined as a valid code.
2001-04-21 00:05:05 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
54472a1a3a Re-format, correct any typos. 2000-12-17 22:58:00 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
f535cf3701 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
hubertf
157a5a653b portlint: remove empty line 1998-01-24 21:23:48 +00:00
hubertf
1a2383c5f8 portlint: fix RCS Id 1998-01-24 21:22:16 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
fb02d1c7cb i386 -> <$ARCH> 1997-10-27 00:51:54 +00:00
hubertf
240eed442d Import as of 09/25/97 1997-10-11 21:53:59 +00:00