[csw-devel] SF.net SVN: gar:[9122] csw/mgar/pkg

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Mar 13 02:17:38 CET 2010


Revision: 9122
          http://gar.svn.sourceforge.net/gar/?rev=9122&view=rev
Author:   bdwalton
Date:     2010-03-13 01:17:38 +0000 (Sat, 13 Mar 2010)

Log Message:
-----------
magit: initial commit

Added Paths:
-----------
    csw/mgar/pkg/magit/
    csw/mgar/pkg/magit/branches/
    csw/mgar/pkg/magit/tags/
    csw/mgar/pkg/magit/trunk/
    csw/mgar/pkg/magit/trunk/Makefile
    csw/mgar/pkg/magit/trunk/checksums
    csw/mgar/pkg/magit/trunk/files/


Property changes on: csw/mgar/pkg/magit/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/magit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/magit/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/magit/trunk/Makefile	2010-03-13 01:17:38 UTC (rev 9122)
@@ -0,0 +1,37 @@
+GARNAME = magit
+GARVERSION = 0.7
+PATCHLEVEL = 57f299
+CATEGORIES = utils
+
+ARCHALL = 1
+
+DESCRIPTION = An Emacs Mode for Git
+define BLURB
+Magit is an interface to the version control system Git, implemented
+as an extension to Emacs. 
+endef
+
+BUILD_DEP_PKGS = CSWautoconf CSWautomake CSWtexinfo
+
+GIT_REPOS = git://github.com/technomancy/magit.git
+GIT_TREEISH = $(PATCHLEVEL)
+
+# We define upstream file regex so we can be notifed of new upstream
+# software release
+# 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
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+pre-configure-modulated:
+	@(cd $(WORKSRC); ./autogen.sh )
+	@$(MAKECOOKIE)
+
+# When CSWemacs sprouts a nice auto-startup facility like Redhat or
+# Debian, remove this...
+post-install-modulated:
+	@(cd $(DESTDIR); rm -rf opt/csw/etc )
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/magit/trunk/checksums
===================================================================

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