Port details |
- calendar Port of the FreeBSD calendar program
- 0.9.3 deskutils =2 0.9.3Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2020-10-25 11:46:56
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://freebsd.org
- Description:
- This is the calendar program from FreeBSD converted into a port.
The purpose of this port is to make upgrades to the calendar program
available independently of the FreeBSD release cycle.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- calendar>0:deskutils/calendar
- To install the port:
- cd /usr/ports/deskutils/calendar/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/calendar
- pkg install calendar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: calendar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659945346
SHA256 (stesser-calendar-0.9.3_GH0.tar.gz) = b84ff1d95f094428e888aa72172d6112fd071e4effee6e3ec490af0b40b1ff20
SIZE (stesser-calendar-0.9.3_GH0.tar.gz) = 45480
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- calendar.all : deskutils/calendar-data
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for calendar-0.9.3:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- deskutils_calendar
- 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 |
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) |
0.9.3 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 ) |
0.9.3 08 Aug 2022 07:58:14 |
Stefan Eßer (se) |
deskutils/calendar: update to version 0.9.3
Update the man page to match the version the -CURRENT base system.
The only change is a better description of the // single line comment
syntax, i.e. that // is only considered to start a comment when it
appears at the start of the line or after white space. This allows to
embed URLs in calendar entries. |
0.9.2 07 Jun 2021 13:34:29 |
Stefan Eßer (se) |
deskutils/calendar: Fix non-NLS build and allw // in entries
The C++-style comment marker "//" has been added with the rewrite of
the preprocessor features. Since this character sequence occurs in
ULRS, the reminder of the URL was considered a comment and stripped
from the calendar line.
Change parsing of "//" to only start a comment at the begin of a line
or when preceded by a white-space character. |
0.9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9 07 Nov 2020 11:41:24 |
se |
Fetch from my repository to simplify port
Instead of fetching from a repository that was created based on a version
that did not include the pre-processor enhancements applied to -CURRENT
and patching to include them, fetch from a repository that has a copy of
the latest sources.
This change allows to remove the large number of complex patch files from
the port and will simplify further updates.
It is planned to make the port fetch from an official FreeBSD repository
as soon as it is available with up-to-date sources from -CURRENT.
No port revision bump since this is only a change to the build process and
not the generated package. |
0.9 06 Nov 2020 22:04:12 |
se |
Update to FreeBSD base SVN revision r367364
This upgrade improves the compatibility with prior versions that used cpp
to pre-process the calendar files.. |
0.8 03 Nov 2020 21:11:00 |
se |
Update to -CURRENT SVN rev. r367293
This version processes conditionals with similar restrictions as were
effective when the data files were piped through the C pre-processor.
Specifically, only the first word after #define is considered as the name
being defined. An error is signalled if more than one word is found as
argument of #ifdef, #ifndef, or #undef.
All calendar files distributed with FreeBSD or in the deskutils/calendar
port comply with the newly enforced syntax checks.
Dates are now printed as defined for the locale of the user, not as
defined by a LANG= assignment in a data file, which is now only considered
for character-set translations (if ICONV is set to its default value of ON). |
0.7.2 01 Nov 2020 20:46:31 |
se |
Update to -CURRENT SVN rev. r367255
Fix error position reporting for calendar data files in system directories |
0.7.1 01 Nov 2020 09:33:28 |
se |
Pass _PATH_LOCALBASE correctly quoted to the build |
0.7 31 Oct 2020 15:33:08 |
se |
Update to FreeBSD-CURRENT base SVN revision r367207
This update improves the internal pre-processor and makes it report data
file issues with filename and line number of the failed commend.
Several tests have been added to detect unmatched condition directives
(e.g. #endif or #else without prior #ifdef or #ifndef). An #undef command
has been added since it occurs in one of the calendar files tradionally
distributed with FreeBSD (and now in the deskutils/calendar-data port).
This update adds a default definition of _PATH_LOCALBASE that is required
to build the port on systems that do not define it in paths.h. |
0.6 30 Oct 2020 18:23:58 |
se |
Upgrade to to FreeBSD base SVN revision r367173
The order of events printed was reversed due to the way a link list was
updated. This version prints the events in the order they appear in in
the data file. |
0.5 30 Oct 2020 15:01:05 |
se |
Update to FreeBSD SVN revision r367167
This update implements comment handling lost when calendar was changed
from using an external cpp to an internal pre-processor |
0.3 29 Oct 2020 11:08:39 |
se |
Upgrade to FreeBSD base SVN version r367127.
This upgrade fixes the loading von included files from users' home
directories for calendar -a. |
0.2 28 Oct 2020 21:14:09 |
se |
Update man-page to cover newly introduced features. |
0.2 28 Oct 2020 21:12:28 |
se |
Bump portversion, forgotten in previous commit |
0.1 28 Oct 2020 21:10:46 |
se |
Upgrade to FreeBSD base SVN version r367108
This version add support for nested conditionals, #ifdef and #else. |
0.1 25 Oct 2020 11:46:49 |
se |
Port of the FreeBSD calendar program from -CURRENT
This version of the calendar program includes data file locations
populated by the calendar-data port in the search path.
It is meant to provide this feature to users of FreeBSD releases that
have not received the updated calendar program, yet.
Development of the calendar program will continue in the base system
and the port will be updated to reflect changes made to the calendar
program in FreeBSD-CURRENT.
Different from the version in -CURRENT this port does not warn about
missing calendar files provided by the calendar-data port since it has
this port declared as a run-time dependency and it can therefore be
assumed that the data port has been installed with this port.
This port uses a preliminary location for the repository to fetch from.
It is expected to be updated to an official repository with updated sources
that eliminate the need for the patches that are currently required. |