47685939e9
engine to convert one format to another. Development of the import/export modules for this program goes through different stages, quality and feature coverage are different among formats. Import filters: * CorelDraw ver.7-X3 (CDR/CDT/CCX/CDRX/CMX) * Adobe Illustrator up to 9 ver. (AI postscript based) * Postscript (PS) * Encapsulated Postscript (EPS) * Computer Graphics Metafile (CGM) * Windows Metafile (WMF) * XFIG * Scalable Vector Graphics (SVG) * Skencil/Sketch/sK1 (SK and SK1) * Acorn Draw (AFF) Export filters: * AI (Postscript based Adobe Illustrator 5.0 format) * SVG (Scalable Vector Graphics) * SK (Sketch/Skencil format) * SK1 (sK1 format) * CGM (Computer Graphics Metafile) * WMF (Windows Metafile) WWW: http://www.sk1project.org/ PR: ports/118557 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection makefile for: uniconvertor
|
|
# Date created: 15 Nov 2007
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uniconvertor
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= http://sk1project.org/downloads/uniconvertor/
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= Universal vector graphics translator
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYDISTUTILS_PKGNAME=UniConvertor
|
|
|
|
WRKSRC= ${WRKDIR}/UniConvertor-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|