diff options
author | nik <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
commit | 758757f2ee4c3829c3b79f3f74643436c4341421 (patch) | |
tree | 99667da4864da540f16df19995ecbfe398c2a6a7 /print | |
parent | 9aa3ee8d5ed86f32f1fe8a5b5d7d4219c3a9bf23 (diff) | |
download | FreeBSD-ports-758757f2ee4c3829c3b79f3f74643436c4341421.zip FreeBSD-ports-758757f2ee4c3829c3b79f3f74643436c4341421.tar.gz |
Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
* Fixes cell-*-row-margin
* Fixes sequences in tables
* Nukes the multipar macro
* Gives better table support
* Removes the trailing blank page in print output
and more.
Diffstat (limited to 'print')
-rw-r--r-- | print/jadetex/Makefile | 4 | ||||
-rw-r--r-- | print/jadetex/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 27cc37c..1f2fdef 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -10,6 +10,10 @@ PORTVERSION= 2.20 CATEGORIES= print MASTER_SITES= http://www.tug.org/applications/jadetex/ +PATCH_SITES= http://indev.insu.com/openjade/ +PATCHFILES= jadetex-2.20.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= kelly@ad1440.net BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX diff --git a/print/jadetex/distinfo b/print/jadetex/distinfo index 99bcaf6..5653e3b 100644 --- a/print/jadetex/distinfo +++ b/print/jadetex/distinfo @@ -1 +1,2 @@ MD5 (jadetex-2.20.zip) = 796a5e229a8e19810ff8924b00783431 +MD5 (jadetex-2.20.patch) = 827792459687e42d590c9b0d56c58ef3 |