Commit Graph

4 Commits

Author SHA1 Message Date
Yuriy Pitomets
5e37e920a0 Add :prepare blocks for some recipes
Add autoloads and/or foo-mode-on functions
 in :prepare block for:

- recipes/ace-jump-mode.rcp
- recipes/auto-indent-mode.rcp
- recipes/pp-c-l.rcp
- recipes/window-number.rcp
- recipes/windsize.rcp
2014-11-22 11:49:47 -05:00
Yuriy Pitomets
b2e4ebf6ef Add :prepare blocks for some recipes
* recipes/hi2.rcp,
* recipes/hideshow-org.rcp,
* recipes/highline.rcp,
* recipes/rainbow-mode.rcp,
* recipes/workgroups2.rcp,
* recipes/yank-pop-summary.rcp,
* recipes/zencoding-mode.rcp: Add autoloads and/or foo-mode-on functions
  in :prepare block.
2014-11-20 11:56:54 -05:00
Ryan C. Thompson
b7b63dfcb4 Convert more recipes to github type
This automated conversion was done with the following sequence of
commands:

    cd recipes
    # Replace :url with :pkgname "user/repo"
    perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([A-Za-z0-9.-]+)/([A-Za-z0-9.-]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
    # Change :type from git to github if recipe has a :pkgname property
    for x in *.rcp; do if pcregrep -q ":type\s+git\b" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git(hub)?\b/:type github/g' $x; fi; done
    # Clean up backup files
    rm -f *BAK *BAK2
    cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-29 09:31:09 -08:00
Matthew L. Fidler
72ecdc31b7 Add some recipies. Changed nsis-mode to track the github mirror. 2012-02-14 21:44:31 -06:00