Port details |
- py-cxx Make it easier to extend Python with C++
- 7.1.8 devel
=4 7.1.8Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2001-10-07 07:53:22
- Last Update: 2023-10-11 12:58:48
- Commit Hash: 3b301a3
- People watching this port, also watch:: py39-period, sysconftool, libunicode, libglade2, sox
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://cxx.sourceforge.net
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cxx>0:devel/py-cxx@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cxx/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cxx
- pkg install py39-cxx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-cxx listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-cxx
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1687255919
SHA256 (pycxx-7.1.8.tar.gz) = 4b91e1e1141c23fbd5039df635c4bb6e75632168548f56b83ce177193c0c98c6
SIZE (pycxx-7.1.8.tar.gz) = 154789
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- cad/freecad
Configuration Options:
- ===> The following configuration options are available for py39-cxx-7.1.8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-cxx
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.1.8 11 Oct 2023 12:58:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-cxx: Add NO_ARCH
Approved by: portmgr (blanket) |
7.1.8 20 Jun 2023 10:13:16
    |
Li-Wen Hsu (lwhsu)  |
devel/py-cxx: Update to 7.1.8 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.1.7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.1.7 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.1.7 24 Jun 2022 09:47:38
    |
Li-Wen Hsu (lwhsu)  |
devel/py-cxx: Update to 7.1.7 |
7.1.5 02 Jun 2021 09:05:38
    |
Li-Wen Hsu (lwhsu)  |
devel/py-cxx: Update to 7.1.5 |
7.1.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
7.1.4 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
7.1.4 13 Jul 2020 12:44:44
  |
lwhsu  |
Update to 7.1.4
Add LICENSE |
7.1.3 22 Nov 2019 06:57:55
  |
lwhsu  |
- Update to 7.1.3 |
6.0.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
6.0.0 27 Oct 2014 10:58:26
  |
bapt  |
Cleanup plist |
6.0.0 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
6.0.0 03 Jul 2014 23:57:08
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
6.0.0 17 Apr 2014 07:23:33
  |
lwhsu  |
- Support staging
PR: ports/188478
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
6.0.0 15 Dec 2013 16:22:17
  |
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
6.0.0 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
6.0.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
6.0.0 12 Feb 2012 18:02:49
 |
rm  |
- convert to using PYTHON_INCLUDEDIR
- remove redundant PYDISTUTILS_PKGNAME
All of them are non-functional changes. |
6.0.0 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
6.0.0 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
6.0.0 01 Feb 2009 18:19:54
 |
lwhsu  |
- Fix build while NOPORTDOCS=yes
Submitted by: QAT |
6.0.0 01 Feb 2009 15:48:34
 |
lwhsu  |
- Update to 6.0.0 |
5.4.2 13 Nov 2008 19:34:16
 |
lwhsu  |
- Update to 5.4.2
PR: ports/128848
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
5.4.1 19 Jul 2008 03:36:08
 |
lwhsu  |
- Update to 5.4.1 |
5.4.0 30 Jul 2007 09:42:28
 |
alexbl  |
- 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 |
5.4.0 04 Apr 2007 08:49:31
 |
lwhsu  |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
5.4.0 10 Feb 2007 12:58:34
 |
miwi  |
- Update to 5.4.0
PR: 108983
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) |
5.3.6 29 Dec 2006 23:52:08
 |
miwi  |
- Update 5.3.6
- Pass maintainership to submitter
PR: 107288
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> |
5.3.4 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
5.3.4 16 Sep 2005 15:32:20
 |
mnag  |
Update to 5.3.4
Approved by: pav (mentor) |
5.3.2 18 Jul 2005 15:09:29
 |
pav  |
- Update to 5.3.2
PR: ports/83625
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
5.1r1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
5.1r1 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
5.1r1 07 Nov 2002 03:10:58
 |
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
5.1r1 23 Aug 2002 11:30:23
 |
perky  |
Add missing .pyo files to each pkg-plist |
5.1r1 29 Apr 2002 14:01:09
 |
ijliao  |
use USE_PYDISTUTILS |
07 Oct 2001 11:53:22
    |
ijliao  |
add py-cxx Make it easier to extend Python with C++ |