summaryrefslogtreecommitdiff
path: root/print/dvi2xx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
commitcb6890b7266d2bb95f5ceb10f2770725670db763 (patch)
treeba32169bd94dd1a68fa7e27ab87c534bee605c93 /print/dvi2xx
parentRemove unmaintained expired ports from security (diff)
Remove unmaintained expired ports from print
2011-05-01 print/bjfilter360: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter850: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter850ug: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter860: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter870: Upstream disapear and distfile is no more available 2011-05-01 print/bjfiltercom: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters600: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters630: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters6300: Upstream disapear and distfile is no more available 2011-05-01 print/bsd_lpr: Upstream disapear and distfile is no more available 2011-05-01 print/dvi2xx: Upstream disapear and distfile is no more available 2011-05-01 print/envelope: Upstream disapear and distfile is no more available 2011-05-01 print/pclprint: Upstream disapear and distfile is no more available 2011-05-01 print/psmark: Upstream disapear and distfile is no more available 2011-05-01 print/tipograf: Upstream disapear and distfile is no more available 2011-05-01 print/tr2latex: Upstream disapear and distfile is no more available 2011-05-01 print/wmlpq: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273414
Diffstat (limited to 'print/dvi2xx')
-rw-r--r--print/dvi2xx/Makefile30
-rw-r--r--print/dvi2xx/distinfo2
-rw-r--r--print/dvi2xx/files/patch-aa19
-rw-r--r--print/dvi2xx/files/patch-ab15
-rw-r--r--print/dvi2xx/pkg-descr22
-rw-r--r--print/dvi2xx/pkg-plist14
-rw-r--r--print/dvi2xx/scripts/configure186
7 files changed, 0 insertions, 288 deletions
diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile
deleted file mode 100644
index 7f1689361902..000000000000
--- a/print/dvi2xx/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: dvi2xx
-# Date created: 14 October 1994
-# Whom: jmz
-#
-# $FreeBSD$
-#
-
-PORTNAME= dvi2xx
-PORTVERSION= 0.51.a9
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= dviware
-DISTNAME= dvi2xx
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Convert dvi files to HP LaserJet or IBM 3812 format
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAN1= dvi2xx.1
-IGNOREFILES= ${DISTFILES}
-
-pre-install:
- @${MKDIR} ${PREFIX}/lib/dvi2xx
- @(cd ${WRKSRC}; install -m 755 -c MakeTeXPK ${PREFIX}/bin)
- @(cd ${WRKSRC}; install -c -m 644 2up.sty graybox.sty lj3-filter \
- printcap.sample sample2.tex testpage.tex ${PREFIX}/lib/dvi2xx/)
-
-.include <bsd.port.mk>
diff --git a/print/dvi2xx/distinfo b/print/dvi2xx/distinfo
deleted file mode 100644
index b85fd567ba67..000000000000
--- a/print/dvi2xx/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (dvi2xx.tar.gz) = IGNORE
-SHA256 (dvi2xx.tar.gz) = IGNORE
diff --git a/print/dvi2xx/files/patch-aa b/print/dvi2xx/files/patch-aa
deleted file mode 100644
index 1b3585de8224..000000000000
--- a/print/dvi2xx/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** dvi2xx.c.orig Mon Apr 25 06:50:00 1994
---- dvi2xx.c Wed Oct 12 16:43:09 1994
-***************
-*** 606,612 ****
- extern noshare int errno;
- extern noshare char *sys_errlist[];
- #else
-! extern char *sys_errlist[];
- extern int errno;
- #endif
-
---- 606,612 ----
- extern noshare int errno;
- extern noshare char *sys_errlist[];
- #else
-! /* extern char *sys_errlist[];*/
- extern int errno;
- #endif
-
diff --git a/print/dvi2xx/files/patch-ab b/print/dvi2xx/files/patch-ab
deleted file mode 100644
index f69e886a3aef..000000000000
--- a/print/dvi2xx/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig Sun Jan 10 18:39:22 1999
-+++ Makefile Mon May 31 16:58:31 1999
-@@ -16,9 +16,10 @@
-
- # for gcc you might wish to set the following flags
- CC=gcc
--CFLAGS=-Dunix -ansi -pedantic -O2
-+#CFLAGS=-Dunix -ansi -pedantic -O2
- # under Linux you might want to use the following configuration
--CFLAGS=-Dunix -ansi -pedantic -O2 -m486
-+#CFLAGS=-Dunix -ansi -pedantic -O2 -m486
-+CFLAGS+=-Dunix -ansi -pedantic
-
- # of DO_SUBDIRS is specifies the fontpath is searched recursively
- # for each subpart (applies to raster info and tfm files); the
diff --git a/print/dvi2xx/pkg-descr b/print/dvi2xx/pkg-descr
deleted file mode 100644
index 610cec27dca2..000000000000
--- a/print/dvi2xx/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Dvilj2 converts TeX-output .dvi files into HP PCL (i.e. HP Printer
-Control Language) commands suitable for printing on a HP LaserJet+, HP
-LaserJet II and fully compatible printers.
-
-Dvilj2p converts TeX-output .dvi files into HP PCL commands suitable
-for printing on a HP LaserJet IIp, HP LaserJet III or HP Laserjet 2000
-and fully compatible printers. This version uses a newer PCL command
-set and provides landscape printing.
-
-Dviljp and dvilj are similar to dvilj2p and dvilj2 but they support
-only 128 character fonts. They may be used for Laserjet clones which
-do not support 256 character fonts.
-
-Dvilj4 is for the HP LasterJet IV printer familiy and fully compatible
-clones. It implements a superset of the commands available for dvilj2p
-and prints with an resolution of 600 dpi. In addition it provides
-support for the printers builtin fonts using Karl Berry's coding
-scheme.
-
-Dvi3812 converts TeX-output .dvi files into PMP files, the native
-command language of the IBM 3812 page printer.
-
diff --git a/print/dvi2xx/pkg-plist b/print/dvi2xx/pkg-plist
deleted file mode 100644
index 40475b41d826..000000000000
--- a/print/dvi2xx/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/MakeTeXPK
-bin/dvi3812
-bin/dvilj
-bin/dvilj2
-bin/dvilj2p
-bin/dvilj4
-bin/dviljp
-lib/dvi2xx/2up.sty
-lib/dvi2xx/lj3-filter
-lib/dvi2xx/sample2.tex
-lib/dvi2xx/graybox.sty
-lib/dvi2xx/printcap.sample
-lib/dvi2xx/testpage.tex
-@dirrm lib/dvi2xx
diff --git a/print/dvi2xx/scripts/configure b/print/dvi2xx/scripts/configure
deleted file mode 100644
index c53a4f7d4c2a..000000000000
--- a/print/dvi2xx/scripts/configure
+++ /dev/null
@@ -1,186 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-mv lj3-filter lj3-filter.orig || exit 1;
-sed -e s:/usr/local/bin/perl:/usr/bin/perl: \
- -e s:/usr/tmp/:/tmp/: \
- -e s:/usr/local:$PREFIX: <lj3-filter.orig >lj3-filter
-
-mv config.h config.h.orig || exit 1;
-sed -e s+/usr/local/lib/tex/pk300+$PREFIX/share/texmf/fonts/pk:/tmp/pk+ \
- -e s+/usr/local/lib/tex/+$PREFIX/share/texmf/+ < config.h.orig > config.h
-
-chmod +w Makefile || exit 1;
-echo "FONTAREA=" >> Makefile || exit 1;
-echo "DEFAULT_TFM_PATH=" >> Makefile
-echo "BINDIR=$PREFIX/bin" >> Makefile
-echo "MANDIR=$PREFIX/man" >> Makefile
-echo "CC=cc" >> Makefile
-
-mv MakeTeXPK MakeTeXPK.orig || exit 1;
-# MakeTeXPK taken from xdvi/dvips
-cat >>MakeTeXPK <<'EOF'
-#!/bin/sh
-#
-# This script file makes a new TeX PK font, because one wasn't
-# found. Parameters are:
-#
-# name dpi bdpi magnification [mode [subdir]]
-#
-# `name' is the name of the font, such as `cmr10'. `dpi' is
-# the resolution the font is needed at. `bdpi' is the base
-# resolution, useful for figuring out the mode to make the font
-# in. `magnification' is a string to pass to MF as the
-# magnification. `mode', if supplied, is the mode to use.
-#
-# Note that this file must execute Metafont, and then gftopk,
-# and place the result in the correct location for the PostScript
-# driver to find it subsequently. If this doesn't work, it will
-# be evident because MF will be invoked over and over again.
-#
-# Of course, it needs to be set up for your site.
-#
-TEXDIR=$PREFIX/share/texmf
-LOCALDIR=/tmp
-DESTDIR=$LOCALDIR/pk
-#
-# TEMPDIR needs to be unique for each process because of the possibility
-# of simultaneous processes running this script.
-#
-if test "$TMPDIR" = ""
-then
- TEMPDIR=/tmp/mtpk.$$
-else
- TEMPDIR=$TMPDIR/mtpk.$$
-fi
-NAME=$1
-DPI=$2
-BDPI=$3
-MAG=$4
-MODE=$5
-#
-# Prevent display under the X Window System. Except it doesn't always work;
-# some sh'ells don't seem to understand unset. There are also some
-# versions of METAFONT that don't work if the DISPLAY isn't set and
-# the term type is set to xterm.
-#
-# unset DISPLAY
-umask 0
-
-if test "$MODE" = ""
-then
- if test $BDPI = 300
- then
- MODE=imagen
- elif test $BDPI = 200
- then
- MODE=FAX
- elif test $BDPI = 360
- then
- MODE=nextII
- elif test $BDPI = 400
- then
- MODE=nexthi
- elif test $BDPI = 100
- then
- MODE=nextscreen
- elif test $BDPI = 72
- then
- MODE=seventwo
- elif test $BDPI = 635
- then
- MODE=linolo
- elif test $BDPI = 1270
- then
- MODE=linohi
- elif test $BDPI = 2540
- then
- MODE=linosuper
- else
- echo "I don't know the mode for $BDPI"
- echo "Have your system admin update MakeTeXPK"
- exit 1
- fi
-fi
-
-# Something like the following is useful at some sites.
-# DESTDIR=/usr/local/share/tex/fonts/pk.$MODE
-GFNAME=$NAME.$DPI'gf'
-PKNAME=$NAME.$DPI'pk'
-
-# Clean up on normal or abnormal exit
-trap "cd /; /bin/rm -rf $TEMPDIR $DESTDIR/pktmp.$$" 0 1 2 15
-
-
-if test ! -d $DESTDIR
-then
- mkdir $DESTDIR
- chmod 777 $DESTDIR
-fi
-
-if test "$6" != ""
-then
- DESTDIR=$DESTDIR"$6"
- if test ! -d $DESTDIR
- then
- mkdir $DESTDIR
- chmod 777 $DESTDIR
- fi
-fi
-
-# added by gwb, to allow searching in current dir before cd'ing
-if test "$MFINPUTS" != ""
-then
- MFINPUTS=$MFINPUTS:`pwd`; export MFINPUTS
-fi
-mkdir $TEMPDIR
-cd $TEMPDIR
-
-if test -r $DESTDIR/$PKNAME
-then
- echo "$DESTDIR/$PKNAME already exists!"
- exit 0
-fi
-
-# check also in the standard place
-
-if test "$6" = ""
-then
- if test -r $TEXDIR/fonts/pk/$PKNAME
- then
- echo $TEXDIR/fonts/pk/$PKNAME already exists!
- exit 0
- fi
-else
- if test -r $TEXDIR/fonts/pk/$6"$PKNAME"
- then
- echo $TEXDIR/fonts/pk/$6"$PKNAME" already exists!
- exit 0
- fi
-fi
-
-unset DISPLAY
-echo "mf \"\\mode:=$MODE; mag:=$MAG; scrollmode; input $NAME\" < /dev/null"
-mf "\mode:=$MODE; mag:=$MAG; scrollmode; input $NAME" < /dev/null
-if test ! -r $GFNAME
-then
- echo "Metafont failed for some reason on $GFNAME"
- exit 1
-fi
-
-gftopk -verbose ./$GFNAME ./$PKNAME
-
-# Install the PK file carefully, since others may be doing the same
-# as us simultaneously.
-
-mv $PKNAME $DESTDIR/pktmp.$$
-cd $DESTDIR
-mv pktmp.$$ $PKNAME
-chmod a+r $PKNAME
-
-exit 0
-
-EOF
-chmod +x MakeTeXPK
-exit 0;