[Midnightbsd-cvs] mports: mports/graphics:
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 20 00:59:41 EDT 2008
Log Message:
-----------
Modified Files:
--------------
mports/graphics:
Makefile (r1.76 -> r1.77)
Added Files:
-----------
mports/graphics/plotutils:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -L graphics/Makefile -L graphics/Makefile -u -r1.76 -r1.77
--- graphics/Makefile
+++ graphics/Makefile
@@ -91,6 +91,7 @@
SUBDIR += poppler-qt
SUBDIR += poppler-utils
SUBDIR += popplerkit
+ SUBDIR += plotutils
SUBDIR += py-cairo
SUBDIR += sane-backends
SUBDIR += scr2png
--- /dev/null
+++ graphics/plotutils/pkg-descr
@@ -0,0 +1,7 @@
+The GNU plotutils package contains plotting software for both
+programmers and technical users. Its centerpiece is libplot, a powerful
+C/C++ function library for exporting 2-D vector graphics in many file
+formats, both vector and raster. It can also do vector graphics
+animations.
+
+WWW: http://www.gnu.org/software/plotutils/plotutils.html
--- /dev/null
+++ graphics/plotutils/pkg-plist
@@ -0,0 +1,70 @@
+bin/double
+bin/graph
+bin/ode
+bin/pic2plot
+bin/plot
+bin/plotfont
+bin/spline
+bin/tek2plot
+include/plot.h
+include/plotcompat.h
+include/plotter.h
+include/xmi.h
+lib/libplot.a
+lib/libplot.la
+lib/libplot.so
+lib/libplot.so.4
+lib/libplotter.a
+lib/libplotter.la
+lib/libplotter.so
+lib/libplotter.so.4
+lib/libxmi.a
+lib/libxmi.la
+lib/libxmi.so
+lib/libxmi.so.1
+share/libplot/README
+share/libplot/colors.txt
+share/libplot/demo-page
+share/libplot/h-demo.c
+share/libplot/h-fonts.doc
+share/libplot/h-glyphs.doc
+share/libplot/hershey.bib
+share/libplot/kana.doc
+share/libplot/kanji.doc
+share/ode/README
+share/ode/atwoods.ode
+share/ode/bead.ode
+share/ode/chem.ode
+share/ode/coupled.ode
+share/ode/ddho.ode
+share/ode/dynamo.ode
+share/ode/henon.ode
+share/ode/limitcycle.ode
+share/ode/lorenz.ode
+share/ode/lunar.sh
+share/ode/orbit.ode
+share/ode/population.ode
+share/ode/qcd.ode
+share/ode/rumor.ode
+share/ode/soliton.ode
+share/ode/viscous.ode
+share/pic2plot/README
+share/pic2plot/macros.pic
+share/pic2plot/pic0.ps
+share/pic2plot/pic1.ps
+share/pic2plot/picmacros.ps
+share/tek2plot/README
+share/tek2plot/aitest.tek
+share/tek2plot/dmerc.tek
+share/tek2plot/fotest.tek
+share/tek2plot/imtesth.tek
+share/tek2plot/karney.tek
+share/tek2plot/ocpred.tek
+share/tek2plot/scale.tek
+share/tek2plot/skymap.tek
+share/tek2plot/skymap2.tek
+share/tek2plot/usmap.tek
+ at dirrm share/tek2plot
+ at dirrm share/pic2plot
+ at dirrm share/ode
+ at dirrm share/libplot
--- /dev/null
+++ graphics/plotutils/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: plotutils
+# Date created: 19 June 1998
+# Whom: Chuck Robey (chuckr)
+#
+# $MidnightBSD: mports/graphics/plotutils/Makefile,v 1.1 2008/07/20 04:59:39 laffer1 Exp $
+# $FreeBSD: ports/graphics/plotutils/Makefile,v 1.35 2007/05/19 20:10:20 flz Exp $
+#
+
+PORTNAME= plotutils
+PORTVERSION= 2.5
+PORTREVISION= 0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= A plotting library and toolkit
+
+LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+
+USE_GNOME= gnometarget
+USE_MOTIF= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
+USE_LDCONFIG= yes
+
+MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
+INFO= libxmi plotutils
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
--- /dev/null
+++ graphics/plotutils/distinfo
@@ -0,0 +1,3 @@
+MD5 (plotutils-2.5.tar.gz) = 0d6855cce17832afe2ff75c26a57be49
+SHA256 (plotutils-2.5.tar.gz) = b402546feb34f6762faf26aa7c621c6261f79d2eb4d9a2b26824855203c26826
+SIZE (plotutils-2.5.tar.gz) = 3686955
More information about the Midnightbsd-cvs
mailing list