[Lunar-commits] <moonbase> links2: rename this module as links. it replace the old links module.

Florin Braescu florin at lunar-linux.org
Fri Aug 1 11:28:13 CEST 2008


commit e4a7a6f9df057eef0854d072dc6bf9705d9e2482
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Aug 1 12:28:13 2008 +0300

    links2: rename this module as links. it replace the old links module.
---
 web/links/BUILD      |    9 +++++++++
 web/links/CONFIGURE  |    1 +
 web/links/CONFLICTS  |    1 +
 web/links/DEPENDS    |   36 ++++++++++++++++++++++++++++++++++++
 web/links/DETAILS    |   14 ++++++++++++++
 web/links2/BUILD     |    9 ---------
 web/links2/CONFIGURE |    1 -
 web/links2/CONFLICTS |    1 -
 web/links2/DEPENDS   |   36 ------------------------------------
 web/links2/DETAILS   |   15 ---------------
 10 files changed, 61 insertions(+), 62 deletions(-)

diff --git a/web/links/BUILD b/web/links/BUILD
new file mode 100644
index 0000000..7816d75
--- /dev/null
+++ b/web/links/BUILD
@@ -0,0 +1,9 @@
+(
+
+  if [ "$USE_JSCRIPT" == "y" ] ; then
+    OPTS="$OPTS --enable-javascript"
+  fi
+
+  default_build
+  
+) > $C_FIFO 2>&1
diff --git a/web/links/CONFIGURE b/web/links/CONFIGURE
new file mode 100644
index 0000000..7da3fb9
--- /dev/null
+++ b/web/links/CONFIGURE
@@ -0,0 +1 @@
+mquery USE_JSCRIPT "Enable javascript interpreter?" y
diff --git a/web/links/CONFLICTS b/web/links/CONFLICTS
new file mode 100644
index 0000000..3600eee
--- /dev/null
+++ b/web/links/CONFLICTS
@@ -0,0 +1 @@
+conflicts  links
diff --git a/web/links/DEPENDS b/web/links/DEPENDS
new file mode 100644
index 0000000..e0ced5d
--- /dev/null
+++ b/web/links/DEPENDS
@@ -0,0 +1,36 @@
+depends  ncurses
+
+optional_depends  libpng                  \
+                  "--enable-graphics"     \
+                  "--disable-graphics"    \
+                  "for console graphics support"  
+
+optional_depends  gpm                     \
+                  "--with-gpm"            \
+                  "--without-gpm"         \
+                  "for gpm mouse support" 
+                  
+optional_depends  tiff                    \
+                  "--with-libtiff"        \
+                  "--without-libtiff"     \
+                  "for console graphics support"
+                  
+optional_depends  jpeg                    \
+                  "--with-libjpeg"        \
+                  "--without-libjpeg"     \
+                  "for additional console graphics support"
+
+optional_depends  "openssl"               \
+                  "--with-ssl"            \
+                  "--without-ssl"         \
+                  "encryption for HTTPS"
+
+optional_depends  "svgalib"               \
+                  "--with-svgalib"        \
+                  "--without-svgalib"     \
+                  "for console graphics support"
+
+#optional_depends  "SDL"                   \
+#                  "--with-sdl"            \
+#                  "--without-sdl"         \
+#                  "for sdl graphics driver" 
diff --git a/web/links/DETAILS b/web/links/DETAILS
new file mode 100644
index 0000000..3acb48a
--- /dev/null
+++ b/web/links/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=links
+         VERSION=2.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://links.twibright.com/download
+      SOURCE_VFY=sha1:7588c151e98057f83a2e0b81b3f467e7eee9f824
+        WEB_SITE=http://atrey.karlin.mff.cuni.cz/~clock/twibright/links
+         ENTERED=20020523
+         UPDATED=20080801
+           SHORT="Graphics capable links"
+
+cat << EOF
+links2 is the graphics capable links. It can be used via svgalib,
+X, fb etc.
+EOF
diff --git a/web/links2/BUILD b/web/links2/BUILD
deleted file mode 100644
index 7816d75..0000000
--- a/web/links2/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  if [ "$USE_JSCRIPT" == "y" ] ; then
-    OPTS="$OPTS --enable-javascript"
-  fi
-
-  default_build
-  
-) > $C_FIFO 2>&1
diff --git a/web/links2/CONFIGURE b/web/links2/CONFIGURE
deleted file mode 100644
index 7da3fb9..0000000
--- a/web/links2/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery USE_JSCRIPT "Enable javascript interpreter?" y
diff --git a/web/links2/CONFLICTS b/web/links2/CONFLICTS
deleted file mode 100644
index 3600eee..0000000
--- a/web/links2/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts  links
diff --git a/web/links2/DEPENDS b/web/links2/DEPENDS
deleted file mode 100644
index e0ced5d..0000000
--- a/web/links2/DEPENDS
+++ /dev/null
@@ -1,36 +0,0 @@
-depends  ncurses
-
-optional_depends  libpng                  \
-                  "--enable-graphics"     \
-                  "--disable-graphics"    \
-                  "for console graphics support"  
-
-optional_depends  gpm                     \
-                  "--with-gpm"            \
-                  "--without-gpm"         \
-                  "for gpm mouse support" 
-                  
-optional_depends  tiff                    \
-                  "--with-libtiff"        \
-                  "--without-libtiff"     \
-                  "for console graphics support"
-                  
-optional_depends  jpeg                    \
-                  "--with-libjpeg"        \
-                  "--without-libjpeg"     \
-                  "for additional console graphics support"
-
-optional_depends  "openssl"               \
-                  "--with-ssl"            \
-                  "--without-ssl"         \
-                  "encryption for HTTPS"
-
-optional_depends  "svgalib"               \
-                  "--with-svgalib"        \
-                  "--without-svgalib"     \
-                  "for console graphics support"
-
-#optional_depends  "SDL"                   \
-#                  "--with-sdl"            \
-#                  "--without-sdl"         \
-#                  "for sdl graphics driver" 
diff --git a/web/links2/DETAILS b/web/links2/DETAILS
deleted file mode 100644
index 8d6dd78..0000000
--- a/web/links2/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=links2
-         VERSION=2.2
-          SOURCE=links-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/links-$VERSION
-      SOURCE_URL=http://links.twibright.com/download
-      SOURCE_VFY=sha1:7588c151e98057f83a2e0b81b3f467e7eee9f824
-        WEB_SITE=http://atrey.karlin.mff.cuni.cz/~clock/twibright/links
-         ENTERED=20020523
-         UPDATED=20080801
-           SHORT="Graphics capable links"
-
-cat << EOF
-links2 is the graphics capable links. It can be used via svgalib,
-X, fb etc.
-EOF


More information about the Lunar-commits mailing list