| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
04 Feb 2012 07:42:49
1.58
|
dhn  |
- Update to 1.58 |
24 Oct 2011 09:11:38
1.54
|
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 |
22 Oct 2011 23:50:23
1.54
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
23 Aug 2011 07:45:27
1.54
|
dougb  |
Geocities has been gone for almost 2 years now, so let's remove
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities |
03 Jul 2011 14:59:23
1.54
|
ohauer  |
-remove MD5 |
04 May 2009 18:42:24
1.54
|
miwi  |
- Pass maintainership to dhn@ |
29 Apr 2008 10:22:25
1.54
|
miwi  |
- Update to 1.54
- Take maintainership |
29 Apr 2008 05:27:10
1.52
|
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
17 Apr 2008 14:30:31
1.52
|
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) |
23 Feb 2008 15:44:07
1.52
|
erwin  |
Update to 1.52
PR: 120429
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout |
11 Feb 2007 09:25:41
1.50
|
erwin  |
Update to 1.50
PR: 108403
Submitted by: chinsan
Approved by: maintainer timeout |
23 May 2006 16:46:50
1.47
|
aaron  |
- Updated from v1.45 to v1.47
Approved by: tobez (implicit)
1.47 Sun May 21 15:03:14 PDT 2006
Upload the wrong code in 1.46, re-upload
1.46 Sat May 13 05:44:09 PDT 2006
fromCSV, fromTSV, csv, tsv can all take either a file hander or a file
name
Notice: to leave rooms for future development, file handler is not
closed by Data::Table.
It's caller's responsibility to close it afterwards, if no
longer used.
table::sort code is replaced, the old sort method is renamed to sort_v0
and is deprecated.
The new sort method allow user-defined sorting operators, please read
manual on table::sort
The new sort method also runs faster in some benchmark tests.
A big thank to Wenbin Ye for suggestions, as well as contributing
both the new sort code and test examples |
10 May 2006 03:19:24
1.45
|
aaron  |
- Updated from 1.43 to 1.45
- Updated maintainer
1.45 Mon May 1 09:08:20 PDT 2006
Fix a bug in fromTSV
last column name is truncated by one character (introduced in 1.44)
Thanks to Albert V. Smith
1.44 Sat Apr 15 04:27:28 PDT 2006
Fix a bug in join (type=2 and 3)
When right or full join, key fields are undef for right-only entries.
modify fromCSV, fromTSV, tsv, csv subroutines to support read/write PC, Mac
and UNIX files.
csv and tsv can take a file name and directly writes to it.
Approved by: tobez (implicit); |
22 Jan 2006 08:30:12
1.43
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
1.43
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:31:43
1.43
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
24 Nov 2004 19:21:59
1.43
|
sem  |
New Port: devel/p5-Data-Table - Data type related to database tables,
spreadsheets, etc...
PR: ports/73796
Submitted by: Aaron Dalton <aaron(at)daltons.ca> |