diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 15:26:19 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 15:26:19 +0000 |
commit | f3898ad2f6a47374532260b94b88a10197692d82 (patch) | |
tree | 2ad5849ccc0016bdec18077cfaa3588e5779d6d6 /editors | |
parent | 267b9e7e4dffc6f01b65972440a55302d37788b2 (diff) | |
download | FreeBSD-ports-f3898ad2f6a47374532260b94b88a10197692d82.zip FreeBSD-ports-f3898ad2f6a47374532260b94b88a10197692d82.tar.gz |
Add vim6+ruby, Vi IMproved version 6 with embedded Ruby interpreter.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/vim6+ruby/Makefile | 37 | ||||
-rw-r--r-- | editors/vim6+ruby/pkg-comment | 1 |
3 files changed, 39 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 8518948..78245f3e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -100,6 +100,7 @@ SUBDIR += vim-lite SUBDIR += vim5 SUBDIR += vim6 + SUBDIR += vim6+ruby SUBDIR += wemi-emacs SUBDIR += wemi-emacs-current SUBDIR += wemi-emacs20 diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile new file mode 100644 index 0000000..089f735 --- /dev/null +++ b/editors/vim6+ruby/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: VIM6 with embedded Ruby interpreter +# Date created: 22 Sep 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../vim6 + +CATEGORIES= editors ruby +PKGNAMESUFFIX= +ruby +PATCH_SITES= http://www.ruby-lang.org/~shugo/vim-ruby/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-if_ruby-2.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= knu@FreeBSD.org + +FILESDIR= ${.CURDIR}/files +COMMENT= ${.CURDIR}/pkg/COMMENT + +USE_RUBY= yes + +USE_AUTOCONF= yes +MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}" + +post-install: add-plist + +add-plist: + ( \ + ${ECHO} "/if_python.txt$$/"; \ + ${ECHO} "t"; \ + ${ECHO} "s/python/ruby/"; \ + ${ECHO} "w"; \ + ${ECHO} "q"; \ + ) | ed ${TMPPLIST} + +.include "${MASTERDIR}/Makefile" diff --git a/editors/vim6+ruby/pkg-comment b/editors/vim6+ruby/pkg-comment new file mode 100644 index 0000000..3eb91c0 --- /dev/null +++ b/editors/vim6+ruby/pkg-comment @@ -0,0 +1 @@ +Vi IMproved version 6 with embedded Ruby interpreter |