Up to [cvs.netbsd.org] / pkgsrc / print / enscript
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 21 19:37:28 2011 UTC (7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.10: +5 -13
lines
Diff to previous 1.10 (colored)
Update to 1.6.5.2 * Set LICENSE. * Make pkglint happy Changelog: Summary of changes in enscript version 1.6.5.2: * Fix CFG_FATAL macro in util.c; this prevents a segmentation fault when the configuration file contains unknown parameters. (Savannah bug #28769) * Fix segmentation fault with line lengths over 90 characters. (Savannah bug #29198) Summary of changes in enscript version 1.6.5.1: * Typo corrections in the manual pages. * Reorganise source tree to use a single ChangeLog file. * Actually ship f90.st in the tarball. * Reorganise INSTALL and README. Noteworthy changes in enscript version 1.6.5: * New maintainer. * Licensing change: GNU Enscript is now distributed under version 3 or later of the GNU GPL. * Build system fixes - distcheck now passes. * At least four security bug fixes: - CAN-2004-1184 - CAN-2004-1185 - CAN-2004-1186 - CVE-2008-3863, CVE-2008-4306 * Syntax highlighting fixes. - shell escaping rules from Shawn McMahon. - JavaScript regexps now recognised. - New highlighting rules for Fortran 90 from David Bowler. See changelogs for more detailed notes.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 16 19:19:28 2011 UTC (15 months, 1 week ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
PR/36612 -- properly highlight folded header lines in mail messages.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 25 18:44:30 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
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
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
pull in a patch from redhat to fix a buffer overflow (CVE-2008-3863), bump PKGREVISION
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 13 18:53:28 2009 UTC (3 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.7: +12 -10
lines
Diff to previous 1.7 (colored)
Updated print/enscript to 1.6.4
pkgsrc changes:
Add PKG_DESTDIR_SUPPORT, Set PAPERSIZE in BUILD_DEFS, pkglint
Changes since 1.6.3:
2003-02-28 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl.
* configure.in (AC_OUTPUT): Add intl/Makefile,
2003-02-28 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add m4.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.in (AC_OUTPUT): Add po/Makefile.in,
(AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 14 03:25:55 2008 UTC (3 years, 6 months ago) by chuck
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
fix Makefile.in error. it was adding a dependency to @INTLLIBS@ ("-lintl")
rather than @INTLDEPS@ causing some versions of make to fail with
"don't know how to make -lintl" at compile time
Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 6 16:16:38 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Override sysconfdir at install time instead of patching the Makefile to install the example config files into the examples directory.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 17 12:24:13 2005 UTC (7 years, 2 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +8 -5
lines
Diff to previous 1.4 (colored)
Update to version 1.6.3nb1 nb1: ==== - security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186 - patches from Debian/Gentoo - addresses PR pkg/29721 1.6.3: ====== - Changes in the highlighting / pretty printing - Support for state inheritance. - new highlighting rules - new output language `ansi' to print color outputs - new encodings - new options
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 1 12:58:16 2003 UTC (9 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 25 18:57:59 2002 UTC (10 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Update to 1.6.1nb1: fix temporary file creation vulnerability; from Tim Waugh via Debian.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 20 12:41:49 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, where appropriate and possible, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:43:38 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo