diff options
author | keith <keith@FreeBSD.org> | 2001-03-06 08:35:42 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-03-06 08:35:42 +0000 |
commit | 6dc56ee2b94b565bc8b60fa464b622c1628de152 (patch) | |
tree | 3183f14c6443da96cf443a9439ee782e52966c3f /chinese/dia | |
parent | a674ed2265f0edbd48fd7f1646908d1c4f780570 (diff) | |
download | FreeBSD-ports-6dc56ee2b94b565bc8b60fa464b622c1628de152.zip FreeBSD-ports-6dc56ee2b94b565bc8b60fa464b622c1628de152.tar.gz |
Dia is a Visio-like program under X Window, used to draw diagrams.
This Big5-ized patch is modified from http://dengaku.org/yasu/dia/.
Chinese Postscript output is not available yet(it'll cause Ghostscript
crash), but users can output to .png, then convert to any type they like.
Diffstat (limited to 'chinese/dia')
-rw-r--r-- | chinese/dia/Makefile | 22 | ||||
-rw-r--r-- | chinese/dia/distinfo | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile new file mode 100644 index 0000000..f025b3d --- /dev/null +++ b/chinese/dia/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: zh-dia +# Date created: 6 March 2001 +# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= chinese graphics gnome + +PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ +PATCHFILES= zh-dia-0.86.diff.gz + +MAINTAINER= keith@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../graphics/dia + +MD5_FILE= ${.CURDIR}/distinfo + +# For png output +USE_GNOMELIBS= yes + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/dia/distinfo b/chinese/dia/distinfo new file mode 100644 index 0000000..26b9c24 --- /dev/null +++ b/chinese/dia/distinfo @@ -0,0 +1,2 @@ +MD5 (dia-0.86.tar.gz) = 66c32ceb8d034137be88d4b649e405a2 +MD5 (zh-dia-0.86.diff.gz) = cae89cfb23c5784590c4c1e610205b31 |