Commit graph

22 commits

Author SHA1 Message Date
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
reed
63da8196cd Instead of using BUILD_DEPENDS, include the new buildlink3.mk
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-31 01:05:22 +00:00
ben
16ed9a9dd6 Make rtf-tools skip leading whitespace in stylesheet name when checking
for a Normal or Standard stylesheet.
2005-03-28 14:48:23 +00:00
ben
0af3417802 Correct typo in PLIST. 2005-03-27 18:24:36 +00:00
ben
83be6de440 Add support for codepage 1252 characters, sort PLIST, bump PKGREVISION. 2005-03-27 18:22:35 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
ben
728528749a Change from using packaged install program and flags, to a do-install
target in pkgsrc, in order to have a better chance of installing on
Solaris and other platforms.
2003-12-13 16:20:09 +00:00
ben
f17d9833e5 Give these packages a higher chance to install on Solaris. 2003-12-11 20:16:10 +00:00
ben
cd9d14bbc8 Use stdarg instead of varargs. 2003-12-11 19:41:56 +00:00
ben
29bbaa1677 Update MASTER_SITES and HOMEPAGE to www.snake.net. 2003-12-11 19:24:33 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
bed5d4f4fb Apply patches from PR 12971 from Ben Collver (collver@linuxfreemail.com)
"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-31 11:04:56 +00:00
agc
62710cab40 Use the correct version number for the libts package's build dependency.
This may address PR 13037.
2001-05-30 14:38:19 +00:00
agc
350d05c45e Initial import of rtf-tools-1.10 into the packages collection.
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.
2001-04-27 12:18:33 +00:00