mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Import of plotmtv, a multipurpose X11 plotting package.
Closes PR #2601. Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
This commit is contained in:
parent
5c2ee9a8da
commit
e48a071c89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5747
30
graphics/plotmtv/Makefile
Normal file
30
graphics/plotmtv/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: Plotmtv
|
||||
# Version required: 1.4.0
|
||||
# Date created: 19 October 1996
|
||||
# Whom: pgs
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Plotmtv1.4.0
|
||||
PKGNAME= plotmtv-1.4.0
|
||||
CATEGORIES= graphics
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MASTER_SITES= ftp://tanqueray.eecs.berkeley.edu/pub/
|
||||
|
||||
MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
|
||||
|
||||
USE_IMAKE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
ALL_TARGET= World
|
||||
MAN1= plotmtv.1
|
||||
|
||||
post-install:
|
||||
cp $(WRKSRC)/Docs/plotmtv.man $(PREFIX)/man/man1/plotmtv.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
mkdir -p ${PREFIX}/share/doc/plotmtv
|
||||
cp ${WRKSRC}/Docs/DataFormat.ps.Z ${PREFIX}/share/doc/plotmtv/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/plotmtv/distinfo
Normal file
1
graphics/plotmtv/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Plotmtv1.4.0.tar.Z) = 4b0ba94b08f9691c8db3f6bcda5f902f
|
20
graphics/plotmtv/files/patch-aa
Normal file
20
graphics/plotmtv/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- Imakefile.orig Mon Jul 25 22:35:41 1994
|
||||
+++ Imakefile Tue Feb 25 15:00:28 1997
|
||||
@@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
#define IHaveSubdirs
|
||||
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
|
||||
+#define PassCDebugFlags
|
||||
|
||||
CDEBUGFLAGS = -g
|
||||
DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
install.local::
|
||||
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
|
||||
- for i in $(SUBDIRS) ;\
|
||||
+ for i in $(SUBDIRS); \
|
||||
do \
|
||||
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
|
||||
$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.local); \
|
17
graphics/plotmtv/files/patch-ab
Normal file
17
graphics/plotmtv/files/patch-ab
Normal file
@ -0,0 +1,17 @@
|
||||
*** Plot/Imakefile.orig Sat Jan 25 17:35:02 1997
|
||||
--- Plot/Imakefile Sat Jan 25 17:35:31 1997
|
||||
***************
|
||||
*** 29,34 ****
|
||||
PROGNAME = plotmtv
|
||||
|
||||
install.local:: all $(PROGRAM)
|
||||
! $(INSTALL) -c $(INSTPGMFLAGS) $(PROGNAME) $(LOCALBINDIR)
|
||||
|
||||
ComplexProgramTarget($(PROGNAME))
|
||||
--- 29,34 ----
|
||||
PROGNAME = plotmtv
|
||||
|
||||
install.local:: all $(PROGRAM)
|
||||
! $(INSTALL) -c $(INSTPGMFLAGS) $(PROGNAME) $(LOCALBINDIR)
|
||||
|
||||
ComplexProgramTarget($(PROGNAME))
|
1
graphics/plotmtv/pkg-comment
Normal file
1
graphics/plotmtv/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A multipurpose X11 plotting program
|
8
graphics/plotmtv/pkg-descr
Normal file
8
graphics/plotmtv/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
PLOTMTV's capabilities include 2D line and scatter plots (x-vs-y),
|
||||
contour plots, 3D surface, line and scatter plots as well as vector plots.
|
||||
The program has an rough but functional Graphical User Interface, through
|
||||
which it is possible to zoom in, zoom out, pan, toggle between 2D and 3D
|
||||
plots, and rotate 3D plots. Both color and grayscale postscript output are
|
||||
supported.
|
||||
Written by Kenny Toh (ktoh@td2cad.intel.com), software developer for
|
||||
the Technology CAD Department, Intel Corp, Santa Clara.
|
7
graphics/plotmtv/pkg-plist
Normal file
7
graphics/plotmtv/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/ctr2mtv
|
||||
bin/drawplot2mtv
|
||||
bin/mtv2mtv
|
||||
bin/pdraw2mtv
|
||||
bin/plotmtv
|
||||
man/man1/plotmtv.1.gz
|
||||
share/doc/plotmtv/DataFormat.ps.Z
|
Loading…
Reference in New Issue
Block a user