SpatiaLite (a very simple and elementary task), the SQLite DBMS is enable to
load, store and manipulate Spatial Data (aka GeographicData, GIS Data,
Cartographic Data, GeoSpatial Data, Geometry Data and alike). SpatiaLite
implements spatial extensions following the specification of the Open
Geospatial Consortium (OGC).
WWW: http://www.gaia-gis.it/spatialite-2.0/index.html
PR: ports/125528
Submitted by: Wen Heping <wenheping at gmail.com>
- Install data to ${DATADIR} (adjust pkg-plist in accordance)
- Use COPYTREE_SHARE macro
PR: 124821
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: maintainer timeout
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/
PR: ports/125534
Submitted by: Wen Heping <wenheping at gmail.com>
interpreting the results of computational chemistry packages. The current
version, cclib 0.9, parses output files from ADF, GAMESS (US), GAMESS-UK,
Gaussian, Jaguar, Molpro, ORCA and PC GAMESS.
WWW: http://cclib.sourceforge.net/
PR: ports/125490
Submitted by: Wen Heping <wenheping at gmail.com>
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.
WWW: http://code.google.com/p/gmpy/
PR: ports/125429
Submitted by: Wen Heping <wenheping at gmail.com>
This module allows you to parse and extract data from GPX files.
WWW: http://pypi.python.org/pypi/pygpx/
PR: ports/125254
Submitted by: Wen Heping <wenheping at gmail.com>
like the desktop folder and the music folder. It also handles
localization of the filenames.
WWW: http://freedesktop.org/wiki/Software/xdg-user-dirs/
PR: ports/125672
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
- Don't install documentation if NOPORTDOCS is defined.
- Explicitely disable filesystem support when not selected. [1]
PR: ports/125564 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
- While here, remove noop USE_GCC
- Also reorder MASTER_SITES so the the ones actually containing the distfile are in the front
PR: ports/125603
Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail dot com>
Approved by: miwi (mentor)