summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-08-10 03:31:51 +0000
committerminskim <minskim@pkgsrc.org>2006-08-10 03:31:51 +0000
commitf48cf80ee8c17e8a5c64aabfae090a75b7810757 (patch)
tree76cef47cb29f00dcf04ed456f46975bf53fd2733 /print
parent4cd37c8b4a4e2a04b99a71789ac1a16ac6c10ff6 (diff)
downloadpkgsrc-f48cf80ee8c17e8a5c64aabfae090a75b7810757.tar.gz
Remove redundant packages. They are included in teTeX3.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile4
-rw-r--r--print/dvipng/DESCR17
-rw-r--r--print/dvipng/Makefile27
-rw-r--r--print/dvipng/PLIST6
-rw-r--r--print/dvipng/distinfo6
-rw-r--r--print/dvipng/patches/patch-ab12
-rw-r--r--print/tex-textpos/DESCR2
-rw-r--r--print/tex-textpos/Makefile50
-rw-r--r--print/tex-textpos/PLIST11
-rw-r--r--print/tex-textpos/distinfo17
10 files changed, 1 insertions, 151 deletions
diff --git a/print/Makefile b/print/Makefile
index 9bce8137042..78b5749957e 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2006/06/30 13:44:05 salo Exp $
+# $NetBSD: Makefile,v 1.160 2006/08/10 03:31:51 minskim Exp $
#
COMMENT= Desktop publishing
@@ -26,7 +26,6 @@ SUBDIR+= cnprint
SUBDIR+= cups
SUBDIR+= dvidvi
SUBDIR+= dvipdfmx
-SUBDIR+= dvipng
SUBDIR+= enscript
SUBDIR+= epstool
SUBDIR+= evince
@@ -125,7 +124,6 @@ SUBDIR+= tex-musixtex
SUBDIR+= tex-ocrb
SUBDIR+= tex-passivetex
SUBDIR+= tex-prosper
-SUBDIR+= tex-textpos
SUBDIR+= tex-ucs
SUBDIR+= texmf-dirs
SUBDIR+= transfig
diff --git a/print/dvipng/DESCR b/print/dvipng/DESCR
deleted file mode 100644
index ab8d06ddd36..00000000000
--- a/print/dvipng/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-This program makes PNG graphics from DVI files as obtained from
-TeX and its relatives.
-
-It is intended to produce anti-aliased screen-resolution images as
-fast as is possible. The target audience is people who need to
-generate and regenerate many images again and again. The primary
-target is the preview-latex (X)Emacs package, a package to preview
-formulas from within (X)Emacs. Yes, you get to see your formulas
-in the (X)Emacs buffer, see `http://preview-latex.sf.net'.
-
-Another example is WeBWorK, an internet-based method for delivering
-homework problems to students over the internet, giving students
-instant feedback as to whether or not their answers are correct,
-see `http://webwork.math.rochester.edu'.
-
-Other applications may also benefit, like web applications as
-latex2html and WYSIWYG editors like LyX.
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile
deleted file mode 100644
index 7b44d9309ec..00000000000
--- a/print/dvipng/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2006/05/18 20:25:17 wiz Exp $
-
-DISTNAME= dvipng-1.7
-PKGREVISION= 1
-CATEGORIES= textproc converters
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvipng/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://dvipng.sourceforge.net/dvipng.html
-COMMENT= Convert DVI files to PNG files
-
-TEX_ACCEPTED= teTeX2
-
-CONFLICTS+= teTeX-bin-[3-9].* teTeX-bin-[1-9][0-9]*
-
-USE_TOOLS+= makeinfo
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-INFO_FILES= # PLIST
-
-BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.3
-
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/gd/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvipng/PLIST b/print/dvipng/PLIST
deleted file mode 100644
index 32c946cf4d5..00000000000
--- a/print/dvipng/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/06 18:18:15 jlam Exp $
-bin/dvigif
-bin/dvipng
-info/dvipng.info
-man/man1/dvigif.1
-man/man1/dvipng.1
diff --git a/print/dvipng/distinfo b/print/dvipng/distinfo
deleted file mode 100644
index 062ac740661..00000000000
--- a/print/dvipng/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.8 2006/02/13 20:31:43 adam Exp $
-
-SHA1 (dvipng-1.7.tar.gz) = d11fc38ca5059cf4201073133266f1a0c54c57e3
-RMD160 (dvipng-1.7.tar.gz) = d7d172377cf945e2287ba362b3d0585908718e99
-Size (dvipng-1.7.tar.gz) = 156169 bytes
-SHA1 (patch-ab) = 6c774c61882ca287744c844b8d812e91dd4dcfbb
diff --git a/print/dvipng/patches/patch-ab b/print/dvipng/patches/patch-ab
deleted file mode 100644
index 14c55c975ae..00000000000
--- a/print/dvipng/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2006/02/13 20:31:44 adam Exp $
-
---- font.c.orig 2005-07-04 18:15:24.000000000 +0200
-+++ font.c
-@@ -341,7 +341,6 @@ void ClearFonts(void)
- while(hfontptr!=NULL) {
- tmp=hfontptr->next;
- DoneFont(hfontptr);
-- free(hfontptr);
- hfontptr=tmp;
- }
- if (dvi!=NULL)
diff --git a/print/tex-textpos/DESCR b/print/tex-textpos/DESCR
deleted file mode 100644
index be8c1f9f49b..00000000000
--- a/print/tex-textpos/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package facilitates placing boxes at absolute positions on the
-LaTeX page.
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile
deleted file mode 100644
index 3b0de1fc48b..00000000000
--- a/print/tex-textpos/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2006/05/13 03:44:24 minskim Exp $
-#
-
-NAME= textpos
-DISTNAME= ${NAME}
-PKGNAME= tex-${NAME}-1.2b
-PKGREVISION= 3
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-# HOMEPAGE=
-COMMENT= Absolute positioning of text on the LaTeX page
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${NAME}
-DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION
-
-# included in teTeX3
-TEX_ACCEPTED= teTeX2
-
-NO_CONFIGURE= yes
-USE_DIRS+= texmf-1.0
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${TEX_DEFAULT} == "teTeX3"
-PKG_SKIP_REASON+= "textpos is included in ${TEX_DEFAULT}."
-.else
-.include "../../print/teTeX/module.mk"
-.endif
-
-do-build:
- cd ${WRKSRC} && latex textpos.ins
- cd ${WRKSRC} && latex textpos.drv
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/textpos-example.tex \
- ${PREFIX}/share/examples/${PKGBASE}
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
- for f in LICENCE README VERSION textpos.dvi; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f \
- ${PREFIX}/share/doc/${PKGBASE}; done
- ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos
- for f in textpos.sty textpos.dtx; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f \
- ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; done
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-textpos/PLIST b/print/tex-textpos/PLIST
deleted file mode 100644
index f5e5df4668c..00000000000
--- a/print/tex-textpos/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/07 05:18:35 minskim Exp $
-share/doc/${PKGBASE}/LICENCE
-share/doc/${PKGBASE}/README
-share/doc/${PKGBASE}/VERSION
-share/doc/${PKGBASE}/textpos.dvi
-share/examples/${PKGBASE}/textpos-example.tex
-${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.dtx
-${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.sty
-@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos
-@dirrm share/examples/${PKGBASE}
-@dirrm share/doc/${PKGBASE}
diff --git a/print/tex-textpos/distinfo b/print/tex-textpos/distinfo
deleted file mode 100644
index 7974cfa13a6..00000000000
--- a/print/tex-textpos/distinfo
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:51:45 agc Exp $
-
-SHA1 (textpos/textpos.ins) = e3406f1ec1fa70cb76ac49ede44a21ed5221efac
-RMD160 (textpos/textpos.ins) = a5228d0768e201bd8cef2b8f2dd7df262ff70e34
-Size (textpos/textpos.ins) = 372 bytes
-SHA1 (textpos/LICENCE) = 09fe847dc2c994295c1151c5a508bc74e119e059
-RMD160 (textpos/LICENCE) = 2952b59fcf35ae28a2e992a17575947266e1fa4b
-Size (textpos/LICENCE) = 14965 bytes
-SHA1 (textpos/README) = b2a9851ec9878359aa5addb88a6fe7cc43ec3a32
-RMD160 (textpos/README) = 77645e6602f95f623f1afd33b7c452c20902d7a1
-Size (textpos/README) = 4762 bytes
-SHA1 (textpos/textpos.dtx) = cf4a0834fed990b8a50b4ca91a3fd799650251a0
-RMD160 (textpos/textpos.dtx) = e1ef2db4fe7efcea0e971ef464b2ed165621859c
-Size (textpos/textpos.dtx) = 34531 bytes
-SHA1 (textpos/VERSION) = 79d9e2c9b644339a615c2486b0889837e0475b10
-RMD160 (textpos/VERSION) = 04f743c9e9bdf2d4972de81fa93055c97e06efb9
-Size (textpos/VERSION) = 5 bytes