2023-04-13 20:33:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
a2ps: does not need a bl3.mk, remove it
|
2023-04-13 20:29:47 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
a2ps: update to 4.15.4.
* Noteworthy changes in release 4.15.4 (2023-04-13) [stable]
* Bug fixes:
- Fix to read configured paper size correctly with libpaper 1.x.
* Documentation:
- Various minor documentation improvements.
* Build system:
- Fix tests when building with libpaper 1.x.
- Require gperf for bootstrapping, and use it correctly in build system.
- Require a new-enough version of texinfo.
|
2023-04-13 16:13:57 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: recursive PKGREVISION bump for libpaper shlib major bump
|
2023-04-09 01:18:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
a2ps: depend on misc/getopt for a2ps-lpr-wrapper
From John D. Baker.
Fix some pkglint while here and bump PKGREVISION.
|
2023-04-07 23:25:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
a2ps: update to 4.15.3.
* Noteworthy changes in release 4.15.3 (2023-03-26) [stable]
* Bug fixes:
- Fix fixps to use GhostScript’s ps2write device instead of defunct
pswrite.
* Build:
- Fix a problem building PDF version of manual.
|
2023-03-30 07:34:10 by matthew green | Files touched by this commit (1) |
Log message:
use ${PKG_SYSCONFBASE} instead of ${PREFIX}/etc
|
2023-03-29 10:20:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
a2ps: update to 4.15.2.
* Noteworthy changes in release 4.15.2 (2023-03-19) [stable]
* Bug fixes:
- Fix old crash when using --stdin="".
* Build
- Make configure stop if libpaper is not found.
- Enable building the manual for gnu.org.
|
2023-03-19 08:02:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
a2ps: update to 4.15.1.
* Noteworthy changes in release 4.15.1 (2023-03-12) [stable]
* Bug fixes:
- Use “grep -F” rather than obsolete fgrep.
- Fix broken a2ps-lpr-wrapper script, and translate to sh for
portability.
|
2023-03-13 11:39:29 by Thomas Klausner | Files touched by this commit (12) | |
Log message:
a2ps: update to 4.15.
* Noteworthy changes in release 4.15 (2023-03-07) [stable]
* New maintainer, Reuben Thomas.
* Features:
- Replace the 'psmandup' utility with simpler 'lp2' to directly print
documents to a simplex printer.
- Remove the outdated 'psset' and 'fixnt', and simplify 'fixps' to
always process its input with Ghostscript.
- Use libpaper's paper sizes. This includes user-defined paper sizes
when using libpaper 2. It is still possible to define custom margins
using "Medium:" specifications in the configuration file, and the
one size defined by a2ps that libpaper does not know about, Quarto, is
retained for backwards compatiblity, and as an example.
* Documentation
- Remove some obsolete explanations.
- Reformat --help output consistently to 80 columns.
- Some English fixes.
* Bug fixes:
- Avoid a crash when a medium is not specified; instead, use the default
libpaper size (configured by the user or sysadmin, or the locale
default).
- Fix some other potential crashes and compiler warnings.
- Fixes for security bugs CVE-2001-1593, CVE-2015-8107 and CVE-2014-0466.
- Minor bugs fixed.
* Predefined delegations:
- Remove support for defunct Netscape and proprietary Acrobat Reader.
- Add lpr wrapper for automatic detection of different printing systems,
including CUPS support.
* Encodings:
- Use libre fonts for KOI-8.
- Composite fonts support.
* Build
- Update build system to more recent autotools and gettext versions.
- Build man pages in a simpler and more robust way.
- Document runtime dependencies.
- Minor code quality improvements.
- Minor tidy up and removal of obsolete code.
- Require libpaper.
- Remove OS/2 support.
|
2023-01-10 00:29:25 by Christopher KOBAYASHI | Files touched by this commit (6) |
Log message:
Minor fixes to appease pkglint.
|