- Add subversion-ruby, a slave port to install subversion ruby bindings.

PR:		ports/82950
Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
This commit is contained in:
Florent Thoumie 2005-11-30 16:03:14 +00:00
parent c08cae5337
commit 74c3701c51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150059
5 changed files with 51 additions and 0 deletions

View File

@ -1580,6 +1580,7 @@
SUBDIR += subversion
SUBDIR += subversion-perl
SUBDIR += subversion-python
SUBDIR += subversion-ruby
SUBDIR += sunterlib
SUBDIR += svk
SUBDIR += swig11

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: subversion-ruby
# Date Created: 4 July 2005
# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ruby
MAINTAINER= don@na.rim.or.jp
COMMENT= Version control system with Ruby bindings
MASTERDIR= ${.CURDIR}/../../devel/subversion
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
WITH_RUBY= yes
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,6 @@
Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
This slave port adds Ruby bindings to Subversion.
WWW: http://subversion.tigris.org/

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: subversion-ruby
# Date Created: 4 July 2005
# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ruby
MAINTAINER= don@na.rim.or.jp
COMMENT= Version control system with Ruby bindings
MASTERDIR= ${.CURDIR}/../../devel/subversion
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
WITH_RUBY= yes
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,6 @@
Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
This slave port adds Ruby bindings to Subversion.
WWW: http://subversion.tigris.org/