[csw-devel] SF.net SVN: gar:[5011] csw/mgar/pkg
ellson at users.sourceforge.net
ellson at users.sourceforge.net
Fri May 22 19:47:10 CEST 2009
Revision: 5011
http://gar.svn.sourceforge.net/gar/?rev=5011&view=rev
Author: ellson
Date: 2009-05-22 17:47:10 +0000 (Fri, 22 May 2009)
Log Message:
-----------
rename libLASi -> 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:47:10 UTC (rev 5011)
@@ -0,0 +1,36 @@
+GARNAME = libLASi
+GARVERSION = 1.1.0
+CATEGORIES = lib
+
+DESCRIPTION = C++ Unicode support for PostScript
+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.
+
+ Although the capability to produce Unicode-based multilingual Postscript
+ documents exists in large Open Source application framework libraries such
+ as GTK+, QT, and KDE, libLASi was designed for projects which require the
+ ability to produce Postscript independent of any one application framework.
+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
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
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