1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

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>
This commit is contained in:
Kurt Jaeger 2016-08-21 19:39:52 +00:00
parent 61bf7e6b3f
commit fd0e414801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420580
4 changed files with 36 additions and 0 deletions

View File

@ -601,6 +601,7 @@
SUBDIR += netpbm
SUBDIR += nip2
SUBDIR += nomacs
SUBDIR += nplot
SUBDIR += npretty
SUBDIR += nurbs++
SUBDIR += nvidia-texture-tools

27
graphics/nplot/Makefile Normal file
View File

@ -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>

3
graphics/nplot/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1470568912
SHA256 (nplot-0.9.10.1.tar.gz) = 12a6b76594eb34e27a25b575e848b4082afb4ad42630f3180e13893111971ba8
SIZE (nplot-0.9.10.1.tar.gz) = 107708

5
graphics/nplot/pkg-descr Normal file
View File

@ -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/