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

Port details
pcbsd-syscache PC-BSD SysCache Utility
1439494375_1 sysutils 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 1439494375_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Abandoned upstream
Expired This port expired on: 2019-12-15
Maintainer: kmoore@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-03 15:05:47
Last Update: 2019-12-15 17:34:12
SVN Revision: 520188
License: BSD3CLAUSE
WWW:
https://github.com/pcbsd/pcbsd
Description:
The syscache utility is used by PC-BSD and others to provide fast access and retrival of system state data, such as package info, jail status, update info and more. WWW: https://github.com/pcbsd/pcbsd
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
Expand this list (6 items)
Collapse this list.
  1. bin/syscache
  2. bin/syscache-daemon
  3. etc/rc.d/syscache
  4. /usr/local/share/licenses/pcbsd-syscache-1439494375_1/catalog.mk
  5. /usr/local/share/licenses/pcbsd-syscache-1439494375_1/LICENSE
  6. /usr/local/share/licenses/pcbsd-syscache-1439494375_1/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • pcbsd-syscache>0:sysutils/pcbsd-syscache
No installation instructions:
This port has been deleted.
PKGNAME: pcbsd-syscache
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (pcbsd-pcbsd-1439494375-3c4d2b_GH0.tar.gz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b SIZE (pcbsd-pcbsd-1439494375-3c4d2b_GH0.tar.gz) = 171198807

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. pkgconf>=1.3.0_1 : devel/pkgconf
  2. moc : devel/qt5-buildtools
  3. qmake : devel/qt5-qmake
Runtime dependencies:
  1. moc : devel/qt5-buildtools
  2. qmake : devel/qt5-qmake
Library dependencies:
  1. libQt5Core.so : devel/qt5-core
  2. libQt5Network.so : net/qt5-network
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/pcbsd-appweb*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
pkgconfig qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pcbsd/pcbsd/tar.gz/3c4d2b?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1439494375_1
15 Dec 2019 17:34:12
Revision:520188Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-12-15 net/samba48: not supported by the upstream
2019-12-15 sysutils/life-preserver: Abandoned upstream
2019-12-15 sysutils/pbi-manager: Abandoned upstream
2019-12-15 sysutils/pcbsd-appweb: Abandoned upstream
2019-12-15 sysutils/pcbsd-libsh: Abandoned upstream
2019-12-15 sysutils/pcbsd-syscache: Abandoned upstream
2019-12-15 sysutils/pcbsd-utils: Abandoned upstream
2019-12-15 sysutils/warden: Abandoned upstream
1439494375_1
16 Nov 2019 06:16:08
Revision:517722Original commit files touched by this commit
tobik search for other commits by this committer
Deprecate some PC-BSD ports that have been abandoned upstream

PR:		241666
Approved by:	kmoore (maintainer timeout, 2 weeks)
1439494375_1
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1439494375
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
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
1439494375
03 Jan 2017 11:01:06
Revision:430454Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
1439494375
27 Dec 2016 12:20:41
Revision:429612Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
1439494375
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
1439494375
08 Mar 2016 13:09:12
Revision:410613Original commit files touched by this commit
mat search for other commits by this committer
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.

Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
1439494375
07 Oct 2015 17:11:56
Revision:398773Original commit files touched by this commit
kmoore search for other commits by this committer
- Update PC-BSD related ports to their respective 10.2 versions
- Includes fixes to install pcbsd-utils-qt4 from non-root and
  shebang corrections

PR: 203598
1438369862
31 Jul 2015 19:37:02
Revision:393366Original commit files touched by this commit
kmoore search for other commits by this committer
- Update the various PC-BSD ports to their respective 10.2-RC1 versions
- Switch to pulling distfiles from GH
1431457302
22 May 2015 19:09:06
Revision:387054Original commit files touched by this commit
kmoore search for other commits by this committer
- Distfile re-roll for several PC-BSD ports
- Fix some invalid data being bundled, causing i386 to fail
- While here, fix sysutils/pcbsd-appweb plist
1431457302
18 May 2015 14:20:48
Revision:386685Original commit files touched by this commit
kmoore search for other commits by this committer
- Update PC-BSD related ports to 1431700504 / 10.1.2 versions
- Pet portlint for many
- Remove obsolete pkg-install
1421343297
31 Mar 2015 15:31:50
Revision:382834Original commit files touched by this commit
bapt search for other commits by this committer
Remove useless execution of script
Simplify Makefile and make it respects the common framework variable
1421343297
03 Feb 2015 15:05:14
Revision:378356Original commit files touched by this commit
kmoore search for other commits by this committer
- Add PC-BSD ports from the 10.1.1 release
- Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5

Number of commits found: 14