From 029dbf5bcd1fb72740c016b0ee0cc1d33af70b61 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 9 Dec 2007 10:49:34 +0000 Subject: [PATCH] clean up some more on pkg_delete, and adapt messages a bit. mostly from maintainer Edd Barrett, with some tweaks --- print/texlive/base/Makefile | 4 ++-- print/texlive/base/pkg/MESSAGE | 4 ++++ print/texlive/base/pkg/PLIST | 8 +++++++- print/texlive/base/pkg/UNMESSAGE | 3 --- print/texlive/texmf-full/Makefile | 4 ++-- print/texlive/texmf-full/pkg/MESSAGE | 3 +++ print/texlive/texmf-minimal/Makefile | 4 ++-- print/texlive/texmf-minimal/pkg/MESSAGE | 3 +++ print/texlive/texmf-minimal/pkg/PLIST | 4 +++- print/texlive/texmf-minimal/pkg/UNMESSAGE | 3 --- 10 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 print/texlive/base/pkg/UNMESSAGE create mode 100644 print/texlive/texmf-full/pkg/MESSAGE create mode 100644 print/texlive/texmf-minimal/pkg/MESSAGE delete mode 100644 print/texlive/texmf-minimal/pkg/UNMESSAGE diff --git a/print/texlive/base/Makefile b/print/texlive/base/Makefile index c4cbbe2c3d2..12dc522c1fb 100755 --- a/print/texlive/base/Makefile +++ b/print/texlive/base/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2007/11/06 06:33:51 bernd Exp $ +# $OpenBSD: Makefile,v 1.7 2007/12/09 10:49:34 steven Exp $ COMMENT= base TeXLive LaTeX distribution V= 2007 DISTNAME= texlive_base-${V}-src -PKGNAME= texlive_base-${V}p2 +PKGNAME= texlive_base-${V}p3 SHARED_LIBS= kpathsea 0.0 WANTLIB= m X11 ICE freetype Xt pthread c Xext fontconfig \ diff --git a/print/texlive/base/pkg/MESSAGE b/print/texlive/base/pkg/MESSAGE index 3a6b9ae4bc4..a489a9e032a 100644 --- a/print/texlive/base/pkg/MESSAGE +++ b/print/texlive/base/pkg/MESSAGE @@ -2,3 +2,7 @@ If you require anything other than the minimal texmf tree then you should also install texlive_texmf-full (for ConTeXt, XeTeX etc.). If you require documentation you should also install texlive_texmf-docs. This will enable you to use 'texdoc'. + +Please backup your TeX configuration files (texmf.cnf, fmtutil.cnf, etc.) +before adding/deleting texlive related packages. It is necessary for the +package tools to manipulate these files. diff --git a/print/texlive/base/pkg/PLIST b/print/texlive/base/pkg/PLIST index 53bc12663ab..d2bfe4ccaff 100644 --- a/print/texlive/base/pkg/PLIST +++ b/print/texlive/base/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2007/11/06 06:33:51 bernd Exp $ +@comment $OpenBSD: PLIST,v 1.5 2007/12/09 10:49:34 steven Exp $ @conflict teTeX_base-* @conflict ht-* @unexec texlinks -u @@ -486,3 +486,9 @@ share/texmf/xdvi/xdvi.cfg @exec fmtutil-sys --all > /dev/null 2>&1 @exec updmap-sys > /dev/null 2>&1 @exec texlinks +@extra share/texmf/ls-R +@extra share/texmf-dist/ls-R +@extra share/texmf-var/ls-R +@extra share/texmf-config/ls-R +@extraunexec rm -rf %D/share/texmf-var/ +@extraunexec rm -rf %D/share/texmf-config/ diff --git a/print/texlive/base/pkg/UNMESSAGE b/print/texlive/base/pkg/UNMESSAGE deleted file mode 100644 index 11fcab9df2a..00000000000 --- a/print/texlive/base/pkg/UNMESSAGE +++ /dev/null @@ -1,3 +0,0 @@ -You may wish to remove the following directories: - ${PREFIX}/share/texmf-config - ${PREFIX}/share/texmf-var diff --git a/print/texlive/texmf-full/Makefile b/print/texlive/texmf-full/Makefile index 9b24422f092..c821494d958 100755 --- a/print/texlive/texmf-full/Makefile +++ b/print/texlive/texmf-full/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/10 14:50:50 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/09 10:49:34 steven Exp $ COMMENT= additional texmf functionality for TeXLive @@ -6,7 +6,7 @@ V= 2007 # distfile generation number (distfiles can change for same TeXLive version) G= g0 DISTNAME= texlive_texmf-full-$V$G -PKGNAME= texlive_texmf-full-$Vp0 +PKGNAME= texlive_texmf-full-$Vp1 NO_BUILD= Yes NO_REGRESS= Yes diff --git a/print/texlive/texmf-full/pkg/MESSAGE b/print/texlive/texmf-full/pkg/MESSAGE new file mode 100644 index 00000000000..3900db4a90d --- /dev/null +++ b/print/texlive/texmf-full/pkg/MESSAGE @@ -0,0 +1,3 @@ +Please backup your TeX configuration files (texmf.cnf, fmtutil.cnf, etc.) +before adding/deleting texlive related packages. It is necessary for the +package tools to manipulate these files. diff --git a/print/texlive/texmf-minimal/Makefile b/print/texlive/texmf-minimal/Makefile index 022ea068bdf..8e93a9743aa 100755 --- a/print/texlive/texmf-minimal/Makefile +++ b/print/texlive/texmf-minimal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/10 14:50:50 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/09 10:49:34 steven Exp $ COMMENT= minimal texmf tree for TeXLive @@ -6,7 +6,7 @@ V= 2007 # distfile generation number (distfiles can change for same TeXLive version) G= g0 DISTNAME= texlive_texmf-minimal-$V$G -PKGNAME= texlive_texmf-minimal-$Vp0 +PKGNAME= texlive_texmf-minimal-$Vp1 NO_BUILD= Yes NO_REGRESS= Yes diff --git a/print/texlive/texmf-minimal/pkg/MESSAGE b/print/texlive/texmf-minimal/pkg/MESSAGE new file mode 100644 index 00000000000..3900db4a90d --- /dev/null +++ b/print/texlive/texmf-minimal/pkg/MESSAGE @@ -0,0 +1,3 @@ +Please backup your TeX configuration files (texmf.cnf, fmtutil.cnf, etc.) +before adding/deleting texlive related packages. It is necessary for the +package tools to manipulate these files. diff --git a/print/texlive/texmf-minimal/pkg/PLIST b/print/texlive/texmf-minimal/pkg/PLIST index 615ce21ca06..5777b5ddde7 100644 --- a/print/texlive/texmf-minimal/pkg/PLIST +++ b/print/texlive/texmf-minimal/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/09/10 14:50:50 steven Exp $ +@comment $OpenBSD: PLIST,v 1.3 2007/12/09 10:49:34 steven Exp $ @conflict teTeX_texmf-* share/texmf/ share/texmf-dist/ @@ -23462,6 +23462,8 @@ share/texmf/web2c/updmap.cfg-minimal share/texmf/web2c/viscii-t5.tcx @exec cp %D/share/texmf/web2c/fmtutil.cnf-minimal %D/share/texmf/web2c/fmtutil.cnf @exec cp %D/share/texmf/web2c/updmap.cfg-minimal %D/share/texmf/web2c/updmap.cfg +@extra share/texmf/web2c/fmtutil.cnf +@extra share/texmf/web2c/updmap.cfg @comment share/texmf/xdvi/ @comment share/texmf/xdvi/XDvi @comment share/texmf/xdvi/pixmaps/ diff --git a/print/texlive/texmf-minimal/pkg/UNMESSAGE b/print/texlive/texmf-minimal/pkg/UNMESSAGE deleted file mode 100644 index fb381800f56..00000000000 --- a/print/texlive/texmf-minimal/pkg/UNMESSAGE +++ /dev/null @@ -1,3 +0,0 @@ -You may wish to remove the following directories: - ${PREFIX}/share/texmf - ${PREFIX}/share/texmf-dist