Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 05:02:24 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125534: [NEW PORT]math/igraph:Package For Manipulating Undirected And Directed Graphs
Message-ID:  <200807120502.m6C52ORm020807@www.freebsd.org>
Resent-Message-ID: <200807120510.m6C5A21C035989@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125534
>Category:       ports
>Synopsis:       [NEW PORT]math/igraph:Package For Manipulating Undirected And Directed Graphs
>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 Jul 12 05:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
igraph is a free software package for creating and manipulating
undirected and directed graphs. It includes implementations for
classic graph theory problems like minimum spanning trees and
network flow, and also implements algorithms for some recent
network analysis methods, like community structure search.

igraph contains functions for generating regular and random graphs,
manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.

WWW:   http://cneurocvs.rmki.kfki.hu/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:
#
#	igraph
#	igraph/pkg-plist
#	igraph/pkg-descr
#	igraph/distinfo
#	igraph/Makefile
#
echo c - igraph
mkdir -p igraph > /dev/null 2>&1
echo x - igraph/pkg-plist
sed 's/^X//' >igraph/pkg-plist << 'END-of-igraph/pkg-plist'
Xlibdata/pkgconfig/igraph.pc
Xlib/libigraph.a
Xlib/libigraph.la
Xlib/libigraph.so
Xlib/libigraph.so.0
Xinclude/igraph/NetDataTypes.h
Xinclude/igraph/NetRoutines.h
Xinclude/igraph/arpack.h
Xinclude/igraph/arpack_internal.h
Xinclude/igraph/array.h
Xinclude/igraph/array.pmt
Xinclude/igraph/attributes.h
Xinclude/igraph/dqueue.h
Xinclude/igraph/dqueue.pmt
Xinclude/igraph/error.h
Xinclude/igraph/f2c.h
Xinclude/igraph/gml_tree.h
Xinclude/igraph/heap.h
Xinclude/igraph/heap.pmt
Xinclude/igraph/igraph.h
Xinclude/igraph/igraph_pmt.h
Xinclude/igraph/igraph_pmt_off.h
Xinclude/igraph/interrupt.h
Xinclude/igraph/matrix.h
Xinclude/igraph/matrix.pmt
Xinclude/igraph/pottsmodel_2.h
Xinclude/igraph/stack.h
Xinclude/igraph/stack.pmt
Xinclude/igraph/types.h
Xinclude/igraph/vector.h
Xinclude/igraph/vector.pmt
Xinclude/igraph/walktrap_communities.h
Xinclude/igraph/walktrap_graph.h
Xinclude/igraph/walktrap_heap.h
X@dirrm include/igraph
END-of-igraph/pkg-plist
echo x - igraph/pkg-descr
sed 's/^X//' >igraph/pkg-descr << 'END-of-igraph/pkg-descr'
Xigraph is a free software package for creating and manipulating
Xundirected and directed graphs. It includes implementations for
Xclassic graph theory problems like minimum spanning trees and
Xnetwork flow, and also implements algorithms for some recent
Xnetwork analysis methods, like community structure search.
X
Xigraph contains functions for generating regular and random graphs,
Xmanipulating graphs, assigning attributes to vertices and edges.
XIt can calculate various structural properties, includes heuristics
Xfor community structure detection, supports many file formats.
X
XWWW:   http://cneurocvs.rmki.kfki.hu/igraph/
END-of-igraph/pkg-descr
echo x - igraph/distinfo
sed 's/^X//' >igraph/distinfo << 'END-of-igraph/distinfo'
XMD5 (igraph-0.5.tar.gz) = 515dde48ad99b6a1b19696c9c8ba13a8
XSHA256 (igraph-0.5.tar.gz) = 0a9be03ad0c8b0d71b7c527c9707344e59ec8bcedc2ae499fe12f5db5111bdde
XSIZE (igraph-0.5.tar.gz) = 1555039
END-of-igraph/distinfo
echo x - igraph/Makefile
sed 's/^X//' >igraph/Makefile << 'END-of-igraph/Makefile'
X# New ports collection makefile for:	igarph
X# Date created:				07 July 2008
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	igraph
XPORTVERSION=	0.5
XCATEGORIES=	math
XMASTER_SITES=	http://cneurocvs.rmki.kfki.hu/igraph/download/
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Package For Manipulating Undirected And Directed Graphs
X
XLIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS+=	--enable-gmp
XCFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
XCONFIGURE_ARGS+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
XUSE_LDCONFIG=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
X		${WRKSRC}/Makefile.in
X
X.include <bsd.port.mk>
END-of-igraph/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807120502.m6C52ORm020807>