Commit graph

14 commits

Author SHA1 Message Date
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
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +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
grant
d9cd8b4348 COMMENT tweak 2004-09-04 07:53:20 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +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
91c0b6fdae Update p5-Parse-RecDescent to 1.94
- Fixed bug in <reject> handling: failed to reject if $return
	  had been set.
	- Added two useful demos of restructuring nested data
	- Fixed doc bug re use of //
	- Localized filehandles, like a good citizen should
	- Misc doc bug fixes
	- Fixed Text::Balance dependency in Makefile.PL
	- Fixed bug that @itempos wasn't set up if referred to only in
	  an autoaction.
	- Fixed truncation bug in tracing contexts
	- Dramatically improved speed of line counting
	- Made item(s) and item(s /,/) behave consistently wrt %item
	- Added prototype <autorule:...> handling
	- Added outer block markers for <perl_codeblock>
	- Fixed multi-grammar precompilation
	- Fixed numerous snafus in tutorial.html
	- Added nesting level information to traces
	- Fixed resetting of $text after an <uncommit> rule.
	- Updated Text::Balanced to fix various bugs
	- Removed Text::Balanced from distribution (now a prereq only)
	- Fixed fatal error with $tracelevel
	- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25 17:11:04 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
mjl
fef15ce41a Re-import of misnamed p5-Parse-RescDescent
RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications.
2002-03-19 14:48:25 +00:00