Commit graph

18 commits

Author SHA1 Message Date
Wen Heping
7551bd2479 - Update to 0.19
- Trim Makefile headers
2013-05-01 11:14:06 +00:00
Jimmy Olgeni
fc70633608 Upgrade to version 0.17.1.
PR:		ports/172158
Submitted by:	olgeni
Approved by:	maintainer (private mail)
2012-09-29 22:10:32 +00:00
Wen Heping
1e8f2308c3 - Update to 0.17 2012-09-04 07:16:31 +00:00
Wen Heping
6a826c952a - Update to 0.16
PR:		167287
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-25 15:55:30 +00:00
Wen Heping
34611a55ed - Update to 0.15.1 2011-10-26 02:13:47 +00:00
Wen Heping
b76d78a5f7 - Update to 0.15 2011-08-16 02:55:54 +00:00
Wen Heping
aeaa78957c - Update to 0.14.1 2011-02-13 07:20:10 +00:00
Wen Heping
8394905e21 - Update to 0.14 2010-12-15 01:56:33 +00:00
Wen Heping
aa03171694 - Update to 0.13 2010-09-08 01:24:51 +00:00
Wen Heping
0f61adcf38 - Update to 0.12.1 2010-02-02 14:40:09 +00:00
Wen Heping
0981a6a5cc - Update to 0.12 2009-11-24 10:10:45 +00:00
Wen Heping
4eb52411c7 - Update to 0.11.3
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
Feature safe:	yes
2009-09-27 11:02:22 +00:00
Martin Wilke
04f69ecc28 - Update to 0.11.2
PR:		134884
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-05-29 12:00:45 +00:00
Martin Wilke
a56a041576 - Update to 0.11.1
Approved by:	maintainer implicit
2009-05-01 18:05:46 +00:00
Martin Wilke
1e52c09da2 - Update to 0.11
PR:		132663
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2009-03-15 19:48:19 +00:00
Martin Wilke
25fba2f553 - Update to 0.10.3
Approved by:	maintainer implicit
2008-12-26 23:00:05 +00:00
Martin Wilke
5990d7cc1f - Update to 0.10.2
PR:		129209
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-01 21:16:42 +00:00
Martin Wilke
dceb0f2d7d The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.

WWW:	http://www.cython.org/

PR:		ports/128722
Submitted by:	Wen Heping <wenhping at gmail.com>
2008-11-09 22:56:35 +00:00