From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 7 00:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66BD0489 for ; Sun, 7 Apr 2013 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 496F9912 for ; Sun, 7 Apr 2013 00:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r370U2as026103 for ; Sun, 7 Apr 2013 00:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r370U2dO026102; Sun, 7 Apr 2013 00:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 7 Apr 2013 00:30:02 GMT Resent-Message-Id: <201304070030.r370U2dO026102@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0147A for ; Sun, 7 Apr 2013 00:29:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 020EC908 for ; Sun, 7 Apr 2013 00:29:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r370SxqK087679 for ; Sun, 7 Apr 2013 00:28:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r370Sxke087678; Sun, 7 Apr 2013 00:28:59 GMT (envelope-from nobody) Message-Id: <201304070028.r370Sxke087678@red.freebsd.org> Date: Sun, 7 Apr 2013 00:28:59 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177678: New port: science/voro++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 00:30:02 -0000 >Number: 177678 >Category: ports >Synopsis: New port: science/voro++ >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: Sun Apr 07 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.3-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Voro++ is a software library for carrying out three-dimensional computations of the Voronoi tessellation. A distinguishing feature of the Voro++ library is that it carries out cell-based calculations, computing the Voronoi cell for each particle individually. It is particularly well-suited for applications that rely on cell-based statistics, where features of Voronoi cells (eg. volume, centroid, number of faces) can be used to analyze a system of particles. Voro++ is a prerequisite for the coming LAMMPS port. >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: # # voro++ # voro++/pkg-plist # voro++/pkg-descr # voro++/Makefile # voro++/distinfo # echo c - voro++ mkdir -p voro++ > /dev/null 2>&1 echo x - voro++/pkg-plist sed 's/^X//' >voro++/pkg-plist << '026604b4cdcf9d40b1488af235ab23a2' Xbin/voro++ Xinclude/voro++/c_loops.hh Xinclude/voro++/cell.hh Xinclude/voro++/common.hh Xinclude/voro++/config.hh Xinclude/voro++/container.hh Xinclude/voro++/container_prd.hh Xinclude/voro++/pre_container.hh Xinclude/voro++/rad_option.hh Xinclude/voro++/unitcell.hh Xinclude/voro++/v_base.hh Xinclude/voro++/v_compute.hh Xinclude/voro++/voro++.hh Xinclude/voro++/wall.hh Xinclude/voro++/worklist.hh Xlib/libvoro++.a X@dirrm include/voro++ 026604b4cdcf9d40b1488af235ab23a2 echo x - voro++/pkg-descr sed 's/^X//' >voro++/pkg-descr << 'faa320a333cb7c3d33b7d67cbda782ed' XVoro++ is a software library for carrying out three-dimensional computations Xof the Voronoi tessellation. A distinguishing feature of the Voro++ library Xis that it carries out cell-based calculations, computing the Voronoi cell Xfor each particle individually. It is particularly well-suited for Xapplications that rely on cell-based statistics, where features of Voronoi Xcells (eg. volume, centroid, number of faces) can be used to analyze a Xsystem of particles. X XWWW: http://math.lbl.gov/voro++/ faa320a333cb7c3d33b7d67cbda782ed echo x - voro++/Makefile sed 's/^X//' >voro++/Makefile << '78018bb6fbcee185b224caf0d7e21b77' X# Created by: Jason Bacon X# $FreeBSD$ X XPORTNAME= voro++ XPORTVERSION= 0.4.5 XCATEGORIES= science XMASTER_SITES= http://math.lbl.gov/voro++/download/dir/ X XMAINTAINER= jwbacon@tds.net XCOMMENT= Three-dimensional computations of the Voronoi tessellation X XLICENSE= BSD XUSE_GMAKE= yes X XMAN1= voro++.1 X Xpost-patch: X ${REINPLACE_CMD} \ X -e 's|CC=|CC?=|g' \ X -e 's|CFLAGS=|CFLAGS?=|g' \ X -e "s|/usr/local|${PREFIX}|g" \ X ${WRKSRC}/config.mk X X.include 78018bb6fbcee185b224caf0d7e21b77 echo x - voro++/distinfo sed 's/^X//' >voro++/distinfo << '11302459545baab019b2552afa7ad941' XSHA256 (voro++-0.4.5.tar.gz) = 9e67e2392ae027cf51d3487038848dc980c6c3e86f1447053efac9309bcee5f5 XSIZE (voro++-0.4.5.tar.gz) = 737883 11302459545baab019b2552afa7ad941 exit >Release-Note: >Audit-Trail: >Unformatted: