Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4ad3b46522ff15d5887454015a2a41ce405b05db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4ad3b46522ff15d5887454015a2a41ce405b05db)
  • Date: Wed, 27 Sep 2006 14:09:57 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

editors/nedit/DETAILS | 2 +-
editors/nedit/HISTORY | 4 ++++
editors/nedit/INSTALL | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 4ad3b46522ff15d5887454015a2a41ce405b05db
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

rename nedit client binary to ncl to stop colliding with netcat

diff --git a/editors/nedit/DETAILS b/editors/nedit/DETAILS
index 59e9d55..71b399c 100755
--- a/editors/nedit/DETAILS
+++ b/editors/nedit/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SP
ENTERED=20011120
UPDATED=20011213
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="editors"
SHORT="NEdit is a multi-purpose text editor for the X Window
System"
cat << EOF
diff --git a/editors/nedit/HISTORY b/editors/nedit/HISTORY
index cb56c09..c2c8b49 100644
--- a/editors/nedit/HISTORY
+++ b/editors/nedit/HISTORY
@@ -1,3 +1,7 @@
+2006-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, INSTALL: changed name of nedit client binary to ncl
+ to let the youngster netcat use nc
+
2006-09-22 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, DEPENDS, lesstif-0.94.4-is-ok.patch: switched to openmotif
as upstream recommends, lesstif patch obsolete, now dynamic linking
diff --git a/editors/nedit/INSTALL b/editors/nedit/INSTALL
index d47f974..bc98d2f 100755
--- a/editors/nedit/INSTALL
+++ b/editors/nedit/INSTALL
@@ -1,13 +1,13 @@
cd ${SOURCE_DIRECTORY} &&
strip source/nedit &&
strip source/nc &&
-cp -v source/nc ${INSTALL_ROOT}/usr/bin &&
+cp -v source/nc ${INSTALL_ROOT}/usr/bin/ncl &&
cp -v source/nedit ${INSTALL_ROOT}/usr/bin &&
cp -v doc/nc.man nc.1 &&
cp -v doc/nedit.man nedit.1 &&
gzip -9 nc.1 &&
gzip -9 nedit.1 &&
-cp -v nc.1.gz ${INSTALL_ROOT}/usr/man/man1 &&
+cp -v nc.1.gz ${INSTALL_ROOT}/usr/man/man1/ncl.1.gz &&
cp -v nedit.1.gz ${INSTALL_ROOT}/usr/man/man1 &&

if ! [ -d /usr/share/xsessions ] ; then



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4ad3b46522ff15d5887454015a2a41ce405b05db), Thomas Orgis, 09/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page