notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-cjson/Makefile
SVNWeb

Number of commits found: 12

Mon, 13 Jul 2020
[ 12:33 lwhsu search for other commits by this committer ] Original commit   Revision:542126
Update to 1.2.2
Sun, 23 Feb 2020
[ 15:25 antoine search for other commits by this committer ] Original commit   Revision:526925 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Apr 2017
[ 15:56 lwhsu search for other commits by this committer ] Original commit   Revision:437443
- Update to 1.2.1
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Sat, 13 Sep 2014
[ 14:45 lwhsu search for other commits by this committer ] Original commit   Revision:368103
- Update to 1.1.0
Wed, 19 Feb 2014
[ 06:53 miwi search for other commits by this committer ] Original commit   Revision:345007 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Stage support
- Convert to autoplist
- Bump PORTREV
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Sun, 9 Sep 2007
[ 22:17 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.0.5
- Use CHEESESHOP in MASTER_SITES
Mon, 30 Jul 2007
[ 09:42 alexbl search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - Make Python 2.5.1 the default Python version
 - 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
Wed, 4 Apr 2007
[ 08:49 lwhsu search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
Sun, 28 Jan 2007
[ 00:11 miwi search for other commits by this committer ] Original commit 
This module implements a very fast JSON encoder/decoder for Python.

JSON stands for JavaScript Object Notation and is a text based lightweight
data exchange format which is easy for humans to read/write and for machines
to parse/generate. JSON is completely language independent and has multiple
implementations in most of the programming languages, making it ideal for
data exchange and storage.

The module is written in C and it is up to 250 times faster when compared to
the other python JSON implementations which are written directly in python.
This speed gain varies with the complexity of the data and the operation and
is the the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.

WWW:    http://www.python.org/pypi/python-cjson/

PR:             ports/108420
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>

Number of commits found: 12