notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
istatserver Daemon for iStat iPhone application
3.02_2 sysutils 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 Version of this port present on the latest quarterly branch.
Maintainer: farrokhi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-01-09 16:40:10
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD3CLAUSE
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/istatserver-3.02_2/catalog.mk
  2. /usr/local/share/licenses/istatserver-3.02_2/LICENSE
  3. /usr/local/share/licenses/istatserver-3.02_2/BSD3CLAUSE
  4. bin/istatserver
  5. @sample etc/istatserver/istatserver.conf.sample
  6. @sample etc/istatserver/istatserver_generated.conf.sample
  7. man/man1/istatserver.1.gz
  8. man/man5/istatserver.conf.5.gz
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • istatserver>0:sysutils/istatserver
To install the port:
cd /usr/ports/sysutils/istatserver/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/istatserver
  • pkg install istatserver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: istatserver
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
istatserver
ABIlatestquarterly
FreeBSD:11:aarch643.023.02
FreeBSD:11:amd643.023.02
FreeBSD:11:armv6pkg-fallout3.02
FreeBSD:11:i3863.023.02
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-fallout3.02
FreeBSD:12:aarch643.023.02_2
FreeBSD:12:amd643.02_23.02_2
FreeBSD:12:armv63.023.02
FreeBSD:12:armv73.023.02
FreeBSD:12:i3863.02_23.02_2
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips643.023.02
FreeBSD:12:powerpc64pkg-fallout3.02
FreeBSD:13:aarch643.02_23.02_2
FreeBSD:13:amd643.02_23.02_2
FreeBSD:13:armv63.023.02_2
FreeBSD:13:armv73.02_23.02_2
FreeBSD:13:i3863.02_23.02_2
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips643.023.02
FreeBSD:13:powerpc643.023.02_2
FreeBSD:13:riscv64pkg-fallout3.02_2
FreeBSD:14:aarch643.02_2pkg-fallout
FreeBSD:14:amd643.02_2pkg-fallout
FreeBSD:14:armv63.02_2pkg-fallout
FreeBSD:14:armv73.02_2pkg-fallout
FreeBSD:14:i3863.02_2pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips643.02pkg-fallout
FreeBSD:14:powerpc643.02_2pkg-fallout
FreeBSD:14:riscv643.02pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libxml2.so : textproc/libxml2
  2. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
pkg-message:
For install:
WWW: https://bjango.com/linux/istatserver/
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://s3.amazonaws.com/bjango/files/istatserverlinux/
Collapse this list.
Port Moves
  • port moved here from sysutils/istatd on 2017-01-09
    REASON: Project was renamed

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.02_2
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.02_2
20 Jul 2022 14:23:05
commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.02_2
10 Apr 2022 19:11:41
commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
3.02_1
26 Mar 2022 08:27:27
commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
3.02
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.02
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
3.02
09 Jun 2018 07:44:43
Revision:472043Original commit files touched by this commit
farrokhi search for other commits by this committer
sysutils/istatserver: Unbreak build on latest clang
3.02
02 Nov 2017 21:41:47
Revision:453381Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
3.02
05 Aug 2017 12:13:37
Revision:447402Original commit files touched by this commit
farrokhi search for other commits by this committer
sysutils/istatserver: Update to 3.02
3.01_2
22 May 2017 13:30:13
Revision:441456Original commit files touched by this commit
farrokhi search for other commits by this committer
Add missing dependency to openssl

Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10643
3.01_1
02 May 2017 15:53:21
Revision:439959Original commit files touched by this commit
farrokhi search for other commits by this committer
Unbreak sysutils/istatserver

Reported by:	linimon
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10571
3.01_1
11 Feb 2017 19:05:25
Revision:433903Original commit files touched by this commit
farrokhi search for other commits by this committer
Fix package build

Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9326
3.01
29 Jan 2017 12:46:49
Revision:432729Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark BROKEN, does not install: chown: istat: illegal user name

Approved by:	portmgr blanket
3.01
09 Jan 2017 16:40:01
Revision:430976Original commit files touched by this commit
farrokhi search for other commits by this committer
Rename sysutils/istatd to sysutils/istatserver and update to 3.01

PR:	215004
Reported by:	dcarmich@dcarmichael.net
Reviewed by:	bapt
Approved by:	bapt
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D9092

Number of commits found: 15