diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-26 09:38:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-26 09:38:31 +0000 |
commit | e78869878c83284380d9c6160fd8325b7bc263cd (patch) | |
tree | 1f8db1e4d204d0345af01c2a43e8d17970467a48 /cad | |
parent | f1309ae3e1527b614735e5026b0f185940f78385 (diff) | |
download | ports-e78869878c83284380d9c6160fd8325b7bc263cd.tar.gz ports-e78869878c83284380d9c6160fd8325b7bc263cd.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/dxf2fig/Makefile | 25 | ||||
-rw-r--r-- | cad/dxf2fig/distinfo | 2 | ||||
-rw-r--r-- | cad/dxf2fig/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 3aed16637723..318c9a6e0dcd 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -14,6 +14,7 @@ SUBDIR += chipvault SUBDIR += cider SUBDIR += dinotrace + SUBDIR += dxf2fig SUBDIR += electric SUBDIR += fandango SUBDIR += geda diff --git a/cad/dxf2fig/Makefile b/cad/dxf2fig/Makefile new file mode 100644 index 000000000000..ed656c8ebc00 --- /dev/null +++ b/cad/dxf2fig/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: dxf2fig +# Date created: Aug 26, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dxf2fig +PORTVERSION= 2.07 +CATEGORIES= cad +MASTER_SITES= http://ta.twi.tudelft.nl/ftp/dv/lemmens/ +DISTNAME= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= DXF to FIG converter + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/dxf2fig + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/cad/dxf2fig/distinfo b/cad/dxf2fig/distinfo new file mode 100644 index 000000000000..67f06840bcab --- /dev/null +++ b/cad/dxf2fig/distinfo @@ -0,0 +1,2 @@ +MD5 (dxf2fig.tar.gz) = 8342626661419b8f4846200148fa0302 +SIZE (dxf2fig.tar.gz) = 211800 diff --git a/cad/dxf2fig/pkg-descr b/cad/dxf2fig/pkg-descr new file mode 100644 index 000000000000..c0a7cd0bdb31 --- /dev/null +++ b/cad/dxf2fig/pkg-descr @@ -0,0 +1,4 @@ +dxf2fig parses Autocad DXF input, then calls external routines to do either +plotting or a fig conversion for xfig. The conversion is fairly complete. +Layers (depths in xfig), blocks (compounds in xfig), colors, and linetypes +are roughly preserved in the output file. |