wok-current rev 24508
updated ed (1.15 -> 1.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 20 17:14:34 2022 +0100 (2022-02-20) |
parents | 26ddfb7b3611 |
children | 92ffb94dcac0 |
files | ed/description.txt ed/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ed/description.txt Sun Feb 20 17:14:34 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +GNU ed is a line-oriented text editor. 1.5 +It is used to create, display, modify and otherwise manipulate text files, 1.6 +both interactively and via shell scripts. 1.7 +A restricted version of ed, red, can only edit files in the current directory 1.8 +and cannot execute shell commands. 1.9 +Ed is the 'standard' text editor in the sense that it is the original editor 1.10 +for Unix, and thus widely available.
2.1 --- a/ed/receipt Sun Feb 20 16:37:53 2022 +0100 2.2 +++ b/ed/receipt Sun Feb 20 17:14:34 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ed" 2.7 -VERSION="1.15" 2.8 +VERSION="1.18" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A line-oriented text editor." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -11,11 +11,11 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.lz" 2.14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.15 2.16 -HOST_ARCH="i486 arm" 2.17 - 2.18 DEPENDS="" 2.19 BUILD_DEPENDS="lzip" 2.20 2.21 +HOST_ARCH="i486 arm" 2.22 + 2.23 # What is the latest version available today? 2.24 current_version() 2.25 { 2.26 @@ -35,5 +35,5 @@ 2.27 genpkg_rules() 2.28 { 2.29 mkdir $fs/usr 2.30 - cp -a $install/usr/bin $fs/usr 2.31 + cp -a $install/usr/bin $fs/usr 2.32 }