1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add ruby-freedb, a Ruby library that provides access to Freedb/CDDB

servers.
This commit is contained in:
Akinori MUSHA 2002-01-16 11:35:24 +00:00
parent cfc59d3e38
commit 6968a99e67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53157
6 changed files with 53 additions and 0 deletions

View File

@ -181,6 +181,7 @@
SUBDIR += rplay
SUBDIR += rsynth
SUBDIR += ruby-audiofile
SUBDIR += ruby-freedb
SUBDIR += ruby-mp3tag
SUBDIR += ruby-qt2sound
SUBDIR += s3mod

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: Ruby/Freedb
# Date created: 16 January 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= freedb
PORTVERSION= 0.1
CATEGORIES= audio net ruby
MASTER_SITES= http://davedd.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README
EXAMPLES= test.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endfor
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/ruby-freedb-0.1.tar.gz) = 40ed1131ec92769a3504b1a249923f44

View File

@ -0,0 +1 @@
A Ruby library that provides access to Freedb/CDDB servers

View File

@ -0,0 +1,6 @@
Ruby/Freedb is a library that provides access to Freedb/CDDB servers
to find some useful CD-Audio informations (CD-title, tracks titles).
This library includes low-level functions to access CD-ROM device.
Author: Guillaume Pierronnet <moumar@netcourrier.com>
WWW: http://davedd.free.fr/ruby-freedb/

View File

@ -0,0 +1,5 @@
%%RUBY_SITEARCHLIBDIR%%/Freedb.so
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/freedb/test.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/freedb
%%PORTDOCS%%%%RUBY_DOCDIR%%/freedb/README
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/freedb