Revision: 5997 http://gar.svn.sourceforge.net/gar/?rev=5997&view=rev Author: bdwalton Date: 2009-08-12 14:46:26 +0000 (Wed, 12 Aug 2009)
Log Message: ----------- initial commit; seemingly working package already Added Paths: ----------- csw/mgar/pkg/yaml-mode/ csw/mgar/pkg/yaml-mode/branches/ csw/mgar/pkg/yaml-mode/tags/ csw/mgar/pkg/yaml-mode/trunk/ csw/mgar/pkg/yaml-mode/trunk/Makefile csw/mgar/pkg/yaml-mode/trunk/checksums csw/mgar/pkg/yaml-mode/trunk/files/ Property changes on: csw/mgar/pkg/yaml-mode/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/yaml-mode/trunk/Makefile =================================================================== --- csw/mgar/pkg/yaml-mode/trunk/Makefile (rev 0) +++ csw/mgar/pkg/yaml-mode/trunk/Makefile 2009-08-12 14:46:26 UTC (rev 5997) @@ -0,0 +1,54 @@ +GARNAME = yaml-mode +GARVERSION = 0.0.3 +CATEGORIES = xtra + +PACKAGES = CSWyamlmode + +CATALOGNAME_CSWyamlmode = yaml_mode + +REQUIRED_PKGS_CSWphpmode = CSWemacscommon + +ARCHALL_CSWyamlmode = 1 + +DESCRIPTION = A YAML mode for Emacs +define BLURB +This is a major mode for editing files in the YAML data +serialization format. It was initially developed by Yoshiki +Kurihara and many features were added by Marshall Vandegrift. As +YAML and Python share the fact that indentation determines +structure, this mode provides indentation and indentation command +behavior very similar to that of python-mode. +endef + +MASTER_SITES = http://tweedle-dee.org/svn/emacs.d/site-lisp/ +DISTFILES = $(GARNAME).el + +# We define upstream file regex so we can be notifed of new upstream +# software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +# 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_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +COMPILE_ELISP = 1 +ELISP_DIR = /opt/csw/share/emacs/site-lisp + +include gar/category.mk + +cp-extract-yaml-mode.el: $(WORKSRC) + @echo " ===> Copying yaml-mode.el into work source directory." + @cp $(DOWNLOADDIR)/yaml-mode.el $(WORKSRC) + @$(MAKECOOKIE) + +install-custom: + @( cd $(WORKSRC); \ + gmkdir -p $(DESTDIR)$(ELISP_DIR); \ + cp yaml-mode.el $(DESTDIR)$(ELISP_DIR) ) + @$(MAKECOOKIE) \ No newline at end of file Added: csw/mgar/pkg/yaml-mode/trunk/checksums =================================================================== --- csw/mgar/pkg/yaml-mode/trunk/checksums (rev 0) +++ csw/mgar/pkg/yaml-mode/trunk/checksums 2009-08-12 14:46:26 UTC (rev 5997) @@ -0,0 +1 @@ +e7440fc74ef71a98429fe8bc0e3f6244 download/yaml-mode.el This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel