7abd FreshPorts -- devel/py-cxx
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-cxx 6.0.0 devel on this many watch lists=2 search for ports that depend on this port
Make it easier to extend Python with C++
Maintained by: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Oct 2001 07:53:22
Also Listed In: python
License: not specified in port


PyCXX is a set of C++ facilities to make it easier to write Python
extensions. The chief way in which PyCXX makes it easier to write Python
extensions is that it greatly increases the probability that your program
will not make a reference-counting error and will not have to continually
check error returns from the Python C API.

PyCXX integrates Python with C++ in these ways:
   - C++ exception handling is relied on to detect errors and clean up. In
     a complicated function this is often a tremendous problem when writing
     in C. With PyCXX, we let the compiler keep track of what objects need
     to be dereferenced when an error occurs.
   - The Standard Template Library (STL) and its many algorithms plug and
     play with Python containers such as lists and tuples.
   - The optional CXX_Extensions facility allows you to replace the clumsy
     C tables with objects and method calls that define your modules and
     extension objects.

WWW: http://cxx.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
Required To Run:
  1. lang/python27
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/py-cxx/ && make install clean
To add the package: pkg_add -r py27-cxx


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  3. http://heanet.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  4. http://internode.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  5. http://iweb.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  6. http://jaist.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  7. http://kent.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  8. http://nchc.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  9. http://ncu.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  10. http://osdn.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  11. http://softlayer.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  12. http://sunet.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  13. http://surfnet.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  14. http://switch.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  15. http://transact.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  16. http://ufpr.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  17. http://voxel.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/
  18. http://waix.dl.sourceforge.net/project/cxx/CXX/PyCXX%20V6.0.0/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Feb 2012 18:02:49
Original commit files touched by this commit  6.0.0
rm search for other commits by this committer
- convert to using PYTHON_INCLUDEDIR
- remove redundant PYDISTUTILS_PKGNAME

All of them are non-functional changes.
03 Jul 2011 14:59:23
Original commit files touched by this commit  6.0.0
ohauer search for other commits by this committer
-remove MD5
22 Aug 2009 00:18:43
Original commit files touched by this commit  6.0.0
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
01 Feb 2009 18:19:54
Original commit files touched by this commit  6.0.0
lwhsu search for other commits by this committer
- Fix build while NOPORTDOCS=yes

Submitted by:   QAT
01 Feb 2009 15:48:34
Original commit files touched by this commit  6.0.0
lwhsu search for other commits by this committer
- Update to 6.0.0
13 Nov 2008 19:34:16
Original commit files touched by this commit  5.4.2
lwhsu search for other commits by this committer
- Update to 5.4.2

PR:             ports/128848
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
19 Jul 2008 03:36:08
Original commit files touched by this commit  5.4.1
lwhsu search for other commits by this committer
- Update to 5.4.1
30 Jul 2007 09:42:28
Original commit files touched by this commit  5.4.0
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
04 Apr 2007 08:49:31
Original commit files touched by this commit  5.4.0
lwhsu search for other commits by this committer
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
10 Feb 2007 12:58:34
Original commit files touched by this commit  5.4.0
miwi search for other commits by this committer
- Update to 5.4.0

PR:             108983
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
29 Dec 2006 23:52:08
Original commit files touched by this commit  5.3.6
miwi search for other commits by this committer
- Update 5.3.6
- Pass maintainership to submitter

PR:             107288
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
24 Nov 2005 15:40:04
Original commit files touched by this commit  5.3.4
pav search for other commits by this committer
- Add some SHA256 checksums
16 Sep 2005 15:32:20
Original commit files touched by this commit  5.3.4
mnag search for other commits by this committer
Update to 5.3.4

Approved by: pav (mentor)
18 Jul 2005 15:09:29
Original commit files touched by this commit  5.3.2
pav search for other commits by this committer
- Update to 5.3.2

PR:             ports/83625
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
29 Jan 2004 07:24:56
Original commit files touched by this commit  5.1r1
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 17:07:10
Original commit files touched by this commit  5.1r1
knu search for other commits by this committer
De-pkg-comment.
07 Nov 2002 03:10:58
Original commit files touched by this commit  5.1r1
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
23 Aug 2002 11:30:23
Original commit files touched by this commit  5.1r1
perky search for other commits by this committer
Add missing .pyo files to each pkg-plist
29 Apr 2002 14:01:09
Original commit files touched by this commit  5.1r1
ijliao search for other commits by this committer
use USE_PYDISTUTILS
07 Oct 2001 11:53:22
files touched by this commit
ijliao search for other commits by this committer
add py-cxx   Make it easier to extend Python with C++    

Number of commits found: 20

282b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0