[Lunar-commits] <moonbase> libungif: deprecated, replaced by libgif

Paul Bredbury brebs at lunar-linux.org
Sun Feb 20 09:48:28 CET 2011


commit c86173d55cdf2a03bac16ae981bab6e231a7fc46
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Feb 20 15:48:28 2011 +0700

    libungif: deprecated, replaced by libgif
---
 graphics/libungif/BUILD           |   20 --------------------
 graphics/libungif/CONFLICTS       |    1 -
 graphics/libungif/DETAILS         |   19 -------------------
 graphics/libungif/POST_INSTALL    |    1 -
 graphics/libungif/POST_REMOVE     |    1 -
 zdeprecated/libungif/BUILD        |   20 ++++++++++++++++++++
 zdeprecated/libungif/CONFLICTS    |    1 +
 zdeprecated/libungif/DETAILS      |   19 +++++++++++++++++++
 zdeprecated/libungif/POST_INSTALL |    1 +
 zdeprecated/libungif/POST_REMOVE  |    1 +
 10 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/graphics/libungif/BUILD b/graphics/libungif/BUILD
deleted file mode 100644
index 010c7b6..0000000
--- a/graphics/libungif/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
-  export CC="gcc"  &&
-
-  ./configure  --build=$BUILD             \
-               --prefix=/usr              \
-               --bindir=/usr/bin          \
-               --sbindir=/usr/sbin        \
-               --datadir=/usr/share       \
-               --localstatedir=/var       \
-               --libdir=/usr/lib          \
-               --includedir=/usr/include  \
-               --infodir=/usr/share/info  \
-               --mandir=/usr/share/man    \
-               --enable-shared            \
-               --enable-static           &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/graphics/libungif/CONFLICTS b/graphics/libungif/CONFLICTS
deleted file mode 100644
index ed23c9d..0000000
--- a/graphics/libungif/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts giflib
diff --git a/graphics/libungif/DETAILS b/graphics/libungif/DETAILS
deleted file mode 100644
index 2ca3dc4..0000000
--- a/graphics/libungif/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=libungif
-         VERSION=4.1.4
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/giflib
-      SOURCE_VFY=sha1:af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc
-        # http://sourceforge.net/projects/libungif/ is dead
-        WEB_SITE=http://giflib.sourceforge.net/
-         ENTERED=20010922
-         UPDATED=20060225
-           SHORT="A library for uncompressed GIF images"
-
-cat << EOF
-libungif is a library for reading and writing gif images. The save
-functionality uses an uncompressed gif algorithm to avoid the Unisys LZW
-patent (expired in 2004). This library is based heavily on Eric Raymond's
-libgif package and implements a superset of that library's API.
-
-libungif is a dead project, continued by giflib.
-EOF
diff --git a/graphics/libungif/POST_INSTALL b/graphics/libungif/POST_INSTALL
deleted file mode 100644
index 32d09d8..0000000
--- a/graphics/libungif/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-ldconfig
diff --git a/graphics/libungif/POST_REMOVE b/graphics/libungif/POST_REMOVE
deleted file mode 100644
index 32d09d8..0000000
--- a/graphics/libungif/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-ldconfig
diff --git a/zdeprecated/libungif/BUILD b/zdeprecated/libungif/BUILD
new file mode 100644
index 0000000..010c7b6
--- /dev/null
+++ b/zdeprecated/libungif/BUILD
@@ -0,0 +1,20 @@
+(
+
+  export CC="gcc"  &&
+
+  ./configure  --build=$BUILD             \
+               --prefix=/usr              \
+               --bindir=/usr/bin          \
+               --sbindir=/usr/sbin        \
+               --datadir=/usr/share       \
+               --localstatedir=/var       \
+               --libdir=/usr/lib          \
+               --includedir=/usr/include  \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
+               --enable-shared            \
+               --enable-static           &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/libungif/CONFLICTS b/zdeprecated/libungif/CONFLICTS
new file mode 100644
index 0000000..ed23c9d
--- /dev/null
+++ b/zdeprecated/libungif/CONFLICTS
@@ -0,0 +1 @@
+conflicts giflib
diff --git a/zdeprecated/libungif/DETAILS b/zdeprecated/libungif/DETAILS
new file mode 100644
index 0000000..2ca3dc4
--- /dev/null
+++ b/zdeprecated/libungif/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=libungif
+         VERSION=4.1.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/giflib
+      SOURCE_VFY=sha1:af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc
+        # http://sourceforge.net/projects/libungif/ is dead
+        WEB_SITE=http://giflib.sourceforge.net/
+         ENTERED=20010922
+         UPDATED=20060225
+           SHORT="A library for uncompressed GIF images"
+
+cat << EOF
+libungif is a library for reading and writing gif images. The save
+functionality uses an uncompressed gif algorithm to avoid the Unisys LZW
+patent (expired in 2004). This library is based heavily on Eric Raymond's
+libgif package and implements a superset of that library's API.
+
+libungif is a dead project, continued by giflib.
+EOF
diff --git a/zdeprecated/libungif/POST_INSTALL b/zdeprecated/libungif/POST_INSTALL
new file mode 100644
index 0000000..32d09d8
--- /dev/null
+++ b/zdeprecated/libungif/POST_INSTALL
@@ -0,0 +1 @@
+ldconfig
diff --git a/zdeprecated/libungif/POST_REMOVE b/zdeprecated/libungif/POST_REMOVE
new file mode 100644
index 0000000..32d09d8
--- /dev/null
+++ b/zdeprecated/libungif/POST_REMOVE
@@ -0,0 +1 @@
+ldconfig


More information about the Lunar-commits mailing list