[Lunar-commits] <moonbase> libpgf: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 24 00:19:03 CET 2009
commit ebee92f8d7bcb75e65c4c6a6f88dd23df7f59d1f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 23 18:19:03 2009 -0500
libpgf: Adding to moonbase.
---
graphics/libpgf/BUILD | 7 +++++++
graphics/libpgf/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/graphics/libpgf/BUILD b/graphics/libpgf/BUILD
new file mode 100644
index 0000000..2114f23
--- /dev/null
+++ b/graphics/libpgf/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sh autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/libpgf/DETAILS b/graphics/libpgf/DETAILS
new file mode 100644
index 0000000..111e471
--- /dev/null
+++ b/graphics/libpgf/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=libpgf
+ VERSION=6.09.44
+ MINOR=src
+ SOURCE=$MODULE-$VERSION-$MINOR.zip
+ SOURCE_URL=$SFORGE_URL/libpgf/libpgf/latest/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:093f2970573a50d5d8ed38ca42094540565d092a
+ WEB_SITE=http://www.libpgf.org/
+ ENTERED=20091223
+ UPDATED=20091223
+ SHORT="Progressive Graphics File"
+
+cat << EOF
+ * A new image file format
+ * Based on discrete, fast wavelet transform with progressive coding
+ features
+ * Lossless and lossy compression
+ * Best for natural and aerial images
+ * For such images with a better compression efficiency than JPEG
+ * PGF is one of the best algorithms available these days for
+ compression of natural images
+EOF
More information about the Lunar-commits
mailing list