The NetBSD Project

CVS log for pkgsrc/textproc/p5-Text-Balanced/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Text-Balanced

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:49 2023 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

*: recursive bump for perl 5.38

Revision 1.40 / (download) - annotate - [select for diffs], Sun Sep 11 14:21:05 2022 UTC (18 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored)

Update to 2.06

Upstream changes:
2.06 2022-06-05

    - Released with no further code changes.

2.05_01 2022-05-29

    - Fix direct use of _match_codeblock by e.g. Switch.  [mohawk2, CPAN
      RT#142923]

    - Fix resetting of whether "/" or "?" allowed to open regex.  [mohawk2, CPAN
      RT#142922]

    - Fix false negative on /.../ regex after "and".  [mohawk2, GH#7]

2.05 2022-05-22

    - Released with no further code changes.

2.04_02 2022-03-09

    - Fix missed case of spotting expression ending ")" or "]".  [mohawk2]

    - Fix too-loosely allowing ?...? as RE (often actually conditional op).
      [mohawk2]

2.04_01 2022-03-05

    - Performance optimizations.  [mohawk2, PR#5]

    - Fix "<<=" being seen as heredoc, misparsing of "y=>".  [mohawk2, PR#6]

    - Update documentation to clarify extract_tagged() takes regexes.  [Jay
      Hannah, GH#3]

    - Modernize tests.  [mohawk2, GH#2]

    - Fix extract_variable() not recognising ${var} end of string.  [Ed J, CPAN
      RT#70007]

    - Fix string-comparing $@ causing exception.  [Ed J, CPAN RT#74994)

    - Update documentation to correct CSV example.  [djerius@cpan.org, CPAN
      RT#140408]

    - Fix extract_codeblock() being confused by //.  [Ed J, CPAN RT#78313]

    - Improve here-doc detection.  [Ed J, CPAN RT#74714]

    - Fix extract_multiple() to track whether to allow /.../ as quotelike.
      [Ed J, CPAN RT#5722]

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:29 2022 UTC (20 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

*: recursive bump for perl 5.36

Revision 1.38 / (download) - annotate - [select for diffs], Mon May 24 19:54:41 2021 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

*: recursive bump for perl 5.34

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 27 16:24:32 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored)

p5-Text-Balanced: update to 2.04.

2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick@ccl4.org>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever@davidnicol.com>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner@pobox.com>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:59 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:42 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 30 20:16:59 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:58 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Recursive bump for perl5-5.28.0

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jun 5 14:24:48 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:36 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:30 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 9 06:08:55 2015 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.28: +2 -4 lines
Diff to previous 1.28 (colored)

Update to 2.03:

2.03   Wed 04 Mar 2015
	- Removed test boilerplate code to synchronize with bleadperl.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:04 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:58 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Remove SVR4_PKGNAME, per discussion on tech-pkg.

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 29 23:37:41 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.25 / (download) - annotate - [select for diffs], Fri May 31 12:42:14 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:23 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:01 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Aug 14 15:14:10 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Aug 21 16:36:02 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

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!

Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 9 14:06:05 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.19: +4 -6 lines
Diff to previous 1.19 (colored)

Updating package for p5 module Text::Balanced from 2.0.0 to 2.02

pkgsrc changes:
  - Adding license information
  - Adjusting dependencies (remove all) according to META.yml

Upstream changes:
2.02   Thu 20 Jul 2009
	- Fixed the mixed "Damian Conway <adamk@cpan.org>" AUTHOR setting.
	  For the record, I am NOT the author, I'm just the maintainer.
	  Unfortunately, Makefile.PL does not have a MAINTAINER setting and
	  this way all the emails about this module come to me.

2.01   Tue 28 Jul 2009
	- Taken over by Adam Kennedy to move it to a long-term maintenance mode
	- Removing use warnings to restore 5.005 compatibility
	- Removing Module::Build for higher back-compatibility
	- Removing version.pm for higher back-compatibility
	- use Exporter -> use Exporter () to avoid some pathalogical cases
	- Upgraded the bundled author tests to be friendlier
	- Changes order now a more normal reverse chronological

Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:56 2008 UTC (15 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

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=...").

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 7 21:13:57 2008 UTC (16 years, 1 month ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

A compiler is not necessary.

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 18 20:31:59 2007 UTC (16 years, 10 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.16: +7 -4 lines
Diff to previous 1.16 (colored)

Updated to version 2.0.0.

Pkgsrc changes:
  - Package supports installation to DESTDIR.
  - New requirement p5-version.
  - Added HOMEPAGE

Changes since version 1.95:
===========================
1.96.0  Mon May  1 21:52:37 2006
    - Fixed major bug in extract_multiple handling of unknowns
    - Fixed return value on failure (thanks Eric)
    - Fixed bug differentiating heredocs and left-shift operators
      (thanks Anthony)

1.97   Mon May  1 21:58:04 2006
    - Removed three-part version number and dependency on version.pm

1.98  Fri May  5 14:58:49 2006
    - Reinstated full test suite (thanks Steve!)

1.99.0  Thu Nov 16 07:32:06 2006
    - Removed reliance on expensive $& variable (thanks John)
    - Made Makefile.PL play nice with core versions (thanks Schwern!)

1.99.1  Thu Nov 16 09:29:14 2006
    - Included dependency on version.pm (thanks Andy)

2.0.0  Wed Dec 20 10:50:24 2006
    - Added patches from bleadperl version (thanks Rafael!)
    - Fixed bug in second bracketed delimiters (thanks David)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 19 22:42:52 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

Update to 1.95:

1.95	Mon Apr 28 00:22:04 2003

	- Constrainted _match_quote to only match at word boundaries
	  (so "exemplum(hic)" doesn't match "m(hic)")
	  (thanks Craig)

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:48 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 28 14:31:08 2005 UTC (18 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Removed trailing white-space.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:32 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:41 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:38 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:09 2004 UTC (19 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 5 22:16:25 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

bl3ify

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:35 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:33 2003 UTC (20 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 25 17:07:18 2003 UTC (20 years, 10 months ago) by mjl
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update p5-Text-Balanced to 1.94

	- Fixed subtle bug in gen_extract_tagged
	- Doc fix: removed suggestion that extract_tagged defaults
	  to matching HTML tags
	- Doc fix: clarified general matching behaviour
	- Fixed bug in parsing /.../ after a (
	- Doc fix: documented extract_variable
	- Fixed extract_variable handling of $h{qr}, $h{tr}, etc.
	- Fixed incorrect handling of $::var
	- Fixed error count on t/extract_variable.t
	- Fixed bug in extract_codelike when non-standard delimiters used

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 2 15:26:25 2002 UTC (21 years, 5 months ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +3 -6 lines
Diff to previous 1.4 (colored)

buildlink1 -> buildlink2
Use perl5/module.mk

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 19 03:54:08 2002 UTC (22 years, 2 months ago) by mjl
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Update p5-Text-Balanced to 1.89

 - Revised licence for inclusion in core distribution
 - Consolidated POD in .pm file
 - renamed tests to let DOS cope with them
 - Made extract_multiple aware of skipped prefixes returned
   by subroutine extractors (such as extract_quotelike, etc.)
 - Made extract_variable aware of punctuation variables
 - Corified tests
 - Fixed extvar.t tests

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 26 06:50:22 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored)

Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 18 15:20:42 2001 UTC (22 years, 5 months ago) by veego
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 10 06:22:18 2001 UTC (22 years, 9 months ago) by explorer
Branch: MAIN

add p5-Text-Balanced-1.85 : Extract delimited text sequences from strings

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>