Changeset 3756
- Timestamp:
- 05/26/08 16:36:22 (6 months ago)
- Files:
-
- branches/freewrt_1_0/package/mksh/Config.in (modified) (1 diff)
- branches/freewrt_1_0/package/mksh/Makefile (modified) (1 diff)
- branches/freewrt_1_0/package/mksh/ipkg/mksh.control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/package/mksh/Config.in
r3582 r3756 12 12 shell good for interactive and especially script use. It has 13 13 UTF-8 support in the emacs command line editing mode; corres- 14 ponds to OpenBSD 4. 2-current ksh sansGNU bash-like $PS1; the14 ponds to OpenBSD 4.3-beta ksh without GNU bash-like $PS1; the 15 15 build environment requirements are autoconfigured; throughout 16 16 code simplification/bugfix/enhancement has been done, and the branches/freewrt_1_0/package/mksh/Makefile
r3720 r3756 8 8 9 9 PKG_NAME= mksh 10 PKG_VERSION= 33. 310 PKG_VERSION= 33.4 11 11 PKG_RELEASE= 1 12 PKG_SOURCE= ${PKG_NAME}-R33 c.cpio.gz13 PKG_MD5SUM= f6c9a62aec8ad195f3db73a2ed2665e212 PKG_SOURCE= ${PKG_NAME}-R33d.cpio.gz 13 PKG_MD5SUM= 8ad2547ad55dc3a02b13554ab9b5c9c8 14 14 15 15 PKG_SOURCE_URL= http://www.mirbsd.org/MirOS/dist/mir/mksh/ branches/freewrt_1_0/package/mksh/ipkg/mksh.control
r102 r3756 2 2 Priority: optional 3 3 Section: misc 4 Maintainer: Thorsten Glaser <tg@freewrt.org> 4 5 Description: MirBSD enhanced version of the Korn Shell


