mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
New port of GNU plotutils, version 2.1.1. I first wanted this
to allow me to view the output of Spice graphics.
This commit is contained in:
parent
8b419ff51b
commit
334d0bf1f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11473
5 changed files with 84 additions and 0 deletions
24
graphics/plotutils/Makefile
Normal file
24
graphics/plotutils/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: xfig
|
||||
# Version required: 2.1.1
|
||||
# Date created: 19 June 1998
|
||||
# Whom: Chuck Robey (chuckr)
|
||||
#
|
||||
# $Id: Makefile,v 1.19 1998/05/04 20:23:27 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= plotutils-2.1.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= chuckr@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.ifdef HAVE_MOTIF
|
||||
CONFIGURE_ARGS+=--with-motif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
$(LDCONFIG) -m $(PREFIX)/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/plotutils/distinfo
Normal file
1
graphics/plotutils/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (plotutils-2.1.1.tar.gz) = 5454fc866aff4360cab70d0ef831b12d
|
1
graphics/plotutils/pkg-comment
Normal file
1
graphics/plotutils/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A plotting library and toolkit.
|
4
graphics/plotutils/pkg-descr
Normal file
4
graphics/plotutils/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is release 2.1.1 of the GNU plotutils (plotting utilities) package,
|
||||
including release 1.1 of GNU libplot: a function library for
|
||||
two-dimensional device-independent vector graphics. The package now has
|
||||
its own Web page: http://www.gnu.org/software/plotutils/plotutils.html .
|
54
graphics/plotutils/pkg-plist
Normal file
54
graphics/plotutils/pkg-plist
Normal file
|
@ -0,0 +1,54 @@
|
|||
bin/spline
|
||||
bin/double
|
||||
bin/ode
|
||||
bin/plot
|
||||
bin/tek2plot
|
||||
bin/graph
|
||||
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/libplot/README
|
||||
share/libplot/colors.txt
|
||||
share/libplot/demo-page
|
||||
share/libplot/hershey-demo.c
|
||||
share/libplot/hershey-fonts
|
||||
share/libplot/hershey-number
|
||||
share/libplot/hershey.bib
|
||||
share/libplot/hershey.doc
|
||||
share/libplot/kana.doc
|
||||
share/libplot/kanji.doc
|
||||
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/usmap.tek
|
||||
lib/libplot.so.1.0
|
||||
lib/libplot.a
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
include/plot.h
|
||||
@unexec install-info --delete --info-dir=/usr/local/info /usr/local/info/plotutils.info
|
||||
info/plotutils.info
|
||||
@exec install-info --info-dir=/usr/local/info /usr/local/info/plotutils.info
|
||||
@dirrm share/tek2plot
|
||||
@dirrm share/libplot
|
||||
@dirrm share/ode
|
Loading…
Add table
Reference in a new issue