data. The classes document where the spatial location information
resides, for 2D or 3D data. Utility functions are provided, e.g.
for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
WWW: http://r-spatial.sourceforge.net/
PR: ports/130974
Submitted by: Wen Heping <wenheping at gmail.com>
- add patches by [3] to fix assembly
- make use of assembly OPTIONal and depend on nasm when it's enabled
PR: 131021 [1], 129362 [2]
Submitted by: myself [1], "J. Altman <freebsd at chthonic dot com> [2]
Patch by: Edward Sutton <mirror176 at hotmail dot com> [3]
Approved by: oliver, maintainer timeout
- Add files/patch-setup.py
- Add USE_PYTHON_PREFIX=yes (the program searches for its libraries under sys.prefix)
- Switch from distutils to easy_install
that simplifies the retrieval of binary news.
WWW: http://www.lottanzb.org
PR: ports/131332
Submitted by: Zach Thompson <hideo at lastamericanempire.com>
- Compatiable with ConfigParser:
Backward compatible implementations of ConfigParser,
RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library.
They pass all the unit tests in Python-2.4.4.
- Preserves structure of INI files:
Order of sections & options, indentation, comments, and blank
lines are preserved as far as possible when data is updated.
- More convenient:
Values can be accessed using dotted notation (cfg.user.name),
or using container syntax (cfg['user']['name']).
It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config
file completely rearranged whenever a program changes it. iniparse also
allows making the order of entries in a config file significant, which is
desirable in applications like image galleries.
WWW: http://code.google.com/p/iniparse/
PR: ports/132687
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
"stemmed" form of a word. This is a form with most of the common
morphological endings removed; hopefully representing a common
linguistic base form. This is most useful in building search engines
and information retrieval software; for example, a search with stemming
enabled should be able to find a document containing "cycling" given the
query "cycles".
PyStemmer provides algorithms for several (mainly european) languages,
by wrapping the libstemmer library from the Snowball project in a Python
module. It also provides access to the classic Porter stemming algorithm
for english: although this has been superceded by an improved algorithm,
the original algorithm may be of interest to information retrieval
researchers wishing to reproduce results of earlier experiments.
WWW: http://pypi.python.org/pypi/PyStemmer/
PR: ports/132695
Submitted by: Wen Heping <wenheping at gmail.com>
same as python-memcache, so it is easy to replace python-memcache with
cmemcache, and vice versa.
WWW: http://gijsbert.org/cmemcache/
PR: ports/132699
Submitted by: Qing Feng <qingfeng at me.com>
it focuses on ease of use and flexibility, while keeping things
simple.
WWW: http://gtg.fritalk.com/
PR: ports/132676
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>