notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pivy-devel Python binding for Coin
0.6.4_1 graphics Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.4_1Version of this port present on the latest quarterly branch.
Maintainer: pfg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-02-09 20:53:50
Last Update: 2020-01-17 22:16:26
SVN Revision: 523366
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/Pivy/
Description:
A Python binding for Coin Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications. This is a forked version provided by the FreeCAD project. WWW: https://pypi.org/project/Pivy/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py-pivy
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py36-pivy-devel
Package flavors (<flavor>: <package>)
  • py36: py36-pivy-devel
  • py27: py27-pivy-devel
distinfo:
TIMESTAMP = 1549729985 SHA256 (FreeCAD-pivy-0.6.4_GH0.tar.gz) = 0b09bc80007b61680ce13b2dd348da6fbaf19795be9a08eeb019ea2a1f51f97e SIZE (FreeCAD-pivy-0.6.4_GH0.tar.gz) = 6614744

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. swig3.0 : devel/swig30
  3. py36-setuptools>0 : devel/py-setuptools@py36
  4. python3.6 : lang/python36
Runtime dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
Library dependencies:
  1. libCoin.so : graphics/Coin
  2. libSoQt.so : x11-toolkits/soqt-devel
  3. libQt5Core.so : devel/qt5-core
  4. libQt5Gui.so : x11-toolkits/qt5-gui
  5. libQt5OpenGL.so : graphics/qt5-opengl
  6. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
compiler:c11 python qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/FreeCAD/pivy/tar.gz/0.6.4?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.4_1
17 Jan 2020 22:16:26
Revision:523366Original commit files touched by this commit
cmt search for other commits by this committer
update the Coin3D stack to it's latest release

Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).

This updates
  graphics/Coin to 4.0
  graphics/py-pivy to 0.6.5
  x11-toolkits/soqt to 1.6.0

Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.4_1
11 Dec 2019 21:20:22
Revision:519840Original commit files touched by this commit
antoine search for other commits by this committer
Fix build with python 3.7

PR:		233770
0.6.4_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.6.4
15 Mar 2019 23:28:36
Revision:495837Original commit files touched by this commit
antoine search for other commits by this committer
Fix PKGNAME collision
0.6.4
15 Mar 2019 22:07:58
Revision:495833Original commit files touched by this commit
cmt search for other commits by this committer
py-pivy-devel: allow building with any python
0.6.4
09 Feb 2019 20:53:33
Revision:492520Original commit files touched by this commit
cmt search for other commits by this committer
Add py-pivy, a modified version of pivy Coin bindings for Python

This fork has been prepared by the FreeCAD project to support Qt5

Number of commits found: 6