# HG changeset patch # User Hans-G?nter Theisgen # Date 1645373674 -3600 # Node ID 47514fe128b6535420859be51941491906cda7c7 # Parent 26ddfb7b3611c14cef6d7a0c876348384841b894 updated ed (1.15 -> 1.18) diff -r 26ddfb7b3611 -r 47514fe128b6 ed/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ed/description.txt Sun Feb 20 17:14:34 2022 +0100 @@ -0,0 +1,7 @@ +GNU ed is a line-oriented text editor. +It is used to create, display, modify and otherwise manipulate text files, +both interactively and via shell scripts. +A restricted version of ed, red, can only edit files in the current directory +and cannot execute shell commands. +Ed is the 'standard' text editor in the sense that it is the original editor +for Unix, and thus widely available. diff -r 26ddfb7b3611 -r 47514fe128b6 ed/receipt --- a/ed/receipt Sun Feb 20 16:37:53 2022 +0100 +++ b/ed/receipt Sun Feb 20 17:14:34 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ed" -VERSION="1.15" +VERSION="1.18" CATEGORY="development" SHORT_DESC="A line-oriented text editor." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,11 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.lz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -HOST_ARCH="i486 arm" - DEPENDS="" BUILD_DEPENDS="lzip" +HOST_ARCH="i486 arm" + # What is the latest version available today? current_version() { @@ -35,5 +35,5 @@ genpkg_rules() { mkdir $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }