New "magicfilter-1.2" package:
customizable, extensible automatic printer filter.
This commit is contained in:
parent
ae92e0fbb4
commit
7a29d57b21
6 changed files with 74 additions and 0 deletions
29
print/magicfilter/Makefile
Normal file
29
print/magicfilter/Makefile
Normal 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"
|
1
print/magicfilter/files/md5
Normal file
1
print/magicfilter/files/md5
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (magicfilter-1.2.tar.gz) = dcece221e363ca5dbc79bdd84713c04e
|
28
print/magicfilter/patches/patch-aa
Normal file
28
print/magicfilter/patches/patch-aa
Normal 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}
|
1
print/magicfilter/pkg/COMMENT
Normal file
1
print/magicfilter/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
customizable, extensible automatic printer filter.
|
12
print/magicfilter/pkg/DESCR
Normal file
12
print/magicfilter/pkg/DESCR
Normal 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>
|
3
print/magicfilter/pkg/PLIST
Normal file
3
print/magicfilter/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue