- support a4 and letter papersizes after a repository copy from
html2ps to html2ps-a4 and html2ps-letter.
- use ${PERL} for substituting not ${PERL5}.
Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
gzip and bzip2 create a compressed file and in
the header unfortunately this changes md5 checksum.
Now updating md5, have to look for a better solution
in the near future, stay tuned...
Changed License, want a postcard.
New features in 5.1.3
=====================
- Security fix. tmp files are now not readable by other people
this gives you more privacy for your print jobs
- New nice options for a2ps when printing ASCII files
- SETUP's main menue now leads you more user friendly to new uniprint drivers
- SETUP: many display enhancements to make the setup script more
informative to the user.
- some cosmetic concerning apsfilter-promo@klemm.gtn.com
Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont
acroread-commfont (I think that for acroread-jpnfont we need
to register with Adobe)
Submitted: maintainer (these are mine)
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
- it's possible to use psutils to print 2 pages on one physical
page and other things.
- New Environment Variable PSUTILS can be set via apsfilterrc files.
i.e.: PSUTILS="psnup -2 |"
Port now additionally has a run dependency to psutils-letter....
bugfix release
apsfilter now again allows you to use the gs driver default
resolution. Bug was, that everything defaulted to 300dpi, if
not set explicitely via DPI (set by name of symlink to apsfilter)
or GS_RESOL (set manually or via SETUP script in apsfilterrc).
Moved everything only print_dvi dependend to print_dvi...
Cosmetic changes
More user friendly bugform
the user will get a make syntax error ("Malformed conditional") when
PAPERSIZE and BATCH are both unset.
Andreas, go ahead and change this further if you want, I'm not sure
what you intended to do here, so I went with the "safest" fix.
printers that have "a4" paper, while "a4" produces clipped results for
printers that have letter papper?" ---Warner
YES ;-)
Reminded by: Warner Losh <imp@harmony.village.org>
Port related changes:
- apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1
- use bzip2 for apsfilter sources to save space on FreeBSD Disk 1
- new run dependency to recode and a2ps
- when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port
- updated DESCR (listed some of the new apsfilter features)
- updated PLIST
- new post-install target to inform people to run SETUP to complete installation
Apsfilter related changes:
- new supported file types (BMP, FAX G3, troff)
- possible to print in different print resolutions (see example in INSTALL),
i.e.: lpr -P{low,med,high} some_files...
- ghostscript can make use of additional type1 fonts by setting the gs
environment variable GS_FONTPATH. gs automatically recognizes
/usr/X11R6/lib/X11/fonts/Type1 and
/var/X11R6/lib/X11/fonts/Type1
if present. Other Paths can be configured global or printer type
dependend by admin or user as usual. See precedence of apsfilterrc
and .apsfilterrc files above.
- printer driver type dependend config files in that order:
- /etc/apsfilterrc
- /etc/apsfilterrc.${PRINTER}
and if defined INSECURE:
- $HOME/.apsfilterrc
- $HOME/.apsfilterrc.${PRINTER}
- CRLF translation and perforation skip for more HP models
- new environment variable USE_RECODE_NOT_A2PS, so you can use
reecode as an alternative over a2ps
- new environment variable RECODE_OPTS
defaults to "-q latin1:ibmpc"
- new environment variable PAGES_REVERSE_ORDER for forcing dvips
to print in reverse order
- detection of printer resolution revamped and more clear
- Precedence of definition of print resolution:
a) by name of filter script (symlink to apsfilter)
b) by setting GS_RESOL in apsfilterrc config files
c) autodetected by apsfilter (PS_xxx, printer driver name)
d) otherwise defaults to 300dpi (for dvips commandline)
- some dvips settings cleanup, use -Z only when resol >= 400dpi
- when printing html use some sane defaults for HTML2PS_OPTS
if not set in apsfilterrc files
Contributions:
- SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!!
thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr>
- cool PS testpage (test.ps)
Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de>
- many thanks to the SuSE developement team especially
Werner Fink <werner@suse.de> for many inspirations
- and of course cosmetic and bugfixes ;-)