Changeset 915
- Timestamp:
- 2008年01月12日 13時24分30秒 (8 months ago)
- Files:
-
- branches/3.00/pkginfo/ChangeLog (modified) (1 diff)
- branches/3.00/pkginfo/meadow.defs (modified) (1 diff)
- branches/3.00/pkginfo/ruby/Makefile.pkg (modified) (5 diffs)
- branches/3.00/pkginfo/ruby/auto-autoloads.el (modified) (1 diff)
- branches/3.00/pkginfo/setup.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/pkginfo/ChangeLog
r914 r915 1 2008-01-12 Koichiro Ohba <koichiro@meadowy.org> 2 3 * setup.ini (ruby-mode-14912): [Curr] Release. 4 * setup.ini (ruby): New package. 5 6 * ruby/Makefile.pkg: Fix. 7 1 8 2008-01-09 Koichiro Ohba <koichiro@meadowy.org> 2 9 branches/3.00/pkginfo/meadow.defs
r661 r915 4 4 # Copyright (C) 2002 The Meadow Team 5 5 # Author: KOSEKI Yoshinori <kose@meadowy.org> 6 # Koichiro Ohba <koichiro@meadowy.org> 6 7 # 7 8 8 ifeq ($( shell uname),CYGWIN_NT-5.1)9 ifeq ($(findstring CYGWIN_NT, $(shell uname)),CYGWIN_NT) 9 10 MEADOW_VERSION = 3.00 10 11 PREFIX = c:/Meadow branches/3.00/pkginfo/ruby/Makefile.pkg
r914 r915 1 1 ####################################################### 2 # $Id: $3 2 # 4 # Copyright (C) 200 7The Meadow Team3 # Copyright (C) 2008 The Meadow Team 5 4 # Author: Koichiro Ohba <koichiro@meadowy.org> 6 5 # … … 20 19 PKG_PATCH= 21 20 PKG_PKGINFO="URL: http://svn.ruby-lang.org/repos/ruby/trunk/misc/README" 22 TARGET=ruby-mode.elc inf-ruby.elc rdebug.elc ruby-electric.elc ruby-style.elc rubydb3x.elc 23 PKG_SRC=ruby-mode.el inf-ruby.el rdebug.el ruby-electric.el ruby-style.el rubydb3x.el 21 TARGET=ruby-mode.elc 24 22 25 23 ######### … … 36 34 POSTARG=-eval "(texinfo-format-buffer)" -eval "(save-buffer)" 37 35 38 install: $(LISPDIR)/$( TARGET)36 install: $(LISPDIR)/$(BASE)/$(TARGET) 39 37 40 $(LISPDIR)/$(TARGET): $(PKG_SRC) 41 $(EMACS) -q -batch -no-site-file -eval '(byte-compile-file "$<")' 42 chmod 666 $<* 43 cp -p $<* $(LISPDIR)/ 38 $(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 39 (cd $(PKG); \ 40 $(EMACS) -q -batch -no-site-file -eval '(byte-compile-file "ruby-mode.el")'; \ 41 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "ruby-electric.el")'; \ 42 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "ruby-style.el")'; \ 43 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "rdebug.el")'; \ 44 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "rubydb3x.el")'; \ 45 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "inf-ruby.el")';) 46 if test ! -d $(LISPDIR)/$(BASE); then mkdir -p $(LISPDIR)/$(BASE); fi 47 cp -p $(PKG)/* $(LISPDIR)/$(BASE)/ 44 48 45 .el.elc: 46 $(EMACS) -q -batch -no-site-file -eval '(byte-compile-file "$<")' 47 48 $(PKG_SRC): 49 wget $(PKG_URL)$@ 49 $(PKG) : 50 svn export $(PKG_URL) $@ 50 51 51 52 uninstall: 52 rm - f $(LISPDIR)/ruby*53 rm -rf $(PKGINFO)/$(BASE) 53 rm -rf $(LISPDIR)/$(BASE) 54 rm -rf $(PKGINFO)/$(BASE)/ 54 55 55 56 pkg: $(PKG)-$(PKG_VERSION)-pkg.tar.bz2 56 57 57 $(PKG)-$(PKG_VERSION)-pkg.tar.bz2 : $(LISPDIR)/$( TARGET)58 $(PKG)-$(PKG_VERSION)-pkg.tar.bz2 : $(LISPDIR)/$(BASE)/$(TARGET) 58 59 rm -rf $(PKGINFO)/$(BASE) 59 60 if test ! -d $(PKGINFO)/$(BASE); then mkdir -p $(PKGINFO)/$(BASE); fi … … 62 63 echo $(PKG_PKGINFO) > $(PKGINFO)/$(BASE)/_pkginfo 63 64 chmod 666 $(PKGINFO)/$(BASE)/* 64 tar -C $(PREFIX) -cf $(basename $@) packages/ pkginfo/$(BASE) $(PKG_INFO) \65 packages/ lisp/*.el packages/lisp/*.elc65 tar -C $(PREFIX) -cf $(basename $@) packages/lisp/$(BASE) \ 66 packages/pkginfo/$(BASE) $(PKG_INFO) 66 67 echo packages/pkginfo/$(BASE)/MANIFEST > $(PKGINFO)/$(BASE)/MANIFEST 67 68 tar tf $(basename $@) >> $(PKGINFO)/$(BASE)/MANIFEST … … 76 77 77 78 maintainer-clean: 78 rm -f $(PKG_SRC) $(TARGET)79 $(RM) -r $(PKG) 79 80 80 81 # end branches/3.00/pkginfo/ruby/auto-autoloads.el
r914 r915 2 2 ;;; 3 3 ;;; pkginfo/ruby/auto-autoloads.el 4 ;;; Copyright (C) 200 7The Meadow Team4 ;;; Copyright (C) 2008 The Meadow Team 5 5 ;;; Author: Koichiro Ohba <koichiro@meadowy.org> 6 6 branches/3.00/pkginfo/setup.ini
r913 r915 441 441 install: packages/sudoku-0.3-1-pkg.tar.gz 44049 83564303521128ba31bdda0840cab9c2 442 442 443 @ ruby-mode 444 sdesc: "Ruby editing mode." 445 ldesc: "Ruby editing mode." 446 category: devel 447 version: 14912-1 448 install: packages/ruby-mode-14912-1-pkg.tar.bz2 31180 c12b5cfa73791f718996d90341eb2bb4 449 443 450 @ Emacs 444 451 sdesc: "NTEmacs i386 binary package"
