summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lonjaret2008-08-21 18:30:10 +0200
committerMathieu Lonjaret2008-08-21 18:30:10 +0200
commitade347f678b73b82270e2508abe968eee0b795e4 (patch)
treed60596d79e91f408ea7ad1e2053b548cca472647
parentacc1ab57b78174b337feaa2b965061d861969406 (diff)
psfig: new spell (to fix 12389 and 12213)
-rwxr-xr-xlatex/psfig/BUILD1
-rwxr-xr-xlatex/psfig/DEPENDS3
-rwxr-xr-xlatex/psfig/DETAILS14
-rwxr-xr-xlatex/psfig/DOWNLOAD1
-rw-r--r--latex/psfig/HISTORY4
-rwxr-xr-xlatex/psfig/INSTALL2
-rwxr-xr-xlatex/psfig/PRE_BUILD1
7 files changed, 26 insertions, 0 deletions
diff --git a/latex/psfig/BUILD b/latex/psfig/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/latex/psfig/BUILD
@@ -0,0 +1 @@
+true
diff --git a/latex/psfig/DEPENDS b/latex/psfig/DEPENDS
new file mode 100755
index 0000000000..c62d8daee4
--- /dev/null
+++ b/latex/psfig/DEPENDS
@@ -0,0 +1,3 @@
+depends tetex-texmf
+
+
diff --git a/latex/psfig/DETAILS b/latex/psfig/DETAILS
new file mode 100755
index 0000000000..d817842881
--- /dev/null
+++ b/latex/psfig/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=psfig
+ VERSION=1.0
+ WEB_SITE=http://www.ctan.org/tex-archive/nonfree/graphics/psfig/
+ ENTERED=21082008
+ LICENSE[0]="GPL"
+ SHORT="psfig/tex -- TeX macros for the inclusion of postscript figures"
+cat << EOF
+Psfig/tex uses \special calls to manipulate the PostScript environment
+within a document, and include figure files. To use psfig, you must
+therefore be using a postscript device for your output. This version
+of psfig/tex works with the unix "dvips" PostScript driver, which is
+available from labrea.stanford.edu, and with OzTeX.
+The current ‘preferred’ solution is the LaTeX graphicx package, but the graphics bundle does contain a version of epsfig for use with current LaTeX.
+EOF
diff --git a/latex/psfig/DOWNLOAD b/latex/psfig/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/latex/psfig/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/latex/psfig/HISTORY b/latex/psfig/HISTORY
new file mode 100644
index 0000000000..4d08ee2e0d
--- /dev/null
+++ b/latex/psfig/HISTORY
@@ -0,0 +1,4 @@
+
+2008-08-21 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * BUILD, PRE_BUILD, DOWNLOAD, DETAILS, HISTORY, INSTALL: created this spell
+
diff --git a/latex/psfig/INSTALL b/latex/psfig/INSTALL
new file mode 100755
index 0000000000..4b73bd10cd
--- /dev/null
+++ b/latex/psfig/INSTALL
@@ -0,0 +1,2 @@
+cd ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics &&
+ln -s epsfig.sty psfig.sty
diff --git a/latex/psfig/PRE_BUILD b/latex/psfig/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/latex/psfig/PRE_BUILD
@@ -0,0 +1 @@
+true