diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 08:35:42 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 08:35:42 +0000 |
commit | 8bd9643559be3f39716da69390858ea52927d5b3 (patch) | |
tree | 63b36f7e173352c9a98cb8aa51607c894b8a1dc8 | |
parent | Initial version. Gnumeric is a spreadsheet for GNOME. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=39116
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/dia/Makefile | 22 | ||||
-rw-r--r-- | chinese/dia/distinfo | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 48927f4a540f..5937a79f9cdb 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -20,6 +20,7 @@ SUBDIR += cle_base SUBDIR += cless SUBDIR += cxterm + SUBDIR += dia SUBDIR += emacs20 SUBDIR += enscript SUBDIR += eterm diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile new file mode 100644 index 000000000000..f025b3d90f24 --- /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 000000000000..26b9c24b3620 --- /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 |