diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 15:26:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 15:26:19 +0000 |
commit | d3f74e5683f3a20997e536222a851e22e824bc90 (patch) | |
tree | 969978c1e7bc4d827bc67ef0faae0a8c880ae108 /editors/vim6+ruby | |
parent | bcb845736ef19c79aa0962e337cb88d5b9df0717 (diff) |
Add vim6+ruby, Vi IMproved version 6 with embedded Ruby interpreter.
Notes
Notes:
svn path=/head/; revision=33147
Diffstat (limited to 'editors/vim6+ruby')
-rw-r--r-- | editors/vim6+ruby/Makefile | 37 | ||||
-rw-r--r-- | editors/vim6+ruby/pkg-comment | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile new file mode 100644 index 000000000000..089f735d8e42 --- /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 000000000000..3eb91c07c18b --- /dev/null +++ b/editors/vim6+ruby/pkg-comment @@ -0,0 +1 @@ +Vi IMproved version 6 with embedded Ruby interpreter |