From owner-svn-ports-head@freebsd.org Sun Aug 21 19:39:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08BD1BC0D67; Sun, 21 Aug 2016 19:39:54 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id BE67F14A0; Sun, 21 Aug 2016 19:39:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7LJdqOL043697; Sun, 21 Aug 2016 19:39:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7LJdqm0043693; Sun, 21 Aug 2016 19:39:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608211939.u7LJdqm0043693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 21 Aug 2016 19:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420580 - in head/graphics: . nplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 19:39:54 -0000 Author: pi Date: Sun Aug 21 19:39:52 2016 New Revision: 420580 URL: https://svnweb.freebsd.org/changeset/ports/420580 Log: New port: graphics/nplot NPlot is a free charting library for .NET. It boasts an elegant, flexible API and includes controls for Windows.Forms, ASP.NET and a class for creating Bitmaps. WWW: http://netcontrols.org/nplot/wiki/ PR: 211666 Submitted by: Carsten Larsen Added: head/graphics/nplot/ head/graphics/nplot/Makefile (contents, props changed) head/graphics/nplot/distinfo (contents, props changed) head/graphics/nplot/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Aug 21 19:13:32 2016 (r420579) +++ head/graphics/Makefile Sun Aug 21 19:39:52 2016 (r420580) @@ -601,6 +601,7 @@ SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs + SUBDIR += nplot SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools Added: head/graphics/nplot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nplot/Makefile Sun Aug 21 19:39:52 2016 (r420580) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= nplot +PORTVERSION= 0.9.10 +CATEGORIES= graphics +MASTER_SITES= http://suyai.innolan.net/ +DISTNAME= nplot-0.9.10.1 + +MAINTAINER= cs@innolan.dk +COMMENT= Charting library for .NET + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \ + libcairo.so:graphics/cairo +RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts + +USES= mono +WRKSRC= ${WRKDIR}/anguist-nplot-bed1ca9c4048 + +PLIST_FILES= lib/mono/gac/NPlot/0.9.10.1__4eda430eb4395eb1/NPlot.dll + +do-install: + ${LOCALBASE}/bin/gacutil -root ${STAGEDIR}${PREFIX}/lib/ -gacdir ${STAGEDIR}${PREFIX}/lib -i ${WRKSRC}/bin/NPlot.dll + +.include Added: head/graphics/nplot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nplot/distinfo Sun Aug 21 19:39:52 2016 (r420580) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470568912 +SHA256 (nplot-0.9.10.1.tar.gz) = 12a6b76594eb34e27a25b575e848b4082afb4ad42630f3180e13893111971ba8 +SIZE (nplot-0.9.10.1.tar.gz) = 107708 Added: head/graphics/nplot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nplot/pkg-descr Sun Aug 21 19:39:52 2016 (r420580) @@ -0,0 +1,5 @@ +NPlot is a free charting library for .NET. It boasts an elegant, +flexible API and includes controls for Windows.Forms, ASP.NET +and a class for creating Bitmaps. + +WWW: http://netcontrols.org/nplot/wiki/