Next | Query returned 33 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-11-28 07:41:22 by Johnny C. Lam | Files touched by this commit (29)
Log message:
Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
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.
   2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465)
Log message:
Create directories before installing files into them.
   2005-02-23 17:12:36 by Alistair G. Crooks | Files touched by this commit (60)
Log message:
Add RMD160 digests in addition to SHA1 ones
   2003-12-30 18:21:55 by Chris Pinnock | Files touched by this commit (24)
Log message:
Add trailing / on HOMEPAGEs
   2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504)
Log message:
s/netbsd.org/NetBSD.org/
   2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131)
Log message:
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-05-06 19:43:16 by Julio Merino | Files touched by this commit (726)
Log message:
Drop trailing whitespace.  Ok'ed by wiz.
   2003-02-14 18:21:08 by Thomas Klausner | Files touched by this commit (2)
Log message:
Bump PKGREVISION: tarball changed on master site.
Diff:
diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl
186a187
>   $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl
43a44
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl
31a32
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;

Next | Query returned 33 messages, browsing 21 to 30 | Previous