Date: Sun, 21 Aug 2016 19:39:52 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420580 - in head/graphics: . nplot Message-ID: <201608211939.u7LJdqm0043693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cs@innolan.dk> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608211939.u7LJdqm0043693>