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

hson at users.sourceforge.net hson at users.sourceforge.net
Sat Jan 9 02:23:42 CET 2010


Revision: 7920
          http://gar.svn.sourceforge.net/gar/?rev=7920&view=rev
Author:   hson
Date:     2010-01-09 01:23:42 +0000 (Sat, 09 Jan 2010)

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

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

Added: csw/mgar/pkg/ghostscript/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ghostscript/Makefile	2010-01-09 01:23:42 UTC (rev 7920)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/ghostscript/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/ghostscript/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ghostscript/trunk/Makefile	2010-01-09 01:23:42 UTC (rev 7920)
@@ -0,0 +1,27 @@
+GARNAME = ghostscript
+GARVERSION = 8.70
+CATEGORIES = apps
+
+DESCRIPTION = EXIF Tag Parsing Library
+define BLURB
+  libexif is a library for parsing, editing, and saving EXIF data. It is
+	intended to replace lots of redundant implementations in command-line
+	utilities and programs with GUIs.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+SPKG_SOURCEURL = http://www.ghostscript.com
+
+LICENSE = COPYING
+
+REQUIRED_PKGS += 
+
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/ghostscript/trunk/checksums
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ghostscript/trunk/checksums	2010-01-09 01:23:42 UTC (rev 7920)
@@ -0,0 +1 @@
+526366f8cb4fda0d3d293597cc5b984b  ghostscript-8.70.tar.bz2


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