Changeset 365

Show
Ignore:
Timestamp:
2003年07月07日 00時10分50秒 (5 years ago)
Author:
kose
Message:

* skk/Makefile.pkg (PKG): ddskk-12.2.0rc1.
* emacs-w3m/Makefile.pkg (PKG): emacs-w3m-1.3.5.
* apel/Makefile.pkg (PKG): apel-10.6.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pkginfo/ChangeLog

    r364 r365  
     12003-07-07  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * skk/Makefile.pkg (PKG): ddskk-12.2.0rc1. 
     4 
     5        * emacs-w3m/Makefile.pkg (PKG): emacs-w3m-1.3.5. 
     6 
     7        * apel/Makefile.pkg (PKG): apel-10.6. 
     8 
    192003-07-02  KOSEKI Yoshinori  <kose@meadowy.org> 
    210 
  • trunk/pkginfo/apel/Makefile.pkg

    r363 r365  
    1616# make maintainer-clean 
    1717 
    18 # 10.5 release - 2003/6/5 
    19 PKG=apel-10.5 
     18# 10.6 release - 200376/5 
     19PKG=apel-10.6 
    2020BASE=apel 
    21 PKG_VERSION=2 
     21PKG_VERSION=1 
    2222PKG_URL=ftp://ftp.jpl.org/pub/elisp/apel 
    2323#PKG_URL=ftp://ftp.m17n.org/pub/mule/apel 
  • trunk/pkginfo/emacs-w3m/Makefile.pkg

    r363 r365  
    1414# make maintainer-clean 
    1515 
    16 # 1.3.4 - 2003/6/18 released. 
    17 PKG=emacs-w3m-1.3.4 
     16# 1.3.5 - 2003/7/5 released. 
     17PKG=emacs-w3m-1.3.5 
    1818BASE=emacs-w3m 
    19 PKG_VERSION=2 
     19PKG_VERSION=1 
    2020PKG_URL=http://emacs-w3m.namazu.org 
    2121PKG_PATCH= 
  • trunk/pkginfo/skk/Makefile.pkg

    r363 r365  
    1414# make maintainer-clean 
    1515 
    16 # 2001/12/1
    17 PKG=ddskk-11.6.0 
     16# 2003/7/
     17PKG=ddskk-12.2.0rc1 
    1818BASE=skk 
    19 PKG_VERSION=4 
     19PKG_VERSION=1 
    2020PKG_URL=http://openlab.ring.gr.jp/skk/maintrunk 
    2121PKG_PATCH= 
     
    4848 
    4949$(PKG) : 
    50         wget $(PKG_URL)/ddskk11.6.0.tar.gz 
    51         tar zxf ddskk11.6.0.tar.gz 
     50#       wget $(PKG_URL)/ddskk11.6.0.tar.gz 
     51#       tar zxf ddskk11.6.0.tar.gz 
     52        wget $(PKG_URL)/$@.tar.gz 
     53        tar zxf $@.tar.gz 
    5254        cd $@/dic ; wget http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.L 
    5355