Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-25 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-10-06 | Collect the pkgsrc patches, plus a lot of other more or less needed | dholland | 12 | -805/+18 | |
cleanup, into a jumbo distfile patch. I've almost got a clean WARNS build; the remaining warnings are almost certainly bugs and need investigation by someone with deeper knowledge of rtf and/or troff than I have. PKGREVISION -> 3 | |||||
2011-10-03 | Remove varargs code. May fix build. XXX: this needs a lot more work | dholland | 5 | -23/+142 | |
2009-07-07 | user-destdir support | joerg | 1 | -17/+18 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-12-15 | Reset maintainer, ben@ has resigned. | wiz | 1 | -2/+2 | |
2006-03-11 | Converted to the SUBST framework and fixed pkglint warnings. | rillig | 1 | -10/+9 | |
2006-01-08 | Move initialisation of FILE structures to run time, stdin and stdout | joerg | 3 | -13/+56 | |
are not valid rvalues on global scope. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-03-31 | Instead of using BUILD_DEPENDS, include the new buildlink3.mk | reed | 1 | -3/+2 | |
file for libts (which also defaults to "build" dependency). This fixes build problem introduced when USE_BUILDLINK3 became the default. This will close PR pkg/29815. | |||||
2005-03-28 | Make rtf-tools skip leading whitespace in stylesheet name when checking | ben | 2 | -6/+27 | |
for a Normal or Standard stylesheet. | |||||
2005-03-27 | Correct typo in PLIST. | ben | 1 | -3/+3 | |
2005-03-27 | Add support for codepage 1252 characters, sort PLIST, bump PKGREVISION. | ben | 7 | -25/+415 | |
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Update MAINTAINER email address. | ben | 1 | -2/+2 | |
2003-12-13 | Change from using packaged install program and flags, to a do-install | ben | 1 | -2/+23 | |
target in pkgsrc, in order to have a better chance of installing on Solaris and other platforms. | |||||
2003-12-11 | Give these packages a higher chance to install on Solaris. | ben | 1 | -1/+2 | |
2003-12-11 | Use stdarg instead of varargs. | ben | 1 | -1/+2 | |
2003-12-11 | Update MASTER_SITES and HOMEPAGE to www.snake.net. | ben | 1 | -3/+3 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-24 | Replace collver@linuxfreemail.com with collver1@attbi.com. | wiz | 1 | -2/+2 | |
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
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. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-05-31 | Apply patches from PR 12971 from Ben Collver (collver@linuxfreemail.com) | agc | 4 | -9/+98 | |
"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." | |||||
2001-05-30 | Use the correct version number for the libts package's build dependency. | agc | 1 | -2/+2 | |
This may address PR 13037. | |||||
2001-04-27 | Initial import of rtf-tools-1.10 into the packages collection. | agc | 9 | -0/+208 | |
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. |