summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-08 21:07:17 +0100
committerIsmael Luceno2021-02-08 21:15:09 +0100
commit4b0958f4c926b410e2b9bcb3b0da02f8694d3687 (patch)
treee39b3148ab8f2c5b25447e2647e213c83681a148 /editors
parent637d1e4dca061c54dd6f8ea8bb77be51baede187 (diff)
fig2dev: new spell, replaces transfig
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/fig2dev/CONFLICTS1
-rwxr-xr-xeditors/fig2dev/DEPENDS (renamed from editors/transfig/DEPENDS)0
-rwxr-xr-xeditors/fig2dev/DETAILS16
-rw-r--r--editors/fig2dev/HISTORY72
-rwxr-xr-xeditors/fig2dev/TRIGGERS (renamed from editors/transfig/TRIGGERS)0
-rwxr-xr-xeditors/transfig/BUILD6
-rwxr-xr-xeditors/transfig/DETAILS20
-rwxr-xr-xeditors/transfig/DOWNLOAD1
-rw-r--r--editors/transfig/HISTORY3
-rwxr-xr-xeditors/transfig/INSTALL3
-rwxr-xr-xeditors/transfig/PRE_BUILD1
-rwxr-xr-xeditors/transfig/UP_TRIGGERS2
12 files changed, 103 insertions, 22 deletions
diff --git a/editors/fig2dev/CONFLICTS b/editors/fig2dev/CONFLICTS
new file mode 100755
index 0000000000..43b056fd07
--- /dev/null
+++ b/editors/fig2dev/CONFLICTS
@@ -0,0 +1 @@
+conflicts transfig y
diff --git a/editors/transfig/DEPENDS b/editors/fig2dev/DEPENDS
index fac39e2652..fac39e2652 100755
--- a/editors/transfig/DEPENDS
+++ b/editors/fig2dev/DEPENDS
diff --git a/editors/fig2dev/DETAILS b/editors/fig2dev/DETAILS
new file mode 100755
index 0000000000..5b982313e1
--- /dev/null
+++ b/editors/fig2dev/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=fig2dev
+ VERSION=3.2.8
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/mcj/$SOURCE
+ SOURCE_HASH=sha512:4958e97cecd651a15f25cfc27ae55fa05ae628ae4257d1eb454cba60da26a907a5dddf5736bee9145007f5e0bf251fd52924ae09e5f87b95f287bab4c9da04f5
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://xfig.org
+ LICENSE[0]=PD
+ ENTERED=20020210
+ KEYWORDS="editors"
+ SHORT="Converts .fig files (such as those from xfig) to other formats"
+cat << EOF
+Fig2dev is a set of tools for creating TeX documents with graphics
+which are portable, in the sense that they can be printed in a wide
+variety of environments.
+EOF
diff --git a/editors/fig2dev/HISTORY b/editors/fig2dev/HISTORY
new file mode 100644
index 0000000000..bf86ca292f
--- /dev/null
+++ b/editors/fig2dev/HISTORY
@@ -0,0 +1,72 @@
+2021-02-08 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS, TRIGGERS: spell created from transfig
+ * BUILD, INSTALL: removed, no longer needed
+ * CONFLICTS: conflicts with transfig
+
+2016-03-09 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: update to a patched version, remove devel branch
+ * PREPARE: gone
+
+2010-11-03 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: jpeg -> JPEG
+
+2010-30-10 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
+ No need to check if using modular X as that's all that's available now
+
+2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: fixed check for xorg-modular
+
+2007-08-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, BUILD: updated to 3.2.5
+ * transfig.patch: removed
+
+2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.
+
+2006-05-25 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Depend on imake (for xmkmf) if xorg-server provides X11-LIBS
+ Depends on rman for generating HTML files from man pages (non-optional
+ AFAICT)
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-11-21 Andrew Stitt <astitt@sourcemage.org>
+ * DETAILS: dont source the persistent config file, it is sourced for you
+
+2004-06-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: versions 3.2.5-alpha5 / 3.2.4
+ BUILD_API=2
+ * PREPARE: add
+ allow choice of devel or stable version
+ * BUILD: split
+ * INSTALL: add
+ * transfig.3*.patch: delete
+
+2004-02-17 Jason Flatt <jflatt@sourcemage.org>
+ * DEPENDS: Added dependency on X11-LIBS, per bug # 5792.
+ * HISTORY: Reformatted to match Grimoire Gurus Handbook.
+
+2003-07-16 Eric Sandall <sandalle@sourcemage.org>
+ * Bug # 3761, thanks to Chris Dennis (again :))
+
+2003-01-06 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to v3.2.4, thanks to Chris (Bug #2157)
+
+2002-07-17 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Changed website to http://epb.lbl.gov/xfig/
+ Added LICENSE
+
+2002-06-14 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Added MD5 entry
+
+2002-03-30 Eric Sandall <sandalle@sourcemage.org>
+ * BUILD : Modified to use -p1 instead of -p0 as provided by Mathias Kolehmainen
+
diff --git a/editors/transfig/TRIGGERS b/editors/fig2dev/TRIGGERS
index 0bff07e1c5..0bff07e1c5 100755
--- a/editors/transfig/TRIGGERS
+++ b/editors/fig2dev/TRIGGERS
diff --git a/editors/transfig/BUILD b/editors/transfig/BUILD
index 901c93a626..397db75f0d 100755
--- a/editors/transfig/BUILD
+++ b/editors/transfig/BUILD
@@ -1,5 +1 @@
- sed -i "s|/local||" fig2dev/Imakefile &&
-
- xmkmf &&
- make Makefiles &&
- make
+:
diff --git a/editors/transfig/DETAILS b/editors/transfig/DETAILS
index 013c590251..0c16dec2f0 100755
--- a/editors/transfig/DETAILS
+++ b/editors/transfig/DETAILS
@@ -1,17 +1,7 @@
- SPELL=transfig
- VERSION=3.2.5e
- SOURCE=${SPELL}.${VERSION}.tar.gz
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/mcj/$SOURCE
- SOURCE_HASH=sha512:ed1379f1112514d90a4b3eecd3222baad311d804b5090e8e66867ec299e4f9a5f8d83ef8939aa6ecaa85a18143b8fb9b97f78e078ac5eeb934a158c55de6bb1e
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}.${VERSION}
- WEB_SITE=http://xfig.org
- LICENSE[0]=PD
- ENTERED=20020210
- UPDATED=20021018
- KEYWORDS="editors"
- SHORT="Converts .fig files (such as those from xfig) to other formats"
+ SPELL=transfig
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-TransFig is a set of tools for creating TeX documents with graphics
-which are portable, in the sense that they can be printed in a wide
-variety of environments.
+deprecated spell [replaced by fig2dev]
EOF
diff --git a/editors/transfig/DOWNLOAD b/editors/transfig/DOWNLOAD
new file mode 100755
index 0000000000..397db75f0d
--- /dev/null
+++ b/editors/transfig/DOWNLOAD
@@ -0,0 +1 @@
+:
diff --git a/editors/transfig/HISTORY b/editors/transfig/HISTORY
index b3d32f6d50..1d5f592354 100644
--- a/editors/transfig/HISTORY
+++ b/editors/transfig/HISTORY
@@ -1,3 +1,6 @@
+2021-02-08 Ismael Luceno <ismael@sourcemage.org>
+ * spell deprecated [renamed to fig2dev]
+
2016-03-09 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: update to a patched version, remove devel branch
* PREPARE: gone
diff --git a/editors/transfig/INSTALL b/editors/transfig/INSTALL
index 57ebc79259..397db75f0d 100755
--- a/editors/transfig/INSTALL
+++ b/editors/transfig/INSTALL
@@ -1,2 +1 @@
- make install &&
- make install.man
+:
diff --git a/editors/transfig/PRE_BUILD b/editors/transfig/PRE_BUILD
new file mode 100755
index 0000000000..397db75f0d
--- /dev/null
+++ b/editors/transfig/PRE_BUILD
@@ -0,0 +1 @@
+:
diff --git a/editors/transfig/UP_TRIGGERS b/editors/transfig/UP_TRIGGERS
new file mode 100755
index 0000000000..031fa2d897
--- /dev/null
+++ b/editors/transfig/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger transfig dispel_self
+up_trigger fig2dev cast_self