initial import of elvis 2.1.4; ok espie@
elvis is a clone of the vi text editor, featuring various extensions.
This commit is contained in:
parent
762b9f63c8
commit
3a67160e6e
41
editors/elvis/Makefile
Normal file
41
editors/elvis/Makefile
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/20 13:30:56 naddy Exp $
|
||||||
|
|
||||||
|
DISTNAME= elvis-2.1_4
|
||||||
|
PKGNAME= ${DISTNAME:S/_/./}
|
||||||
|
CATEGORIES= editors
|
||||||
|
NEED_VERSION= 1.303
|
||||||
|
|
||||||
|
HOMEPAGE= http://www.fh-wedel.de/elvis/
|
||||||
|
|
||||||
|
MAINTAINER= naddy@openbsd.org
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
FLAVORS= no_x11
|
||||||
|
FLAVOR?=
|
||||||
|
|
||||||
|
MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \
|
||||||
|
ftp://ftp.fh-wedel.de/pub/elvis/
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= simple
|
||||||
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis
|
||||||
|
.if ${FLAVOR:L:Mno_x11}
|
||||||
|
CONFIGURE_ARGS+= --with-x=no
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --with-x --x-includes=${X11BASE}/include \
|
||||||
|
--x-libraries=${X11BASE}/lib
|
||||||
|
USE_X11= Yes
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
.for prog in elvis elvtags ref
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/${prog} ${PREFIX}/bin
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/lib/${prog}.man ${PREFIX}/man/man1/${prog}.1
|
||||||
|
.endfor
|
||||||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/elvis
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/elvis
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
editors/elvis/files/md5
Normal file
3
editors/elvis/files/md5
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (elvis-2.1_4.tar.gz) = b5a5040899bdc197e9ccc70a561a6676
|
||||||
|
RMD160 (elvis-2.1_4.tar.gz) = bf6ec1c036677a772f47697a4f7d781217e30b34
|
||||||
|
SHA1 (elvis-2.1_4.tar.gz) = 9dca9032e97e8bb50f3041c002d921b23fdb9d69
|
12
editors/elvis/patches/patch-Makefile_in
Normal file
12
editors/elvis/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2000/06/20 13:30:57 naddy Exp $
|
||||||
|
--- Makefile.in.orig Wed Oct 20 20:33:31 1999
|
||||||
|
+++ Makefile.in Tue Jun 20 15:18:51 2000
|
||||||
|
@@ -146,7 +146,7 @@ OBJ3= $(OSOBJS2) cut$(OBJ) draw$(OBJ) ev
|
||||||
|
OBJS= $(OBJ1) $(OBJ2) $(OBJ3)
|
||||||
|
REFOBJS=ref$(OBJ) tag$(OBJ) tagsrch$(OBJ) safe$(OBJ)
|
||||||
|
CTOBJS= ctags$(OBJ) tag$(OBJ) safe$(OBJ)
|
||||||
|
-CFLAGS= $(FLAGI)os$(OS)
|
||||||
|
+CFLAGS+=$(FLAGI)os$(OS)
|
||||||
|
EVERY= $(ALL) verify$(EXE) elvdump$(EXE) calc$(EXE)
|
||||||
|
SHELL= /bin/sh
|
||||||
|
|
1
editors/elvis/pkg/COMMENT
Normal file
1
editors/elvis/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
clone of the ex/vi text editor
|
5
editors/elvis/pkg/DESCR
Normal file
5
editors/elvis/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
elvis is a text editor. It is intended to be a modern replacement
|
||||||
|
for the classic ex/vi editor of unix fame. elvis supports many new
|
||||||
|
features, including multiple edit buffers, multiple windows, multiple
|
||||||
|
user interfaces, and a variety of display modes including plain
|
||||||
|
text, syntax highlighting, hex dump, HTML and man page formatter.
|
47
editors/elvis/pkg/PLIST
Normal file
47
editors/elvis/pkg/PLIST
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/20 13:30:56 naddy Exp $
|
||||||
|
bin/elvis
|
||||||
|
bin/elvtags
|
||||||
|
bin/ref
|
||||||
|
man/man1/elvis.1
|
||||||
|
man/man1/elvtags.1
|
||||||
|
man/man1/ref.1
|
||||||
|
share/elvis/ctags.man
|
||||||
|
share/elvis/doexec.txt
|
||||||
|
share/elvis/elvis.ali
|
||||||
|
share/elvis/elvis.arf
|
||||||
|
share/elvis/elvis.brf
|
||||||
|
share/elvis/elvis.bro
|
||||||
|
share/elvis/elvis.bwf
|
||||||
|
share/elvis/elvis.html
|
||||||
|
share/elvis/elvis.ini
|
||||||
|
share/elvis/elvis.lat
|
||||||
|
share/elvis/elvis.man
|
||||||
|
share/elvis/elvis.msg
|
||||||
|
share/elvis/elvis.pc8
|
||||||
|
share/elvis/elvis.ps
|
||||||
|
share/elvis/elvis.syn
|
||||||
|
share/elvis/elvis.x11
|
||||||
|
share/elvis/elviscut.html
|
||||||
|
share/elvis/elvisdm.html
|
||||||
|
share/elvis/elvisex.html
|
||||||
|
share/elvis/elvisexp.html
|
||||||
|
share/elvis/elvisgui.html
|
||||||
|
share/elvis/elvisinp.html
|
||||||
|
share/elvis/elvismsg.html
|
||||||
|
share/elvis/elvisnet.html
|
||||||
|
share/elvis/elvisopt.html
|
||||||
|
share/elvis/elvisos.html
|
||||||
|
share/elvis/elvisqr.html
|
||||||
|
share/elvis/elvisre.html
|
||||||
|
share/elvis/elvisses.html
|
||||||
|
share/elvis/elvistag.html
|
||||||
|
share/elvis/elvistip.html
|
||||||
|
share/elvis/elvistrs.msg
|
||||||
|
share/elvis/elvisvi.html
|
||||||
|
share/elvis/elvtags.man
|
||||||
|
share/elvis/fmt.man
|
||||||
|
share/elvis/howto.html
|
||||||
|
share/elvis/license
|
||||||
|
share/elvis/printdoc.bat
|
||||||
|
share/elvis/ref.man
|
||||||
|
@dirrm share/elvis
|
Loading…
Reference in New Issue
Block a user