| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 00:44:54
2.21
|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
01 May 2012 01:47:10
2.21
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
24 Oct 2011 09:11:38
2.21
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Jun 2011 08:36:20
2.21
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
17 Apr 2008 14:30:31
2.21
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:57:38
2.21
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jan 2006 08:30:12
2.21
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
2.21
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:35:50
2.21
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing. |
06 Sep 2005 12:06:40
2.21
|
clsung  |
- update to 2.21 |
07 Jun 2005 09:24:54
2
|
clsung  |
- update to version 2
- from Changes
Version 2.0
- Added the Class::Error module and tests
- Added the Class::Util module and tests
- Minor change in the Class::constr closure to allow to stop the init subs
by returning undef OR a Class::Error object
- Added the 'skip_autoload' option to Class::constr pragma
- You can also pass an HASH reference to the constr method
- Changed the result returned by the group accessor in list context:
old version returned the keys of the hash (deprecated since the 1.77)
this version returns the whole hash |
23 Feb 2005 03:33:01
1.79
|
clsung  |
- update to 1.79
- from Changes
- Fixed a bug related to set *::groups
- A test addition |
17 Feb 2005 09:12:43
1.78
|
clsung  |
- update to 1.78
- Changes:
- Fixed a bug related to naming props and group props with the same name
- The properties defined with a group get initialized just once
- Some testing addition and rewrite |
19 Jan 2005 08:51:14
1.77
|
clsung  |
- update to 1.77
- from Changes
- WARNING: Deprecated the use of the group accessor in list context
when used to retrieve keys: see 'WARNING' POD section
- Added 'default' option to the Class::constr pragma plus tests
- Fixed the possibilty of setting twice the same property when copy => 1
- Minor changes in the constructor closure
- Added possibility to get a slice of values from groups accessors
- A few minor improvement and fixes in the groups closure (all the props
exist,
the groups accessor uses always the props accessor if defined, etc)
- Added $_ aliasing for the post_process option
- A few minor POD changes and fixes |
05 Dec 2004 05:59:36
1.76
|
clsung  |
- update to 1.76
- Added add_to() method to add props and groups accessors in other packages
- Added post_process() option to props accessors |
20 Aug 2004 02:56:44
1.75
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
22 Jul 2004 14:27:46
1.75
|
vanilla  |
Add p5-OOTools 1.75, a Perl module collection to easily create
constructors methods.
PR: ports/59436
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |