summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-22 09:05:23 +0000
committerwiz <wiz>2009-07-22 09:05:23 +0000
commita79bf2a38d0811a7f4dc8147d4fdfefc407c369e (patch)
tree5ef57d0d21118c59e6a331df5ff2c78e0207fee2 /print
parent00a43dfffe30806b58c253077dee44b8f33cfda1 (diff)
downloadpkgsrc-a79bf2a38d0811a7f4dc8147d4fdfefc407c369e.tar.gz
Remove USE_DIRS infrastructure support and support packages.
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile3
-rw-r--r--print/texmf-dirs/DESCR1
-rw-r--r--print/texmf-dirs/Makefile30
-rw-r--r--print/texmf-dirs/dirs.mk53
4 files changed, 1 insertions, 86 deletions
diff --git a/print/Makefile b/print/Makefile
index 82fa9e98dda..d9a096b64db 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.293 2009/07/22 07:03:25 minskim Exp $
+# $NetBSD: Makefile,v 1.294 2009/07/22 09:05:24 wiz Exp $
#
COMMENT= Desktop publishing
@@ -320,7 +320,6 @@ SUBDIR+= tex-xunicode
SUBDIR+= tex-xunicode-doc
#SUBDIR+= texlive # place holder directory
SUBDIR+= texlive-tetex
-SUBDIR+= texmf-dirs
SUBDIR+= transfig
SUBDIR+= web2c
SUBDIR+= xdvik
diff --git a/print/texmf-dirs/DESCR b/print/texmf-dirs/DESCR
deleted file mode 100644
index 2f640e97dee..00000000000
--- a/print/texmf-dirs/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-texmf-dirs installs a TeX directory structure for pkgsrc TeX packages.
diff --git a/print/texmf-dirs/Makefile b/print/texmf-dirs/Makefile
deleted file mode 100644
index 7b396e402d6..00000000000
--- a/print/texmf-dirs/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2009/04/09 00:48:15 joerg Exp $
-
-DISTNAME= texmf-dirs-1.4
-CATEGORIES= print
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= # empty
-COMMENT= Local TeX directory structure
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty
-USE_LANGUAGES= # empty
-WRKSRC= ${WRKDIR}
-
-.include "dirs.mk"
-
-.include "../../mk/tex.buildlink3.mk"
-REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
-.if ${TEX_TYPE} == "teTeX3"
-BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb10
-.endif
-
-do-install: # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk
deleted file mode 100644
index 41a0366f28e..00000000000
--- a/print/texmf-dirs/dirs.mk
+++ /dev/null
@@ -1,53 +0,0 @@
-# $NetBSD: dirs.mk,v 1.10 2009/06/14 22:58:08 joerg Exp $
-#
-# This file is intended to be included by mk/dirs.mk, not directly by packages.
-#
-
-.if !defined(DIRS_TEXMF_MK)
-DIRS_TEXMF_MK= # defined
-
-TEXMF_DIRS= bibtex
-TEXMF_DIRS+= bibtex/bib
-TEXMF_DIRS+= bibtex/bst
-TEXMF_DIRS+= doc
-TEXMF_DIRS+= doc/bibtex
-TEXMF_DIRS+= doc/fonts
-TEXMF_DIRS+= doc/generic
-TEXMF_DIRS+= doc/latex
-TEXMF_DIRS+= dvipdfm
-TEXMF_DIRS+= fonts
-TEXMF_DIRS+= fonts/afm
-TEXMF_DIRS+= fonts/cmap
-TEXMF_DIRS+= fonts/enc
-TEXMF_DIRS+= fonts/enc/pdftex
-TEXMF_DIRS+= fonts/map
-TEXMF_DIRS+= fonts/map/dvipdfm
-TEXMF_DIRS+= fonts/map/dvips
-TEXMF_DIRS+= fonts/map/pdftex
-TEXMF_DIRS+= fonts/ofm
-TEXMF_DIRS+= fonts/ovf
-TEXMF_DIRS+= fonts/ovp
-TEXMF_DIRS+= fonts/source
-TEXMF_DIRS+= fonts/tfm
-TEXMF_DIRS+= fonts/tfm/public
-TEXMF_DIRS+= fonts/truetype
-TEXMF_DIRS+= fonts/type1
-TEXMF_DIRS+= fonts/type1/public
-TEXMF_DIRS+= fonts/vf
-TEXMF_DIRS+= makeindex
-TEXMF_DIRS+= omega
-TEXMF_DIRS+= omega/ocp
-TEXMF_DIRS+= omega/otp
-TEXMF_DIRS+= tex
-TEXMF_DIRS+= tex/context
-TEXMF_DIRS+= tex/generic
-TEXMF_DIRS+= tex/lambda
-TEXMF_DIRS+= tex/latex
-TEXMF_DIRS+= tex/plain
-TEXMF_DIRS+= web2c
-
-.if defined(_USE_TEXMF_DIRS) && !empty(_USE_TEXMF_DIRS)
-DEPENDS+= texmf-dirs>=${_USE_TEXMF_DIRS}:../../print/texmf-dirs
-.endif
-
-.endif # !defined(DIRS_TEXMF_MK)