Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (c1af64c1c32d4e3a30bae296b2eb86acfd830cff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (c1af64c1c32d4e3a30bae296b2eb86acfd830cff)
  • Date: Tue, 8 Aug 2006 14:42:05 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

dev/null |binary
editors/bless/DETAILS | 6 ++----
editors/bless/HISTORY | 7 +++++++
editors/bless/bless.gpg |binary
editors/jedit/BUILD | 10 +++++++---
editors/jedit/CONFIGURE | 9 +++++++--
editors/jedit/DETAILS | 4 ++--
editors/jedit/HISTORY | 4 ++++
editors/jedit/PRE_BUILD | 2 +-
editors/jedit/build.properties_4.3pre6.patch | 8 ++++++++
editors/jedit/jEdit4.3pre5source1.tar.bz2.sig | 0
editors/jedit/jEdit4.3pre6source.tar.bz2.sig |binary
editors/jedit/jedit_build.properties.patch | 14 --------------
editors/scribus/DETAILS | 2 +-
editors/scribus/HISTORY | 3 +++
editors/texmacs/DETAILS | 2 +-
editors/texmacs/HISTORY | 3 +++
editors/texmacs/TeXmacs-1.0.6.4-src.tar.gz.sig | 0
editors/texmacs/TeXmacs-1.0.6.5-src.tar.gz.sig |binary
19 files changed, 46 insertions(+), 28 deletions(-)

New commits:
commit c1af64c1c32d4e3a30bae296b2eb86acfd830cff
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

jedit: version 4.3pre6

commit d19784ad1c7e298ab1d247fcf3612e23d380cd00
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

texmacs: updated to 1.0.6.5

commit cbd9335df5fa02a685425e8f2433ea346db9cd1e
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

bless: updated to 0.4.0, removed WIP: works
(cherry picked from 93d10a2f0c6c495bd83bd8c811f043e94e9585de commit)

commit 75887232f0b26c7a06aef33d7aaaa9798f5da88a
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

bless: added upstream key, wip: doesn't compile
(cherry picked from 5a1763eb2c5696210d1928e068c74b280c36d087 commit)

commit 8a92d4826082c0572d16bdc09be4e21d8d76e229
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

scribus: updated devel version

diff --git a/editors/bless/DETAILS b/editors/bless/DETAILS
index c28c028..9271929 100755
--- a/editors/bless/DETAILS
+++ b/editors/bless/DETAILS
@@ -1,13 +1,11 @@
SPELL=bless
- VERSION=0.4.0
+ VERSION=0.4.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=http://download.gna.org/${SPELL}/${SOURCE}
SOURCE2=${SOURCE}.sig
SOURCE2_URL=${SOURCE_URL[0]}.sig
- SOURCE_GPG=bless.gpg:${SOURCE}.sig
+ SOURCE_GPG=bless.gpg:${SOURCE}.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
-
SOURCE_HASH=sha512:973c58b46059e7348081fa177d87e09221106ad9ba613c94c164cf6818b56c71715965c1d27850e988ebec699c0f82ed12dd935c4d5979e124ccca2d0e4606bb
-
SOURCE_HASH=sha512:973c58b46059e7348081fa177d87e09221106ad9ba613c94c164cf6818b56c71715965c1d27850e988ebec699c0f82ed12dd935c4d5979e124ccca2d0e4606bb
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://home.gna.org/bless/
ENTERED=20050206
diff --git a/editors/bless/HISTORY b/editors/bless/HISTORY
index 363fb33..2de5910 100644
--- a/editors/bless/HISTORY
+++ b/editors/bless/HISTORY
@@ -1,3 +1,10 @@
+2006-08-08 Pieter Leanerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.4.1
+
+2006-07-30 Pieter Leanerts <e-type AT sourcemage.org>
+ * added upstream key
+ * wip: doesn't compile atm
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/editors/bless/bless.gpg b/editors/bless/bless.gpg
new file mode 100644
index 0000000..c93f4dd
Binary files /dev/null and b/editors/bless/bless.gpg differ
diff --git a/editors/jedit/BUILD b/editors/jedit/BUILD
index 38457d1..97dc1fb 100755
--- a/editors/jedit/BUILD
+++ b/editors/jedit/BUILD
@@ -12,7 +12,11 @@ then ant docs-javadoc
fi &&
if [[ "${JEDIT_DOCS_PDF_A4}" == "y" ]]
then ant docs-pdf-a4
-fi &&
-if [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
-then ant docs-pdf-USletter
fi
+##
+#
+# US-letter breaks
+#
+#if [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
+#then ant docs-pdf-USletter
+#fi
diff --git a/editors/jedit/CONFIGURE b/editors/jedit/CONFIGURE
index 2d94886..fd22809 100755
--- a/editors/jedit/CONFIGURE
+++ b/editors/jedit/CONFIGURE
@@ -1,4 +1,9 @@
config_query JEDIT_DOCS_HTML "Build HTML docs?" y &&
config_query JEDIT_DOCS_JAVA "Build JAVADOC docs?" y &&
-config_query JEDIT_DOCS_PDF_A4 "Build A4 PDF docs?" y &&
-config_query JEDIT_DOCS_PDF_US "Build US-Letter PDF docs?" y
+config_query JEDIT_DOCS_PDF_A4 "Build A4 PDF docs?" y
+
+##
+# US-letter errors with a nullpointer exception...
+#
+##
+#config_query JEDIT_DOCS_PDF_US "Build US-Letter PDF docs?" y
diff --git a/editors/jedit/DETAILS b/editors/jedit/DETAILS
index 0c34412..4ed252f 100755
--- a/editors/jedit/DETAILS
+++ b/editors/jedit/DETAILS
@@ -1,7 +1,7 @@
SPELL=jedit
BUILD_API=2
- VERSION=4.3pre5
- SOURCE=jEdit${VERSION}source1.tar.bz2
+ VERSION=4.3pre6
+ SOURCE=jEdit${VERSION}source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jEdit
SOURCE_URL[0]=${SOURCEFORGE_URL}/jedit/$SOURCE
WEB_SITE=http://www.jedit.org
diff --git a/editors/jedit/HISTORY b/editors/jedit/HISTORY
index 5ff2544..e1037e5 100644
--- a/editors/jedit/HISTORY
+++ b/editors/jedit/HISTORY
@@ -1,3 +1,7 @@
+2006-08-08 Pieter Lenaerts <e-type AT sourcemage.org>
+ * updated to 4.3pre6, updated build paths patch
+ * disabled us-letter pdf docs: they don't compile
+
2006-07-21 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: fixed typo in variable names

diff --git a/editors/jedit/PRE_BUILD b/editors/jedit/PRE_BUILD
index fd275ad..43d5ede 100755
--- a/editors/jedit/PRE_BUILD
+++ b/editors/jedit/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
patch -p1 -d ${SOURCE_DIRECTORY} < \
- ${SCRIPT_DIRECTORY}/jedit_build.properties.patch
+ ${SCRIPT_DIRECTORY}/build.properties_4.3pre6.patch
diff --git a/editors/jedit/build.properties_4.3pre6.patch
b/editors/jedit/build.properties_4.3pre6.patch
new file mode 100644
index 0000000..af0c294
--- /dev/null
+++ b/editors/jedit/build.properties_4.3pre6.patch
@@ -0,0 +1,8 @@
+diff -urNp jEdit.orig/build.properties jEdit/build.properties
+--- jEdit.orig/build.properties 1970-01-01 01:00:00.000000000 +0100
++++ jEdit/build.properties 2006-08-08 21:07:34.000000000 +0200
+@@ -0,0 +1,4 @@
++xsltproc.executable=xsltproc
++docbook.xsl=/usr/share/xml/docbook/xsl-stylesheets-1.70
++docbook.catalog=/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/catalog.xml
++fop.dir=/usr/share/fop-0.20.5
diff --git a/editors/jedit/jEdit4.3pre5source1.tar.bz2.sig
b/editors/jedit/jEdit4.3pre5source1.tar.bz2.sig
deleted file mode 100644
index 10cd176..0000000
Binary files a/editors/jedit/jEdit4.3pre5source1.tar.bz2.sig and /dev/null
differ
diff --git a/editors/jedit/jEdit4.3pre6source.tar.bz2.sig
b/editors/jedit/jEdit4.3pre6source.tar.bz2.sig
new file mode 100644
index 0000000..0cd4b7d
Binary files /dev/null and b/editors/jedit/jEdit4.3pre6source.tar.bz2.sig
differ
diff --git a/editors/jedit/jedit_build.properties.patch
b/editors/jedit/jedit_build.properties.patch
deleted file mode 100644
index 882b541..0000000
--- a/editors/jedit/jedit_build.properties.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- jEdit.orig/build.properties 2006-07-04 06:12:59.000000000 +0200
-+++ jEdit/build.properties 2006-07-15 18:23:29.000000000 +0200
-@@ -57,9 +57,9 @@
- ### For generating the docs adjust the following to your local paths
- ### For xsltproc to work, the path to the DocBook stuff MUST NOT contain
spaces!
- xsltproc.executable=xsltproc
--docbook.xsl=/usr/local/share/docbook-xsl-1.70.1
-+docbook.xsl=/usr/share/xml/docbook/xsl-stylesheets-1.70
- docbook.catalog=/usr/share/apps/ksgmltools2/docbook/xml-dtd-4.2/catalog.xml
-
- ### If you want to build the PDF user's guide,
- ### set these to your local FOP directory. (xsltproc needed also)
--fop.dir=/usr/local/share/fop-0.20.5
-+fop.dir=/usr/share/fop-0.20.5
diff --git a/editors/scribus/DETAILS b/editors/scribus/DETAILS
index d3606f9..50e6089 100755
--- a/editors/scribus/DETAILS
+++ b/editors/scribus/DETAILS
@@ -1,6 +1,6 @@
SPELL=scribus
if [ "$SCR_DEVEL" == "y" ]; then
- VERSION=1.3.3.2
+ VERSION=1.3.3.3
else
VERSION=1.2.5
fi
diff --git a/editors/scribus/HISTORY b/editors/scribus/HISTORY
index 2dc6b0f..7ac8e0a 100644
--- a/editors/scribus/HISTORY
+++ b/editors/scribus/HISTORY
@@ -1,3 +1,6 @@
+2006-08-08 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated devel to 1.3.3.3
+
2006-07-17 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated stable to 1.2.5

diff --git a/editors/texmacs/DETAILS b/editors/texmacs/DETAILS
index d82c88f..eb2f53c 100755
--- a/editors/texmacs/DETAILS
+++ b/editors/texmacs/DETAILS
@@ -1,5 +1,5 @@
SPELL=texmacs
- VERSION=1.0.6.4
+ VERSION=1.0.6.5
SOURCE=TeXmacs-${VERSION}-src.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/TeXmacs-${VERSION}-src
SOURCE_URL=ftp://ftp.texmacs.org/pub/TeXmacs/targz/${SOURCE}
diff --git a/editors/texmacs/HISTORY b/editors/texmacs/HISTORY
index 7ee0d50..c56f7df 100644
--- a/editors/texmacs/HISTORY
+++ b/editors/texmacs/HISTORY
@@ -1,3 +1,6 @@
+2006-08-08 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 1.0.6.5
+
2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 1.0.6.4

diff --git a/editors/texmacs/TeXmacs-1.0.6.4-src.tar.gz.sig
b/editors/texmacs/TeXmacs-1.0.6.4-src.tar.gz.sig
deleted file mode 100644
index 111c663..0000000
Binary files a/editors/texmacs/TeXmacs-1.0.6.4-src.tar.gz.sig and /dev/null
differ
diff --git a/editors/texmacs/TeXmacs-1.0.6.5-src.tar.gz.sig
b/editors/texmacs/TeXmacs-1.0.6.5-src.tar.gz.sig
new file mode 100644
index 0000000..c6c0dc5
Binary files /dev/null and b/editors/texmacs/TeXmacs-1.0.6.5-src.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (c1af64c1c32d4e3a30bae296b2eb86acfd830cff), Pieter Lenaerts, 08/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page