You are not logged in.

#1 2004-05-02 14:03:15

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

[editors: text editors] jed -> slang

jed is an fast console editor I always liked and used back in the SlackWare days tongue

Slang

# Contributor: Nikos Kouremenos <nk@ebox.gr>

pkgname=slang
pkgver=1.4.9
pkgrel=1
pkgdesc="S-Lang is a multi-platform programmer's library designed to allow a dev
eloper to create robust multi-platform software."
depends=(gcc autoconf)
md5sums=('4fbb1a7f1257e065ca830deefe13d350')
url="http://www.s-lang.org/"
source=(ftp://space.mit.edu/pub/davis/jed/v0.99/slang-1.4.9.tar.bz2)


build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

URL: ftp://ftp.archlinux.org/incoming/slang-1.4.9-1.tar.bz2

JED

# Contributor: Nikos Kouremenos <nk@ebox.gr>

pkgname=jed
pkgver=0.99
pkgrel=1
pkgdesc="JED is a powerful editor designed for use by programmers, its drop-down
 menu facility make it one of the friendliest text editors around. Hence it is i
deal for composing simple email messages as well as editing complex programs in 
a variety of computer languages."
depends=(slang)
md5sums=('c2bcd89c92a120559865a539c2705999')
url="http://www.jedsoft.org/jed/"
source=( ftp://space.mit.edu/pub/davis/jed/v0.99/$pkgname-0.99-16.tar.bz2)


build() {
  cd $startdir/src/$pkgname-0.99-16
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

URL: ftp://ftp.archlinux.org/incoming/jed-0.99-1.tar.bz2

enjoy. this is a very and fast console editor that SlackWare provides in CD. Hope a maintainer is interested or at least archers would be happy to use it smile

Offline

Board footer

Powered by FluxBB