Bug 119075 - New port: math/vtk5 Visualization Tool Kit
Summary: New port: math/vtk5 Visualization Tool Kit
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-27 20:20 UTC by Jason Bacon
Modified: 2008-01-09 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (64.61 KB, text/plain)
2007-12-27 20:20 UTC, Jason Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bacon 2007-12-27 20:20:00 UTC
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.

Normally I wouldn't request high priority for a new port, but I have several
other ports that depend on this one (Caret, FSL, DTIQuery) ready to submit.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-01-09 19:54:53 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"
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-09 19:57:25 UTC
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"
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2008-01-09 20:00:01 UTC
State Changed
From-To: open->closed


Port added, thanks!
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 06:43:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 5 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 06:43:25 UTC
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.
Comment 6 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 06:43:25 UTC
State Changed
From-To: feedback->open


Feedback received, thanks. 

I'm waiting for the repocopy (PR ports/119159) to commit it.