Revision: 23078 http://sourceforge.net/p/gar/code/23078 Author: cgrzemba Date: 2014-02-28 08:18:12 +0000 (Fri, 28 Feb 2014) Log Message: ----------- lang-python/pillow/trunk: Initial commit
Added Paths: ----------- csw/mgar/pkg/lang-python/pillow/ csw/mgar/pkg/lang-python/pillow/Makefile csw/mgar/pkg/lang-python/pillow/branches/ csw/mgar/pkg/lang-python/pillow/tags/ csw/mgar/pkg/lang-python/pillow/trunk/ csw/mgar/pkg/lang-python/pillow/trunk/Makefile csw/mgar/pkg/lang-python/pillow/trunk/checksums csw/mgar/pkg/lang-python/pillow/trunk/files/ Added: csw/mgar/pkg/lang-python/pillow/Makefile =================================================================== --- csw/mgar/pkg/lang-python/pillow/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/pillow/Makefile 2014-02-28 08:18:12 UTC (rev 23078) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lang-python/pillow/trunk =================================================================== --- csw/mgar/pkg/lang-python/pillow/trunk 2014-02-28 08:17:36 UTC (rev 23077) +++ csw/mgar/pkg/lang-python/pillow/trunk 2014-02-28 08:18:12 UTC (rev 23078) Property changes on: csw/mgar/pkg/lang-python/pillow/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lang-python/pillow/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/pillow/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/pillow/trunk/Makefile 2014-02-28 08:18:12 UTC (rev 23078) @@ -0,0 +1,21 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = Pillow +VERSION = 2.3.0 +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = Python Imaging Library (fork) +define BLURB + Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. +endef + +DISTFILES = $(DISTNAME).zip + +PACKAGES += CSWpy-pillow + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/lang-python/pillow/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lang-python/pillow/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/pillow/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/pillow/trunk/checksums 2014-02-28 08:18:12 UTC (rev 23078) @@ -0,0 +1 @@ +56b6614499aacb7d6b5983c4914daea7 Pillow-2.3.0.zip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.