Date: Sun, 18 Jan 2009 13:37:50 GMT From: TOMIDA@FreeBSD.org, Hiroaki <t.hiroaki.209@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130686: New port: audio/ruby-taglib - ruby library wrapping the Taglib library Message-ID: <200901181337.n0IDboGf077967@www.freebsd.org> Resent-Message-ID: <200901181340.n0IDe1Gi010331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130686 >Category: ports >Synopsis: New port: audio/ruby-taglib - ruby library wrapping the Taglib library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 18 13:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TOMIDA, Hiroaki >Release: FreeBSD 8.0-CURRENT i386 >Organization: Kikumimi.,Co,ltd >Environment: FreeBSD aquarius.localhost 8.0-CURRENT FreeBSD 8.0-CURRENT #20: Tue Jan 13 17:01:26 JST 2009 root@aquarius.localhost:/usr/obj/usr/src/sys/Aquarius i386 >Description: Ruby-taglib is a ruby library wrapping the Taglib library, simple dl-based wrapper of Taglib's C library. It's short and sweet, because the C API is written by someone who knows how to use OO programming, and Ruby with dl just makes it all too easy to wrap such a library. Author: Neil Stevens <neil@hakubi.us> WWW: http://www.hakubi.us/ruby-taglib/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: Ruby/Taglib X# Date created: 18 Jan 2009 X# Whom: TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= taglib XPORTVERSION= 1.1 XCATEGORIES= audio ruby XMASTER_SITES= http://www.hakubi.us/ruby-taglib/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDIST_SUBDIR= ruby XDISTNAME= ruby-taglib-${PORTVERSION} XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com> XCOMMENT= A Ruby library wrapping the Taglib library. XUSE_RUBY= yes X XLIB_DEPENDS= tag:${PORTSDIR}/audio/taglib X XRUBY_RD_FILES= taglib.rb X XNO_BUILD= yes X XDOCS= README X Xdo-install: X ${MKDIR} ${RUBY_SITELIBDIR}/ X ${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${RUBY_SITELIBDIR}/ X.if !defined(NOPORTDOCS) X ${MKDIR} ${RUBY_MODDOCDIR} X ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/ X.endif X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (ruby/ruby-taglib-1.1.tar.bz2) = 462d2717c912251b6d9693e0ac40c08f XSHA256 (ruby/ruby-taglib-1.1.tar.bz2) = 0f69a72cdcf030453185c9b87297df9788e956bf63e1f3075f74e7625e9be910 XSIZE (ruby/ruby-taglib-1.1.tar.bz2) = 9892 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XRuby-taglib is a ruby library wrapping the Taglib library, Xsimple dl-based wrapper of Taglib's C library. XIt's short and sweet, because the C API is written by someone who knows Xhow to use OO programming, and Ruby with dl just makes it all too easy Xto wrap such a library. X XAuthor: Neil Stevens <neil@hakubi.us> XWWW: http://www.hakubi.us/ruby-taglib/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' X%%RUBY_SITELIBDIR%%/taglib.rb X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README X%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% X%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%% X@dirrmtry %%RUBY_SITELIBDIR%% X@dirrmtry lib/ruby/site_ruby X@dirrmtry lib/ruby 842cde48cf18b70a11b15515ca566742 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901181337.n0IDboGf077967>