Date: Thu, 30 Aug 2018 02:26:19 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478428 - in head/cad: . libredwg Message-ID: <201808300226.w7U2QJ6R095975@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Aug 30 02:26:19 2018 New Revision: 478428 URL: https://svnweb.freebsd.org/changeset/ports/478428 Log: GNU LibreDWG is a C library to handle DWG files which aims to be a free replacement for the OpenDWG libraries. There are command line tools and libraries to read and write DWG files, with converters for various formats: DXF, DXFB, SVG, PS, JSON, XML, etc. WWW: https://www.gnu.org/software/libredwg/ Added: head/cad/libredwg/ head/cad/libredwg/Makefile (contents, props changed) head/cad/libredwg/distinfo (contents, props changed) head/cad/libredwg/pkg-descr (contents, props changed) head/cad/libredwg/pkg-plist (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Thu Aug 30 00:13:32 2018 (r478427) +++ head/cad/Makefile Thu Aug 30 02:26:19 2018 (r478428) @@ -57,6 +57,7 @@ SUBDIR += leocad SUBDIR += libopencad SUBDIR += librecad + SUBDIR += libredwg SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim Added: head/cad/libredwg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/libredwg/Makefile Thu Aug 30 02:26:19 2018 (r478428) @@ -0,0 +1,27 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libredwg +PORTVERSION= 0.6 +CATEGORIES= cad devel +MASTER_SITES= GNU + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Library and command line tools to handle DWG files + +LICENSE= GPLv3+ + +USES= libtool tar:xz +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +INFO= LibreDWG +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/cad/libredwg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/libredwg/distinfo Thu Aug 30 02:26:19 2018 (r478428) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534153306 +SHA256 (libredwg-0.6.tar.xz) = 6d525ca849496852f62ad6a11b7b801d0aafd1fa1366c45bdb0f11a90bd6f878 +SIZE (libredwg-0.6.tar.xz) = 3608836 Added: head/cad/libredwg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/libredwg/pkg-descr Thu Aug 30 02:26:19 2018 (r478428) @@ -0,0 +1,15 @@ +GNU LibreDWG is a C library to handle DWG files. It aims to be a free +replacement for the OpenDWG libraries. DWG is the native file format +of AutoCAD. + +LibreDWG was based on LibDWG (http://libdwg.sourceforge.net), which is +written with variable names, documentation, and comments in Esperanto. + +There are also command line tools and libraries to read and write DWG +files, with converters for various formats (DXF, DXFB, SVG, PS, JSON, +XML, etc.) and a SaveAs functionality, to convert between the various +DWG versions. It can read r13-r2018 DWG, write r13-r2000 DWG, write +r11-r2018 DXF ASCII and binary. Much more object types than any other +free DWG library. + +WWW: https://www.gnu.org/software/libredwg/ Added: head/cad/libredwg/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/libredwg/pkg-plist Thu Aug 30 02:26:19 2018 (r478428) @@ -0,0 +1,24 @@ +bin/dwg2SVG +bin/dwg2dxf +bin/dwgbmp +bin/dwggrep +bin/dwglayers +bin/dwgread +bin/dwgrewrite +include/dwg.h +include/dwg_api.h +lib/libredwg.a +lib/libredwg.so +lib/libredwg.so.0 +lib/libredwg.so.0.0.0 +libdata/pkgconfig/libredwg.pc +man/man1/dwg2SVG.1.gz +man/man1/dwg2dxf.1.gz +man/man1/dwg2ps.1.gz +man/man1/dwgbmp.1.gz +man/man1/dwggrep.1.gz +man/man1/dwglayers.1.gz +man/man1/dwgread.1.gz +man/man1/dwgrewrite.1.gz +man/man1/dwgwrite.1.gz +man/man1/dxf2dwg.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808300226.w7U2QJ6R095975>