- Update to 3.41
PR: 158486 Submitted by: Ports Fury
This commit is contained in:
parent
0104ba89cc
commit
8ba201d504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276830
5 changed files with 18 additions and 17 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= topaz
|
||||
PORTVERSION= 3.40
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.41
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
|
||||
|
@ -15,8 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A command driven graph plotting system for scientists and engineers
|
||||
|
||||
BROKEN= Does not fetch
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_XORG= x11
|
||||
|
@ -24,5 +21,9 @@ MAKEFILE= Makefile.freebsd
|
|||
|
||||
post-install:
|
||||
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (topaz-3_40-src.tar.gz) = 1f98be654d9b9c74feee90bf4d19ecc3002f836a47e5e2c5c1c547c4058e59ed
|
||||
SIZE (topaz-3_40-src.tar.gz) = 283253
|
||||
SHA256 (topaz-3_41-src.tar.gz) = df364c549c9fbc6ed470ce3bd6c253a0f2272e712609ba884229c466c45e54e1
|
||||
SIZE (topaz-3_41-src.tar.gz) = 283783
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# for FreeBSD
|
||||
-CFLAGS= -I/usr/local/include -I/usr/local/include/ncurses -I/usr/X11R6/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
|
||||
-TOPAZLIB= -L/usr/local/lib -lm -lncurses -lgnugetopt -lreadline -lhistory
|
||||
+CXXFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
|
||||
+CXXFLAGS+= -I${LOCALBASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
|
||||
+TOPAZLIB= -lm -lncurses -lreadline -lhistory
|
||||
PSLIB= -lm
|
||||
-VIEWLIB= -lm -L/usr/X11R6/lib -lX11
|
||||
|
|
|
@ -68,6 +68,6 @@
|
|||
+ $(BSD_INSTALL_DATA) ./cuirc.lnx $(INSTALLDIR)/_topaz/cui.rc
|
||||
+ $(BSD_INSTALL_DATA) ./topazfontmap $(INSTALLDIR)/_topaz
|
||||
+ $(BSD_INSTALL_DATA) ./topazkfontmap $(INSTALLDIR)/_topaz
|
||||
+ -mkdir -p $(PREFIX)/share/examples/topaz
|
||||
+ $(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz
|
||||
+# -mkdir -p $(PREFIX)/share/examples/topaz
|
||||
+# $(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz
|
||||
|
||||
|
|
|
@ -27,13 +27,13 @@ lib/topaz/topaz
|
|||
lib/topaz/topaz.sh
|
||||
lib/topaz/tpv2ps
|
||||
lib/topaz/tpvview
|
||||
share/examples/topaz/fit.tpz
|
||||
share/examples/topaz/parts.tpz
|
||||
share/examples/topaz/sample.txt
|
||||
share/examples/topaz/stdfontset.tpz
|
||||
share/examples/topaz/step.tpz
|
||||
share/examples/topaz/symbolfontset.tpz
|
||||
share/examples/topaz/text.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fit.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stdfontset.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/step.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/symbolfontset.tpz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.tpz
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm lib/topaz/_topaz
|
||||
@dirrm lib/topaz
|
||||
@dirrm share/examples/topaz
|
||||
|
|
Loading…
Reference in a new issue