Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2008 22:56:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/cython Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200811092256.mA9MuZuv093278@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-11-09 22:56:35 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/cython          Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.603     +1 -0      ports/lang/Makefile
  1.1       +21 -0     ports/lang/cython/Makefile (new)
  1.1       +3 -0      ports/lang/cython/distinfo (new)
  1.1       +16 -0     ports/lang/cython/pkg-descr (new)
  1.1       +262 -0    ports/lang/cython/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811092256.mA9MuZuv093278>