pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
"1) rtf-tools has its own way of switching between symbols and normal
characters when converting to groff. This patch fixes rtf-tools to
honor the assumption that the \plain command resets to the normal font.
This unscrambles the formatting of some RTF->groff documents.
http://msdn.microsoft.com/library/specs/rtfspec_16.htm#rtfspec_fontcharformat
only mentions resetting font format properties, not the font itself.
It also says that the default properties are application-specific.
2) rtf-tools specifies the column separation for every column. Since
it is meaningless for the last column of a table, the tbl command
outputs messages to stderr. This patch removes column separation from
the last column of the table to keep groff quiet."
Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com).
This distribution contains source and documentation for an RTF (Rich
Text Format) translation tool. Translators exist to produce plaintext
and troff output.