diff options
author | mspo <mspo@pkgsrc.org> | 2013-03-21 00:29:04 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2013-03-21 00:29:04 +0000 |
commit | aa3a36e44ee81774e867364a0e72f8f3bb6326f2 (patch) | |
tree | 1663991f371b5f3b9330c62fcda43c5171179417 /editors | |
parent | e5a98bd70571537a149b7fed9dee388f052cff91 (diff) | |
download | pkgsrc-aa3a36e44ee81774e867364a0e72f8f3bb6326f2.tar.gz |
remove sandy editor because it is the freeze
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/sandy/DESCR | 4 | ||||
-rw-r--r-- | editors/sandy/Makefile | 23 | ||||
-rw-r--r-- | editors/sandy/PLIST | 3 | ||||
-rw-r--r-- | editors/sandy/distinfo | 5 | ||||
-rw-r--r-- | editors/vim/Makefile | 5 |
6 files changed, 4 insertions, 39 deletions
diff --git a/editors/Makefile b/editors/Makefile index 4e11b37bf9b..e33c4204879 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2013/03/21 00:13:45 mspo Exp $ +# $NetBSD: Makefile,v 1.163 2013/03/21 00:29:04 mspo Exp $ # COMMENT= Editors @@ -114,7 +114,6 @@ SUBDIR+= poedit SUBDIR+= qgoogletranslator SUBDIR+= rox-edit SUBDIR+= sam -SUBDIR+= sandy SUBDIR+= scite SUBDIR+= se SUBDIR+= speedbar diff --git a/editors/sandy/DESCR b/editors/sandy/DESCR deleted file mode 100644 index 06e6e52ccbc..00000000000 --- a/editors/sandy/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Sandy is an ncurses text editor with an easy-to-read, hackable C source. Sandy -tries to maximize screen estate, minimize the SLOC used and not get in your way -too much. It can somehow be controlled using a named pipe that lives in /tmp and -all preferences and keybindings are to be chosen at compile time. diff --git a/editors/sandy/Makefile b/editors/sandy/Makefile deleted file mode 100644 index 6f2519c6e65..00000000000 --- a/editors/sandy/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2013/03/21 00:11:06 mspo Exp $ -# - -DISTNAME= sandy-0.4 -CATEGORIES= editors -MASTER_SITES= http://git.suckless.org/sandy/snapshot/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://tools.suckless.org/sandy -COMMENT= Sandy is an ncurses text editor -LICENSE= mit - -SUBST_CLASSES= fix-paths -SUBST_STAGE.fix-paths= pre-configure -SUBST_MESSAGE.fix-paths= Fixing absolute paths. -SUBST_FILES.fix-paths= config.mk -SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g' -SUBST_SED.fix-paths+= -e 's,/usr/include,${BUILDLINK_PREFIX.ncursesw}/include,g' -SUBST_SED.fix-paths+= -e 's,/usr/lib,${BUILDLINK_PREFIX.ncursesw}/lib -Wl\,-R${BUILDLINK_PREFIX.ncursesw}/lib,g' -SUBST_SED.fix-paths+= -e 's,share/man,man,g' - -.include "../../devel/ncursesw/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/editors/sandy/PLIST b/editors/sandy/PLIST deleted file mode 100644 index 1175b0b6da4..00000000000 --- a/editors/sandy/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2013/03/21 00:11:06 mspo Exp $ -bin/sandy -man/man1/sandy.1 diff --git a/editors/sandy/distinfo b/editors/sandy/distinfo deleted file mode 100644 index 124f9046e90..00000000000 --- a/editors/sandy/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2013/03/21 00:11:06 mspo Exp $ - -SHA1 (sandy-0.4.tar.gz) = 51786f52aa6efce9f03f31ecdc5f83e1e52a4041 -RMD160 (sandy-0.4.tar.gz) = f975cfb4eee15869916b6c88665d1585813f1f9f -Size (sandy-0.4.tar.gz) = 19243 bytes diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c91e56fbb40..77ba06a819e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2012/10/03 11:43:46 asau Exp $ +# $NetBSD: Makefile,v 1.73 2013/03/21 00:29:05 mspo Exp $ PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} @@ -26,5 +26,6 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../mk/termcap.buildlink3.mk" +#.include "../../mk/termcap.buildlink3.mk" +.include "../../devel/ncursesw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |