| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Fix DOCSDIR
PR: ports/131882
Submitted by: nivit
Notes:
svn path=/head/; revision=228686
|
|
|
|
|
|
|
|
| |
PR: ports/131740
Submitted by: nivit
Notes:
svn path=/head/; revision=228501
|
|
|
|
|
|
|
|
| |
PR: ports/131453
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Notes:
svn path=/head/; revision=228109
|
|
|
|
|
|
|
|
| |
PR: 129948
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Notes:
svn path=/head/; revision=224884
|
|
|
|
|
|
|
|
|
| |
PR: ports/129407
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: python@ (clsung)
Notes:
svn path=/head/; revision=223761
|
|
|
|
| |
Notes:
svn path=/head/; revision=221359
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Notes:
svn path=/head/; revision=220787
|
|
|
|
|
|
|
|
| |
PR: 127558
Submitted by: Wen Heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=220686
|
|
|
|
|
|
|
|
| |
PR: ports/125425
Submitted by: Wen heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=216895
|
|
|
|
| |
Notes:
svn path=/head/; revision=214920
|
|
|
|
| |
Notes:
svn path=/head/; revision=208187
|
|
|
|
| |
Notes:
svn path=/head/; revision=201537
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
|
|
|
| |
(use --plat-name option for bdist_egg, the egg filename for easy_install)
PR: ports/111182
Submitted by: nivit
Notes:
svn path=/head/; revision=189085
|
|
|
|
| |
Notes:
svn path=/head/; revision=188867
|
|
|
|
|
|
|
|
| |
PR: ports/110499
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Notes:
svn path=/head/; revision=187835
|
|
|
|
| |
Notes:
svn path=/head/; revision=186542
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/109129
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Notes:
svn path=/head/; revision=185145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to/from ${PYTHON_SITELIBDIR}/easy-install.pth (it failed
original MD5 checksum)
- Added variable PYSIMPLEJSON_EGG
- Bumped PORTREVISION
PR: ports/108353
Submitted by: Nicola Vitale <nivit at email.it>
Approved by: alexbl (mentor, implicit)
Notes:
svn path=/head/; revision=183373
|
|
|
|
| |
Notes:
svn path=/head/; revision=177960
|
|
|
|
|
|
|
| |
Approved by: novel
Notes:
svn path=/head/; revision=172903
|
|
|
|
|
|
|
|
| |
PR: 102967
Submitted by: Alexander Botero-Lowry (maintainer)
Notes:
svn path=/head/; revision=172456
|
|
JSON encoder/decoder
simplejson is a simple, fast, extensible JSON encoder/decoder
for Python
simplejson is compatible with Python 2.3 and later with no
external dependencies. It covers the full JSON specification
for both encoding and decoding, with unicode support. By
default, encoding is done in an encoding neutral fashion
(plain ASCII with \uXXXX escapes for unicode characters).
The encoder may be subclassed to provide serialization in
any kind of situation, without any special support by the
objects to be serialized (somewhat like pickle).
The decoder can handle incoming JSON strings of any specified
encoding (UTF-8 by default).
WWW: http://svn.red-bean.com/bob/simplejson/
PR: ports/96340
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes:
svn path=/head/; revision=160486
|