Revision: 7371
          http://gar.svn.sourceforge.net/gar/?rev=7371&view=rev
Author:   wbonnet
Date:     2009-11-21 14:11:16 +0000 (Sat, 21 Nov 2009)

Log Message:
-----------
Initial commit

Added Paths:
-----------
    csw/mgar/pkg/image-editor/
    csw/mgar/pkg/image-editor/branches/
    csw/mgar/pkg/image-editor/tags/
    csw/mgar/pkg/image-editor/trunk/
    csw/mgar/pkg/image-editor/trunk/Makefile
    csw/mgar/pkg/image-editor/trunk/checksums
    csw/mgar/pkg/image-editor/trunk/files/
    csw/mgar/pkg/image-editor/trunk/files/ImageEditor
    csw/mgar/pkg/image-editor/trunk/files/License.txt


Property changes on: csw/mgar/pkg/image-editor/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/image-editor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/image-editor/trunk/Makefile                            (rev 0)
+++ csw/mgar/pkg/image-editor/trunk/Makefile    2009-11-21 14:11:16 UTC (rev 
7371)
@@ -0,0 +1,39 @@
+GARNAME = image-editor
+GARVERSION = 2.1.355
+CATEGORIES = java
+
+DESCRIPTION = Java Image Editor
+define BLURB
+  A fully-featured image editor written in Java using the image filters. 
Suitable for editing icons or Web images. Features include: Multiple layers, 
blending modes, image effects, image warping.
+endef
+
+MASTER_SITES = http://www.jhlabs.com/ie/
+DISTFILES  = ImageEditor.jar
+DISTFILES += ImageEditor
+DISTFILES += License.txt
+
+# We define upstream file regex so we can be notifed of new upstream software 
release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWimageeditor
+CATALOGNAME_CSWimageeditor = imageeditor
+
+ARCHALL = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+LICENSE = License.txt
+
+include gar/category.mk
+
+install-custom:
+       @ginstall -d $(DESTDIR)$(bindir)
+       @ginstall -d $(DESTDIR)$(datadir)/java
+       @ginstall    $(WORKROOTDIR)/build-$(firstword 
$(MODULATIONS))/ImageEditor $(DESTDIR)$(bindir)
+       @ginstall    $(WORKROOTDIR)/build-$(firstword 
$(MODULATIONS))/ImageEditor.jar $(DESTDIR)$(datadir)/java
+
+       @$(MAKECOOKIE)

Added: csw/mgar/pkg/image-editor/trunk/checksums
===================================================================
--- csw/mgar/pkg/image-editor/trunk/checksums                           (rev 0)
+++ csw/mgar/pkg/image-editor/trunk/checksums   2009-11-21 14:11:16 UTC (rev 
7371)
@@ -0,0 +1,3 @@
+aae1797a343749f06d8de254f34d7def  ImageEditor
+ab316d6430e8fa589ed7a638a24cf8e8  ImageEditor.jar
+c308b6deb32b66acd054415c3f60851e  License.txt

Added: csw/mgar/pkg/image-editor/trunk/files/ImageEditor
===================================================================
--- csw/mgar/pkg/image-editor/trunk/files/ImageEditor                           
(rev 0)
+++ csw/mgar/pkg/image-editor/trunk/files/ImageEditor   2009-11-21 14:11:16 UTC 
(rev 7371)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /opt/csw/share/java/ImageEditor.jar


Property changes on: csw/mgar/pkg/image-editor/trunk/files/ImageEditor
___________________________________________________________________
Added: svn:executable
   + *

Added: csw/mgar/pkg/image-editor/trunk/files/License.txt
===================================================================
--- csw/mgar/pkg/image-editor/trunk/files/License.txt                           
(rev 0)
+++ csw/mgar/pkg/image-editor/trunk/files/License.txt   2009-11-21 14:11:16 UTC 
(rev 7371)
@@ -0,0 +1 @@
+To be defined, seems to be apache 2.0


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to