Commit graph

18 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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-03 03:27:11 +00:00
mef
4c26ea6e3e Update to 2.24
--------------
2.24    Mar 31 2015
        - fix missing OUTPUT section - RT#103113 (Zefram)
2015-04-09 00:54:23 +00:00
mef
b0bb3b68d7 Update to 2.23
---------------
2.23    Mar 05 2015
        - Use strict and warnings everywhere (Neil Bowers)
        - renamed CommonMethods.pm to CommonMethods.pmt, as it's a
          template for module code. CPANTS was assuming it's a module
          from the name, and failing it (Neil Bowers)
2015-03-15 13:23:25 +00:00
mef
680515803a Update to 2.22
2.22    Jan 14 2015
        - use File::Temp::tmpnam as needed in Android (Brian Fraser)
2015-01-27 13:56:37 +00:00
wen
14a244de29 Updated to 2.21
Upstream changes:
2.21	Mar 16 2014
        - sync with Debian patches - RT#91658
        - fix copyright and license entries - RT#43463

2.20	Feb 03 2014
        - drop t/v1*.t unit tests due to license issue
          https://github.com/renormalist/class-methodmaker/issues/2

2.19	Dec 15 2013
        - Fix 5.19 incompatibility - RT#88934 (Zefram)
        - small distro polishing
2015-01-08 14:20:26 +00:00
wiz
bce1b2c9ce Update to 2.18. Addresses PR 45224.
2.18	Apr 16 2011
        - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)

