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

Port details
termlog Monitor or log multiple system terminals synchronously
2.5_1 security Deleted on this many watch lists=3 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 2.5_1Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build with new utmpx
Deprecated DEPRECATED: Fails to build with new utmpx
Expired This port expired on: 2014-07-23
Ignore IGNORE: is marked as broken: fails to build with new utmpx
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 search for ports maintained by this maintainer
Port Added: 2002-08-21 22:27:20
Last Update: 2014-08-11 16:15:12
SVN Revision: 364623
People watching this port, also watch:: unzip, glib, zip, pcre
Also Listed In: sysutils
License: not specified in port
WWW:
http://www.seccuris.com
Description:
Termlog is a system terminal I/O and key logging program. Termlog is capable of performing synchronous monitoring and logging of multiple system ttys. It is designed to allow paranoid or otherwise curious system administrators to monitor I/O between themselves and connected clients. WWW: http://www.seccuris.com
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
There is no configure plist information for this port.
Dependency lines:
  • termlog>0:security/termlog
No installation instructions:
This port has been deleted.
PKGNAME: termlog
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.
This port has no dependencies.
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:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://www.seccuris.com/documents/downloads/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5_1
11 Aug 2014 16:15:12
Revision:364623Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2014-07-23 security/termlog: Fails to build with new utmpx, unstaged, maintainer
timeout
2.5_1
04 Jul 2014 12:46:11
Revision:360609Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2.5_1
23 Jun 2014 20:39:15
Revision:359005Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2.5_1
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
2.5_1
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2.5_1
03 Jul 2011 14:03:52
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.5_1
20 Mar 2010 14:43:55
Original commit files touched by this commit
miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
2.5_1
03 Mar 2009 14:53:31
Original commit files touched by this commit
csjp search for other commits by this committer
Add rc file for termlog.

PR:             129571
Submitted by:   Alex Keda
Approved by:    wxs
2.5
24 Jan 2006 01:03:33
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
2.5
12 Oct 2005 03:37:55
Original commit files touched by this commit
csjp search for other commits by this committer
Fix a couple of problems on 64 bit platforms by importing 2.5:

Summary:

o Call va_start/va_end for each call to va_arg(). I have no idea why this
  works on i386 but it shouldn't. This un-busts termlog on 64 bit
  platforms.

o When allocating snp descriptors, allocate the proper size. Currently we
  are allocating sizeof(struct utmp) when we really should be allocating
  sizeof(struct snp_d). I can only imagine how this happen, but I am going
  to guess it was a cut-and-paste-o. This helps un-busts termlog on 64 bit
  architectures.

Fixes Submitted by:     Eirik ?verby

While we are here:

o Open tty line with O_NONBLOCK
o Close the line fd after we attach to it as we dont need it. This closes
  an fd leak.
o Remove comment about fd leak

Approved by:    kris
2.4
25 Sep 2005 15:02:12
Original commit files touched by this commit
csjp search for other commits by this committer
-Remove MANCOMPRESSED macro as it's not required
-Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM
 macros to install the files.

This should fix packet build failures.

Approved by:    kris
2.4
21 Sep 2005 04:20:29
Original commit files touched by this commit
csjp search for other commits by this committer
Upgrade termlog. This fixes termlog on -CURRENT and hopefully the snp
fixes in -CURRENT will be MFC'ed to RELENG_6 so it will work on all
releases again.

Approved by:    petef
2.2
13 Nov 2004 19:20:48
Original commit files touched by this commit
csjp search for other commits by this committer
Update termlog from 2.0 to 2.2

This version introduces the following:
-Bug fixes around locking
-Enhanced jail support
-Ability to create log files with SF_APPEND flag
-cryptographic hashing algorithm was changed from md5 to sha1

Approved by:    seanc@
2.0
06 Aug 2004 14:59:11
Original commit files touched by this commit
petef search for other commits by this committer
- update to 2.0
- update maintainer email
- update COMMENT & pkg-descr to match reality

Submitted by:   csjp
1.0.3
26 Jul 2004 21:13:22
Original commit files touched by this commit
krion search for other commits by this committer
Mark BROKEN: Runtime breakage exists.

Submitted by:   csjp at IRC
1.0.3
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0.3
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.0.3
27 Aug 2003 03:23:44
Original commit files touched by this commit
seanc search for other commits by this committer
Maintainer update to 1.0.3

PR:             ports/56018
Submitted by:   Chris S.J.Peron <maneo@bsdpro.com> (maintainer)
1.0.1
21 Feb 2003 13:26:58
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.0.1
15 Sep 2002 16:33:27
Original commit files touched by this commit
petef search for other commits by this committer
Update to 1.0.1, -current build fixes

PR:             42424
Submitted by:   maintainer
1.0_1
22 Aug 2002 04:29:22
Original commit files touched by this commit
petef search for other commits by this committer
Fix a last minute show stopper bug, re-roll the tarball + bump
PORTREVISION.

Submitted by:   maintainer (author)
1.0
21 Aug 2002 22:26:54
Original commit files touched by this commit
obraun search for other commits by this committer
Add termlog 1.0, monitor or log multiple system terminals
synchronously (real-time).

Submitted by:   Chris S.J. Peron <maneo@bsdpro.com>
Approved by:    dwcjr (mentor)

Number of commits found: 22