- 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>
Important notice: users have to provide their own Cisco IOS to use with GNS3.
WWW: http://www.gns3.net
PR: ports/132689
Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>