[Lunar-commits] CVS: moonbase/filemanagers/mc BUILD, 1.2, 1.3 DEPENDS, 1.3, 1.4 DETAILS, 1.4, 1.5 CONFLICTS, 1.1.1.1, NONE

Florin Braescu florin at lunar-linux.org
Mon Mar 1 20:36:28 GMT 2004


Update of /var/cvs/lunar/moonbase/filemanagers/mc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8444

Modified Files:
	BUILD DEPENDS DETAILS 
Removed Files:
	CONFLICTS 
Log Message:
mc can be build without slang (with ncurses).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	6 Apr 2003 12:32:09 -0000	1.2
+++ BUILD	1 Mar 2004 20:36:26 -0000	1.3
@@ -1,22 +1,21 @@
 (
-
-  ./configure      --build=$BUILD                     \
-                   --prefix=/usr                      \
-                   --bindir=/usr/bin                  \
-		   --sbindir=/usr/sbin                \
-		   --sysconfdir=/etc                  \
-		   --localstatedir=/var               \
-		   --infodir=/usr/share/info          \
-		   --mandir=/usr/share/man            \
-                   --enable-largefile                 \
-                   --without-gnome                    \
-                   --without-debug                    \
-                   --with-terminfo                    \
-                   --disable-glibtest                 \
-		   --with-ext2undel                   &&
+  ./configure      --build=$BUILD                 \
+                   --prefix=/usr                  \
+                   --bindir=/usr/bin              \
+		   --sbindir=/usr/sbin            \
+		   --sysconfdir=/etc              \
+		   --localstatedir=/var           \
+		   --infodir=/usr/share/info      \
+		   --mandir=/usr/share/man        \
+                   --enable-largefile             \
+                   --without-gnome                \
+                   --without-debug                \
+                   --with-terminfo                \
+                   --disable-glibtest             \
+		   --with-ext2undel              &&
                    
   #Fix bzip2 warning
-  sedit "s/--repetitive-best/-9/" lib/mc.menu         &&
+  sedit "s/--repetitive-best/-9/" lib/mc.menu    &&
   
   default_make
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	17 Dec 2003 20:36:28 -0000	1.3
+++ DEPENDS	1 Mar 2004 20:36:26 -0000	1.4
@@ -1,4 +1,8 @@
-optional_depends  "gpm" "" "" "if you want support for console mouse say yes here" &&
-depends  glib-2 &&
-depends  e2fsprogs &&
-depends  slang
+depends  glib-2     &&
+depends  e2fsprogs  &&
+depends  ncurses    &&
+
+optional_depends  "slang" ""  "--with-screen=ncurses"       \
+                              "support for slang library"  &&
+optional_depends  "gpm"   ""  "--without-gpm-mouse"         \
+                              "support for console mouse"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	1 Jul 2003 11:50:34 -0000	1.4
+++ DETAILS	1 Mar 2004 20:36:26 -0000	1.5
@@ -3,13 +3,14 @@
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/$SOURCE
+      SOURCE_VFY=md5:70804dc9e2049e24f294ff7090a82a12
         WEB_SITE=http://www.ibiblio.org/mc/
          ENTERED=20010922
          UPDATED=20030701
-           SHORT="The GNU Midnight Commander is a Unix file manager and shell"
+        SHORT="The GNU Midnight Commander is a Unix file manager and shell"
+
 cat << EOF
-The GNU Midnight Commander is a Unix file manager and shell, useful to
-novice and guru alikes. Being a console application, it emulates look
-and feel of the Norton Commander. A new GNOME frontend is currently
-under development.
+The GNU Midnight Commander is a Unix file manager and shell, useful to novice 
+and guru alikes. Being a console application, it emulates look and feel of the 
+Norton Commander. A new GNOME frontend is currently under development.
 EOF

--- CONFLICTS DELETED ---



More information about the Lunar-commits mailing list