Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9ccb410b63027505db89d151f78c306e5ffa14c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9ccb410b63027505db89d151f78c306e5ffa14c7)
  • Date: Sat, 26 Dec 2009 15:58:45 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/minicom/DETAILS | 10 ++--
net/minicom/HISTORY | 6 ++
net/minicom/INSTALL | 3 -
net/minicom/PRE_BUILD | 4 -
net/minicom/minicom.patch | 111
----------------------------------------------
5 files changed, 12 insertions(+), 122 deletions(-)

New commits:
commit 9ccb410b63027505db89d151f78c306e5ffa14c7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

minicom: => 2.4

diff --git a/net/minicom/DETAILS b/net/minicom/DETAILS
index 359a58a..7d99494 100755
--- a/net/minicom/DETAILS
+++ b/net/minicom/DETAILS
@@ -1,14 +1,14 @@
SPELL=minicom
- VERSION=2.3
+ VERSION=2.4
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://alioth.debian.org/download.php/2332/$SOURCE
-
SOURCE_HASH=sha512:2b2faee3675c4b036a086a055e5e8008e655eb4cb8c2e89fd1a09f48be47e53f9e01c7c17989ace2573b3ba942eed8075bde902d0172e65cc5f1c2978c65fe7b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://alioth.debian.org/download.php/3195/$SOURCE
+
SOURCE_HASH=sha512:7fc2cba151ffbcf614d45d4c6db142f580431cd9163c7544a0fd40f3058ae1567983aa222981a1a239e8a4ab92e94df6333e43d9408f6281d2219683d2f055a9
WEB_SITE=http://alioth.debian.org/projects/minicom/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="net"
- SHORT="Serial communications program."
+ SHORT="serial communications program"
cat << EOF
Minicom is a serial communication program. It is a Unix clone of the
well-known MS-DOS Telix program. It has ANSI color, a dialing directory,
diff --git a/net/minicom/HISTORY b/net/minicom/HISTORY
index eb1a763..352a9be 100644
--- a/net/minicom/HISTORY
+++ b/net/minicom/HISTORY
@@ -1,3 +1,8 @@
+2009-12-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4, corrected short desc, quoting paths
+ * PRE_BUILD, minicom.patch: removed
+ * INSTALL: use INSTALL_ROOT
+
2009-03-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.3

