Commit graph

21 commits

Author SHA1 Message Date
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
heinz
3984262e32 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)
2007-05-18 20:31:59 +00:00
wiz
33fc1831c1 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)
2006-07-19 22:42:52 +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
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +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
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +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
mjl
820713ef2e 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
2003-04-25 17:07:18 +00:00
seb
9d90bef00b buildlink1 -> buildlink2
Use perl5/module.mk
2002-10-02 15:17:02 +00:00
mjl
ef78be34a6 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
2002-01-19 03:54:08 +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
abs
cbdc7c9f95 Switch MD5 to SHA1, and ensure the filename in Size matches! 2001-06-27 09:39:49 +00:00
explorer
0119f234f3 add p5-Text-Balanced-1.85 : Extract delimited text sequences from strings 2001-06-10 06:22:18 +00:00