Commit graph

32 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
dholland
44eb5cf860 Collect the pkgsrc patches, plus a lot of other more or less needed
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-06 21:56:15 +00:00
dholland
28db1ad0dd Remove varargs code. May fix build. XXX: this needs a lot more work 2011-10-03 07:21:15 +00:00
joerg
f1fd1cddaa user-destdir support 2009-07-07 20:47:53 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
rillig
b3e0b251b8 Converted to the SUBST framework and fixed pkglint warnings. 2006-03-11 19:42:25 +00:00
joerg
7c6dac3456 Move initialisation of FILE structures to run time, stdin and stdout
are not valid rvalues on global scope.
2006-01-08 20:52:57 +00:00
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