sandy is the editor from suckless.org
sandy is a simple ncurses text editor. it has emacs-esque keybindings
This commit is contained in:
parent
c6b30f6316
commit
3bba0ab3f1
4 changed files with 35 additions and 0 deletions
4
editors/sandy/DESCR
Normal file
4
editors/sandy/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
23
editors/sandy/Makefile
Normal file
23
editors/sandy/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $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"
|
3
editors/sandy/PLIST
Normal file
3
editors/sandy/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/03/21 00:11:06 mspo Exp $
|
||||
bin/sandy
|
||||
man/man1/sandy.1
|
5
editors/sandy/distinfo
Normal file
5
editors/sandy/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$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
|
Loading…
Reference in a new issue