diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-20 05:33:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-20 05:33:02 +0000 |
commit | 9937799519be50134f1b0e8530de332290d69af5 (patch) | |
tree | 08ad8325d562ed5cfede27076e3b49b0200e41fe | |
parent | - Update to 1.10; (diff) |
add xtexcad 2.4.1
Simple drawing program enforcing limited slopes and diameters
Notes
Notes:
svn path=/head/; revision=81519
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xtexcad/Makefile | 22 | ||||
-rw-r--r-- | graphics/xtexcad/distinfo | 1 | ||||
-rw-r--r-- | graphics/xtexcad/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/xtexcad/pkg-plist | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fa295d0f6602..24f400e24981 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -412,6 +412,7 @@ SUBDIR += xpx SUBDIR += xrml SUBDIR += xsane + SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile new file mode 100644 index 000000000000..d51d28fa8c29 --- /dev/null +++ b/graphics/xtexcad/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: xtexcad +# Date created: May 20, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xtexcad +PORTVERSION= 2.4.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= graphics/xtexcad + +MAINTAINER= ports@FreeBSD.org +COMMENT= Simple drawing program enforcing limited slopes and diameters + +USE_IMAKE= yes + +MAN1= xtexcad.1 + +.include <bsd.port.mk> diff --git a/graphics/xtexcad/distinfo b/graphics/xtexcad/distinfo new file mode 100644 index 000000000000..affbc079e9f0 --- /dev/null +++ b/graphics/xtexcad/distinfo @@ -0,0 +1 @@ +MD5 (xtexcad-2.4.1.tar.gz) = c5dd2be0c1e151291436ed8751eb97f2 diff --git a/graphics/xtexcad/pkg-descr b/graphics/xtexcad/pkg-descr new file mode 100644 index 000000000000..153b7d5387b6 --- /dev/null +++ b/graphics/xtexcad/pkg-descr @@ -0,0 +1 @@ +Simple drawing program enforcing limited slopes and diameters. diff --git a/graphics/xtexcad/pkg-plist b/graphics/xtexcad/pkg-plist new file mode 100644 index 000000000000..34e47a519561 --- /dev/null +++ b/graphics/xtexcad/pkg-plist @@ -0,0 +1,2 @@ +bin/xtexcad +lib/X11/app-defaults/XTeXcad |