Date: Wed, 18 Apr 2007 10:33:07 +0200 (CEST) From: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Subject: ports/111811: [NEW PORT] net/ruby-rrdtool: A Ruby interface to rrdtool Message-ID: <20070418083307.ED2CB4AC1A@xdf02.math.uni-bielefeld.de> Resent-Message-ID: <200704180910.l3I9A3Yj066648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111811 >Category: ports >Synopsis: [NEW PORT] net/ruby-rrdtool: A Ruby interface to rrdtool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 09:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Konstantin Saurbier >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD xdf02.math.uni-bielefeld.de 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 >Description: rubyrrdtool is an interface to Tobi Oetiker's round robin database and logging utility rrdtool. It uses librrd and is functionally comparable to the native perl bindings. It's under the MIT License. WWW: http://rubyforge.org/projects/rubyrrdtool/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-rrdtool-0.6.0.shar begins here --- # 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: # # ruby-rrdtool # ruby-rrdtool/pkg-plist # ruby-rrdtool/distinfo # ruby-rrdtool/Makefile # ruby-rrdtool/pkg-descr # echo c - ruby-rrdtool mkdir -p ruby-rrdtool > /dev/null 2>&1 echo x - ruby-rrdtool/pkg-plist sed 's/^X//' >ruby-rrdtool/pkg-plist << 'END-of-ruby-rrdtool/pkg-plist' X%%RUBY_SITEARCHLIBDIR%%/RRDtool.so X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README X%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% X%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/function_test.rb X%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/minmax.rb X%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% END-of-ruby-rrdtool/pkg-plist echo x - ruby-rrdtool/distinfo sed 's/^X//' >ruby-rrdtool/distinfo << 'END-of-ruby-rrdtool/distinfo' XMD5 (RubyRRDtool-0.6.0.tgz) = 891480757a4cadd53a4c22dfb097b801 XSHA256 (RubyRRDtool-0.6.0.tgz) = 976c7dc625342d2e6385167b8af025f0200e882b1d70c805468803ff3c8b3b60 XSIZE (RubyRRDtool-0.6.0.tgz) = 13188 END-of-ruby-rrdtool/distinfo echo x - ruby-rrdtool/Makefile sed 's/^X//' >ruby-rrdtool/Makefile << 'END-of-ruby-rrdtool/Makefile' X# New ports collection makefile for: rubyrrdtool X# Date created: 18 April 2007 X# Whom: Konstantin SAURBIER <saurbier@math.uni-bielefeld.de> X# X# $FreeBSD$ X# X XPORTNAME= rrdtool XPORTVERSION= 0.6.0 XCATEGORIES= net ruby XMASTER_SITES= ${MASTER_SITE_RUBYFORGE} XMASTER_SITE_SUBDIR= rubyrrdtool XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= RubyRRDtool-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= saurbier@math.uni-bielefeld.de XCOMMENT= A Ruby interface to rrdtool X XLIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool XBUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-1.2.0.gemspec:${PORTSDIR}/devel/rubygem-hoe XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_RUBY= yes XUSE_RUBY_EXTCONF= yes X XINSTALL_TARGET= site-install X XDOCS= README X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${RUBY_MODDOCDIR} X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ X.endfor X ${MKDIR} ${RUBY_MODEXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ X.endif X X.include <bsd.port.mk> END-of-ruby-rrdtool/Makefile echo x - ruby-rrdtool/pkg-descr sed 's/^X//' >ruby-rrdtool/pkg-descr << 'END-of-ruby-rrdtool/pkg-descr' Xrubyrrdtool is an interface to Tobi Oetiker's round robin Xdatabase and logging utility rrdtool. It uses librrd and Xis functionally comparable to the native perl bindings. XIt's under the MIT License. X XWWW: http://rubyforge.org/projects/rubyrrdtool/ END-of-ruby-rrdtool/pkg-descr exit --- ruby18-rrdtool-0.6.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070418083307.ED2CB4AC1A>