aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-sdl-ffi
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 21:54:40 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 21:54:40 +0000
commit80074145d8f05856e7142b6f7dde7017a41fa1d0 (patch)
tree92851d645af3bfbbbc8153804c0eea690b7a86d2 /devel/rubygem-ruby-sdl-ffi
parent90d4d9e18147c728ef21651732ceed2e48ef1c38 (diff)
downloadports-80074145d8f05856e7142b6f7dde7017a41fa1d0.tar.gz
ports-80074145d8f05856e7142b6f7dde7017a41fa1d0.zip
Ruby-SDL-FFI is a low-level binding to SDL and related libraries using
Ruby-FFI. It provides very basic access to SDL from Ruby without the need for a compiled C wrapper. It aims to be platform and Ruby implementation independent. WWW: http://rubygems.org/gems/ruby-sdl-ffi PR: ports/146730 Submitted by: Christoph Kick
Notes
Notes: svn path=/head/; revision=255002
Diffstat (limited to 'devel/rubygem-ruby-sdl-ffi')
-rw-r--r--devel/rubygem-ruby-sdl-ffi/Makefile24
-rw-r--r--devel/rubygem-ruby-sdl-ffi/distinfo3
-rw-r--r--devel/rubygem-ruby-sdl-ffi/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/rubygem-ruby-sdl-ffi/Makefile b/devel/rubygem-ruby-sdl-ffi/Makefile
new file mode 100644
index 000000000000..368e79fd59b2
--- /dev/null
+++ b/devel/rubygem-ruby-sdl-ffi/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rubygem-ruby-sdl-ffi
+# Date created: 28 April 2010
+# Whom: Christoph Kick
+#
+# $FreeBSD$
+#
+
+PORTNAME= ruby-sdl-ffi
+PORTVERSION= 0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RF
+MASTER_SITE_SUBDIR= rubygame
+
+MAINTAINER= kick.christoph@googlemail.com
+COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI
+
+BUILD_DEPENDS= rubygem-nice-ffi>=0.3:${PORTSDIR}/devel/rubygem-nice-ffi
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-ruby-sdl-ffi/distinfo b/devel/rubygem-ruby-sdl-ffi/distinfo
new file mode 100644
index 000000000000..3d170df0bdf8
--- /dev/null
+++ b/devel/rubygem-ruby-sdl-ffi/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/ruby-sdl-ffi-0.2.gem) = 6e4ee5f537b723cfe08d3ecebb75a8c3
+SHA256 (rubygem/ruby-sdl-ffi-0.2.gem) = 7af46b614f1bdf2d53297feb9f4b107e374974b283ebefce319ed1f86330ddcc
+SIZE (rubygem/ruby-sdl-ffi-0.2.gem) = 29184
diff --git a/devel/rubygem-ruby-sdl-ffi/pkg-descr b/devel/rubygem-ruby-sdl-ffi/pkg-descr
new file mode 100644
index 000000000000..25b627314530
--- /dev/null
+++ b/devel/rubygem-ruby-sdl-ffi/pkg-descr
@@ -0,0 +1,6 @@
+Ruby-SDL-FFI is a low-level binding to SDL and related libraries using
+Ruby-FFI. It provides very basic access to SDL from Ruby without the
+need for a compiled C wrapper. It aims to be platform and Ruby
+implementation independent.
+
+WWW: http://rubygems.org/gems/ruby-sdl-ffi