[csw-devel] SF.net SVN: gar:[5030] csw/mgar/pkg
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sun May 24 20:43:19 CEST 2009
Revision: 5030
http://gar.svn.sourceforge.net/gar/?rev=5030&view=rev
Author: rthurner
Date: 2009-05-24 18:43:19 +0000 (Sun, 24 May 2009)
Log Message:
-----------
reportlab upgrade to 2.3, first try
Added Paths:
-----------
csw/mgar/pkg/reportlab/
csw/mgar/pkg/reportlab/branches/
csw/mgar/pkg/reportlab/tags/
csw/mgar/pkg/reportlab/trunk/
csw/mgar/pkg/reportlab/trunk/Makefile
csw/mgar/pkg/reportlab/trunk/checksums
csw/mgar/pkg/reportlab/trunk/files/
Property changes on: csw/mgar/pkg/reportlab/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/reportlab/trunk/Makefile
===================================================================
--- csw/mgar/pkg/reportlab/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/reportlab/trunk/Makefile 2009-05-24 18:43:19 UTC (rev 5030)
@@ -0,0 +1,44 @@
+GARNAME = reportlab
+GARVERSION = 2.3
+CATEGORIES = lib
+DISTNAME = ReportLab_2_3
+
+DESCRIPTION = industry-strength PDF generating solution
+define BLURB
+ Free Open Source PDF library is suitable for web publishers, developers
+ or creative design professionals who need to quickly and easily create
+ or automate complex (even data-driven) documents. It lets you create
+ professional documents programmatically without being locked into one
+ special technology and/or platform. It has grown over years in response
+ to the real-world requirements of large financial institutions'
+ reporting needs, making it the trusted proven foundation of existing
+ enterprise solutions rather than a just a fancy gimmick or interesting
+ library.
+endef
+
+MASTER_SITES = http://www.reportlab.org/ftp/
+DISTFILES = $(DISTNAME).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
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+INSTALL_ARGS = --root=$(DESTDIR)
+
+include gar/category.mk
+
+install-custom:
+ @echo " ==> Installing $(GARNAME)"
+ @( cd $(WORKSRC) ; $(INSTALL_ENV) python ./setup.py install $(INSTALL_ARGS) )
+ $(DONADA)
+
+post-install: copy-docs
+ $(DONADA)
+
Added: csw/mgar/pkg/reportlab/trunk/checksums
===================================================================
--- csw/mgar/pkg/reportlab/trunk/checksums (rev 0)
+++ csw/mgar/pkg/reportlab/trunk/checksums 2009-05-24 18:43:19 UTC (rev 5030)
@@ -0,0 +1 @@
+057b846bd3b7b2c3498bf14f6a523632 download/ReportLab_2_3.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