nedit-bin: initial import

This commit is contained in:
Simone Rota 2005-11-16 17:44:36 +00:00
parent 86b9e9ec7f
commit 29156b606b
4 changed files with 37 additions and 0 deletions

8
nedit-bin/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/nc
-r-xr-xr-x root/root usr/bin/nedit
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nc.man.gz
-rw-r--r-- root/root usr/man/man1/nedit.man.gz

1
nedit-bin/.md5sum Normal file
View File

@ -0,0 +1 @@
e029a2ebad90cc600e3f479541dc04f8 nedit-5.5-Linux-x86.tar.bz2

18
nedit-bin/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: X11 Editor (binary version)
# URL: http://www.nedit.org
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Simone Rota, sip at varlock dot com
# Depends on: x11
name=nedit-bin
version=5.5
release=1
source=(ftp://nl.nedit.org/pub/NEdit/v5_5/executables/nedit-$version-Linux-x86.tar.bz2)
build(){
cd nedit-$version-Linux-x86
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
cp *.man $PKG/usr/man/man1
cp {nedit,nc} $PKG/usr/bin
}

10
nedit-bin/README Normal file
View File

@ -0,0 +1,10 @@
This is the binary port for nedit,
statically linked with the motif toolkit.
I prefer this one both for aesthtical reasons, see
http://www.nr.no/~joachim/nedit_looks.html
and because in some low-end machine it's
good to have a standalone X11 editor available without
to install other libs (lesstif in case of the
nedit source port)