From owner-svn-ports-all@freebsd.org Thu Aug 30 02:26:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEE710903F9; Thu, 30 Aug 2018 02:26:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 241658D3EF; Thu, 30 Aug 2018 02:26:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 056F025E04; Thu, 30 Aug 2018 02:26:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7U2QKVN095980; Thu, 30 Aug 2018 02:26:20 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7U2QJ6R095975; Thu, 30 Aug 2018 02:26:19 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201808300226.w7U2QJ6R095975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 30 Aug 2018 02:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478428 - in head/cad: . libredwg X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/cad: . libredwg X-SVN-Commit-Revision: 478428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2018 02:26:21 -0000 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 +# $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 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