| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=554387
|
|
|
|
|
|
|
|
| |
This upgrade improves the compatibility with prior versions that used cpp
to pre-process the calendar files..
Notes:
svn path=/head/; revision=554325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=554037
|
|
|
|
|
|
|
| |
Fix error position reporting for calendar data files in system directories
Notes:
svn path=/head/; revision=553859
|
|
|
|
| |
Notes:
svn path=/head/; revision=553828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=553773
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=553710
|
|
|
|
|
|
|
|
| |
This update implements comment handling lost when calendar was changed
from using an external cpp to an internal pre-processor
Notes:
svn path=/head/; revision=553696
|
|
|
|
|
|
|
|
| |
This upgrade fixes the loading von included files from users' home
directories for calendar -a.
Notes:
svn path=/head/; revision=553607
|
|
|
|
| |
Notes:
svn path=/head/; revision=553565
|
|
|
|
| |
Notes:
svn path=/head/; revision=553564
|
|
|
|
|
|
|
| |
This version add support for nested conditionals, #ifdef and #else.
Notes:
svn path=/head/; revision=553563
|
|
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.
Notes:
svn path=/head/; revision=553259
|