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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
visionworkbench General purpose image processing and computer vision library
2.2.0_12 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 2.2.0_12Version of this port present on the latest quarterly branch.
Broken BROKEN: Fails to configure
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
Ignore IGNORE: is marked as broken: Fails to configure
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-08-07 12:35:59
Last Update: 2014-09-01 16:33:09
SVN Revision: 366897
License: NOSA
WWW:
http://ti.arc.nasa.gov/tech/asr/intelligent-robotics/nasa-vision-workbench/
Description:
The NASA Vision Workbench (VW) is a general purpose image processing and computer vision library. WWW: http://ti.arc.nasa.gov/tech/asr/intelligent-robotics/nasa-vision-workbench/
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:
  • visionworkbench>0:graphics/visionworkbench
No installation instructions:
This port has been deleted.
PKGNAME: visionworkbench
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

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. gfortran47 : lang/gcc
  2. pkgconf : devel/pkgconf
  3. python2.7 : lang/python27
  4. as : devel/binutils
  5. moc-qt4 : devel/qt4-moc
  6. qmake-qt4 : devel/qmake4
Runtime dependencies:
  1. gfortran47 : lang/gcc
  2. python2.7 : lang/python27
Library dependencies:
  1. libjpeg.so : graphics/jpeg
  2. libpng15.so : graphics/png
  3. libboost_thread.so : devel/boost-libs
  4. libboost_python.so : devel/boost-python-libs
  5. libgdal.so : graphics/gdal
  6. liblapack.so : math/lapack
  7. libIlmImf.so : graphics/OpenEXR
  8. libcairomm-1.0.so : graphics/cairomm
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.0_12
01 Sep 2014 16:33:09
Revision:366897Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from g*
2.2.0_12
15 Aug 2014 20:37:33
Revision:365038Original commit files touched by this commit
mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2.2.0_11
23 Jul 2014 17:07:12
Revision:362712Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
2.2.0_11
11 Jul 2014 11:16:06
Revision:361523Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2.2.0_10
13 Jun 2014 07:36:28
Revision:357654Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2.2.0_10
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.2.0_10
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2.2.0_9
26 Feb 2014 20:59:16
Revision:346225Original commit files touched by this commit
gerald search for other commits by this committer
Replace the manual construction of ${LOCALBASE}/lib/${CC}, which is not
appropriate for clang and fragile for GCC, by ${LDFLAGS}.

This is not only more robust, ${LDFLAGS} will also provide -Wl,-rpath
when necessary.

Plus extend an existing CONFIGURE_ENV instead of overwriting it.

With these changes, the configure problem that made the build fail
goes away.  On FreeBSD 10.x and above there still are C++ errors
later in the build, so leave the port BROKEN.

Approved by:	swills (maintainer)
With help from:	redports.org, mat, decke
2.2.0_9
16 Feb 2014 17:15:32
Revision:344614Original commit files touched by this commit
tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2.2.0_9
07 Feb 2014 11:44:09
Revision:343214Original commit files touched by this commit
bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
2.2.0_8
01 Feb 2014 14:36:12
Revision:342145Original commit files touched by this commit
antoine search for other commits by this committer
Mark broken: Fails to configure

checking whether to build module CORE... no (missing  BOOST
BOOST_PROGRAM_OPTIONS THREADS)
checking whether to build module MATH... no (missing  CORE)
checking whether to build module IMAGE... no (missing  MATH)
checking whether to build module FILEIO... no (missing  IMAGE)
checking whether to build module VW... no (missing  IMAGE MATH CORE)
configure: error: cannot build the Vision Workbench core modules!
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2.2.0_8
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2.2.0_8
12 Dec 2013 13:01:41
Revision:336260Original commit files touched by this commit
bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
2.2.0_8
20 Nov 2013 14:25:28
Revision:334422Original commit files touched by this commit
nemysis search for other commits by this committer
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
2.2.0_7
31 Oct 2013 00:32:31
Revision:332189Original commit files touched by this commit
nemysis search for other commits by this committer
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.2.0_6
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.2.0_5
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
2.2.0_5
06 Sep 2013 12:12:01
Revision:326491Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
2.2.0_5
21 Aug 2013 03:46:21
Revision:325086Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure Refresh
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
2.2.0_4
12 Mar 2013 13:57:52
Revision:313976Original commit files touched by this commit
bapt search for other commits by this committer
Rework patch-boost-1.52 to make it actually work with boost 1.52
Mark as job safe

