./print/a2ps, Formats an ascii file for printing on a postscript printer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q3, Version: 4.14nb1, Package name: a2ps-4.14nb1, Maintainer: pkgsrc-users

A2ps formats each named file for printing in a postscript printer; if
no file is given, a2ps reads from the standard input. The format used
is nice and compact: normally two pages on each physical page, borders
surrounding pages, headers with useful information (page number,
printing date, file name or supplied header), line numbering, etc.
This is very useful for making archive listings of programs.


Required to run:
[print/psutils] [lang/perl5]

Required to build:
[devel/gperf] [devel/libtool-base] [devel/gmake]

Master sites: (Expand)

SHA1: 365abbbe4b7128bf70dad16d06e23c5701874852
RMD160: a5105d6256a809483e099519325979aaaff7219e
Filesize: 2492.683 KB

Version history: (Expand)


CVS history: (Expand)


   2010-10-29 23:00:18 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket 3263 - requested by tron
build and portability fix

Revisions pulled up:
- pkgsrc/print/a2ps/Makefile		1.70
- pkgsrc/print/a2ps/distinfo		1.12

Files added:
pkgsrc/print/a2ps/patches/patch-ac

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Oct 28 23:21:53 UTC 2010

   Modified Files:
           pkgsrc/print/a2ps: Makefile distinfo
   Added Files:
           pkgsrc/print/a2ps/patches: patch-ac

   Log message:
   Fix two problem under Mac OS X:
   1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
       by not defining a dodgy prototype for it.
   2.) Don't strip installed binaries to allow the dynamic linker to find
       symbols required by the shared library but defined by the application.
       This fixes PR pkg/41827 by Christopher M. Fuhrman.

   Bump package revision as the package built fine under Mac OS 10.5 before
   but didn't work.

   To generate a diff of this commit:
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/print/a2ps/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/a2ps/distinfo
   cvs rdiff -u -r0 -r1.7 pkgsrc/print/a2ps/patches/patch-ac