Date: Sat, 9 May 2009 15:39:24 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134392: [NEW PORT]math/rubygem-igraph:A Ruby extension for using the igraph library Message-ID: <200905091539.n49FdOpK027726@www.freebsd.org> Resent-Message-ID: <200905091540.n49Fe1j4055960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134392 >Category: ports >Synopsis: [NEW PORT]math/rubygem-igraph:A Ruby extension for using the igraph library >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: Sat May 09 15:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: rubygem-igraph is a Ruby extension for using the igraph library (http://cneurocvs.rmki.kfki.hu/igraph/). igraph is a library for creating and manipulating graphs with a particular emphasis on network analysis functions. WWW: http://rubyforge.org/projects/igraph/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # rubygem-igraph # rubygem-igraph/Makefile # rubygem-igraph/distinfo # rubygem-igraph/pkg-descr # echo c - rubygem-igraph mkdir -p rubygem-igraph > /dev/null 2>&1 echo x - rubygem-igraph/Makefile sed 's/^X//' >rubygem-igraph/Makefile << '6e3ff0096973538fb1d10775e43fdb3c' X# New ports collection makefile for: igraph X# Date created: 09 May, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= igraph XPORTVERSION= 0.9.6 XCATEGORIES= devel rubygems XMASTER_SITES= RF X XMAINTAINER= wenheping@gmail.com XCOMMENT= A Ruby extension for using the igraph library X XBUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph X XCONFIGURE_ARGS+= --with-igraph-include=${LOCALBASE}/include/igraph \ X --without-igraph-lib=${LOCALBASE}/lib X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> 6e3ff0096973538fb1d10775e43fdb3c echo x - rubygem-igraph/distinfo sed 's/^X//' >rubygem-igraph/distinfo << 'e54c2b125535b65b74ae290f3f5a38b8' XMD5 (rubygem/igraph-0.9.6.gem) = 8cc075cc3a553dbe3ba5aff1421d8694 XSHA256 (rubygem/igraph-0.9.6.gem) = f6c6fb3c12e25f53eb17a944040b362f95ba5cf302f5dc8dbc245294ce4aa603 XSIZE (rubygem/igraph-0.9.6.gem) = 72704 e54c2b125535b65b74ae290f3f5a38b8 echo x - rubygem-igraph/pkg-descr sed 's/^X//' >rubygem-igraph/pkg-descr << '6d0fbdfe3fc7fce47976a43b53035be6' Xrubygem-igraph is a Ruby extension for using the igraph library X(http://cneurocvs.rmki.kfki.hu/igraph/). igraph is a library for Xcreating and manipulating graphs with a particular emphasis on Xnetwork analysis functions. X XWWW: http://rubyforge.org/projects/igraph/ 6d0fbdfe3fc7fce47976a43b53035be6 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905091539.n49FdOpK027726>