| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Trim Makefile headers
Notes:
svn path=/head/; revision=317011
|
|
|
|
|
|
|
|
|
| |
PR: ports/172158
Submitted by: olgeni
Approved by: maintainer (private mail)
Notes:
svn path=/head/; revision=305054
|
|
|
|
| |
Notes:
svn path=/head/; revision=303643
|
|
|
|
|
|
|
|
| |
PR: 167287
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes:
svn path=/head/; revision=295507
|
|
|
|
| |
Notes:
svn path=/head/; revision=284326
|
|
|
|
| |
Notes:
svn path=/head/; revision=279790
|
|
|
|
| |
Notes:
svn path=/head/; revision=269045
|
|
|
|
| |
Notes:
svn path=/head/; revision=266315
|
|
|
|
| |
Notes:
svn path=/head/; revision=260734
|
|
|
|
| |
Notes:
svn path=/head/; revision=249089
|
|
|
|
| |
Notes:
svn path=/head/; revision=244710
|
|
|
|
|
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=242161
|
|
|
|
|
|
|
|
| |
PR: 134884
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=234771
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=233086
|
|
|
|
|
|
|
|
| |
PR: 132663
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=230160
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=224835
|
|
|
|
|
|
|
|
| |
PR: 129209
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=223684
|
|
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>
Notes:
svn path=/head/; revision=222650
|