diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-01-08 12:36:32 +0000 |
commit | 7defac8738dc8c6071f757504eb0111200a45340 (patch) | |
tree | 8cb1953de168400b027a760acc4eb84b200e55ea /print/jadetex | |
parent | remove port revision (diff) |
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.
Notes
Notes:
svn path=/head/; revision=36939
Diffstat (limited to 'print/jadetex')
-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 27cc37c9ec2e..1f2fdefd664d 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 99bcaf6e2d64..5653e3b968b4 100644 --- a/print/jadetex/distinfo +++ b/print/jadetex/distinfo @@ -1 +1,2 @@ MD5 (jadetex-2.20.zip) = 796a5e229a8e19810ff8924b00783431 +MD5 (jadetex-2.20.patch) = 827792459687e42d590c9b0d56c58ef3 |