Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8fb0ec427c953c4231dcf0cd6b015bf3bb1529ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8fb0ec427c953c4231dcf0cd6b015bf3bb1529ec)
  • Date: Thu, 19 Feb 2009 10:09:37 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

editors/ne/BUILD | 3 ++-
editors/ne/DETAILS | 20 ++++++++++----------
editors/ne/HISTORY | 5 +++++
editors/ne/INSTALL | 8 --------
editors/ne/PRE_BUILD | 7 +++++++
5 files changed, 24 insertions(+), 19 deletions(-)

New commits:
commit 8fb0ec427c953c4231dcf0cd6b015bf3bb1529ec
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

ne 2.0.2

diff --git a/editors/ne/BUILD b/editors/ne/BUILD
index ee1e4ce..fecc48c 100755
--- a/editors/ne/BUILD
+++ b/editors/ne/BUILD
@@ -1,2 +1,3 @@
cd src &&
-make
+make &&
+cd ..
diff --git a/editors/ne/DETAILS b/editors/ne/DETAILS
index 7baad41..7f582da 100755
--- a/editors/ne/DETAILS
+++ b/editors/ne/DETAILS
@@ -1,17 +1,17 @@
SPELL=ne
- VERSION=1.42
-
SOURCE_HASH='sha512:69865a8c431197738567cbfd1ff4c381b0d3ed53c5670fb0f0979176f1fafce130cd082b924b4ea7255afb2b999cdd221a966f092cfa005f88abf5852f295211'
- SOURCE="$SPELL-$VERSION.tar.gz"
+ VERSION=2.0.2
+
SOURCE_HASH=sha512:5394bd4f903a9a36a33989735bcaeb65ea44731105f0ae800ef67750c76dd32a1efdc59207c640bf71bc2951e0a33de3398314121369cec4f28215ea7f77f88a
+ SOURCE=$SPELL-$VERSION.tar.gz
DOCS='CHANGES COPYING README doc/*'
- SOURCE_URL[0]="http://$SPELL.dsi.unimi.it/$SOURCE";
+ SOURCE_URL[0]=http://$SPELL.dsi.unimi.it/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://$SPELL.dsi.unimi.it/";
- FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/";
+ WEB_SITE=http://ne.dsi.unimi.it/
LICENSE[0]='GPL'
- UPDATED=20060122
+ ENTERED=20060122
KEYWORDS="editors"
- SHORT='A free editor easy to use for the beginner, but powerful
for the wizard'
+ SHORT="a nice editor"
cat << EOF
-ne is a free text editor that runs on (hopefully almost) any UN*X machine.
ne is easy to use for the beginner, but powerful and fully configurable for
the wizard, and most sparing in its resource usage.
+ne is a free text editor that runs on (hopefully almost) any UN*X machine.
+ne is easy to use for the beginner, but powerful and fully configurable for
+the wizard, and most sparing in its resource usage.
EOF
-## Auto-generated from Freshmeat.net's project descriptor
diff --git a/editors/ne/HISTORY b/editors/ne/HISTORY
index 12f0da2..823e3fb 100644
--- a/editors/ne/HISTORY
+++ b/editors/ne/HISTORY
@@ -1,3 +1,8 @@
+2009-02-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.2, UPDATED -> ENTERED
+ * PRE_BUILD: added
+ * INSTALL: removed
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/editors/ne/INSTALL b/editors/ne/INSTALL
deleted file mode 100755
index 86b9431..0000000
--- a/editors/ne/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-cp -v ne /usr/bin &&
-
-cd ../doc &&
-cp -v $SPELL.1 "$INSTALL_ROOT/usr/share/man/man1/" &&
-cp -v $SPELL.info* "$INSTALL_ROOT/usr/share/info/" &&
-
-# remove these so that they don't get installed as documentation
-rm -f $SPELL.{1,info}*
diff --git a/editors/ne/PRE_BUILD b/editors/ne/PRE_BUILD
new file mode 100755
index 0000000..d11dd0a
--- /dev/null
+++ b/editors/ne/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i 's:/local::' makefile &&
+sed -i 's:/local::' src/makefile &&
+sed -i '27d' makefile &&
+sed -i 's:dir-file:info-dir:' makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8fb0ec427c953c4231dcf0cd6b015bf3bb1529ec), Ladislav Hagara, 02/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page