Port details |
- cdcat Qt based tool for offline CD/DVD/disk catalogs
- 2.3.1_4 deskutils
=3 2.3.1_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- 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: 2006-07-06 18:04:05
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: zxfer, vnstat, zfs-stats, tmux, monit
- License: GPLv2
- WWW:
- http://cdcat.sourceforge.net/
- Description:
- cdcat is a powerful Qt based tool for creating fully searchable offline
catalogs of the contents of any arbitrary media. Primarily it is most
useful for cataloging CDs, DVDs, and other such removable media. The
catalogs can be quickly searched (including across multiple catalogs)
with regular expressions, exported as CSV or HTML files, sorted, and
statistical information gathered.
WWW: http://cdcat.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: cdcat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cdcat-2.3.1.tar.bz2) = 7cb1bbd7646faf93359acda5835f510766c82e612bca577282571f13a8d5f01c
SIZE (cdcat-2.3.1.tar.bz2) = 428708
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- lrelease : devel/qt4-linguisttools
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- uic : devel/qt4-uic
- Runtime dependencies:
-
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- Library dependencies:
-
- libtar.so : devel/libtar
- libexif.so : graphics/libexif
- libmediainfo.so : multimedia/libmediainfo
- libzen.so : multimedia/libzen
- libcryptopp.so : security/cryptopp
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cdcat-2.3.1_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- libtool pkgconfig qmake:norecursive qt:4 tar:bzip2 gnome
- 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.3.1_4 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
2.3.1_4 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
2.3.1_4 24 Aug 2018 17:22:02 |
jhale |
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
(Only the first 15 lines of the commit message are shown above ) |
2.3.1_3 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.3.1_3 24 Sep 2017 18:48:52 |
sunpoet |
Update LICENSE
- Add LICENSE_FILE |
2.3.1_3 07 Dec 2016 01:00:11 |
jhale |
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b |
2.3.1_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.1_2 19 Nov 2015 20:48:21 |
amdmi3 |
- Switch to options helpers
- Simplify installation |
2.3.1_2 18 Aug 2015 20:02:50 |
pgollucci |
[patch] deskutils/cdcat: qt4-linguist -> qt4-linguisttools
PR: 202206
Submitted by: s3erios@gmail.com |
2.3.1_2 15 May 2015 06:34:27 |
riggs |
- Un-break build
- Cleanup Makefile
- Pet portlint
PR: 199222
Submitted by: tkato432@yahoo.com
MFH: 2015Q2 |
2.3.1_1 15 Mar 2015 13:49:58 |
antoine |
Mark BROKEN: fails to build
With gcc:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\"
-DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\"
-DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1
-DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP
-I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe
-fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF
.deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f
'7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:13:
../includes/CPP/7zip/Common/FileStreams.h:15:35: error: ../../Common/C_FileIO.h:
No such file or directory
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460: error: expected `)' before '*'
token
...
With clang:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\"
-DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\"
-DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1
-DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP
-I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe
-fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF
.deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f
'7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460:27: error: expected ')'
typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUID
*iid, void **outObject);
^
...
Reported by: pkg-fallout |
2.3.1_1 20 Dec 2014 17:43:11 |
bapt |
Cleanup plist |
2.3.1_1 18 Sep 2014 13:12:33 |
tijl |
Add USES=libtool (used in lib7zip build) |
2.3.1_1 30 Jul 2014 07:11:05 |
marino |
deskutils/cdcat: Unbreak
PR: 192199
Submitted by: Ports Fury |
2.3.1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.1 27 Jul 2014 21:50:33 |
antoine |
Mark BROKEN: Fails to build after mediainfo split
c++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o cdcat
obj_files/adddialog.o obj_files/cdcat.o obj_files/commwidget.o
obj_files/config.o obj_files/dbase.o obj_files/dirview.o obj_files/find.o
obj_files/guibase.o obj_files/hdirview.o obj_files/icons.o obj_files/import.o
obj_files/importdialog.o obj_files/mainwidget.o obj_files/mp3tag.o
obj_files/cdcatmediainfo.o obj_files/cdcatexif.o obj_files/newdbdialog.o
obj_files/wdbfile.o obj_files/info.o obj_files/exportcdcatdb.o
obj_files/showcontent.o obj_files/selreadable.o obj_files/colorsettings.o
obj_files/borrow.o obj_files/tparser.o obj_files/misc.o obj_files/dmetaph.o
obj_files/moc_adddialog.o obj_files/moc_commwidget.o obj_files/moc_config.o
obj_files/moc_dbase.o obj_files/moc_dirview.o obj_files/moc_find.o
obj_files/moc_guibase.o obj_files/moc_hdirview.o obj_files/moc_mainwidget.o
obj_files/moc_newdbdialog.o obj_files/moc_import.o
obj_files/moc_importdialog.o obj_files/moc_info.o obj_file
/moc_exportcdcatdb.o obj_files/moc_showcontent.o obj_files/moc_selreadable.o
obj_files/moc_borrow.o obj_files/moc_colorsettings.o -L/usr/local/lib/qt4
-L/usr/local/lib
/wrkdirs/usr/ports/deskutils/cdcat/work/lib7zip/Lib7Zip/lib7zip.a
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/ZenLib/Project/GNU/Library/.libs/libzen.a
/usr/local/lib/libcryptopp.a -lz -lbz2 -ltar -lexif -lQtXml -L/usr/local/lib/qt4
-L/usr/local/lib -lQtGui -lQtCore
c++:
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a:
No such file or directory
c++:
/wrkdirs/usr/ports/multimedia/mediainfo/work/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI/ZenLib/Project/GNU/Library/.libs/libzen.a:
No such file or directory
*** [cdcat] Error code 1
Reported by: pkg-fallout |
2.3.1 27 Feb 2014 14:07:05 |
miwi |
- Update to 2.3.1
- Stage support
PR: 175585
Submitted by: ports fury |
2.1_1 26 Nov 2013 16:17:43 |
makc |
- QMAKE_PRO is deprecated |
2.1_1 21 Nov 2013 16:09:47 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE |
2.1_1 13 Oct 2013 13:03:04 |
makc |
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes |
2.1_1 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
2.1_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1_1 28 Mar 2013 15:51:17 |
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
2.1_1 14 Mar 2013 08:17:40 |
pclin |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a |
2.1 08 Dec 2012 17:08:59 |
pawel |
- Fix build on FreeBSD 7.x [1]
- Remove leading article from COMMENT
- Correct spelling errors in pkg-descr
PR: ports/174156 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
Feature safe: yes |
2.1 30 Nov 2012 23:52:09 |
sperber |
- Update to version 2.1
- Update LICENSE
- Remove shlib versions
- Convert to optionsng
- Trim Makefile header
- Add BROKEN for 7.X
PR: ports/171976
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
2.0_1 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.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.0 21 May 2012 03:10:16 |
miwi |
- Update to 2.0
PR: 168023
Submitted by: Ports Fury |
1.9 21 Apr 2012 18:48:30 |
miwi |
- Update to 1.9
PR: 166878
Submitted by: Ports Fury |
1.8 04 Mar 2012 05:48:55 |
miwi |
- Update to 1.8
PR: 164988
Submitted by: Ports Fury |
1.5 31 Aug 2011 21:43:15 |
dhn |
- Update to 1.5
PR: ports/160091
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3 02 Jul 2011 07:55:08 |
miwi |
- Update to 1.3
PR: 158498
Submitted by: Ports Fury |
1.01b_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.01b_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.01b_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.01b_3 05 Oct 2009 20:23:00 |
linimon |
Reset maintainer due to bouncing email. |
1.01b_3 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.01b_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.01b_2 06 Jun 2008 13:18:34 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.01b_1 25 Oct 2007 02:22:50 |
beech |
- Fix build with gcc-4.2
Approved by: linimon (maintainer timeout) |
1.01b_1 02 Oct 2007 08:44:32 |
linimon |
Mark as broken with gcc4.2. |
1.01b_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.01b 13 Feb 2007 00:16:29 |
pav |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
1.01b 06 Jul 2006 18:03:52 |
itetcu |
cdcat is a powerful QT based tool for creating fully searcheable offline
catalogs of the contents of any arbitrary media. Primarily it is most
useful for cataloging CDs, DVDs, and other such removeable media. The
catalogs can be quickly searched (including across multiple catalogs)
with regular expressions, exported as CSV or HTML files, sorted, and
statistical information gathered.
WWW: http://cdcat.sourceforge.net/
PR: ports/96828
Submitted by: Aren Tyr <aren.tyr at gawab.com> |