mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
add dxf2fig 2.07
DXF to FIG converter
This commit is contained in:
parent
f1309ae3e1
commit
e78869878c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117302
@ -14,6 +14,7 @@
|
||||
SUBDIR += chipvault
|
||||
SUBDIR += cider
|
||||
SUBDIR += dinotrace
|
||||
SUBDIR += dxf2fig
|
||||
SUBDIR += electric
|
||||
SUBDIR += fandango
|
||||
SUBDIR += geda
|
||||
|
25
cad/dxf2fig/Makefile
Normal file
25
cad/dxf2fig/Makefile
Normal file
@ -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>
|
2
cad/dxf2fig/distinfo
Normal file
2
cad/dxf2fig/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (dxf2fig.tar.gz) = 8342626661419b8f4846200148fa0302
|
||||
SIZE (dxf2fig.tar.gz) = 211800
|
4
cad/dxf2fig/pkg-descr
Normal file
4
cad/dxf2fig/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user