[csw-devel] SF.net SVN: gar:[14781] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jun 10 15:28:00 CEST 2011
Revision: 14781
http://gar.svn.sourceforge.net/gar/?rev=14781&view=rev
Author: dmichelsen
Date: 2011-06-10 13:28:00 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
scite: Initial commit
Added Paths:
-----------
csw/mgar/pkg/scite/
csw/mgar/pkg/scite/Makefile
csw/mgar/pkg/scite/branches/
csw/mgar/pkg/scite/tags/
csw/mgar/pkg/scite/trunk/
csw/mgar/pkg/scite/trunk/Makefile
csw/mgar/pkg/scite/trunk/checksums
csw/mgar/pkg/scite/trunk/files/
Copied: csw/mgar/pkg/scite/Makefile (from rev 14773, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/scite/Makefile (rev 0)
+++ csw/mgar/pkg/scite/Makefile 2011-06-10 13:28:00 UTC (rev 14781)
@@ -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/scite/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/scite/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scite/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/scite/trunk/Makefile 2011-06-10 13:28:00 UTC (rev 14781)
@@ -0,0 +1,19 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = scite
+VERSION = 226
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = Text editor
+define BLURB
+ Long description
+endef
+
+SF_PROJ = scintilla
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = scite$(VERSION).tgz
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/scite/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/scite/trunk/checksums
===================================================================
--- csw/mgar/pkg/scite/trunk/checksums (rev 0)
+++ csw/mgar/pkg/scite/trunk/checksums 2011-06-10 13:28:00 UTC (rev 14781)
@@ -0,0 +1 @@
+328865585758aca73292083ab4552af4 scite226.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