ports/opt (2.3): nedit: dropped maintainership
commit 499f00184d4d03429525696d0d5e9bb4da3f5606 Author: Simone Rota <sip@crux.nu> Date: Mon Apr 16 13:30:42 2007 +0200 nedit: dropped maintainership diff --git a/nedit/.footprint b/nedit/.footprint deleted file mode 100644 index 1bdbf69..0000000 --- a/nedit/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/nc --rwxr-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.1.gz --rw-r--r-- root/root usr/man/man1/nedit.1.gz diff --git a/nedit/.md5sum b/nedit/.md5sum deleted file mode 100644 index 9d54ad6..0000000 --- a/nedit/.md5sum +++ /dev/null @@ -1 +0,0 @@ -48cb3dce52d44988f3a4d7c6f47b6bbe nedit-5.5-src.tar.bz2 diff --git a/nedit/Pkgfile b/nedit/Pkgfile deleted file mode 100644 index f19132d..0000000 --- a/nedit/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Packager: Eduardo Lopes, eduol at gmx dot net -# Maintainer: Simone Rota, sip at crux dot nu -# Description: A GUI text editor for programmers -# URL: http://nedit.org/ -# Depends on: lesstif - -name=nedit -version=5.5 -release=1 -source=(ftp://nl.nedit.org/pub/NEdit/v5_5/$name-$version-src.tar.bz2) - -build () { - cd $name-$version - sed -i "s|-O|$CFLAGS|" makefiles/Makefile.linux - sed -i 's/^CFLAGS=.*/& -DBUILD_UNTESTED_NEDIT/' makefiles/Makefile.linux - sed -i "/^LIBS=/s|-Wl,|-Wl,-L/usr/lib |" makefiles/Makefile.linux - echo "" | make linux - mkdir -p $PKG/usr/bin/ - mkdir -p $PKG/usr/man/man1 - cp source/nc source/nedit $PKG/usr/bin - cp doc/nc.man $PKG/usr/man/man1/nc.1 - cp doc/nedit.man $PKG/usr/man/man1/nedit.1 -}
participants (1)
-
crux@crux.nu