[Lunar-commits] <moonbase> teTeX & teTeX-texmf: deprecated, use texlive
Paul Bredbury
brebs at lunar-linux.org
Sun Feb 20 09:44:50 CET 2011
commit 94b1e27844c4a1c7797ba4543efefb794cddba08
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Feb 20 15:44:50 2011 +0700
teTeX & teTeX-texmf: deprecated, use texlive
Development moved to texlive in 2006.
---
doc-tools/teTeX-texmf/BUILD | 12 ------------
doc-tools/teTeX-texmf/CONFLICTS | 2 --
doc-tools/teTeX-texmf/DETAILS | 18 ------------------
doc-tools/teTeX-texmf/POST_INSTALL | 3 ---
doc-tools/teTeX-texmf/PRE_BUILD | 3 ---
doc-tools/teTeX/BUILD | 20 --------------------
doc-tools/teTeX/CONFLICTS | 3 ---
doc-tools/teTeX/DEPENDS | 10 ----------
doc-tools/teTeX/DETAILS | 26 --------------------------
zdeprecated/teTeX-texmf/BUILD | 12 ++++++++++++
zdeprecated/teTeX-texmf/CONFLICTS | 2 ++
zdeprecated/teTeX-texmf/DETAILS | 18 ++++++++++++++++++
zdeprecated/teTeX-texmf/POST_INSTALL | 3 +++
zdeprecated/teTeX-texmf/PRE_BUILD | 3 +++
zdeprecated/teTeX/BUILD | 20 ++++++++++++++++++++
zdeprecated/teTeX/CONFLICTS | 3 +++
zdeprecated/teTeX/DEPENDS | 10 ++++++++++
zdeprecated/teTeX/DETAILS | 26 ++++++++++++++++++++++++++
18 files changed, 97 insertions(+), 97 deletions(-)
diff --git a/doc-tools/teTeX-texmf/BUILD b/doc-tools/teTeX-texmf/BUILD
deleted file mode 100644
index d5ecb61..0000000
--- a/doc-tools/teTeX-texmf/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- prepare_install &&
-
- if [ -d /usr/share/texmf ]; then
- rm -rf /usr/share/texmf;
- fi &&
-
- mkdir -p /usr/share/texmf &&
- cp -a $SOURCE_DIRECTORY/* /usr/share/texmf
-
-) > $C_FIFO 2>&1
diff --git a/doc-tools/teTeX-texmf/CONFLICTS b/doc-tools/teTeX-texmf/CONFLICTS
deleted file mode 100644
index fcf79a2..0000000
--- a/doc-tools/teTeX-texmf/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts texlive
-conflicts texlive-texmf
diff --git a/doc-tools/teTeX-texmf/DETAILS b/doc-tools/teTeX-texmf/DETAILS
deleted file mode 100644
index b902d5b..0000000
--- a/doc-tools/teTeX-texmf/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=teTeX-texmf
- VERSION=3.0
- SOURCE=tetex-texmf-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-texmf-$VERSION
- SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
- SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
- SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
- SOURCE_VFY=sha1:1be97f57a26a6e9b72ebfd932e45914a959aff16
- WEB_SITE=http://tug.org/teTeX
- ENTERED=20010922
- UPDATED=20050214
- SHORT="teTeX-texmf contains data needed at runtime for teTeX"
-cat << EOF
-TeTex is by far, the best TeX distribution available for Linux,
-includes latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk,
-makeinfo, texinfo, texconfig and lots of fonts and macros. It's easy to
-install and easy to customize.
-EOF
diff --git a/doc-tools/teTeX-texmf/POST_INSTALL b/doc-tools/teTeX-texmf/POST_INSTALL
deleted file mode 100644
index 105191c..0000000
--- a/doc-tools/teTeX-texmf/POST_INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-# We need to rebuild teTex
-
-if module_installed teTeX; then lin -c teTeX; fi
diff --git a/doc-tools/teTeX-texmf/PRE_BUILD b/doc-tools/teTeX-texmf/PRE_BUILD
deleted file mode 100644
index 87610bc..0000000
--- a/doc-tools/teTeX-texmf/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir &&
-cd $SOURCE_DIRECTORY &&
-unpack $SOURCE
diff --git a/doc-tools/teTeX/BUILD b/doc-tools/teTeX/BUILD
deleted file mode 100644
index 61084b4..0000000
--- a/doc-tools/teTeX/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
-
- patch_it $SOURCE_CACHE/$SOURCE1 0 &&
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-system-zlib \
- --with-system-ncurses \
- --with-system-libwww \
- --without-texinfo \
- --without-dialog \
- --disable-multiplatform \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/doc-tools/teTeX/CONFLICTS b/doc-tools/teTeX/CONFLICTS
deleted file mode 100644
index 242476e..0000000
--- a/doc-tools/teTeX/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts texlive
-conflicts texlive-texmf
-conflicts psutils
diff --git a/doc-tools/teTeX/DEPENDS b/doc-tools/teTeX/DEPENDS
deleted file mode 100644
index 0983539..0000000
--- a/doc-tools/teTeX/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends dialog
-depends ed
-depends zlib
-depends w3c-libwww
-depends texinfo
-depends teTeX-texmf
-depends bison
-
-optional_depends "%X" "" "--without-x11" "for GUI support"
-optional_depends "libpng" "--with-system-pnglib" "" "for png support"
diff --git a/doc-tools/teTeX/DETAILS b/doc-tools/teTeX/DETAILS
deleted file mode 100644
index 158d9ef..0000000
--- a/doc-tools/teTeX/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
- MODULE=teTeX
- VERSION=3.0
- SOURCE=tetex-src-$VERSION.tar.gz
- SOURCE1=tetex-2.0.2-flex-unput.patch
- SOURCE2=teTeX-glibc-2.10.1.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-src-$VERSION
- SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
- SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
- SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
- SOURCE1_URL=$PATCH_URL
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:7637789f7f4929694aed1b89820f5bad4753e8fc
- SOURCE1_VFY=sha1:d58a4cc7bcc26e442b75cf92fd83f90a30b095f7
- SOURCE2_VFY=sha1:e2961bc364382f4037fa085734fd29792c5783ae
- WEB_SITE=http://tug.org/teTeX
- ENTERED=20010922
- UPDATED=20091001
- PSAFE=no
- SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more..."
-
-cat << EOF
-TeTex is by far, the best TeX distribution available for Linux, includes
-latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk, makeinfo,
-texinfo, texconfig and lots of fonts and macros. It's easy to install and
-easy to customize.
-EOF
diff --git a/zdeprecated/teTeX-texmf/BUILD b/zdeprecated/teTeX-texmf/BUILD
new file mode 100644
index 0000000..d5ecb61
--- /dev/null
+++ b/zdeprecated/teTeX-texmf/BUILD
@@ -0,0 +1,12 @@
+(
+
+ prepare_install &&
+
+ if [ -d /usr/share/texmf ]; then
+ rm -rf /usr/share/texmf;
+ fi &&
+
+ mkdir -p /usr/share/texmf &&
+ cp -a $SOURCE_DIRECTORY/* /usr/share/texmf
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/teTeX-texmf/CONFLICTS b/zdeprecated/teTeX-texmf/CONFLICTS
new file mode 100644
index 0000000..fcf79a2
--- /dev/null
+++ b/zdeprecated/teTeX-texmf/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts texlive
+conflicts texlive-texmf
diff --git a/zdeprecated/teTeX-texmf/DETAILS b/zdeprecated/teTeX-texmf/DETAILS
new file mode 100644
index 0000000..b902d5b
--- /dev/null
+++ b/zdeprecated/teTeX-texmf/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=teTeX-texmf
+ VERSION=3.0
+ SOURCE=tetex-texmf-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-texmf-$VERSION
+ SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
+ SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
+ SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/
+ SOURCE_VFY=sha1:1be97f57a26a6e9b72ebfd932e45914a959aff16
+ WEB_SITE=http://tug.org/teTeX
+ ENTERED=20010922
+ UPDATED=20050214
+ SHORT="teTeX-texmf contains data needed at runtime for teTeX"
+cat << EOF
+TeTex is by far, the best TeX distribution available for Linux,
+includes latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk,
+makeinfo, texinfo, texconfig and lots of fonts and macros. It's easy to
+install and easy to customize.
+EOF
diff --git a/zdeprecated/teTeX-texmf/POST_INSTALL b/zdeprecated/teTeX-texmf/POST_INSTALL
new file mode 100644
index 0000000..105191c
--- /dev/null
+++ b/zdeprecated/teTeX-texmf/POST_INSTALL
@@ -0,0 +1,3 @@
+# We need to rebuild teTex
+
+if module_installed teTeX; then lin -c teTeX; fi
diff --git a/zdeprecated/teTeX-texmf/PRE_BUILD b/zdeprecated/teTeX-texmf/PRE_BUILD
new file mode 100644
index 0000000..87610bc
--- /dev/null
+++ b/zdeprecated/teTeX-texmf/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE
diff --git a/zdeprecated/teTeX/BUILD b/zdeprecated/teTeX/BUILD
new file mode 100644
index 0000000..61084b4
--- /dev/null
+++ b/zdeprecated/teTeX/BUILD
@@ -0,0 +1,20 @@
+(
+
+
+ patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-system-zlib \
+ --with-system-ncurses \
+ --with-system-libwww \
+ --without-texinfo \
+ --without-dialog \
+ --disable-multiplatform \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/teTeX/CONFLICTS b/zdeprecated/teTeX/CONFLICTS
new file mode 100644
index 0000000..242476e
--- /dev/null
+++ b/zdeprecated/teTeX/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts texlive
+conflicts texlive-texmf
+conflicts psutils
diff --git a/zdeprecated/teTeX/DEPENDS b/zdeprecated/teTeX/DEPENDS
new file mode 100644
index 0000000..0983539
--- /dev/null
+++ b/zdeprecated/teTeX/DEPENDS
@@ -0,0 +1,10 @@
+depends dialog
+depends ed
+depends zlib
+depends w3c-libwww
+depends texinfo
+depends teTeX-texmf
+depends bison
+
+optional_depends "%X" "" "--without-x11" "for GUI support"
+optional_depends "libpng" "--with-system-pnglib" "" "for png support"
diff --git a/zdeprecated/teTeX/DETAILS b/zdeprecated/teTeX/DETAILS
new file mode 100644
index 0000000..158d9ef
--- /dev/null
+++ b/zdeprecated/teTeX/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=teTeX
+ VERSION=3.0
+ SOURCE=tetex-src-$VERSION.tar.gz
+ SOURCE1=tetex-2.0.2-flex-unput.patch
+ SOURCE2=teTeX-glibc-2.10.1.patch
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-src-$VERSION
+ SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
+ SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
+ SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
+ SOURCE1_URL=$PATCH_URL
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:7637789f7f4929694aed1b89820f5bad4753e8fc
+ SOURCE1_VFY=sha1:d58a4cc7bcc26e442b75cf92fd83f90a30b095f7
+ SOURCE2_VFY=sha1:e2961bc364382f4037fa085734fd29792c5783ae
+ WEB_SITE=http://tug.org/teTeX
+ ENTERED=20010922
+ UPDATED=20091001
+ PSAFE=no
+ SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more..."
+
+cat << EOF
+TeTex is by far, the best TeX distribution available for Linux, includes
+latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk, makeinfo,
+texinfo, texconfig and lots of fonts and macros. It's easy to install and
+easy to customize.
+EOF
More information about the Lunar-commits
mailing list