PR:		ports/175753
Submitted by:	O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by:	swills (maintainer)
2.2.0_4
23 Feb 2013 14:45:44
Revision:312826Original commit files touched by this commit
miwi search for other commits by this committer
- BROKEN failes to patch
2.2.0_4
31 Jan 2013 13:38:43
Revision:311310Original commit files touched by this commit
bapt search for other commits by this committer
Chase boost update
2.2.0_3
17 Jan 2013 03:32:28
Revision:310536Original commit files touched by this commit
swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
2.2.0_2
30 Jun 2012 03:00:15
Original commit files touched by this commit
swills search for other commits by this committer
- Fix build on 7.x and 8.x too (previous commit fixed build on 9.x and
  10-CURRENT
2.2.0_2
29 Jun 2012 19:59:29
Original commit files touched by this commit
swills search for other commits by this committer
- Fix build
2.2.0_2
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
2.2.0_2
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
2.2.0_1
28 May 2012 21:07:29
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not compile
  In file included from
/work/a/ports/graphics/visionworkbench/work/VisionWorkbench-2.2.0/src/vw/FileIO/GdalIO.h:14:0,
                   from DiskImageResourceGDAL.cc:25:
   /usr/local/include/gdal_priv.h:245:71: error: declaration of C function
'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
   /usr/local/include/gdal_priv.h:242:14: error: previous declaration 'void*
GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
   /usr/local/include/gdal_priv.h:255:108: error: declaration of C function
'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' conflicts
with
   /usr/local/include/gdal_priv.h:244:14: error: previous declaration 'void*
GDALOpenInternal(GDALOpenInfo&, const char* const*)' here
   /usr/local/include/gdal_priv.h:257:82: error: declaration of C function
'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
   /usr/local/include/gdal_priv.h:255:25: error: previous declaration 'void*
GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
   *** Error code 1

Reported by:    pointyhat
2.2.0_1
19 May 2012 10:07:14
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Bump PORTREVISION for graphics/gdal shlib change
2.2.0
06 Sep 2011 00:59:45
Original commit files touched by this commit
gerald search for other commits by this committer
Request USE_FORTRAN=yes instead of USE_GCC=4.5+ so that all ports having
this dependency are in sync. [1]

Sort the LICENSE_* entries to appease portlint.

Approved by:    maintainer (swills) [1]
2.2.0
29 Jun 2011 12:12:23
Original commit files touched by this commit
swills search for other commits by this committer
- Update to 2.2.0
2.1.0_1
29 Jan 2011 13:09:13
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Bump PORTREVISION for gdal shlib change

Feature safe:   yes
2.1.0
14 Nov 2010 18:50:04
Original commit files touched by this commit
swills search for other commits by this committer
Update to 2.1.0

PR:             ports/152201
Submitted by:   O. Hartmann <ohartman at mail.zedat.fu-berlin.de>
Approved by:    wxs (mentor)
2.0.0
05 Sep 2010 04:50:35
Original commit files touched by this commit
swills search for other commits by this committer
Use my new address

Approved By:    pgollucci (mentor)
2.0.0
07 Aug 2010 12:35:37
Original commit files touched by this commit
jacula search for other commits by this committer
The NASA Vision Workbench (VW) is a general purpose image processing and
computer vision library.

WWW:    http://ti.arc.nasa.gov/project/nasa-vision-workbench/

PR:             ports/146006
Submitted by:   Steve Wills <steve@mouf.net>
Approved by:    pgj (mentor)

Number of commits found: 36