[csw-devel] SF.net SVN: gar:[3455] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Tue Feb 24 03:24:40 CET 2009


Revision: 3455
          http://gar.svn.sourceforge.net/gar/?rev=3455&view=rev
Author:   hson
Date:     2009-02-24 02:24:40 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
wmf: Initial checkin

Added Paths:
-----------
    csw/mgar/pkg/wmf/
    csw/mgar/pkg/wmf/branches/
    csw/mgar/pkg/wmf/tags/
    csw/mgar/pkg/wmf/trunk/
    csw/mgar/pkg/wmf/trunk/Makefile
    csw/mgar/pkg/wmf/trunk/checksums
    csw/mgar/pkg/wmf/trunk/files/


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


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


Added: csw/mgar/pkg/wmf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wmf/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/wmf/trunk/Makefile	2009-02-24 02:24:40 UTC (rev 3455)
@@ -0,0 +1,34 @@
+GARNAME = wmf
+GARVERSION = 0.2.8.4
+CATEGORIES = lib
+
+DESCRIPTION = library for converting WMF files
+define BLURB
+	libwmf is a library for reading vector images in Microsoft's native Windows 
+	Metafile Format (WMF) and for either (a) displaying them in, e.g., an X 
+	window; or (b) converting them to more standard/open file formats such as, 
+	e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format. 
+endef
+
+SF_PROJ = wvware
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = libwmf-$(GARVERSION).tar.gz
+
+DISTNAME = libwmf-$(GARVERSION)
+
+LICENSE = COPYING
+
+REQUIRED_PKGS += CSWexpat CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWjpeg
+REQUIRED_PKGS += CSWpng CSWzlib
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+include gar/category.mk

Added: csw/mgar/pkg/wmf/trunk/checksums
===================================================================
--- csw/mgar/pkg/wmf/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/wmf/trunk/checksums	2009-02-24 02:24:40 UTC (rev 3455)
@@ -0,0 +1 @@
+d1177739bf1ceb07f57421f0cee191e0  download/libwmf-0.2.8.4.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list