[Lunar-commits] <moonbase> pil: moved to python from graphics
Zachary McGrew
zmcgrew at lunar-linux.org
Sat Jan 10 04:53:18 CET 2009
commit 4e0275a08bb3a8430b9a1700839ddbe1493bbb4b
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Fri Jan 9 19:53:18 2009 -0800
pil: moved to python from graphics
---
graphics/pil/BUILD | 14 --------------
graphics/pil/DEPENDS | 3 ---
graphics/pil/DETAILS | 20 --------------------
python/pil/BUILD | 14 ++++++++++++++
python/pil/DEPENDS | 3 +++
python/pil/DETAILS | 20 ++++++++++++++++++++
6 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/graphics/pil/BUILD b/graphics/pil/BUILD
deleted file mode 100644
index bfe1736..0000000
--- a/graphics/pil/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
- sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py &&
- sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py &&
- python setup.py build_ext -i &&
- prepare_install &&
- cd libImaging &&
- cp ImPlatform.h Imaging.h /usr/include/python`installed_version Python` &&
- cd .. &&
- python setup.py install &&
- mkdir -p $DOCUMENT_DIRECTORY/pil &&
- cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/pil
-
-) > $C_FIFO 2>&1
diff --git a/graphics/pil/DEPENDS b/graphics/pil/DEPENDS
deleted file mode 100644
index b0c8cd0..0000000
--- a/graphics/pil/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends Python &&
-depends jpeg &&
-depends libpng
diff --git a/graphics/pil/DETAILS b/graphics/pil/DETAILS
deleted file mode 100644
index 2e33387..0000000
--- a/graphics/pil/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=pil
- VERSION=1.1.6
- SOURCE=Imaging-$VERSION.tar.gz
- SOURCE2=pil-handbook.pdf
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION
- SOURCE_URL=http://www.effbot.org/downloads/
- SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89
- SOURCE2_URL=http://www.pythonware.com/media/data/
- SOURCE2_VFY=sha1:120fbd27a797a7bd7e566eddbcb5590f144682f2
- WEB_SITE=http://www.pythonware.com/products/pil/index.htm
- ENTERED=20020420
- UPDATED=20061220
- SHORT="image processing library."
-
-cat << EOF
-The Python Imaging Library (PIL) adds image processing capabilities to
-your Python environment. This library provides extensive file format
-support, an efficient internal representation, and fairly powerful
-image processing capabilities.
-EOF
diff --git a/python/pil/BUILD b/python/pil/BUILD
new file mode 100644
index 0000000..bfe1736
--- /dev/null
+++ b/python/pil/BUILD
@@ -0,0 +1,14 @@
+(
+
+ sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py &&
+ sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py &&
+ python setup.py build_ext -i &&
+ prepare_install &&
+ cd libImaging &&
+ cp ImPlatform.h Imaging.h /usr/include/python`installed_version Python` &&
+ cd .. &&
+ python setup.py install &&
+ mkdir -p $DOCUMENT_DIRECTORY/pil &&
+ cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/pil
+
+) > $C_FIFO 2>&1
diff --git a/python/pil/DEPENDS b/python/pil/DEPENDS
new file mode 100644
index 0000000..b0c8cd0
--- /dev/null
+++ b/python/pil/DEPENDS
@@ -0,0 +1,3 @@
+depends Python &&
+depends jpeg &&
+depends libpng
diff --git a/python/pil/DETAILS b/python/pil/DETAILS
new file mode 100644
index 0000000..2e33387
--- /dev/null
+++ b/python/pil/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=pil
+ VERSION=1.1.6
+ SOURCE=Imaging-$VERSION.tar.gz
+ SOURCE2=pil-handbook.pdf
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION
+ SOURCE_URL=http://www.effbot.org/downloads/
+ SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89
+ SOURCE2_URL=http://www.pythonware.com/media/data/
+ SOURCE2_VFY=sha1:120fbd27a797a7bd7e566eddbcb5590f144682f2
+ WEB_SITE=http://www.pythonware.com/products/pil/index.htm
+ ENTERED=20020420
+ UPDATED=20061220
+ SHORT="image processing library."
+
+cat << EOF
+The Python Imaging Library (PIL) adds image processing capabilities to
+your Python environment. This library provides extensive file format
+support, an efficient internal representation, and fairly powerful
+image processing capabilities.
+EOF
More information about the Lunar-commits
mailing list