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

ellson at users.sourceforge.net ellson at users.sourceforge.net
Fri May 22 19:08:34 CEST 2009


Revision: 5009
          http://gar.svn.sourceforge.net/gar/?rev=5009&view=rev
Author:   ellson
Date:     2009-05-22 17:08:33 +0000 (Fri, 22 May 2009)

Log Message:
-----------
initial commit of libLASi

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


Property changes on: csw/mgar/pkg/libLASi/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/libLASi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libLASi/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libLASi/trunk/Makefile	2009-05-22 17:08:33 UTC (rev 5009)
@@ -0,0 +1,44 @@
+GARNAME = libLASi
+GARVERSION = 1.1.0
+CATEGORIES = lib
+
+DESCRIPTION = C++ library for PostSript generation with full Unicode support
+define BLURB
+  libLASi is a library written by Larry Siden  that provides a C++ stream
+  output interface ( with operator << ) for creating Postscript documents
+  that can contain characters from any of the scripts and symbol blocks
+  supported in Unicode  and by Owen Taylor's Pango layout engine. The
+  library accomodates right-to-left scripts such as Arabic and Hebrew
+  as easily as left-to-right scripts. Indic and Indic-derived Complex
+  Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan
+  are supported to the extent provided by Pango and by the OpenType fonts
+  installed on your system. All of this is provided without need for any
+  special configuration or layout calculation on the programmer's part. 
+endef
+
+MASTER_SITES = $(SF_MIRRORS) 
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\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
+# 187113 is the group_id for the libLASi project on sourceforge
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE) = 187113
+UPSTREAM_USE_SF = 1
+
+REQUIRED_PKGS = CSWggettextrt CSWglib2 CSWpango
+
+CONFIGURE_SCRIPTS = custom
+
+include gar/category.mk
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+
+configure-custom:
+	@echo " ==> Configuring $(GARNAME) (custom)"
+	@( cd $(WORKSRC) ; \
+		cmake -DCMAKE_INSTALL_PREFIX=/opt/csw -DCMAKE_VERBOSE_MAKEFILE=ON . )
+	@$(MAKECOOKIE)
+

Added: csw/mgar/pkg/libLASi/trunk/checksums
===================================================================
--- csw/mgar/pkg/libLASi/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libLASi/trunk/checksums	2009-05-22 17:08:33 UTC (rev 5009)
@@ -0,0 +1 @@
+f18091569ed4fface75453b097c67459  download/libLASi-1.1.0.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