Port details |
- xmailbox Mailbox checker with sound and animation for X Window System
- 2.5_3 mail
=3 2.5_3Version of this port present on the latest quarterly branch. - 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: unknown
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: openssl, wine, autoconf, xpdf, minimalist
- License: not specified in port
- Description:
- The xmailbox program displays, by default, an image of a mailbox. When
there is no mail, the image shown is that of a mailbox with its flag down.
When new mail arrives, the image changes to that of a mailbox with the
flag up, its door open and a letter visible inside. It can also optionally
play a sound through the sound-card. The NCD audio server, the rplay sound
package, FreeBSD Sun-compatible audio drivers, and an external sound player
program are supported. By default, pressing any mouse button in the image
forces xmailbox to remember the current size of the mail file as being the
``empty'' size and to change its image accordingly. In addition, the user
can optionally invoke his/her favorite mail retrieving program.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/xmailbox/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/xmailbox
- pkg install xmailbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmailbox
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmailbox-2.5.tar.gz) = 0037454848a9d25bfcd583f9132983a8c9aa9ca5370adfa56bb5d151238fdc3e
SIZE (xmailbox-2.5.tar.gz) = 43535
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- xaw7.pc : x11-toolkits/libXaw
- Runtime dependencies:
-
- xaw7.pc : x11-toolkits/libXaw
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xmailbox-2.5_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_xmailbox
- USES:
- imake xorg
- 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.5_3 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2.5_3 04 Feb 2024 19:13:55
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
2.5_2 26 Jul 2023 00:48:20
    |
Muhammad Moinur Rahman (bofh)  |
*/*: 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 |
2.5_2 25 Jul 2023 08:36:28
    |
Muhammad Moinur Rahman (bofh)  |
mail/xmailbox: Fix build with llvm16
- Utilize OPTIONSNG
Sponsored by: The FreeBSD Foundation |
2.5_2 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
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 ) |
2.5_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.5_2 06 Nov 2019 18:07:22
  |
zeising  |
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. |
2.5_2 26 Dec 2016 11:59:12
  |
rene  |
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer) |
2.5_2 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
2.5_2 28 Jul 2014 23:20:38
  |
adamw  |
Rename mail/ patch-xy patches to reflect the files they modify. |
2.5_2 31 Mar 2014 22:19:01
  |
antoine  |
- Undeprecate, 1 user uses this port
- Stage support
- Pass maintainership to user (A.J. 'Fonz' van Werven) |
2.5_2 08 Mar 2014 22:26:22
  |
antoine  |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained
since more than 12 years) |
2.5_2 21 Feb 2014 13:37:57
  |
ehaupt  |
Remove trailing whitespaces from category mail |
2.5_2 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.5_2 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.5_2 28 Jun 2013 22:06:54
  |
bapt  |
Convert to USES=imake
Trim headers
Convert to USE_GCC=any where needed
Remove indefinite article |
2.5_2 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
2.5_2 23 Jan 2009 16:28:36
 |
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
2.5_1 22 Jul 2008 19:58:50
 |
flz  |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self) |
2.5_1 19 Apr 2008 17:56:05
 |
miwi  |
- 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) |
2.5_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}. |
2.5 10 May 2006 22:37:39
 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
2.5 25 Nov 2005 15:31:02
 |
pav  |
- Add SHA256 |
2.5 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
2.5 20 Feb 2003 18:40:39
 |
knu  |
De-pkg-comment. |
2.5 08 Sep 2002 08:55:42
 |
kris  |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) |
2.5 22 Jun 2002 13:54:17
 |
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
05 Feb 2001 15:11:27
    |
olgeni  |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42
    |
asami  |
Convert category mail to new layout. |
03 Aug 2000 10:28:58
    |
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |