Commit graph

43 commits

Author SHA1 Message Date
sno
e1eb0e50fd Updating package for Perl5 module Text::CSV_XS from CPAN in
textproc/p5-Text-CSV_XS from 0.86 to 0.88.

Upstream changes:
0.88	- 2012-03-16, H.Merijn Brand
    * Fix for $/ in 0.86 broke parsing fields that contain excessive $/'s
2012-03-22 14:13:06 +00:00
sno
1648799e08 Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.85 to 0.86.

Upstream changes:
0.86	- 2012-01-22, H.Merijn Brand
    * Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)
2012-03-05 13:36:52 +00:00
hiramatsu
9ade62ae2f Updated p5-Text-CSV_XS to 0.85.
Changes from previous:
2011-09-07 0.85 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * NAME / DISTNAME in Makefile.PL

2011-09-07 0.84 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * More cross-checks for META data

2011-08-07 0.83 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Fix spurious auto_diag warning (RT#69673)
    * Tested with 50 versions of perl, including 1.15.1

2011-05-01 0.82 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Doc fix (RT#66905, Peter Newman)
    * Documentation overhaul (pod links)

2011-03-07 0.81 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Add is_missing ()
    * Doc overhaul
    * Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
    * Fix SetDiag () leak (RT#66453, Sven Scholing)

2010-12-24 0.80 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Implement getline_all () and getaline_hr_all ()
    * Fixed another parsing for eol = \r (RT#61525)

2010-11-26 0.79 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Use correct type for STRLEN (HP-UX/PA-RISC/32)
    * More code coverage
    * EOF unreliable when line-end missing at eof

2010-11-26 0.78 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Version 0.77 broke MacOS exported CSV files with only \r

2010-10-23 0.77 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Internals now use warn () instead of (void)fprintf (stderr, ...)
      Now the test in t/80_diag also passes on Windows
    * Better parsing for eol = \r and set as such (RT#61525)
    * Workaround for AIX cpp bug (RT#62388, Jan Dubois)

2010-10-09 0.76 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Windows doesn't support STDERR redirection as used in t/80_diag

2010-10-05 0.75 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Fixed undefinedness of $\ in print (RT#61880)

2010-09-29 0.74 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Spelling fixes
    * Real eol support for parsing streams (beyond \n, \r and \r\n)
    * Clarify doc for always_quote to not quote undef fields
    * Clarify UTF8 process for print () and combine ()
2011-10-04 04:45:22 +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
seb
dfb42cf283 Update from version 0.72 to version 0.73.
Upstream changes:
2010-05-03 0.73 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * Improve date conversion in examples/csv2xls
      new option -D allows column selection for date conversions
    * Tested under perl-5.12.0 (and 21 other versions of perl)
    * Added a note about EBCDIC data files
    * Test suite is now safe for parallel test (prove --shuffle -j6)
2010-07-14 18:50:10 +00:00
sno
34c6e48b9e Updating textproc/p5-Text-CSV_XS from 0.71 to 0.72
Upstream changes:
2010-03-16 0.72 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Introduce quote_null attribute (RT#55200)
    * examples/csv-check can be used for Text::CSV_PP
    * examples/csv-check more options for sep_, escape_ and quote_char
    * examples/csv2xls more options for sep_, escape_ and quote_char
    * examples/csv2xls added auto_diag and verbosity
    * Dropped YAML spec to 1.0
2010-03-16 21:59:02 +00:00
sno
f1d172c42c Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71
Upstream changes:
2010-02-15 0.71 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2010
    * Prevent double encoding: make Text::CSV_XS streams behave just
      like perl would (thanks ikegami for the test cases)
    * Text::CSV_XS->error_diag () in void context now warns instead of
      doing nothing
    * auto_diag also used for new () itself
2010-03-03 16:49:12 +00:00
sno
2ec4868a60 Updating textproc/p5-Text-CSV_XS from 0.69 to 0.70
Upstream changes:
2009-12-02 0.70 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Add quote_space attribute
    * Forbid \r and \n in sep_char, quote_char, and escape_char
2010-01-17 00:17:06 +00:00
sno
ffa93611d5 Updating textproc/p5-Text-CSV_XS from 0.68 to 0.69
pkgsrc changes:
  - EXTRACT_SUFX changed to .tgz

Upstream changes:
2009-10-10 0.69 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Missing end quotes in error code docs
    * examples/csv-check now shows detected eol
    * Auto detection of eol => "\r" in streams
    * Optimized caching. All cache changes now in XS
2009-10-17 14:11:20 +00:00
sno
585972735c Updating textproc/p5-Text-CSV_XS from 0.67 to 0.68
Upstream changes:
2009-09-25 0.68 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Attribute auto_diag now localizes to +1 if autodie is active
    * Output name generation in csv2xls (RT#48954)
    * Added csvdiff to examples/
    * Reordered docs. Rewrote SYNOPSIS to be more like a real-world
      code example
2009-10-11 09:30:14 +00:00
sno
a95430ec19 Updating package for p5 module Text::CSV_XS from 0.66 to 0.67 2009-08-10 06:49:32 +00:00
sno
3252df62a9 Updating package for p5 module Text::CSV_XS from 0.65 to 0.66
Upstream changes:
2009-08-07 0.66 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * Reordered examples in doc to show best method first
    * Documentation grammatical fix (John P. Linderman, RT#46411)
    * Fail if first arg to new () is not a hash ref
    * Implement empty_is_undef on request of Evan Carroll
    * Typo in documentation (Herwin Weststrate, RT#47613)
    * error_diag () uses warn () in void context instead of STDERR
    * Add auto_diag attribute (still under construction)
    * FIX: reset attributes (after they have been set) with accessor
2009-08-08 13:48:57 +00:00
sno
5179926ad7 Pkgsrc changes:
- Updating package for perl module Text::CSV_XS from 0.64 to 0.65
  - setting license to gnu-gpl-v2

Upstream changes:
2009-05-14 0.65 - H.Merijn Brand   <h.m.brand@xs4all.nl>
	* Initial known errors can now be checked on number (1002)
	* More tests for illegal combinations
	* Added -u option to examples/csv-check to validate utf-8 encoding
	* Correct documentation for error_diag () return value in case of
	  contructor failure (Slaven, RT#46076)
	* All error_diag () returns should now be dual-var (both numeric
	  and string context valid)
2009-05-17 10:49:33 +00:00
sno
94c5f74309 PkgSrc changes:
- Updating package p5-Text-CSV_XS to 0.64

Upstream changes:
2009-04-03 0.64 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Skip perlio tests for perl older than 5.8, as perlio
	  was experimental in 5.6
	* Up Devel::PPPort to 3.17
	* Fix initialisation of eol => undef (could cause core dump)
	* Added configure_require to META.yml
2009-04-12 00:50:49 +00:00
sno
f48cb1d509 Updating Text::CSV_XS to 0.63. Changes since 0.60:
2009-03-20 0.63 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Fixed allow_whitespace with sep_char = TAB (RT#44402)

2009-03-13 0.62 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Prevent warnings in older perls (without utf8)
	* All known errors are covered and/or documented. TODO dropped
	* Unicode TODO dropped. All covered, or use Text::CSV::Encoded
	* Documented the examples

2009-03-08 0.61 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* valgrind found a possible uninitialized value
	* Restriction in print () was only for really old perls
	* Fix for bind_columns () initialisation (vincent, RT#43927)

Oked by he@
2009-03-21 23:26:38 +00:00
seb
1f342cd09d Update from version 0.58 to version 0.60.
Upstream changes:
2009-01-27 0.60 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Optimize for threaded perls. (Goro Fuji, RT#42517)
	  Non-threaded perls won't notice

2009-01-23 0.59 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Wrong e-mail in META.yml
	* Missing $IO argument in bind_columns example (docs only)
	* Upped Copyright notices to 2009
	* Added warning for parse () (RT#42261)
	* Small optimisations (Goro Fuji, RT#42517)
	* ppport.h updated to 3.15
	* Added git clone command to README
	* ppport.h updated to 3.16-pre
	* Optimize getline/print method calls (Goro Fuji, RT#42517)
	* Decode *_char attributes for perl 5.8.2 and up
2009-01-29 20:38:33 +00:00
he
5bc5b96564 Updated from version 0.52nb1 to 0.58.
Upstream changes:

2008-10-30 0.58 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Small typo in test message (RT#40410, JPL)
	* Parse error test on "\0 (RT#40507)
	* Fixed allow_loose_escapes bug disclosed by RT#40507

2008-10-21 0.57 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Don't bootstrap twice. Don't know how/when it came in there

2008-10-21 0.56 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Update to ppport.h 3.14_01
	* Updated docs (Unicode, TODO, Release Plan)
	* As Text::CSV::Encoded is about to be released, refer to it
	  in the documentation
	* Default for eol is "", undef now treated as ""
	* Don't print $\ twice (eol prevails over $\ in ->print ())
	  Fix only works in perl5.8 and up
	* Undef treated as 0 for boolean attributes
	* Trailing whitespace in pod removed
	* Sync up doc with latest Text::CSV::Encoded
	* YAML declared 1.4 (META.yml) instead of 1.1 (YAML)

2008-10-15 0.55 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Improve documentation on eol
	* Unicode on perl-5.8.[0-2] sucks. Don't use it!
	* Test error codes in expected IO failures
	* Allow SetDiag to be used as class method
	* Document the MS/Excel separation character
	* Hint that eof is not an error per se (RT#40047)

2008-09-04 0.54 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* IO failure in print () was not propagated (ilmari, RT#38960)

2008-09-01 0.53 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890)
	* bring docs in sync with reality for msg 2023
	* Default eol for print is $\
	* examples/csv-check should default to CSV , not to ;
	* Tests for SetDiag (0)
	* Tests for error 2030
	* Code cleanup (Devel::Cover++)
2008-11-22 00:11:41 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
d83a2305f0 Update from version 0.23 to 0.52. Changes:
2008-06-28  0.52 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Using undef for hash keys is a bad plan
	* Fix, tests, and documentation for column_names ()

2008-06-17  0.51 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Allow UTF8 even without binary => 1
	* Fixed a few pod typo's
	* Lifted the max of 255 for bind_columns

2008-06-04  0.50 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Skip a few tests in automated testing, as they confuse
	  reports. This is important for the automated sites that
	  mark modules as fail if it is not an obvious full PASS
	* 0.46 caused the last still open RT bug to be closed!
	* Tested on 5.11.0, 5.10.0, 5.8.8, 5.6.2, and 5.005_04,
	  Strawberry and Cygwin

2008-06-04  0.46 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* In examples add die on failed close calls
	* Use Test::MinimumVersion (not distributed)
	* Added option -F to examples/csv2xls
	* More source code cleanup
	* Nailed the UTF8 issues for parsing
	* Nailed the UTF8 issues for combining

2008-04-23  0.45 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Forgot to pack examples/parser-xs.pl

2008-04-23  0.44 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Fixed the error position returned as third arg in error_diag ()
	* Made examples/csv-check use this even more vebose
	* Removed double-double quote from TODO
	* Added examples/parse-xs.pl (attempt to fix bad CSV)

2008-04-21  0.43 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* parse errors try to remember failing position
	* used valgrind to test for leaks (devel-only)
	* used Test::Valgrind as alternative leak check (devel-only)
	* improve documentation for error 2023
	* nailed the loose quotes in quoted fields

2008-04-16  0.42 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Generate META.yml myself. I won't use Build.PL
	* Array-refs now accept scalars with magic:
	  $csv->print (*STDOUT, $sth->{NAME_lc});
	* More/better examples
	* Added t/76_magic.t

2008-04-11  0.41 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* error_diag () subclassable
	* typo in bind_columns () docs
	* examples/csv2xls now uses getline ()
	* better test for getline in t/75_hashref.t (makamata)
	* document return value of getline () with bind_columns ()
	* add perl version prereq to META.yml

2008-04-07  0.40 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Implemented getline_hr () and column_names () RT 34474
	  (suggestions accepted from Mark Stosberg)
	* Corrected misspelled variable names in XS
	* Functions are now =head2 type doc entries (Mark Stosberg)
	* Make SetDiag() available to the perl level, so errors can
	  be centralized and consistent
	* Integrate the non-XS errors into XS
	* Add t/75_hashref.t
	* Testcase for error 2023 (Michael P Randall)
	* Completely refactored the XS part of parse/getline, which
	  is now up to 6% faster. YMMV
	* Completed bind_columns. On straight fetches now up to three
	  times as fast as normal fetches (both using getline ())

2008-03-11  0.37 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Copied GIT repo to public mirror
	* Fix leak / make meta info available to getline () + tests

2008-03-06  0.36 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Updated ppport.h
	* auto-load IO::Handle when needed
	* Tested with all available perl builds, including a fresh
	  threaded 5.11 (blead)

2008-03-01  0.35 (Valloire) - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* use warnings/$^W = 1
	* Tested on 5.10.0, 5.8.8, 5.6.2, and 5.005_04, Strawberry and Cygwin
	* Diagnostics for failed new ()
	* New 'blank_is_undef' option
	* Updated docs
	* Extended the DIAGNOSTICS a bit
	* Updated TODO
	* Fixed allow_whitespace issue, revealed by blank_is_undef
	* Re-enabled some tests
	* Fixed parse error that passed for q{1, "bar",2} with escape_char +
	* Reversed an erroneous test result in the funny combo section
	* Extended diagnostics tests
	* Extended XS coverage
	* Removed error 2033

2008-01-04  0.34 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* No change, but 0.33 was shipped with an old META.yml

2008-01-02  0.33 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Text-CSV_XS now under git
	* Upped copyright to 2008
	* Added all prereq's to Makefile.PL
	* Tested under perl 5.10

2007-10-24  0.32 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Added $csv->error_diag () to SYNOPSIS
	* Added need for diag when new () fails to TODO
	* Fixed a sneaked-in defined or in examples/csv2xls
	* Plugged a 32byte memory leak in the cache code (valgrind++)
	* Some perlcritic level1 changes

2007-07-23  0.31 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Removed prototypes in examples/csv2xls
	* Improved usage for examples/csv2xls (GetOpt::Long now does --help/-?)
	* Extended examples/csv2xls to deal with Unicode (-u)
	* Serious bug in Text::CSV_XS::NV () type setting, causing the
	  resulting field to be truncated to IV

2007-06-21  0.30 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* ,\rx, is definitely an error without binary (used to HANG!)
	* Fixed bug in attribute caching for undefined eol
	* Cleaned up some code after -W*** warnings
	* Added verbatim.
	* More test to cover the really dark corners and edge cases
	* Even more typo fixes in the docs
	* Added error_diag ()
	* Added t/80_diag.t - Will not be mirrored by Text::CSV_PP
	* Added DIAGNOSTICS section to pod - Will grow
	* Small pod niot (abeltje)
	* Doc fix in TODO (Miller Hall)

2007-06-08  0.29 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Removed an unused 'use Data::Dumper'
	* Added $csv->eof () RT 27424
	* Two typo's in the doc's (Amsterdam.pm)
	* Modified examples/speed.pl to better show the diffs between versions
	* Cache attribute settings and regain speed of 0.23! and beyond
	  Relative overall speeds (YMMV, use examples/speed.pl to check),
	  the 1.0x versions are from Text::CSV_PP.

			0.23 0.25 0.26 0.27 0.28 0.29 1.00 1.02 1.05
			==== ==== ==== ==== ==== ==== ==== ==== ====
	    combine   1   62   61   61   60   58  100   14   14   14
	    combine  10   41   41   41   42   42  100    6    6    6
	    combine 100   35   35   36   36   36  100    5    5    5
	    parse     1  100   92   87   90   81   96   19   19   17
	    parse    10   95  100   86   97   94   94   15   16   14
	    parse   100   90   95   84   94   92  100   16   16   14
	    print    io   93   89   91   91   95  100    0    0    6
	    getline  io   90   92   84   87   89  100    0    0   13
			---- ---- ---- ---- ---- ---- ---- ---- ----
	    average       75   75   71   74   73   98    9    9   11

	* Removed prototypes
	* Added a SPECIFICATION section to the pod
	* Safe caching of eol, and a warning in the docs
	* Rewrote t/20_file.t do do actual file IO instead of IO_Scalar fake
	* Small optimization for parse (juerd)
	* Added make target test_speed
	* Merged the items from CAVEAT to SPECIFICATION
	* Updated the TODO and Release Plan sections
	* Speed up internals by using references instead of copies (juerd)
	* Reworked error_input, which also had an undetected internal error
	* Added IO tests for lexical IO handles and perlio IO to/from scalars

2007-06-03  0.28 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* IMPORTANT CHANGE: new () returns undef if it gets unsupported
	  attributes. Until now, new ({ esc_char => "\\" }) was just
	  silently ignored. Rejecting it and failing is better than
	  continuing with false assumptions.
	* Added allow_loose_quotes  (see doc)
	* Added t/65_allow.t
	* Added allow_loose_escapes (see doc) RT 15076
	* More code cleanup in XS
	* Added allow_whitespace    (see doc)

2007-05-31  0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* checked with perlcritic (still works under 5.00504)
	  so 3-arg open cannot be used (except in the docs)
	* 3-arg open in docs too
	* Added a lot to the TODO list
	* Some more info on using escape character (jZed)
	* Mention Text::CSV_PP in README
	* Added t/45_eol.t, eol tests
	* Added a section about embedded newlines in the pod
	* Allow \r as eol ($/) for parsing
	* More docs for eol
	* More eol = \r fixes, tfrayner's test case added to t/45_eol.t

2007-05-15  0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Add $csv->allow_undef (1) suggestion in TODO
	  Still have to find the best spot to document
	  the difference between empty string and undef
	* Spell-checked the pod and fixed some typo's
	* Added t/70_rt.t
	  - Regression         for RT 24386: \t doesn't work (WFM)
	  - Regression and fix for RT 21530: getline () return at eof
	    This one still passes under perl 5.00504
	  - Regression         for RT 18703: Fails to use quote_char of '~'
	* Added t/55_combi.t for most combinations of always_quote,
	  sep_char, quote_char, and escape_char
	* Added docs about sep_char not allowed to be either quote_char
	  or escape_char
	* Both combine () and parse () now return FALSE id sep_char is
	  equal to either quote_char or escape_char. Done in XS, as it
	  was a slowdown of 10% when done in perl.

2007-05-07  0.25 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Merijn got the maintainership
	- code reformat and code cleanup
	- renamed internal (Encode, Decode) to (Combine, Parse) to
	  prevent misinterpretation with upcoming Unicode changes
	  and possible name clashes
	- added pod check (and fixed pod)
	- added pod coverage and small additions to the pod.
	  More to do in this area
	- renamed test to fixate the sequence
	- Added t/50_utf8.t
	- tests now use Test::More
	  . Makefile.PL requires Test::More
	- checked proclaimed version compatibility
	  . 5.9.x-64int     works @31159
	  . 5.8.x-64int-dor works @31162
	  . 5.8.0-dor       works
	  . 5.6.2           works
	  . 5.005.04        works
	  . 5.004.05        fails
	- 5.005 is now prerequisite
	- Added missing info in docs for new ()
	- Added meta_info () method and docs
	- Added keep_meta_info in new ()
	- Added t/15_flags.t
	- Added test_cover make target
	- Added test for error_input ()
	- Added tests for fields () and meta_info () before parse ()
	- Added tests for ->types () as method
	- Added tests for deleting types (coverage now over 99%)
	- Added is_quoted (), is_binary () and tests
	- Added COPYRIGHT section to pod
	- Added the parse example from the pod to test.pl
	- Added accessor methods for internals: quote_char () et all
	- Added tests for the new accessor methods
	- Added always_quote to the missing places in the doc and in new ()
	- Changed the tests to use the accessors instead of the hash keys
	  except for the ->{types} and ->{_types}
	- Moved test.pl to examples/speed.pl
2008-07-27 16:45:06 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
seb
0037e0b918 Add the usual "default" CPAN homepage. 2007-04-27 22:17:13 +00:00
abs
ad6c4b908e this is Text::CSV_XS rather than Text::CSV 2007-02-24 23:46:51 +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
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +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
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
mjl
c48498273c Update to 0.23
* Changed "char" to "unsigned char" in CSV_XS.xs.
2001-11-30 14:23:02 +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
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +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
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + 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:53:33 +00:00
mjl
671090e517 Update to 0.22.
* CSV_XS.xs: Added the handling of escape characters outside of quotes.
   * CSV_XS.pm (parse): Minor bugfix in the parse method.
2001-03-21 17:23:10 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
mjl
2dbbec16aa Re-import: Commiter dyslexic error. 2000-10-26 17:42:21 +00:00