Summary: | New port: math/vtk5 Visualization Tool Kit | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason Bacon <bacon> | ||||
Component: | Individual Port(s) | Assignee: | Thierry Thomas <thierry> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jason Bacon
2007-12-27 20:20:00 UTC
thierry 2008-01-09 19:54:41 UTC FreeBSD ports repository Modified files: math/vtk5 Makefile distinfo pkg-descr pkg-plist Added files: math/vtk5/files pkg-message.in vtk.3.in Removed files: math/vtk5 pkg-message Log: This is a new base port for VTK 5.0.3. Unlike the VTK 4 base port, it installs the headers, TCL, and Python components, which are fairly small. Slave ports for the larger optional components (e.g. JAVA, data, examples) will follow. PR: ports/119075 Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> Revision Changes Path 1.39 +84 -164 ports/math/vtk5/Makefile 1.10 +3 -3 ports/math/vtk5/distinfo 1.1 +1 -0 ports/math/vtk5/files/pkg-message.in (new) 1.1 +44 -0 ports/math/vtk5/files/vtk.3.in (new) 1.6 +2 -2 ports/math/vtk5/pkg-descr 1.3 +0 -4 ports/math/vtk5/pkg-message (dead) 1.9 +1491 -34 ports/math/vtk5/pkg-plist _______________________________________________ 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" thierry 2008-01-09 19:57:21 UTC FreeBSD ports repository Modified files: . modules Log: Add math/vtk5, after a repocopy from math/vtk. PR: ports/119075 Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> Revision Changes Path 1.19165 +1 -0 CVSROOT/modules _______________________________________________ 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" State Changed From-To: open->closed Port added, thanks! Responsible Changed From-To: freebsd-ports-bugs->thierry Take it. State Changed From-To: open->feedback Thanks for your patches: now it builds and runs fine. But to fix plist with different versions of Python (2.5 is now by default), I had to use %%PYTHON_SITELIBDIR%%. Moreover, INSTALLS_EGGINFO must be defined to deinstall this port cleanly. Since I was modifying pkg-plist, I have used macros for the version numbers: this is not mandatory, and you can reset them if you prefer, but that would ease the next updates. I don't attach a diff, but you can review the new version at <http://people.freebsd.org/~thierry/ports/vtk5.tgz> Best regards, -- Th. Thomas. State Changed From-To: feedback->open Feedback received, thanks. I'm waiting for the repocopy (PR ports/119159) to commit it. |