Changeset f1c24f0 in freewrt


Ignore:
Timestamp:
Feb 4, 2007, 2:58:02 AM (19 years ago)
Author:
Ralph Paßgang <tha@…>
Children:
1ecc6fa
Parents:
8e62bd6
Message:
  • updated nano to latest version (2.0.3)
    • the new upstream version fixes a segfault, when ctrl+z for suspending is pressed.
  • enabled the "nanorc" feature, so that users can store their personal nano setting in ~/.nanorc or globally in /etc/nanorc.
  • shipping a default nanorc which enables suspending (it was enabled by default in the old version)
  • fixed a type in Config.in

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1851 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/nano
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/nano/Config.in

    r8e62bd6 rf1c24f0  
    55        select FWRT_PACKAGE_LIBNCURSES
    66        help
    7           GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor..
     7          GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.
    88         
    99          http://www.nano-editor.org/
  • package/nano/Makefile

    r8e62bd6 rf1c24f0  
    88
    99PKG_NAME:=              nano
    10 PKG_VERSION:=           1.3.8
     10PKG_VERSION:=           2.0.3
    1111PKG_RELEASE:=           1
    12 PKG_MD5SUM:=            20633397bf5d462255f37dfcc7cad4e7
    13 PKG_SOURCE_URL:=        http://www.ewtoo.org/~astyanax/nano/dist/v1.3 \
    14                         http://www.nano-editor.org/dist/v1.3
     12PKG_MD5SUM:=            b8e2c1450b36d21f9a82509da3e4d9b1
     13PKG_SOURCE_URL:=        http://www.nano-editor.org/dist/v2.0
    1514
    1615include ${TOPDIR}/mk/package.mk
     
    2120CONFIGURE_ENV+=         ac_cv_header_regex_h=no
    2221CONFIGURE_ARGS+=        --enable-tiny \
     22                        --enable-nanorc \
    2323                        --disable-glibtest \
    2424                        --disable-utf8 \
     
    3030        ${INSTALL_DIR} ${IDIR_NANO}/usr/bin
    3131        ${INSTALL_BIN} ${WRKINST}/usr/bin/nano ${IDIR_NANO}/usr/bin/
     32        ${INSTALL_DIR} ${IDIR_NANO}/etc
     33        $(INSTALL_DATA) ./files/nanorc ${IDIR_NANO}/etc/
    3234
    3335include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.