Date: Tue, 11 Feb 2014 21:48:27 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343823 - in head/devel/ruby-sdl: . files Message-ID: <201402112148.s1BLmRSV002092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Tue Feb 11 21:48:27 2014 New Revision: 343823 URL: http://svnweb.freebsd.org/changeset/ports/343823 QAT: https://qat.redports.org/buildarchive/r343823/ Log: - Bump PORTREVISION for dependency change - Remove dependency for japanese/libskk - Add dependency for multimedia/smpeg - Remove obsolete patch, changed by Upstream - Change pkg-descr Reported by: Ippei Obayashi <ohai@kmc.gr.jp> (Upstream) Deleted: head/devel/ruby-sdl/files/ Modified: head/devel/ruby-sdl/Makefile head/devel/ruby-sdl/pkg-descr (contents, props changed) Modified: head/devel/ruby-sdl/Makefile ============================================================================== --- head/devel/ruby-sdl/Makefile Tue Feb 11 21:46:44 2014 (r343822) +++ head/devel/ruby-sdl/Makefile Tue Feb 11 21:48:27 2014 (r343823) @@ -3,6 +3,7 @@ PORTNAME= sdl PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= devel graphics audio ruby MASTER_SITES= RUBYFORGE/ruby${PORTNAME}/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,8 +16,8 @@ COMMENT= Ruby extension library to use S LICENSE= LGPL21 LIB_DEPENDS= libSGE.so:${PORTSDIR}/devel/sdl_sge \ - libskk.so:${PORTSDIR}/japanese/libskk \ - libSDLSKK.so.2.0:${PORTSDIR}/devel/sdlskk + libSDLSKK.so.2.0:${PORTSDIR}/devel/sdlskk \ + libsmpeg.so:${PORTSDIR}/multimedia/smpeg RUBY_OPENGL_PORTDIR= ${PORTSDIR}/graphics/ruby-opengl RUBY_OPENGL_WRKSRC_CMD= cd ${RUBY_OPENGL_PORTDIR}; ${MAKE} -V WRKSRC Modified: head/devel/ruby-sdl/pkg-descr ============================================================================== --- head/devel/ruby-sdl/pkg-descr Tue Feb 11 21:46:44 2014 (r343822) +++ head/devel/ruby-sdl/pkg-descr Tue Feb 11 21:48:27 2014 (r343823) @@ -1,4 +1,17 @@ Ruby/SDL is a Ruby extension library to use SDL library. -Currently 3D features are unsupported. + +Ruby/SDL has following functions. + + Fast 2D graphics drawing. + Input from keyboard, mouse, joystick. + CD playback. + Sound Playback with SDL_mixer + TTF (TrueType Font) drawing with SDL_TTF + Load image files, supporting BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, + TGA formats with SDL_image + mpeg playback with SMPGE + Japanese string input with SDLSKK + 3D graphics drawing with OpenGL Interface + bdf font drawing with SDL_kanji WWW: http://www.kmc.gr.jp/~ohai/rubysdl.en.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402112148.s1BLmRSV002092>