New "magicfilter-1.2" package:

customizable, extensible automatic printer filter.
This commit is contained in:
tron 1998-06-23 21:35:55 +00:00
parent ae92e0fbb4
commit 7a29d57b21
6 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1 1998/06/23 21:35:55 tron Exp $
DISTNAME= magicfilter-1.2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/printing
MAINTAINER= tron@netbsd.org
DEPENDS+= a2ps-${PAPERSIZE}-4.9.9:../../print/a2ps \
ghostscript-5.10:../../print/ghostscript5 \
netpbm-94.3.1:../../graphics/netpbm \
teTeX-0.4p8:../../print/teTeX
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_SRC= ${WRKDIR}/PLIST
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${WRKSRC}/filters; \
for FILTER in *-filter; do \
${ECHO} ${INSTALL_SCRIPT} $$FILTER ${PREFIX}/libexec; \
${INSTALL_SCRIPT} $$FILTER ${PREFIX}/libexec; \
${ECHO} libexec/$$FILTER >>${PLIST_SRC}; \
done)
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1 @@
MD5 (magicfilter-1.2.tar.gz) = dcece221e363ca5dbc79bdd84713c04e

View file

@ -0,0 +1,28 @@
--- Makefile.in.orig Tue Mar 28 07:18:39 1995
+++ Makefile.in Tue Jun 23 22:58:43 1998
@@ -54,21 +54,21 @@
all: magicfilter magicfilter.man filters
filters:
- cd filters; make
+ cd filters; ${MAKE}
install: magicfilter magicfilter.man
${INSTALL_EXEC} magicfilter ${bindir}/magicfilter
${INSTALL_DATA} magicfilter.man ${mandir}/magicfilter.${mansec}
install_filters:
- cd filters; make install
+ cd filters; ${MAKE} install
clean:
- -cd filters; make clean
+ -cd filters; ${MAKE} clean
-${RM} magicfilter magicfilter.man *.o
distclean: clean
- -cd filters; make distclean
+ -cd filters; ${MAKE} distclean
-${RM} *~ Makefile config.cache config.log config.status config.h
magicfilter: ${OBJS}

View file

@ -0,0 +1 @@
customizable, extensible automatic printer filter.

View file

@ -0,0 +1,12 @@
MAGICFILTER is a customizable, extensible automatic printer filter.
Although written for Linux, it should work on any UNIX system which
has an ANSI C compiler.
If you use MAGICFILTER and find it useful, I would appreciate an email
note from you. If you are using it on a type of printer that I do not
have, I would also appreciate a copy of your configuration file for
inclusion in future versions. If you have suggestions for
improvement, I would love to hear them as well.
H. Peter Anvin
<hpa@zytor.com>

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 1998/06/23 21:35:57 tron Exp $
bin/magicfilter
man/man8/magicfilter.8