[csw-devel] SF.net SVN: gar:[14776] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jun 10 12:41:02 CEST 2011
Revision: 14776
http://gar.svn.sourceforge.net/gar/?rev=14776&view=rev
Author: dmichelsen
Date: 2011-06-10 10:41:01 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
scintilla: Initial commit, much to do
Added Paths:
-----------
csw/mgar/pkg/scintilla/
csw/mgar/pkg/scintilla/Makefile
csw/mgar/pkg/scintilla/branches/
csw/mgar/pkg/scintilla/tags/
csw/mgar/pkg/scintilla/trunk/
csw/mgar/pkg/scintilla/trunk/Makefile
csw/mgar/pkg/scintilla/trunk/checksums
csw/mgar/pkg/scintilla/trunk/files/
Copied: csw/mgar/pkg/scintilla/Makefile (from rev 14773, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/scintilla/Makefile (rev 0)
+++ csw/mgar/pkg/scintilla/Makefile 2011-06-10 10:41:01 UTC (rev 14776)
@@ -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/scintilla/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/scintilla/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scintilla/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/scintilla/trunk/Makefile 2011-06-10 10:41:01 UTC (rev 14776)
@@ -0,0 +1,25 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = scintilla
+VERSION = 2.26
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = A source code editing component
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = $(NAME)226.tgz
+DISTNAME = scintilla
+
+LICENSE = License.txt
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# Ugh, manual makefile.
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/scintilla/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/scintilla/trunk/checksums
===================================================================
--- csw/mgar/pkg/scintilla/trunk/checksums (rev 0)
+++ csw/mgar/pkg/scintilla/trunk/checksums 2011-06-10 10:41:01 UTC (rev 14776)
@@ -0,0 +1 @@
+6b9fe505979c038bc28e28123c21fe4f scintilla226.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