Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (28d351d7605389f8ece9254aaab16d3bb13cf7a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (28d351d7605389f8ece9254aaab16d3bb13cf7a5)
  • Date: Tue, 3 Oct 2006 09:27:51 -0500

GIT changes to master z-rejected grimoire by Arjan Bouter
<abouter AT sourcemage.org>:

ChangeLog | 4 ++++
z-devel/esharp/BUILD | 1 +
z-devel/esharp/DEPENDS | 2 ++
z-devel/esharp/DETAILS | 14 ++++++++++++++
z-devel/esharp/HISTORY | 2 ++
z-devel/esharp/INSTALL | 1 +
z-devel/esharp/PRE_BUILD | 1 +
z-devel/phpeclipse/BUILD | 1 +
z-devel/phpeclipse/DEPENDS | 2 ++
z-devel/phpeclipse/DETAILS | 13 +++++++++++++
z-devel/phpeclipse/HISTORY | 2 ++
z-devel/phpeclipse/INSTALL | 2 ++
z-devel/phpeclipse/PRE_BUILD | 3 +++
13 files changed, 48 insertions(+)

New commits:
commit 28d351d7605389f8ece9254aaab16d3bb13cf7a5
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

added new spells to the ChangeLog

commit af6af926b4fac6b1cb60d9265dd8bc9925ddc296
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

phpeclipse: new spell, php plugin for eclipse

commit 7d47fc98a41109ee56a996e6786fa30048f6c7f5
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

esharp: eclipse c-sharp plugin

diff --git a/ChangeLog b/ChangeLog
index da59341..49d2c86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-03 Arjan Bouter <abouter AT sourcemage.org>
+ * z-devel/esharp: new spell, adds c-sharp to eclipse
+ * z-devel/phpeclipse: new spell, adds php to eclipse
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* z-games/nwn: Added Neverwinter Nights package

diff --git a/z-devel/esharp/BUILD b/z-devel/esharp/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-devel/esharp/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-devel/esharp/DEPENDS b/z-devel/esharp/DEPENDS
new file mode 100755
index 0000000..a7ce40e
--- /dev/null
+++ b/z-devel/esharp/DEPENDS
@@ -0,0 +1,2 @@
+depends eclipse
+depends mono
diff --git a/z-devel/esharp/DETAILS b/z-devel/esharp/DETAILS
new file mode 100755
index 0000000..2076b3a
--- /dev/null
+++ b/z-devel/esharp/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=esharp
+ VERSION=3.0.0
+ SOURCE="fr.improve.csharp.editor_$VERSION.jar"
+
SOURCE_URL[0]=http://www.improve-technologies.com/alpha/updates/plugins/$SOURCE
+
SOURCE_HASH=sha512:19998810e13e20d77795c89b544397fd5f835423fe904a3d9bd694e9534df8ca2c84319b7169f38382559355a78414ab95b0774db352c3a2d52c26b38b221678
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/esharp"
+ WEB_SITE=http://www.improve-technologies.com/alpha/esharp
+ LICENSE[0]=CPL
+ ENTERED=20061002
+ SHORT="Eclipse c-sharp plugin"
+cat << EOF
+The eclipse esharp plugin adds C# support to the Eclipse IDE. The features
+include: Syntax highlighting, content assistant and auto indentation.
+EOF
diff --git a/z-devel/esharp/HISTORY b/z-devel/esharp/HISTORY
new file mode 100644
index 0000000..4df017e
--- /dev/null
+++ b/z-devel/esharp/HISTORY
@@ -0,0 +1,2 @@
+2006-10-02 <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, PRE_BUILD, BUILD, INSTALL: created spell
diff --git a/z-devel/esharp/INSTALL b/z-devel/esharp/INSTALL
new file mode 100755
index 0000000..20d2b08
--- /dev/null
+++ b/z-devel/esharp/INSTALL
@@ -0,0 +1 @@
+cp ${SOURCE_CACHE}/${SOURCE} ${INSTALL_ROOT}/usr/share/eclipse/plugins/
diff --git a/z-devel/esharp/PRE_BUILD b/z-devel/esharp/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-devel/esharp/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-devel/phpeclipse/BUILD b/z-devel/phpeclipse/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-devel/phpeclipse/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-devel/phpeclipse/DEPENDS b/z-devel/phpeclipse/DEPENDS
new file mode 100755
index 0000000..524ba15
--- /dev/null
+++ b/z-devel/phpeclipse/DEPENDS
@@ -0,0 +1,2 @@
+depends eclipse &&
+depends PHP
diff --git a/z-devel/phpeclipse/DETAILS b/z-devel/phpeclipse/DETAILS
new file mode 100755
index 0000000..dc0a269
--- /dev/null
+++ b/z-devel/phpeclipse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=phpeclipse
+ VERSION=1.1.8
+ SOURCE="net.sourceforge.phpeclipse_1.1.8.bin.dist.zip"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:ef6a52cf8f00371903a57da7e3ab108d51d96a359239c8bc34f24c760259e33ea43f392ef1490f5d05adfd402f458f6c69c7a040ade99aac4dc485935808d915
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/phpeclipse"
+ WEB_SITE=http://www.sourceforge.net/projects/phpeclipse/
+ LICENSE[0]=CPL
+ ENTERED=20061002
+ SHORT="Eclipse PHP plugin"
+cat << EOF
+PHPEclipse adds PHP support to Eclipse.
+EOF
diff --git a/z-devel/phpeclipse/HISTORY b/z-devel/phpeclipse/HISTORY
new file mode 100644
index 0000000..4df017e
--- /dev/null
+++ b/z-devel/phpeclipse/HISTORY
@@ -0,0 +1,2 @@
+2006-10-02 <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, PRE_BUILD, BUILD, INSTALL: created spell
diff --git a/z-devel/phpeclipse/INSTALL b/z-devel/phpeclipse/INSTALL
new file mode 100755
index 0000000..1cd496a
--- /dev/null
+++ b/z-devel/phpeclipse/INSTALL
@@ -0,0 +1,2 @@
+cp -r $SOURCE_DIRECTORY/plugins/* $INSTALL_ROOT/usr/share/eclipse/plugins/
+cp -r $SOURCE_DIRECTORY/features/* $INSTALL_ROOT/usr/share/eclipse/features/
diff --git a/z-devel/phpeclipse/PRE_BUILD b/z-devel/phpeclipse/PRE_BUILD
new file mode 100755
index 0000000..9fd7135
--- /dev/null
+++ b/z-devel/phpeclipse/PRE_BUILD
@@ -0,0 +1,3 @@
+mkdir -p $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unzip $SOURCE_CACHE/$SOURCE



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (28d351d7605389f8ece9254aaab16d3bb13cf7a5), Arjan Bouter, 10/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page