Port details |
- cal Enhanced color version of standard calendar utility
- 4.1_1 deskutils
=9 4.1_1Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-01-12 15:11:29
- Commit Hash: d432922
- People watching this port, also watch:: unzip, nmap, openssl, libxml2, zip
- License: PD
- WWW:
- https://unicorn.us.com/cal.html
- Description:
- CAL is a nicely-enhanced version of the Unix `cal' command.
Features:
* Hilights today's date when displaying a monthly calendar.
* Displays an optional user-definable list of `special day'
descriptions (like appointments) to the right of the monthly
calendar display. Cal can be set optionally to ignore appointments
older than the current day. Next month's appointments are shown if
there is room to do so. Multiple appointment data files may also
be specified on the commandline.
* You can specify your own appointment and color definition files on the
commandline, or use the defaults.
* Date descriptions can display "years since" a given year, useful for
birthdays and anniversaries.
* Completely configurable colors -- eight separate color attributes.
* No ANSI driver needed for colors, and the output may be redirected
anywhere, just like the Unix version. However, ANSI color control may
be enabled (e.g. for Unix) with a #define in the source code.
* Commandline-compatible with Unix `cal' command, but with several
enhanced switch settings.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/deskutils/cal/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/cal
- pkg install cal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1600801440
SHA256 (cal41.zip) = 96318b738970237832e4594cb363058f4243f54e86a5f1e06737fb5d02e6c298
SIZE (cal41.zip) = 38642
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cal-4.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- deskutils_cal
- USES:
- zip
- 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 |
4.1_1 12 Jan 2024 15:11:29
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
4.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
4.1 20 Jul 2022 14:21:10
    |
Tobias C. Berner (tcberner)  |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1 13 Nov 2020 15:57:20
  |
0mp  |
Acknowledge a conflict between deskutils/cal and devel/util-linux
Reported by: http://pkgtool.osorio.me/
Approved by: portmgr blanket |
4.1 22 Sep 2020 19:57:09
  |
0mp  |
Update to 4.1
- Take maintainership
- Change MASTER_SITES to the one used by other projects like HaikuPorts
- Set LICENSE_FILE
- Build the port manually via do-build; there is no point in patching the
official makefile, it's is too fragile
- Remove all the patches, they are no longer needed
- Shorten pkg-descr & set WWW
- Install the manual page under share/man/man1 |
3.5_1 25 Feb 2017 13:50:19
  |
amdmi3  |
- Add LICENSE
- Regenerate patches
- Simplify installation |
3.5_1 22 Jan 2017 22:02:26
  |
rene  |
Reset sanpei@'s ports after 18 months of inactivity. |
3.5_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.5_1 20 Sep 2015 19:59:04
  |
olgeni  |
Typos, whitespace and capitalization fixes (A-F). |
3.5_1 14 May 2015 10:15:09
  |
mat  |
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 |
3.5_1 20 Oct 2014 11:52:39
  |
bapt  |
Cleanup plist |
3.5_1 28 Jul 2014 16:03:52
  |
adamw  |
Rename deskutils/ patch-xy patches to reflect the files they modify. |
3.5_1 28 Jul 2014 16:02:19
  |
adamw  |
Rather than checking whether pre-existing conf files exist in
STAGEDIR (they don't), use @sample. |
3.5 18 Feb 2014 08:30:24
  |
ehaupt  |
Support staging |
3.5 27 Oct 2013 07:30:14
  |
sanpei  |
I mistake to create patch file. fixed to build. |
3.5 19 Oct 2013 11:21:57
  |
sanpei  |
fix build error 10-current and use cc |
3.5 22 Sep 2013 05:00:11
  |
sanpei  |
unbreak on 10-current |
3.5 20 Sep 2013 16:21:38
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
3.5 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
3.5 22 Jan 2006 08:24:40
 |
edwin  |
SHA256ify
Approved by: krion@ |
3.5 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
3.5 22 Feb 2003 13:24:09
 |
sanpei  |
de-pkg-comment. |
08 Oct 2000 01:03:55
    |
asami  |
Convert category deskutils to new layout. |
03 Aug 2000 15:28:34
    |
sanpei  |
change my e-mail address --> sanpei@FreeBSD.org |