Port details |
- visionworkbench General purpose image processing and computer vision library
- 2.2.0_12 graphics
=0 2.2.0_12Version of this port present on the latest quarterly branch.
- BROKEN: Fails to configure
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 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
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gfortran47 : lang/gcc
- pkgconf : devel/pkgconf
- python2.7 : lang/python27
- as : devel/binutils
- moc-qt4 : devel/qt4-moc
- qmake-qt4 : devel/qmake4
- Runtime dependencies:
-
- gfortran47 : lang/gcc
- python2.7 : lang/python27
- Library dependencies:
-
- libjpeg.so : graphics/jpeg
- libpng15.so : graphics/png
- libboost_thread.so : devel/boost-libs
- libboost_python.so : devel/boost-python-libs
- libgdal.so : graphics/gdal
- liblapack.so : math/lapack
- libIlmImf.so : graphics/OpenEXR
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0_12 01 Sep 2014 16:33:09 |
bapt |
Remove non staged ports without pending PR from g* |
2.2.0_12 15 Aug 2014 20:37:33 |
mandree |
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 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2.2.0_11 11 Jul 2014 11:16:06 |
sunpoet |
- 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 |
olgeni |
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 |
tijl |
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 ) |
2.2.0_10 10 Mar 2014 20:55:22 |
gerald |
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 |
gerald |
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 |
tijl |
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 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
2.2.0_8 01 Feb 2014 14:36:12 |
antoine |
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 |
rene |
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 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
2.2.0_8 20 Nov 2013 14:25:28 |
nemysis |
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor) |
2.2.0_7 31 Oct 2013 00:32:31 |
nemysis |
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 ) |
2.2.0_6 26 Oct 2013 00:52:36 |
gerald |
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 ) |
2.2.0_5 20 Sep 2013 18:35:46 |
bapt |
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 |
bapt |
Add an explicit dependency on pkgconf |
2.2.0_5 21 Aug 2013 03:46:21 |
sunpoet |
- 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
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.2.0_4 12 Mar 2013 13:57:52 |
bapt |
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 |
miwi |
- BROKEN failes to patch |
2.2.0_4 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
2.2.0_3 17 Jan 2013 03:32:28 |
swills |
- Chase lib version changes from ilmbase and OpenEXR updates |
2.2.0_2 30 Jun 2012 03:00:15 |
swills |
- 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 |
swills |
- Fix build |
2.2.0_2 06 Jun 2012 06:44:38 |
miwi |
- 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 |
dinoex |
- update png to 1.5.10 |
2.2.0_1 28 May 2012 21:07:29 |
pav |
- 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 |
sunpoet |
- Bump PORTREVISION for graphics/gdal shlib change |
2.2.0 06 Sep 2011 00:59:45 |
gerald |
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 |
swills |
- Update to 2.2.0 |
2.1.0_1 29 Jan 2011 13:09:13 |
sunpoet |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes |
2.1.0 14 Nov 2010 18:50:04 |
swills |
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 |
swills |
Use my new address
Approved By: pgollucci (mentor) |
2.0.0 07 Aug 2010 12:35:37 |
jacula |
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) |