Bug 107517 - [NEW PORT] devel/py24-instant: Python module for instant inlining of C and C++ code in Python
Summary: [NEW PORT] devel/py24-instant: Python module for instant inlining of C and C+...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 13:20 UTC by Li-Wen Hsu
Modified: 2007-01-05 19:40 UTC (History)
1 user (show)

See Also:


Attachments
py24-instant-0.9.shar (1.99 KB, text/plain)
2007-01-04 13:20 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-01-04 13:20:14 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-04 13:31:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-05 19:35:19 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-05 19:36:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!