diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-01 07:30:41 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-01 07:30:41 +0000 |
commit | b1f655fbd6d231c3596ab72eecc83539bcf6319e (patch) | |
tree | 4f2e62cdfbfd7eca29c7d27a1f785e7beefa5fbc | |
parent | 011bd56aa26fe905f7be8aac4ad236836d50e412 (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-game/Makefile | 30 | ||||
-rw-r--r-- | devel/ruby-game/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby-game/pkg-descr | 6 | ||||
-rw-r--r-- | devel/ruby-game/pkg-plist | 12 | ||||
-rw-r--r-- | devel/rubygem-rubygame/Makefile | 30 | ||||
-rw-r--r-- | devel/rubygem-rubygame/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-rubygame/pkg-descr | 6 | ||||
-rw-r--r-- | devel/rubygem-rubygame/pkg-plist | 12 |
9 files changed, 103 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9f09bc7c5e84..33ed27c84ac3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1652,6 +1652,7 @@ SUBDIR += ruby-filelock SUBDIR += ruby-filemagic SUBDIR += ruby-flexmock + SUBDIR += ruby-game SUBDIR += ruby-gconf2 SUBDIR += ruby-gemfinder SUBDIR += ruby-gems diff --git a/devel/ruby-game/Makefile b/devel/ruby-game/Makefile new file mode 100644 index 000000000000..61311acab3dc --- /dev/null +++ b/devel/ruby-game/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ruby-game +# Date created: 9 June 2006 +# Whom: ws +# +# $FreeBSD$ +# + +PORTNAME= game +PORTVERSION= 1.1.0 +CATEGORIES= devel ruby +MASTER_SITES= http://rubygame.seul.org/files/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= walkingshadow@grummel.net +COMMENT= A game-development extension and library for the ruby language + +USE_SDL= gfx image ttf +USE_RUBY= yes +USE_BZIP2= yes +USE_RUBY_SETUP= yes + +.include <bsd.port.pre.mk> + +do-patch: + ${REINPLACE_CMD} 's|"sdl-config"|"${SDL_CONFIG}"|' \ + ${WRKSRC}/ext/rubygame/extconf.rb + +.include <bsd.port.post.mk> diff --git a/devel/ruby-game/distinfo b/devel/ruby-game/distinfo new file mode 100644 index 000000000000..c5ac166e6843 --- /dev/null +++ b/devel/ruby-game/distinfo @@ -0,0 +1,3 @@ +MD5 (ruby/rubygame-1.1.0.tar.bz2) = b63c37a71dbcee9c179859148e330bcb +SHA256 (ruby/rubygame-1.1.0.tar.bz2) = c17b21ea69b34e871b895165409ac8d1abeea39fb7ff99b268a75f31157b6bad +SIZE (ruby/rubygame-1.1.0.tar.bz2) = 151706 diff --git a/devel/ruby-game/pkg-descr b/devel/ruby-game/pkg-descr new file mode 100644 index 000000000000..fed20e859233 --- /dev/null +++ b/devel/ruby-game/pkg-descr @@ -0,0 +1,6 @@ +Rubygame is a game-development extension and library for the ruby +language, with similarities to pygame. The purpose of rubygame is +make the creation of games in the ruby language simple, easy, and +fun, without limiting flexibility. + +WWW: http://rubygame.seul.org/ diff --git a/devel/ruby-game/pkg-plist b/devel/ruby-game/pkg-plist new file mode 100644 index 000000000000..924b2dd5ccce --- /dev/null +++ b/devel/ruby-game/pkg-plist @@ -0,0 +1,12 @@ +%%RUBY_SITEARCHLIBDIR%%/rubygame.so +%%RUBY_SITELIBDIR%%/rubygame.rb +%%RUBY_SITELIBDIR%%/rubygame/clock.rb +%%RUBY_SITELIBDIR%%/rubygame/constants.rb +%%RUBY_SITELIBDIR%%/rubygame/event.rb +%%RUBY_SITELIBDIR%%/rubygame/keyconstants.rb +%%RUBY_SITELIBDIR%%/rubygame/queue.rb +%%RUBY_SITELIBDIR%%/rubygame/rect.rb +%%RUBY_SITELIBDIR%%/rubygame/sfont.rb +%%RUBY_SITELIBDIR%%/rubygame/sprite.rb +%%RUBY_SITELIBDIR%%/rubygame/string.rb +@dirrm %%RUBY_SITELIBDIR%%/rubygame diff --git a/devel/rubygem-rubygame/Makefile b/devel/rubygem-rubygame/Makefile new file mode 100644 index 000000000000..61311acab3dc --- /dev/null +++ b/devel/rubygem-rubygame/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ruby-game +# Date created: 9 June 2006 +# Whom: ws +# +# $FreeBSD$ +# + +PORTNAME= game +PORTVERSION= 1.1.0 +CATEGORIES= devel ruby +MASTER_SITES= http://rubygame.seul.org/files/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= walkingshadow@grummel.net +COMMENT= A game-development extension and library for the ruby language + +USE_SDL= gfx image ttf +USE_RUBY= yes +USE_BZIP2= yes +USE_RUBY_SETUP= yes + +.include <bsd.port.pre.mk> + +do-patch: + ${REINPLACE_CMD} 's|"sdl-config"|"${SDL_CONFIG}"|' \ + ${WRKSRC}/ext/rubygame/extconf.rb + +.include <bsd.port.post.mk> diff --git a/devel/rubygem-rubygame/distinfo b/devel/rubygem-rubygame/distinfo new file mode 100644 index 000000000000..c5ac166e6843 --- /dev/null +++ b/devel/rubygem-rubygame/distinfo @@ -0,0 +1,3 @@ +MD5 (ruby/rubygame-1.1.0.tar.bz2) = b63c37a71dbcee9c179859148e330bcb +SHA256 (ruby/rubygame-1.1.0.tar.bz2) = c17b21ea69b34e871b895165409ac8d1abeea39fb7ff99b268a75f31157b6bad +SIZE (ruby/rubygame-1.1.0.tar.bz2) = 151706 diff --git a/devel/rubygem-rubygame/pkg-descr b/devel/rubygem-rubygame/pkg-descr new file mode 100644 index 000000000000..fed20e859233 --- /dev/null +++ b/devel/rubygem-rubygame/pkg-descr @@ -0,0 +1,6 @@ +Rubygame is a game-development extension and library for the ruby +language, with similarities to pygame. The purpose of rubygame is +make the creation of games in the ruby language simple, easy, and +fun, without limiting flexibility. + +WWW: http://rubygame.seul.org/ diff --git a/devel/rubygem-rubygame/pkg-plist b/devel/rubygem-rubygame/pkg-plist new file mode 100644 index 000000000000..924b2dd5ccce --- /dev/null +++ b/devel/rubygem-rubygame/pkg-plist @@ -0,0 +1,12 @@ +%%RUBY_SITEARCHLIBDIR%%/rubygame.so +%%RUBY_SITELIBDIR%%/rubygame.rb +%%RUBY_SITELIBDIR%%/rubygame/clock.rb +%%RUBY_SITELIBDIR%%/rubygame/constants.rb +%%RUBY_SITELIBDIR%%/rubygame/event.rb +%%RUBY_SITELIBDIR%%/rubygame/keyconstants.rb +%%RUBY_SITELIBDIR%%/rubygame/queue.rb +%%RUBY_SITELIBDIR%%/rubygame/rect.rb +%%RUBY_SITELIBDIR%%/rubygame/sfont.rb +%%RUBY_SITELIBDIR%%/rubygame/sprite.rb +%%RUBY_SITELIBDIR%%/rubygame/string.rb +@dirrm %%RUBY_SITELIBDIR%%/rubygame |