Up to [cvs.netbsd.org] / pkgsrc / converters / p5-chkjis
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 6 13:29:43 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Revision bump after updating perl to 5.14.1
Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 21 16:32:51 2010 UTC (21 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.13: +2 -2
lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:42 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Mon Mar 3 05:51:08 2008 UTC (4 years, 2 months ago) by jlam
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.11: +6 -3
lines
Diff to previous 1.11 (colored)
Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 21 18:57:40 2006 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
Update package Makefile now that bsd.pkg.extract.mk is using the "extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:55 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 10 17:13:46 2005 UTC (6 years, 7 months ago) by hira
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
s/jp.netbsd.org/jp.NetBSD.org/
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:05 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.7: +9 -7
lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:08 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:43 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Create directories before installing files into them.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:09 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 20 11:30:56 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Fri Nov 26 02:17:22 2004 UTC (7 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
Use DIST_SUBDIR since distribution file dosen't contain version in its name.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 25 16:05:19 2004 UTC (7 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Correct CATEGORIES to "japanese converters perl5" as like p5-jcode.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 25 15:17:52 2004 UTC (7 years, 5 months ago) by taca
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-chkjis: chkjis.pl is Perl library for Japanese character code processing. It replace vendor's own characters which isn't defined in JIS X 0208:1997 to "geta" character and support ISO-2022-JP, euc-JP and Shift_JIS. It is useful to check intentional use of vendor's own characters in text or to filter out these characters.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 25 15:17:52 2004 UTC (7 years, 5 months ago) by taca
Branch: MAIN
Initial revision