[csw-devel] SF.net SVN: gar:[16578] csw/mgar/pkg
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Dec 20 02:39:49 CET 2011
Revision: 16578
http://gar.svn.sourceforge.net/gar/?rev=16578&view=rev
Author: bdwalton
Date: 2011-12-20 01:39:49 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
skeleton for the php5 intl pecl library
Added Paths:
-----------
csw/mgar/pkg/php5_intl/
csw/mgar/pkg/php5_intl/Makefile
csw/mgar/pkg/php5_intl/branches/
csw/mgar/pkg/php5_intl/tags/
csw/mgar/pkg/php5_intl/trunk/
csw/mgar/pkg/php5_intl/trunk/Makefile
csw/mgar/pkg/php5_intl/trunk/checksums
csw/mgar/pkg/php5_intl/trunk/files/
Copied: csw/mgar/pkg/php5_intl/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/php5_intl/Makefile (rev 0)
+++ csw/mgar/pkg/php5_intl/Makefile 2011-12-20 01:39:49 UTC (rev 16578)
@@ -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/php5_intl/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/php5_intl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5_intl/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/php5_intl/trunk/Makefile 2011-12-20 01:39:49 UTC (rev 16578)
@@ -0,0 +1,25 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = php5_intl
+DISTNAME = intl-$(VERSION)
+VERSION = 1.1.2
+GARTYPE = v2
+CATEGORIES = xtra
+
+DESCRIPTION = PHP5 Internationalization extension
+define BLURB
+The Internationalization extension exposes functionality of the ICU library to PHP.
+endef
+
+MASTER_SITES = http://pecl.php.net/get/
+DISTFILES = $(DISTNAME).tgz
+
+# 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)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/php5_intl/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/php5_intl/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5_intl/trunk/checksums (rev 0)
+++ csw/mgar/pkg/php5_intl/trunk/checksums 2011-12-20 01:39:49 UTC (rev 16578)
@@ -0,0 +1 @@
+6e32eb19a8920c48f88571eb2e9d2213 intl-1.1.2.tgz
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