Commit graph

11 commits

Author SHA1 Message Date
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
tron
51c20556db Avoid problems with Acrobat reader running under Linux emulation. This
fixes PR pkg/15942 by Markus W Kilbinger.
2002-05-14 17:27:26 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
martti
13820bfb3f Updated apsfilter to 7.2.2
NOTE: This works just fine with ghostscript-6.01 even though the
      setup script says you need 6.50 or later...

- new driver scripts: ljet4l, pips/sc70s, pips/sc80s,
  stp/pcl-2, stp/pcl-4
- replace awk "duplex" function with psset call
- adjust psnup rotation to various converters for landscape mode
- add landscape option to enscript command line
- introduce IGNORE_LPD_RAW variable to please buggy spoolers that
  send jobs in raw mode
- sanitize ": ${foo:-bar}" to ": ${foo:=bar}"
- make n{c}print line whitespace-safe
- save return code in global temporary file
- typo in wmf2eps line
- make apspreview use global "restrictions" file
- get basedir in SETUP from configure
- protect $foo[bar] contructs from being expanded to array
  elements by zsh
- add "-dPARANOIDSAFER" for gs7.04 (harmless for all older releases)
- save "rm" and "rp" in SETUP.cfg
- add some hints w.r.t landscape and n-up in handbook
- remove media types in scripts for some PCL printers
- be more helpful with "invalid method"
- LaserJet 4L needs fixed 300dpi
- LN macro in Makefile needs -n switch -- we must
  create a directory link even if one exists already
- MAPPING update
- change email address in various places
- remove apsfilter installation error when typing "make install"
  by using ln's -f (force) option to overwrite an existing symlink
  (just in case you overwrite another installation).
- fix some HP driver mapping in MAPPING file
- make apspreview work again for FreeBSD (and possibly *BSD).
  BSD uses a sed implementation, that uses only "normal" regular
  expressions for backward compatibility not to break existing scripts.
  Linux (GNU sed) uses "modern REs". We use now awk which turns out
  to be more portable between different Unix flavours.
  We use awk instead of sed in other scripts as well (SETUP,
  aps2file).
- import a patch from FreeBSD ports collection necessary for
  FreeBSD-current to use "user:group" syntax for chown. Old
  style "user.group" to change owner && group isn't supported
  anymore. Linux's implementation of chown (from GNU) groks
  new syntax.
- support for NetWare (Novell) remote printer
- save network traffic by supporting "remote copies"
  via new REMOTE_COPIES variable. This tells lpd and Netware
  print spooler to do copies themselves (enabled by default).
- install and test apsfilter as "non-root" user under $HOME !
  This helps in testing new apsfilter versions, i.e. to prepare
  a migration to a new version on a production system.
  For this feature the configure script supports two new options:
  --with-printcap=...  and --with-spooldir=...
- use secure temporary directory in SETUP
- aps2file and apspreview now handle printer aliases
- remove bogus hpijs driver entries in setup/printer-7.00
  (but they were correct in setup/printer-hpijs)
- only preview if aps2file generated PostScript
- driver: stp/escp2-1160 (thanks to <andrew@ugh.net.au>)
- various fixes in driver/MAPPING
- adjusted various omni/ scripts to use more reasonable
  resolution settings
- enable PSgs to honor HARDWARE_COPIES
- the bjc600 driver script has four new siblings (bjc50, bjc70,
  bjc4000, bjc7000) to properly handle printers with different
  print resolutions
- various small SETUP clean-ups
- create "basedir" link at install time already
- doc/Makefile: "make clean" should remove handbook.html
  since "configure" re-creates it from handbook.html.in
- Make handbook generation smarter, cosmetic.
2002-03-09 13:58:03 +00:00
zuntum
355f9f6658 Set MAINTAINER to packages@netbsd.org 2002-02-21 21:28:13 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
martti
928dec5c5c Updated apsfilter to 7.1.1
* a new apspreview script, that allows you to preview your print session
  using gv, kghostview or ghostview
* a new apsfilter-bug script that assists you in releasing bug reports
* some handbook and manpage updates / fixes
* new drivers
* driver fixes

http://www.apsfilter.org/download/ChangeLog-7.1.1
2002-01-10 06:53:02 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
zuntum
6a89992a9c Initial import of apsfilter-6.1.1
apsfilter is a magic printfilter, that allows you to print different document
types "automagically" without having to convert them manually into something
which is understood by your lineprinter. Apsfilter supports the following
file and compression types: gzip, bzip, compress, freeze, pack, ASCII, BMP,
Data (data,PCL,...), English, TeX DVI, FIG, GIF, Group 3 Fax, HTML, JPEG,
Mail/News, PBM/PNM/PPM, PC Bitmap Data, PDF, Postscript(tm), raw, script
(shell,..), Text, sunraster, tiff, roff (nroff, groff, troff).
2001-06-11 21:57:23 +00:00