Path to this page:
./
print/apsfilter,
Flexible magic filter for printing under Unix environment
Branch: CURRENT,
Version: 7.2.8nb1,
Package name: apsfilter-7.2.8nb1,
Maintainer: pkgsrc-usersapsfilter 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).
To configure apsfilter run:
${PREFIX}/share/apsfilter/SETUP
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $
case ${STAGE} in
DEINSTALL)
${RM} ${PKG_SYSCONFDIR}/basedir
${CAT} << EOF
===========================================================================
If you will not be using apsfilter any longer, you may want to remove
apsfilter's configuration directory (${PKG_SYSCONFDIR}) and the
SETUP.cfg configuration file from apsfilter's directory
(${PKG_PREFIX}/share/apsfilter/SETUP.cfg).
===========================================================================
EOF
;;
esac
Required to run:[
converters/recode] [
print/ghostscript] [
print/a2ps] [
print/psutils] [
graphics/netpbm] [
graphics/jpeg] [
print/fig2dev]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 355.872 KB
Version history: (Expand)
- (2017-10-03) Updated to version: apsfilter-7.2.8nb1
- (2014-02-10) Updated to version: apsfilter-7.2.8
- (2013-04-24) Updated to version: apsfilter-7.2.6nb2
- (2006-02-06) Updated to version: apsfilter-7.2.6nb1
- (2006-01-10) Updated to version: apsfilter-7.2.6
- (2005-10-05) Package added to pkgsrc.se, version apsfilter-7.2.5nb1 (created)
CVS history: (Expand)
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2020-03-18 19:00:22 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix shell portability
|
2019-11-04 20:58:09 by Roland Illig | Files touched by this commit (101) |
Log message:
print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209) |
Log message:
Comment out dead sites.
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-02-10 12:13:03 by OBATA Akio | Files touched by this commit (6) |
Log message:
Update apsfilter to 7.2.8, with some dependency clean up and packaging easier.
New in Apsfilter 7.2.8 (BUGFIX Release)
=======================================
3. New Features
- make it possible to use the lineprinter scheduler as jukebox
- network jukebox (untested)
should also work with a remote printer queue
So your remote server has a soundcard and your print clients
send audio files to the remote printer to play audio files
one after the other.
Hint:
For this purposes a new parameter from SETUP needed to be
saved into the apsfilterrc file (INTERFACES).
In every sound play routine in apsfilter
we test if this is a network printer.
Then we need to send the data stream (i.e. mp3) unprocessed.
On the print server with the soundcard the tanslation needs to
take place.
New in Apsfilter 7.2.7 (BUGFIX Release)
=======================================
7. BUG FIXES
- make spaces possible in samba printer name
from Roman Kurakin <rik at FreeBSD dot org>
|