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
hbiff Replacement for xbiff that handles popup window with mail headers
1.2_3 mail on this many watch lists=1 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 1.2_2Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-01-22 00:28:59
Commit Hash: d3dbe8e
People watching this port, also watch:: mplayer-skins, libao, tcpdump, python
License: not specified in port
Description:
Fancy biff program under X11 environment. Hbiff is a replacement for xbiff that flashes when new mail arrives like the traditional xbiff. In addition, if you click on the hbiff icon, a window will popup showing the mail headers. This makes hbiff better than xlbiff where privacy is an issue since the headers are only displayed when you request. hbiff can also run the MUA for you.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. bin/hbiff
  2. share/man/man1/hbiff.1.gz
Collapse this list.
Dependency lines:
  • hbiff>0:mail/hbiff
To install the port:
cd /usr/ports/mail/hbiff/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/hbiff
  • pkg install hbiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hbiff
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (hbiff-1.2.tar.gz) = b66bddfdea7f8aaed814c3b52efde3cf3e846fbd48dafcdd53d1a58927802c76 SIZE (hbiff-1.2.tar.gz) = 12982

Packages (timestamps in pop-ups are UTC):
hbiff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2_31.2_31.2_21.2_31.2_3-1.2_2-
FreeBSD:13:quarterly1.2_21.2_21.2_21.2_21.2_21.2_21.2_21.2_2
FreeBSD:14:latest1.2_31.2_31.2_21.2_31.2_31.2_2-1.2_2
FreeBSD:14:quarterly1.2_21.2_2-1.2_21.2_21.2_21.2_21.2_2
FreeBSD:15:latest1.2_31.2_3n/a1.2_3n/a1.2_31.2_31.2_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. x11.pc : x11/libX11
Runtime dependencies:
  1. x11.pc : x11/libX11
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_hbiff
USES:
localbase xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. ftp://nuxi.ucdavis.edu/pub/misc/
  2. http://distcache.FreeBSD.org/local-distfiles/obrien/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/obrien/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/obrien/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/obrien/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_3
22 Jan 2024 00:28:59
commit hash: d3dbe8efc99441cd8b4798849241d620ef4f6a08commit hash: d3dbe8efc99441cd8b4798849241d620ef4f6a08commit hash: d3dbe8efc99441cd8b4798849241d620ef4f6a08commit hash: d3dbe8efc99441cd8b4798849241d620ef4f6a08 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/hbiff: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
1.2_2
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.2_2
24 Jun 2023 10:58:47
commit hash: 305e27d1071805b9844b95e8fb5efc2aab5819cacommit hash: 305e27d1071805b9844b95e8fb5efc2aab5819cacommit hash: 305e27d1071805b9844b95e8fb5efc2aab5819cacommit hash: 305e27d1071805b9844b95e8fb5efc2aab5819ca files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/hbiff: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
1.2_2
17 May 2023 16:30:15
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
1.2_2
14 May 2023 19:59:09
commit hash: 3c4254f93f4af3fcd8e7b8ff2345272ad0c2d5bfcommit hash: 3c4254f93f4af3fcd8e7b8ff2345272ad0c2d5bfcommit hash: 3c4254f93f4af3fcd8e7b8ff2345272ad0c2d5bfcommit hash: 3c4254f93f4af3fcd8e7b8ff2345272ad0c2d5bf files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/hbiff: Unbreak on HEAD

- Pet portclippy
- Refactor with USES=loccalbase
- Adopt port
1.2_2
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

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

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_2
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.
1.2_2
06 Nov 2019 18:07:22
Revision:516916Original commit files touched by this commit
zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories m

Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
1.2_2
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.2_2
12 Jun 2015 21:17:44
Revision:389302Original commit files touched by this commit
erwin search for other commits by this committer
Reset maintainership for obrien

Approved by:	portmgr
1.2_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.2_2
28 Jul 2014 23:20:38
Revision:363275Original commit files touched by this commit
adamw search for other commits by this committer
Rename mail/ patch-xy patches to reflect the files they modify.
1.2_2
07 Jul 2014 15:31:02
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
1.2_2
04 Apr 2014 07:40:14
Revision:350061Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Respect CC
- Respect CFLAGS
- Modernize port
1.2_2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
1.2_2
20 Sep 2013 19:59:14
Revision:327742Original 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:
mail)
1.2_2
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
1.2_2
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.2_2
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
1.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.2
22 Jan 2006 12:50:54
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.2
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.2
07 Mar 2003 06:06:02
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
05 Feb 2001 15:11:27
commit hash: fp1.9242@dev.null.freshports.orgcommit hash: fp1.9242@dev.null.freshports.orgcommit hash: fp1.9242@dev.null.freshports.orgcommit hash: fp1.9242@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Spaces->tabs in the mail category.    
22 Nov 2000 00:21:52
commit hash: fp1.6603@dev.null.freshports.orgcommit hash: fp1.6603@dev.null.freshports.orgcommit hash: fp1.6603@dev.null.freshports.orgcommit hash: fp1.6603@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Add $FreeBSD$, which help me in problem reports.    
08 Oct 2000 04:16:42
commit hash: fp1.4778@dev.null.freshports.orgcommit hash: fp1.4778@dev.null.freshports.orgcommit hash: fp1.4778@dev.null.freshports.orgcommit hash: fp1.4778@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category mail to new layout.  
29 Jun 2000 03:31:42
commit hash: fp1.1324@dev.null.freshports.orgcommit hash: fp1.1324@dev.null.freshports.orgcommit hash: fp1.1324@dev.null.freshports.orgcommit hash: fp1.1324@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Use ${MASTER_SITE_LOCAL}.    
07 Jun 2000 18:44:40
commit hash: fp1.712@dev.null.freshports.orgcommit hash: fp1.712@dev.null.freshports.orgcommit hash: fp1.712@dev.null.freshports.orgcommit hash: fp1.712@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
The local-distfiles dir on ftp.freebsd.org was moved under ports/.    
07 Jun 2000 04:09:25
commit hash: fp1.664@dev.null.freshports.orgcommit hash: fp1.664@dev.null.freshports.orgcommit hash: fp1.664@dev.null.freshports.orgcommit hash: fp1.664@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Become the guinnie-pig and move all my Freefall ~/public_html distfiles   over
to the new ftp.freebsd.org local distfiles site.    

Number of commits found: 29