Add a -ruby subpackage providing rrdruby (aka RRD.so ruby module), not the
same interface as ruby-rrdtool. General mumbling of agreement from msf@ bernd@ sthen@
This commit is contained in:
parent
5fe315516f
commit
e5e145c7e7
@ -1,16 +1,18 @@
|
|||||||
# $OpenBSD: Makefile,v 1.47 2009/06/08 10:00:37 sthen Exp $
|
# $OpenBSD: Makefile,v 1.48 2010/07/01 15:49:24 landry Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT-main= system to store and display time-series data
|
COMMENT-main= system to store and display time-series data
|
||||||
COMMENT-perl= perl interface to librrd
|
COMMENT-perl= perl interface to librrd
|
||||||
COMMENT-python= python interface to librrd
|
COMMENT-python= python interface to librrd
|
||||||
|
COMMENT-ruby= ruby interface to librrd
|
||||||
|
|
||||||
VERSION= 1.2.30
|
VERSION= 1.2.30
|
||||||
DISTNAME= rrdtool-${VERSION}
|
DISTNAME= rrdtool-${VERSION}
|
||||||
PKGNAME-main= rrdtool-${VERSION}
|
PKGNAME-main= rrdtool-${VERSION}p0
|
||||||
PKGNAME-perl= p5-RRD-${VERSION}
|
PKGNAME-perl= p5-RRD-${VERSION}
|
||||||
PKGNAME-python= py-rrd-${VERSION}p0
|
PKGNAME-python= py-rrd-${VERSION}p0
|
||||||
|
PKGNAME-ruby= ruby-rrd-${VERSION}
|
||||||
|
|
||||||
SHARED_LIBS+= rrd 3.0
|
SHARED_LIBS+= rrd 3.0
|
||||||
SHARED_LIBS+= rrd_th 3.0
|
SHARED_LIBS+= rrd_th 3.0
|
||||||
@ -32,15 +34,15 @@ USE_GMAKE= Yes
|
|||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
USE_LIBTOOL= Yes
|
USE_LIBTOOL= Yes
|
||||||
|
|
||||||
MULTI_PACKAGES= -main -perl -python
|
MULTI_PACKAGES= -main -perl -python -ruby
|
||||||
|
|
||||||
MODULES= lang/python
|
MODULES= lang/python lang/ruby
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||||
--enable-perl-site-install \
|
--enable-perl-site-install \
|
||||||
--enable-python \
|
--enable-python \
|
||||||
--disable-ruby \
|
--enable-ruby-site-install \
|
||||||
--disable-tcl
|
--disable-tcl
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include/libart-2.0 \
|
CPPFLAGS+= -I${LOCALBASE}/include/libart-2.0 \
|
||||||
-I${LOCALBASE}/include/libpng \
|
-I${LOCALBASE}/include/libpng \
|
||||||
@ -62,4 +64,8 @@ LIB_DEPENDS-python= rrd:rrdtool-${VERSION}:net/rrdtool
|
|||||||
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS}
|
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS}
|
||||||
MODPY_EGG_VERSION= 0.2.1
|
MODPY_EGG_VERSION= 0.2.1
|
||||||
|
|
||||||
|
LIB_DEPENDS-ruby= rrd:rrdtool-${VERSION}:net/rrdtool \
|
||||||
|
${MODRUBY_LIB_DEPENDS}
|
||||||
|
WANTLIB-ruby= c m
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
12
net/rrdtool/patches/patch-bindings_ruby_extconf_rb
Normal file
12
net/rrdtool/patches/patch-bindings_ruby_extconf_rb
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-bindings_ruby_extconf_rb,v 1.1 2010/07/01 15:49:24 landry Exp $
|
||||||
|
doesnt find the lib it just created for whatever reason...
|
||||||
|
--- bindings/ruby/extconf.rb.orig Mon Jun 21 14:39:16 2010
|
||||||
|
+++ bindings/ruby/extconf.rb Mon Jun 21 14:39:31 2010
|
||||||
|
@@ -13,6 +13,5 @@ elsif /aix/ =~ RUBY_PLATFORM
|
||||||
|
$LDFLAGS += '-Wl,-blibpath:$(EPREFIX)/lib'
|
||||||
|
end
|
||||||
|
|
||||||
|
-dir_config("rrd","../../src","../../src/.libs")
|
||||||
|
-have_library("rrd", "rrd_create")
|
||||||
|
+$LDFLAGS+= ' -lrrd'
|
||||||
|
create_makefile("RRD")
|
1
net/rrdtool/pkg/DESCR-ruby
Normal file
1
net/rrdtool/pkg/DESCR-ruby
Normal file
@ -0,0 +1 @@
|
|||||||
|
ruby binding for librrd
|
6
net/rrdtool/pkg/PLIST-ruby
Normal file
6
net/rrdtool/pkg/PLIST-ruby
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@comment $OpenBSD: PLIST-ruby,v 1.1 2010/07/01 15:49:24 landry Exp $
|
||||||
|
lib/ruby/
|
||||||
|
lib/ruby/site_ruby/
|
||||||
|
lib/ruby/site_ruby/${MODRUBY_REV}/
|
||||||
|
lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}
|
||||||
|
lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/RRD.so
|
Loading…
Reference in New Issue
Block a user