@@ -48,4 +53,3 @@
* DETAILS: Changed SOURCE_DIRECTORY to $BUILD_DIRECTORY/$SPELL
* BUILD: Cleaned up BUILD
* PRE_BUILD: Removed PRE_BUILD
-
diff --git a/net/minicom/INSTALL b/net/minicom/INSTALL
index 8319083..0da2549 100755
--- a/net/minicom/INSTALL
+++ b/net/minicom/INSTALL
@@ -1,2 +1,3 @@
-mkdir -p /var/lock &&
+install -vm 755 -d "$INSTALL_ROOT/var/lock" &&
+
default_install
diff --git a/net/minicom/PRE_BUILD b/net/minicom/PRE_BUILD
deleted file mode 100755
index 320cd67..0000000
--- a/net/minicom/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch src/minicom.c < $SCRIPT_DIRECTORY/minicom.patch
-
diff --git a/net/minicom/minicom.patch b/net/minicom/minicom.patch
deleted file mode 100644
index 07b950d..0000000
--- a/net/minicom/minicom.patch
+++ /dev/null
@@ -1,111 +0,0 @@
---- minicom-2.3/src/minicom.c 2008-02-02 22:49:53.000000000 +0000
-+++ minicom.c 2009-05-31 13:31:27.000000000 +0000
-@@ -167,7 +167,7 @@
- #endif /*SIGTSTP*/
-
- /* Get a line from either window or scroll back buffer. */
--static ELM *getline(WIN *w, int no)
-+static ELM *getaline(WIN *w, int no)
- {
- int i;
- static ELM outofrange[MAXCOLS] = {{0,0,0}};
-@@ -205,7 +205,7 @@
-
- w->direct = 0;
- for (f = 0; f < w->ys; f++)
-- mc_wdrawelm(w, f, getline(w, y++));
-+ mc_wdrawelm(w, f, getaline(w, y++));
- if (r)
- mc_wredraw(w, 1);
- w->direct = 1;
-@@ -227,7 +227,7 @@
- tmp_line[0]='\0';
- w->direct = 0;
- for (f = 0; f < w->ys; f++) {
-- tmp_e = getline(w, y++);
-+ tmp_e = getaline(w, y++);
-
- /* First we "accumulate" the line into a variable */
- mc_wdrawelm_var(w, tmp_e, tmp_line);
-@@ -324,7 +324,7 @@
-
- for (next_line = hit_line; next_line <= all_lines; next_line++) {
- /* we do 'something' here... :-) */
-- tmp_e = getline(w_hist, next_line);
-+ tmp_e = getaline(w_hist, next_line);
-
- /*
- * First we "accumulate" the line into a variable.
-@@ -379,9 +379,9 @@
- static void drawcite(WIN *w, int y, int citey, int start, int end)
- {
- if (y+citey >= start && y+citey <= end)
-- mc_wdrawelm_inverse(w, y, getline(w, y+citey));
-+ mc_wdrawelm_inverse(w, y, getaline(w, y+citey));
- else
-- mc_wdrawelm(w, y, getline(w, y+citey));
-+ mc_wdrawelm(w, y, getaline(w, y+citey));
- }
-
- static void drawcite_whole(WIN *w, int y, int start, int end)
-@@ -400,7 +400,7 @@
- for (y=start; y<=end; y++) {
- vt_send('>');
- vt_send(' ');
-- tmp_e = getline(w, y);
-+ tmp_e = getaline(w, y);
- mc_wdrawelm_var(w, tmp_e, tmp_line);
- tmp_line[w->xs] = 0;
- for (x = w->xs-1; x >= 0; x--) {
-@@ -600,7 +600,7 @@
- if (citemode) {
- inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend);
- } else {
-- tmp_e = getline(b_us, y);
-+ tmp_e = getaline(b_us, y);
- if (wcslen(look_for) > 1) {
- /* quick scan for pattern match */
- mc_wdrawelm_var(b_us, tmp_e, tmp_line);
-@@ -611,9 +611,9 @@
- }
-
- if (inverse)
-- mc_wdrawelm_inverse(b_us, 0, getline(b_us, y));
-+ mc_wdrawelm_inverse(b_us, 0, getaline(b_us, y));
- else
-- mc_wdrawelm(b_us, 0, getline(b_us, y));
-+ mc_wdrawelm(b_us, 0, getaline(b_us, y));
- if (citemode)
- mc_wlocate(b_us, 0, cite_y);
- mc_wflush();
-@@ -648,7 +648,7 @@
- if (citemode) {
- inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend);
- } else {
-- tmp_e = getline(b_us, y + b_us->ys - 1);
-+ tmp_e = getaline(b_us, y + b_us->ys - 1);
- if (wcslen(look_for) > 1) {
- /* quick scan for pattern match */
- mc_wdrawelm_var(b_us, tmp_e, tmp_line);
-@@ -660,10 +660,10 @@
-
- if (inverse)
- mc_wdrawelm_inverse(b_us, b_us->ys - 1,
-- getline(b_us, y + b_us->ys - 1));
-+ getaline(b_us, y + b_us->ys - 1));
- else
- mc_wdrawelm(b_us, b_us->ys - 1,
-- getline(b_us, y + b_us->ys - 1));
-+ getaline(b_us, y + b_us->ys - 1));
- if (citemode)
- mc_wlocate(b_us, 0, cite_y);
- mc_wflush();
-@@ -753,7 +753,7 @@
- mc_wlocate(b_st, 0, 0);
- mc_wprintf(b_st, hline);
- mc_wredraw(b_st, 1);
-- mc_wdrawelm_inverse(b_us, cite_y, getline(b_us, cite_ystart));
-+ mc_wdrawelm_inverse(b_us, cite_y, getaline(b_us, cite_ystart));
- mc_wlocate(b_us, 0, cite_y);
- break;
- case K_ESC:



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9ccb410b63027505db89d151f78c306e5ffa14c7), Vlad Glagolev, 12/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page