cvs commit: ports/devel Makefile ports/devel/py-instant Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri Jan 5 11:35:11 PST 2007


miwi        2007-01-05 19:35:11 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-instant     Makefile distinfo pkg-descr 
  Log:
  By using the class Instant a Python extension module can be created at runtime.
  For the user, it behaves somewhat like an inline module, except you have to
  import the module manually.
  
  The code can be either C or C++, but like when programming C or C++, it has to
  be inside a function or a similar C/C++ construct.
  
  WWW:    http://pyinstant.sourceforge.net/
  
  PR:             ports/107517
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2581    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/py-instant/Makefile (new)
  1.1       +3 -0      ports/devel/py-instant/distinfo (new)
  1.1       +8 -0      ports/devel/py-instant/pkg-descr (new)


More information about the cvs-ports mailing list