2017-02-12 07:24:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2017/02/12 06:25:10 ryoon Exp $
|
2011-12-13 16:28:57 +01:00
|
|
|
|
RRDtool 1.6.0
Features
* librrd is now fully thread-safe. librrd_th is gone
* make lua bindings work with lua 5.1
* configure option to disable doc building --enable-docs=no
* new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c)
* new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c)
* new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c)
* new CDEF function POW: a,b,POW -> a**b
* new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c
* re-introducted --showtime option on rrdxport
* be more careful in determining the locales idea of first day of the week
* lots of spelling fixes all around
2016-04-23 08:23:49 +02:00
|
|
|
DISTNAME= rrdtool-1.6.0
|
2011-12-13 16:28:57 +01:00
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
2017-02-12 07:24:36 +01:00
|
|
|
PKGREVISION= 2
|
2011-12-13 16:28:57 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/bindings/ruby ${DISTNAME}/src
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/bindings/ruby
|
2016-02-01 10:41:59 +01:00
|
|
|
MAKE_ENV+= ABS_TOP_BUILDDIR=${WRKDIR}/${DISTNAME}
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
rm ${WRKDIR}/${DISTNAME}/src/rrd_config.h
|
2011-12-13 16:28:57 +01:00
|
|
|
|
|
|
|
.include "../../databases/rrdtool/buildlink3.mk"
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|