[csw-devel] SF.net SVN: gar:[18322] csw/mgar/pkg
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Jun 11 13:51:16 CEST 2012
Revision: 18322
http://gar.svn.sourceforge.net/gar/?rev=18322&view=rev
Author: pfelecan
Date: 2012-06-11 11:51:15 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
migrated from a private recipe to a GAR based one.
Added Paths:
-----------
csw/mgar/pkg/emacs_template/
csw/mgar/pkg/emacs_template/Makefile
csw/mgar/pkg/emacs_template/branches/
csw/mgar/pkg/emacs_template/tags/
csw/mgar/pkg/emacs_template/trunk/
csw/mgar/pkg/emacs_template/trunk/Makefile
csw/mgar/pkg/emacs_template/trunk/checksums
csw/mgar/pkg/emacs_template/trunk/files/
csw/mgar/pkg/emacs_template/trunk/files/README.CSW
Added: csw/mgar/pkg/emacs_template/Makefile
===================================================================
--- csw/mgar/pkg/emacs_template/Makefile (rev 0)
+++ csw/mgar/pkg/emacs_template/Makefile 2012-06-11 11:51:15 UTC (rev 18322)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/emacs_template/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/emacs_template/trunk/Makefile
===================================================================
--- csw/mgar/pkg/emacs_template/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/emacs_template/trunk/Makefile 2012-06-11 11:51:15 UTC (rev 18322)
@@ -0,0 +1,68 @@
+# $Id$
+
+NAME = emacs_template
+VERSION = 3.1c
+GARTYPE = v2
+CATEGORIES = xtra
+
+DESCRIPTION = Templates for Emacs
+define BLURB
+ Template Package for Emacs
+endef
+
+DISTNAME = template
+MASTER_SITES = http://downloads.sourceforge.net/emacs-template/$(DISTNAME)/$(VERSION)/
+DISTFILES = $(DISTNAME)-$(VERSION).tar.gz
+DISTFILES += README.CSW
+VENDOR_URL = http://emacs-template.sourceforge.net/
+
+BUILD_DEP_PKGS += CSWemacs
+
+RUNTIME_DEP_PKGS += CSWemacs
+
+PACKAGES = CSWemacs-template
+SPKG_DESC_CSWemacs-template = $(DESCRIPTION)
+CATALOGNAME_CSWemacs-template = emacs_template
+OBSOLETED_BY_CSWemacs-template = CSWemacstemplate
+CATALOGNAME_CSWemacstemplate = emacs_template_stub
+ARCHALL_CSWemacs-template = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = custom
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+prefix = /opt/csw
+sharedir = $(prefix)/share
+lispdir = $(sharedir)/emacs/site-lisp
+docdir = $(sharedir)/doc/$(NAME)
+tpldir = $(docdir)/templates
+
+build-custom: \
+ $(WORKSRC)/lisp/template.elc
+ $(MAKECOOKIE)
+
+$(WORKSRC)/lisp/template.elc: $(WORKSRC)/lisp/template.el
+ cd $(WORKSRC) && emacs --batch --funcall batch-byte-compile lisp/template.el
+
+install-custom:
+ ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(lispdir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/lisp/template.el $(DESTDIR)/$(lispdir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/lisp/template.elc $(DESTDIR)/$(lispdir)
+ ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(docdir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/lisp/ChangeLog $(DESTDIR)/$(docdir)
+ ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/DEFAULT.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/Makefile.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/README.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.c.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.cls.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.el.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.h.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.html.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.java.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.sty.tpl $(DESTDIR)/$(tpldir)
+ ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/templates/TEMPLATE.tex.tpl $(DESTDIR)/$(tpldir)
+ $(MAKECOOKIE)
Property changes on: csw/mgar/pkg/emacs_template/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/emacs_template/trunk/checksums
===================================================================
--- csw/mgar/pkg/emacs_template/trunk/checksums (rev 0)
+++ csw/mgar/pkg/emacs_template/trunk/checksums 2012-06-11 11:51:15 UTC (rev 18322)
@@ -0,0 +1 @@
+c17c8346535f3056f2005a0eaf2d16f5 template-3.1c.tar.gz
Added: csw/mgar/pkg/emacs_template/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/emacs_template/trunk/files/README.CSW (rev 0)
+++ csw/mgar/pkg/emacs_template/trunk/files/README.CSW 2012-06-11 11:51:15 UTC (rev 18322)
@@ -0,0 +1,22 @@
+$Id$
+
+To use the the templates packaged by CSW you need to:
+
+1. Add to your ~/.emacs file the following lines:
+
+(require 'template)
+(template-initialize)
+
+2. Restart your emacs session.
+
+4. Copy the templates from /opt/csw/share/doc/emacs_template/templates
+ to ~/.templates
+
+4. Enjoy!
+
+CSW Team
+
+# Local Variables:
+# mode: text
+# mode: font-lock
+# End:
Property changes on: csw/mgar/pkg/emacs_template/trunk/files/README.CSW
___________________________________________________________________
Added: svn:keywords
+ Author Date HeadURL Id Revision
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