View | Details | Raw Unified | Return to bug 3248
Collapse All | Expand All

(-)./Makefile (-8 / +25 lines)
Lines 6-15 Link Here
6
# $Id: Makefile,v 1.3 1997/02/26 13:19:14 obrien Exp $
6
# $Id: Makefile,v 1.3 1997/02/26 13:19:14 obrien Exp $
7
#
7
#
8
8
9
DISTNAME=	Plotmtv1.4.0
9
DISTNAME=	Plotmtv1.4.1
10
PKGNAME=	plotmtv-1.4.0
10
PKGNAME=	plotmtv-1.4.1
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=   ftp://tanqueray.eecs.berkeley.edu/pub/
12
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
13
14
MASTER_SITE_SUBDIR=	applications
13
EXTRACT_SUFX=	.tar.Z
15
EXTRACT_SUFX=	.tar.Z
14
16
15
MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co
17
MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co
Lines 20-30 Link Here
20
MAN1=		plotmtv.1
22
MAN1=		plotmtv.1
21
23
22
post-install:
24
post-install:
23
	${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1
25
	@${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1
24
.if !defined(NOPORTDOCS)
26
.if !defined(NOPORTDOCS)
25
	${MKDIR} ${PREFIX}/share/doc/plotmtv
27
	@${MKDIR}  ${PREFIX}/share/doc/plotmtv/Tests
26
	${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \
28
	@${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \
27
		${PREFIX}/share/doc/plotmtv/
29
		${PREFIX}/share/doc/plotmtv
30
	@${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.csh ${WRKSRC}/Tests/run.sh \
31
		${PREFIX}/share/doc/plotmtv/Tests
32
.for f in README test_abs.mtv test_abs2.mtv test_annot.mtv \
33
	test_annot2.mtv test_axisflip.mtv test_axislabel.mtv \
34
	test_bar.mtv test_column.mtv test_column2.mtv \
35
	test_ctrcolors.mtv test_ctrelb.mtv test_ctrelb2.mtv \
36
	test_ctrelb3.mtv test_ctrs.mtv test_curve2D.mtv \
37
	test_curve3D.mtv test_curve3D2.mtv test_exp.mtv \
38
	test_fillclrs.mtv test_fillclrs2.mtv test_grid4D.mtv \
39
	test_histogram.mtv test_lines.mtv test_log.mtv \
40
	test_markers.mtv test_prob.mtv test_pyramid.mtv \
41
	test_smallnum.mtv test_spln.mtv test_trictr.mtv \
42
	test_vector.mtv test_vector2.mtv
43
	@${INSTALL_DATA} ${WRKSRC}/Tests/${f} ${PREFIX}/share/doc/plotmtv/Tests
44
.endfor
28
.endif
45
.endif
29
46
30
.include <bsd.port.mk>
47
.include	<bsd.port.mk>
(-)./files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Plotmtv1.4.0.tar.Z) = 4b0ba94b08f9691c8db3f6bcda5f902f
1
MD5 (Plotmtv1.4.1.tar.Z) = 71e8c04c1026c423bbed070c2a2f77ff
(-)./patches/patch-aa (-20 / +9 lines)
Lines 1-20 Link Here
1
--- Imakefile.orig	Mon Jul 25 22:35:41 1994
1
*** Imakefile~	Sat Jul 15 04:07:13 1995
2
+++ Imakefile	Tue Feb 25 15:00:28 1997
2
--- Imakefile	Sat Jan 18 07:02:38 1997
3
@@ -17,7 +17,7 @@
3
***************
4
 #
4
*** 22,23 ****
5
 
5
!     CDEBUGFLAGS = -g
6
 #define IHaveSubdirs
6
!         DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
7
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
7
--- 22,23 ----
8
+#define PassCDebugFlags
8
!     CDEBUGFLAGS = -O3
9
 
9
!         DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\"
10
     CDEBUGFLAGS = -g
11
         DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
12
@@ -51,7 +51,7 @@
13
 
14
 install.local::
15
 	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
16
-	for i in $(SUBDIRS) ;\
17
+	for i in $(SUBDIRS); \
18
 	do \
19
 	(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
20
 	$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.local); \
(-)./patches/patch-ab (-16 / +43 lines)
Lines 1-17 Link Here
1
*** Plot/Imakefile.orig	Sat Jan 25 17:35:02 1997
1
*** Tests/run.csh~	Sat Jan 18 07:44:20 1997
2
--- Plot/Imakefile	Sat Jan 25 17:35:31 1997
2
--- Tests/run.csh	Sat Jan 18 07:47:41 1997
3
***************
3
***************
4
*** 29,34 ****
4
*** 11 ****
5
         PROGNAME = plotmtv
5
! set PLOTMTV="../Bin/plotmtv"
6
  
6
--- 11 ----
7
  install.local:: all $(PROGRAM)
7
! set PLOTMTV="plotmtv"
8
!         $(INSTALL) -c $(INSTPGMFLAGS)  $(PROGNAME) $(LOCALBINDIR)
8
***************
9
  
9
*** 14 ****
10
  ComplexProgramTarget($(PROGNAME))
10
! #set PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
11
--- 29,34 ----
11
--- 14 ----
12
         PROGNAME = plotmtv
12
! #set PLOTMTV="plotmtv -scale 0.5 -colorps"
13
  
13
***************
14
  install.local:: all $(PROGRAM)
14
*** 17 ****
15
! 	$(INSTALL) -c $(INSTPGMFLAGS)  $(PROGNAME) $(LOCALBINDIR)
15
! #set PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
16
  
16
--- 17 ----
17
  ComplexProgramTarget($(PROGNAME))
17
! #set PLOTMTV="plotmtv -3D -scale 0.8"
18
***************
19
*** 20 ****
20
! #set PLOTMTV="../Bin/plotmtv -noxplot -print"
21
--- 20 ----
22
! #set PLOTMTV="plotmtv -noxplot -print"
23
*** Tests/run.sh~	Sat Jan 18 07:44:25 1997
24
--- Tests/run.sh	Sat Jan 18 07:48:34 1997
25
***************
26
*** 9 ****
27
! PLOTMTV="../Bin/plotmtv"
28
--- 9 ----
29
! PLOTMTV="plotmtv"
30
***************
31
*** 12 ****
32
! #PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
33
--- 12 ----
34
! #PLOTMTV="plotmtv -scale 0.5 -colorps"
35
***************
36
*** 15 ****
37
! #PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
38
--- 15 ----
39
! #PLOTMTV="plotmtv -3D -scale 0.8"
40
***************
41
*** 18 ****
42
! #PLOTMTV="../Bin/plotmtv -noxplot -print"
43
--- 18 ----
44
! #PLOTMTV="plotmtv -noxplot -print"
(-)./pkg/PLIST (-2 / +39 lines)
Lines 1-7 Link Here
1
bin/plotmtv
1
bin/ctr2mtv
2
bin/ctr2mtv
2
bin/drawplot2mtv
3
bin/drawplot2mtv
3
bin/mtv2mtv
4
bin/pdraw2mtv
4
bin/pdraw2mtv
5
bin/plotmtv
5
bin/mtv2mtv
6
man/man1/plotmtv.1.gz
6
man/man1/plotmtv.1.gz
7
share/doc/plotmtv/DataFormat.ps.Z
7
share/doc/plotmtv/DataFormat.ps.Z
8
share/doc/plotmtv/Tests/run.csh
9
share/doc/plotmtv/Tests/run.sh
10
share/doc/plotmtv/Tests/README
11
share/doc/plotmtv/Tests/test_abs.mtv
12
share/doc/plotmtv/Tests/test_abs2.mtv
13
share/doc/plotmtv/Tests/test_annot.mtv
14
share/doc/plotmtv/Tests/test_annot2.mtv
15
share/doc/plotmtv/Tests/test_axisflip.mtv
16
share/doc/plotmtv/Tests/test_axislabel.mtv
17
share/doc/plotmtv/Tests/test_bar.mtv
18
share/doc/plotmtv/Tests/test_column.mtv
19
share/doc/plotmtv/Tests/test_column2.mtv
20
share/doc/plotmtv/Tests/test_ctrcolors.mtv
21
share/doc/plotmtv/Tests/test_ctrelb.mtv
22
share/doc/plotmtv/Tests/test_ctrelb2.mtv
23
share/doc/plotmtv/Tests/test_ctrelb3.mtv
24
share/doc/plotmtv/Tests/test_ctrs.mtv
25
share/doc/plotmtv/Tests/test_curve2D.mtv
26
share/doc/plotmtv/Tests/test_curve3D.mtv
27
share/doc/plotmtv/Tests/test_curve3D2.mtv
28
share/doc/plotmtv/Tests/test_exp.mtv
29
share/doc/plotmtv/Tests/test_fillclrs.mtv
30
share/doc/plotmtv/Tests/test_fillclrs2.mtv
31
share/doc/plotmtv/Tests/test_grid4D.mtv
32
share/doc/plotmtv/Tests/test_histogram.mtv
33
share/doc/plotmtv/Tests/test_lines.mtv
34
share/doc/plotmtv/Tests/test_log.mtv
35
share/doc/plotmtv/Tests/test_markers.mtv
36
share/doc/plotmtv/Tests/test_prob.mtv
37
share/doc/plotmtv/Tests/test_pyramid.mtv
38
share/doc/plotmtv/Tests/test_smallnum.mtv
39
share/doc/plotmtv/Tests/test_spln.mtv
40
share/doc/plotmtv/Tests/test_trictr.mtv
41
share/doc/plotmtv/Tests/test_vector.mtv
42
share/doc/plotmtv/Tests/test_vector2.mtv
43
@dirrm share/doc/plotmtv/Tests
44
@dirrm share/doc/plotmtv

Return to bug 3248