Importing databases/ruby-rrdtool version 1.4.5.
This package contains Ruby extension module for rrdtool (Round Robin Database Tools).
This commit is contained in:
parent
c0b72f7d7f
commit
e218b98be8
4 changed files with 34 additions and 0 deletions
2
databases/ruby-rrdtool/DESCR
Normal file
2
databases/ruby-rrdtool/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package contains Ruby extension module for rrdtool (Round Robin
|
||||
Database Tools).
|
25
databases/ruby-rrdtool/Makefile
Normal file
25
databases/ruby-rrdtool/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/13 15:28:57 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rrdtool-1.4.5
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases graphics net
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://oss.oetiker.ch/rrdtool/
|
||||
COMMENT= Ruby binding for rrdtool
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# rrdtool explicitly forbids any use of -ffast-math
|
||||
#BUILDLINK_TRANSFORM+= rm:-ffast-math
|
||||
|
||||
USE_RUBY_EXTCONF= yes
|
||||
EXTRACT_ELEMENTS= ${DISTNAME}/bindings/ruby ${DISTNAME}/src
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/bindings/ruby
|
||||
|
||||
.include "../../databases/rrdtool/buildlink3.mk"
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
databases/ruby-rrdtool/PLIST
Normal file
2
databases/ruby-rrdtool/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/13 15:28:57 taca Exp $
|
||||
${RUBY_VENDORARCHLIB}/RRD.${RUBY_DLEXT}
|
5
databases/ruby-rrdtool/distinfo
Normal file
5
databases/ruby-rrdtool/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/12/13 15:28:57 taca Exp $
|
||||
|
||||
SHA1 (rrdtool-1.4.5.tar.gz) = 56638e8aedd5d5522152e86746e382b75dc48c35
|
||||
RMD160 (rrdtool-1.4.5.tar.gz) = 9c45c3be7bcb8e17260055a33e936f307884914f
|
||||
Size (rrdtool-1.4.5.tar.gz) = 1348713 bytes
|
Loading…
Reference in a new issue