summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2006-06-25 10:11:39 +0200
committerPieter Lenaerts2006-06-25 12:37:57 +0200
commit3560c733b3584371ef07757af19755a22c86026a (patch)
treedc64dcaabd28ef68d873124c53fd66a25883abee
parentf617be3b730f4cf77f21337e08e7ca95ec596274 (diff)
fixme updated and using
-rwxr-xr-xeditors/fixme/DETAILS5
-rw-r--r--editors/fixme/HISTORY5
-rwxr-xr-xeditors/fixme/INSTALL10
-rw-r--r--editors/fixme/fixme.zip.sigbin0 -> 280 bytes
4 files changed, 13 insertions, 7 deletions
diff --git a/editors/fixme/DETAILS b/editors/fixme/DETAILS
index 1ef98a3989..4a94ebdb75 100755
--- a/editors/fixme/DETAILS
+++ b/editors/fixme/DETAILS
@@ -1,10 +1,11 @@
SPELL=fixme
- VERSION=2.2
+ VERSION=3.2
SOURCE=$SPELL.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/macros/latex/contrib/$SOURCE
SOURCE_URL[1]=http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/$SOURCE
- SOURCE_HASH=sha512:3b1bbe0a6863f42724ae61f87e24bd13faba7839ac8b820967672abd890444b18f46f43733f6469a3e1902d2253dbd38099129fb10b3964d569969c67cc833fe
+ FORCE_DOWNLOAD=on
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://www.ctan.org/tex-archive/help/Catalogue/entries/fixme.html
BUILD_API=2
ENTERED=20030511
diff --git a/editors/fixme/HISTORY b/editors/fixme/HISTORY
index c4ad346cc6..1a80e0311e 100644
--- a/editors/fixme/HISTORY
+++ b/editors/fixme/HISTORY
@@ -1,3 +1,8 @@
+2006-06-26 Pieter Lenaerts <e-type@sourcemage.org>
+ * DETAILS: updated to 3.2, added FORCE_DOWNLOAD because version is
+ missing from ${SOURCE}
+ * INSTALL: added ${INSTALL_ROOT} where applicable
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/editors/fixme/INSTALL b/editors/fixme/INSTALL
index afff56b08b..74b5ccb0d3 100755
--- a/editors/fixme/INSTALL
+++ b/editors/fixme/INSTALL
@@ -1,9 +1,9 @@
mkdir -p $TEXMF/tex/latex/$SPELL &&
- mkdir -p /usr/doc/$SPELL &&
+ mkdir -p ${INSTALL_ROOT}/usr/doc/$SPELL &&
cp $SPELL.sty $TEXMF/tex/latex/$SPELL &&
- cp *.dvi /usr/doc/$SPELL &&
- cp *.el /usr/doc/$SPELL &&
- cp README* /usr/doc/$SPELL &&
- cp NEWS* /usr/doc/$SPELL
+ cp *.dvi ${INSTALL_ROOT}/usr/doc/$SPELL &&
+ cp *.el ${INSTALL_ROOT}/usr/doc/$SPELL &&
+ cp README* ${INSTALL_ROOT}/usr/doc/$SPELL &&
+ cp NEWS* ${INSTALL_ROOT}/usr/doc/$SPELL
diff --git a/editors/fixme/fixme.zip.sig b/editors/fixme/fixme.zip.sig
new file mode 100644
index 0000000000..a8624d5409
--- /dev/null
+++ b/editors/fixme/fixme.zip.sig
Binary files differ