2.17	Mar 02 2011
        - Just an intermediate release!
          (in order to get help on fixing Class::MethodMaker for 5.14)
        - already fixed breakage with 5.13.3 (rt#66196)
          (CvGV is now an rvalue, so use CvGV_set instead of assigning
          directly -- credits to ANDK, rafl and Zefram)
        - added test for no warnings to additionally be able to bisect
          annoying warnings since 5.13.2
        - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
          for Perl 5.13+.
2011-08-08 20:44:51 +00:00
sno
408ddbfcb8 Updating devel/p5-Class-MethodMaker from 2.15 to 2.16
pkgsrc changes:
- add license definition

Upstream changes:
2.16	May 11 2010
	- Drop signature self test in order to fix rt#57359
        - fix missing use base (Yan Fitterer / Martyn J. Pearce)
        - fix case of "LICENSE" key and upgrade Makefile.PL
          (cpanservice@chorny.net)
2010-08-04 14:31:26 +00:00
sno
eadb0e82d4 pkgsrc changes:
- Update to 2.15

Upstream changes:

2.15	Feb 15 2009
	- Skip some tests on MSWin (#16601)

2.14	Feb 15 2009
	- Fix Incorrect value checking in set_sub_name, introduced in
	  v2.13 (#41994) (Jens Rehsack)
2009-02-25 21:12:53 +00:00
he
ec19dd7717 Add a patch from PR#40282, also reported at
http://rt.cpan.org/Public/Bug/Display.html?id=41994

OK'ed by wiz@.
2008-12-28 21:14:13 +00:00
he
5910e70356 Update from version 2.12nb1 to 2.13.
Fixes PR#40193.

Upstream changes:

2.13	Dec 02 2008
	- Improve diagnostics and avoid crash with bad arguments.
          (Lubomir Rintel)
2008-12-19 17:45:36 +00:00
he
7b1f536f8e Update from version 2.11 to 2.12. Changes:
2.12	Jul 20 2008
	- fixed warnings: Name " X::foo" used only once (#35840, #37023)
2008-07-22 21:57:01 +00:00
rhaen
c162a8d437 - updated to 2.11
ChangeLog:
2.11	Mar 24 2008
	- Drop Module::Build support
	  (which was broken anyway for a long time, #19167, #16241, #17059, #15987, #13755)
	- Correct "use version" statements (#19585)

2.10	Apr 27 09:24:30 CEST 2007
	- Fixed SIGNATURE
2008-07-17 08:57:58 +00:00
wiz
855f9c312c Update to 2.09:
2.09	Dec  5  0:31AM GMT 2006
	- Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413)
2007-02-22 11:53:28 +00:00
abs
e25f073ef8 Updated devel/p5-Class-MethodMaker to 2.07:
2.07    Apr 10 10:13PM GMT 2005
        - Fixed case error in Build.PL (rt.cpan.org #12107)
        - Re-jiggle INSTALL* settings in Makefile.PL
2005-10-20 17:41:01 +00:00
wiz
7f38050873 Update to 2.06:
2.06
	- Fix for passing arguments to v1 object
	- Add patch to correctly allow single hashref initialization of hashes
	  patch courtesy of tuck at whistlingfish dot net.
2005-03-27 20:54:07 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
2d76d5d2e2 Update to 2.05:
2.05:
unknown

2.04	Oct 16  3:03 PM GMT 2004
	- Use Module::Build's compatibility mode to create a Makefile.PL
	- Add an argument of the subject object to default ctor calls

2.03	Oct  9  6:12 PM GMT 2004
	- Use Module::Build rather than ExtUtils::MakeMaker
	- Add XS code to set created sub names in profiler, etc.
	- Documentation tweaks

2.02	Apr  9 11:02 AM GMT 2004
	- Fix redefine warnings (with V1Compat) under perl-5.8.3

2.01	Apr  3 12:22 PM GMT 2004
	- Fix obscure handling of -hash_init with v1 hash
	- Fix hash in v1 mode to return reference to the actual storage
	- Make VERSION evaluate on single line to work with
	  ExtUtils::MakeMaker.
	  Patch contributed by Ed Avis (ed at membled dot com)


2.00	Nov 19 10:13 AM GMT 2003
	- Flatten list passed to * in v1 list
	- Fix buglet in object that called default_ctor method even when an
	  explicit value was supplied
	- Add compatiblity support for boolean
	- Lots of documentation improvements
	- Add html target to Makefile.PL
	- Add implementation of _clear by default
	- Add *_clear to array
	- Add support for 5.6.x
	- Add new -singleton
	- Add compatiblity support for singleton
	- Add compatiblity support for get_concat
	- Add basic support for INTEGER type
	- Add compatiblity support for get_counter
	- Bug fixes to read callback
	- Add compatiblity support for key_{attrib,with_create}

2.00a09     Sep 18 11:04 AM GMT 2003
	- Add tie_scalar, static_hash, tie_hash for V1
	- Abandon lvalue methods
	- Add read & store callbacks (incomplete implementation; just enough
	  for V1 methods)
	- Add code for V1
	- Add new_with_hash_with_init for V1
	- Correct handling of default in array to auto-instantiate for prior
	  keys as needed
	- fix object_tie_list
	- add set_once from V1
	- add singleton for V1
	- add basic INTEGER handling
	- add get_concat, get_counter for V1
	- add key_attrib for V1

2.00a08     Jul 19 10:07 AM GMT 2003
	- Fixes for static_get_set
	- Add v1 tie_list, static_list, object_tie_list
	- Add 'new'
	- Add new_with_args for V1
	- Add basic hash handling
	- Many doc patches

2.00a07     May 10  8:11 AM GMT 2003
	- Tune object '*' method
	- Add !syntax, nested scope, simple name, repeated calls to V2 syntax
	- Add method-renaming syntax
	- Add basic array type
	- Make basic v1 lists work
	- Add tie functionality
	- Add v1 object_list

2.00a06 Wed Jun 19  6:56 PM GMT 2002
	- Add object v1 compatibility

2.00a05 Tue Jun 18  7:06 AM GMT 2002
	- Add '-default', '-default_ctor' options to scalar

2.00a04 Sun Jun 16  3:48 PM GMT 2002
	- Add '-forward' option to scalar

2.00a03 Sun Jun 16 12:44 AM GMT 2002
	- Add '-type' option to scalar

2.00a02	Tue Jun 11  8:10 PM GMT 2002
	- Add tests for scalar (v2)
	- Add warning(s) for v2 types appearing in v1 mode

2.00a01	Fri Jun  6  2:38 AM GMT 2002
	- Basic scalar implemented, passing get_set and static_get_set tests
	  from v1
2005-02-19 11:21:37 +00:00
tv
77ff53df73 (note: 2.00 not imported because of some instability there; instead,
imported newest stable release, 1.12)

This module solves the problem of having to write a bazillion get/set
methods that are all the same.  The argument to 'use' is a hash whose
keys are the names of types of generic methods generated by MethodMaker
and whose values tell method maker what methods to make.  More
precisely, the keys are the names of MethodMaker methods (methods that
write methods) and the values are the arguments to those methods.
2004-03-29 18:55:46 +00:00