From 29156b606bd165c3a54d2bc44813250973b89db3 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Wed, 16 Nov 2005 17:44:36 +0000 Subject: [PATCH] nedit-bin: initial import --- nedit-bin/.footprint | 8 ++++++++ nedit-bin/.md5sum | 1 + nedit-bin/Pkgfile | 18 ++++++++++++++++++ nedit-bin/README | 10 ++++++++++ 4 files changed, 37 insertions(+) create mode 100644 nedit-bin/.footprint create mode 100644 nedit-bin/.md5sum create mode 100644 nedit-bin/Pkgfile create mode 100644 nedit-bin/README diff --git a/nedit-bin/.footprint b/nedit-bin/.footprint new file mode 100644 index 000000000..84ee6febb --- /dev/null +++ b/nedit-bin/.footprint @@ -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 diff --git a/nedit-bin/.md5sum b/nedit-bin/.md5sum new file mode 100644 index 000000000..cc36027ab --- /dev/null +++ b/nedit-bin/.md5sum @@ -0,0 +1 @@ +e029a2ebad90cc600e3f479541dc04f8 nedit-5.5-Linux-x86.tar.bz2 diff --git a/nedit-bin/Pkgfile b/nedit-bin/Pkgfile new file mode 100644 index 000000000..2e79dc296 --- /dev/null +++ b/nedit-bin/Pkgfile @@ -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 +} diff --git a/nedit-bin/README b/nedit-bin/README new file mode 100644 index 000000000..4f5a53bdc --- /dev/null +++ b/nedit-bin/README @@ -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)