Port details |
- pHash Open source perceptual hash library
- 0.9.6_15 multimedia
=0 0.9.6_15Version of this port present on the latest quarterly branch. - Maintainer: cyberbotx@cyberbotx.com
 - Port Added: 2015-09-11 23:27:56
- Last Update: 2021-04-08 21:19:59
- Commit Hash: c8f0a0b
- Also Listed In: devel
- License: GPLv3+
- Description:
- pHash is an open source software library released under the GPLv3 license that
implements several perceptual hashing algorithms, and provides a C-like API to
use those functions in your own programs. pHash itself is written in C++.
WWW: http://phash.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libpHash.so:multimedia/pHash
- To install the port:
- cd /usr/ports/multimedia/pHash/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/pHash
- pkg install pHash
- PKGNAME: pHash
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pHash-0.9.6.tar.gz) = 3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935
SIZE (pHash-0.9.6.tar.gz) = 1315965
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- CImg.h : graphics/cimg
- CImg.h : graphics/cimg
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- CImg.h : graphics/cimg
- CImg.h : graphics/cimg
- Library dependencies:
-
- libsndfile.so : audio/libsndfile
- libsamplerate.so : audio/libsamplerate
- libmpg123.so : audio/mpg123
- libfftw3.so : math/fftw3
- libpng.so : graphics/png
- libavcodec.so : multimedia/ffmpeg
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Libraries
-
- multimedia/php-pHash
- Configuration Options:
- ===> The following configuration options are available for pHash-0.9.6_15:
DEBUG=off: Build with debugging support
FFTW=on: Discrete Fourier Transform support
JPEG=on: JPEG image format support
OPENMP=off: Parallel processing support via OpenMP
PNG=on: PNG image format support
====> Options available for the multi HASHING: you have to choose at least one of them
AUDIO=on: Enable audio hashing
IMAGE=on: Enable image hashing
VIDEO=on: Enable video hashing
===> Use 'make config' to modify these settings
- Options name:
- multimedia_pHash
- USES:
- compiler:c11 gmake libtool pathfix jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Apr 2021 21:19:59 0.9.6_15
|
Kevin Bowling (kbowling)  |
multimedia/pHash: Remove compiler:openmp
PR: 253895
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
06 Apr 2021 14:31:07 0.9.6_15
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Jul 2020 15:31:26
0.9.6_14
|
pkubaj  |
multimedia/pHash: fix build on GCC architectures
Use newer GCC to link against libavcodec:
checking whether FFmpeg is present... checking for avcodec_decode_video2 in
-lavcodec... no
MFH: 2020Q3 (fix build blanket) |
05 Aug 2019 23:06:50
0.9.6_14
|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
26 Jul 2019 20:46:57
0.9.6_13
|
gerald  |
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 |
02 Apr 2019 18:49:03
0.9.6_12
|
antoine  |
Unbreak by linking to fftw3_threads
PR: 236807
Submitted by: Naram Qashat
Reported by: pkg-fallout
MFH: 2019Q2 |
12 Dec 2018 01:35:36
0.9.6_12
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
06 Nov 2018 01:50:27
0.9.6_11
|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
29 Jul 2018 22:18:46
0.9.6_10
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 May 2018 15:07:27
0.9.6_9
|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
10 Mar 2018 17:46:06
0.9.6_8
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
21 Oct 2017 06:50:50
0.9.6_7
|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
10 Sep 2017 20:55:39
0.9.6_6
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
25 Apr 2017 08:20:31
0.9.6_5
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
01 Apr 2017 15:23:32
0.9.6_4
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
11 Dec 2016 15:22:47
0.9.6_3
|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
20 Nov 2016 09:38:09
0.9.6_2
|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
04 Nov 2016 04:48:11
0.9.6_1
|
jbeich  |
multimedia/pHash: unbreak build with ffmpeg 3.x
=======================<phase: configure >============================
[...]
*** Configuring video Hash ***
checking whether FFmpeg is present... checking for avcodec_alloc_frame in
-lavcodec... no
configure: error:
*** libavcodec not found.
PR: 214178
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH: 2016Q4 |
01 Apr 2016 14:16:20
0.9.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
0.9.6
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
11 Sep 2015 23:27:47
0.9.6
|
jbeich  |
multimedia/pHash: add new port
PR: 202635
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
pHash is an open source software library released under the GPLv3 license that
implements several perceptual hashing algorithms, and provides a C-like API to
use those functions in your own programs. pHash itself is written in C++.
http://phash.org/ |