Changeset 2579

Show
Ignore:
Timestamp:
05/21/07 14:40:19 (2 years ago)
Author:
tg
Message:

• ed: the distfile is now at the MirBSD master site, too
• ed, mksh: take maintainership, bump dashver
• rdate: new package (can do rdate _and_ SNTP, is very small, fast and secure)
• busybox: default built-in rdate to “no”, use EITHER that OR new rdate package

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Config.in

    r2567 r2579  
    185185source "package/raddump/Config.in" 
    186186source "package/rarpd/Config.in" 
     187source "package/rdate/Config.in" 
    187188source "package/reaim/Config.in" 
    188189source "package/robocfg/Config.in" 
  • trunk/freewrt/package/Makefile

    r2567 r2579  
    244244package-$(FWRT_PACKAGE_RADVD) += radvd 
    245245package-$(FWRT_PACKAGE_RARPD) += rarpd 
     246package-$(FWRT_PACKAGE_RDATE) += rdate 
    246247package-$(FWRT_COMPILE_READLINE) += readline 
    247248package-$(FWRT_PACKAGE_REAIM) += reaim 
  • trunk/freewrt/package/busybox/Config.in

    r2568 r2579  
    29982998config BUSYBOX_CONFIG_RDATE 
    29992999        bool "rdate" 
    3000         default y 
     3000        default n 
    30013001        help 
    30023002          The rdate utility allows you to synchronize the date and time of your 
     
    30043004          the RFC868 protocol, which is built into the inetd daemon on most 
    30053005          systems. 
     3006          The rdate package (available under Networking) also supports NTP, 
     3007          that's why this is not selected by default any more. 
    30063008 
    30073009config BUSYBOX_CONFIG_READPROFILE 
  • trunk/freewrt/package/ed/Makefile

    r1686 r2579  
    99PKG_NAME=               ed 
    1010PKG_VERSION=            20060924 
    11 PKG_RELEASE=            1 
     11PKG_RELEASE=            2 
    1212PKG_MD5SUM=             42e9402f942849afb44670309ece72b1 
    13 PKG_SOURCE_URL=         http://www.freewrt.org/distfiles/ 
     13PKG_SOURCE_URL=         http://www.mirbsd.org/MirOS/dist/mir/ed/ \ 
     14                        http://pub.allbsd.org/MirOS/dist/mir/ed/ 
    1415WRKDIST=                ${WRKDIR}/${PKG_NAME} 
    1516 
  • trunk/freewrt/package/ed/ipkg/ed.control

    r711 r2579  
    22Priority: base 
    33Section: base 
     4Maintainer: Thorsten Glaser <tg@freewrt.org> 
    45Description: The standard text editor 
  • trunk/freewrt/package/mksh/Makefile

    r2493 r2579  
    99PKG_NAME=               mksh 
    1010PKG_VERSION=            29.3 
    11 PKG_RELEASE=            1 
     11PKG_RELEASE=            2 
    1212PKG_SOURCE=             ${PKG_NAME}-R29d.cpio.gz 
    1313#PKG_SOURCE=            mksh_${PKG_VERSION}.tar.gz 
  • trunk/freewrt/package/mksh/ipkg/mksh.control

    r102 r2579  
    22Priority: optional 
    33Section: misc 
     4Maintainer: Thorsten Glaser <tg@freewrt.org> 
    45Description: MirBSD enhanced version of the Korn Shell