1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 3.40

PR:		96219
Submitted by:	Ports fury
This commit is contained in:
Erwin Lansing 2006-04-24 13:15:13 +00:00
parent 39fc950c2c
commit 9279cf377b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160319
3 changed files with 9 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= topaz
PORTVERSION= 3.39
PORTVERSION= 3.40
CATEGORIES= math
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src

View File

@ -1,3 +1,3 @@
MD5 (topaz-3_39-src.tar.gz) = 5c6179aeb87a4809b9c78d8f1b5e3755
SHA256 (topaz-3_39-src.tar.gz) = 13edfeefd720f256b345b696fd78b2de100a7bcfab27f858aef63dd85e63aaae
SIZE (topaz-3_39-src.tar.gz) = 283045
MD5 (topaz-3_40-src.tar.gz) = a0d883c1b76a9d7d1686fa3a232d724b
SHA256 (topaz-3_40-src.tar.gz) = 1f98be654d9b9c74feee90bf4d19ecc3002f836a47e5e2c5c1c547c4058e59ed
SIZE (topaz-3_40-src.tar.gz) = 283253

View File

@ -1,5 +1,5 @@
--- topaz/tpv2ps.cc.orig Fri Jun 27 14:35:40 2003
+++ topaz/tpv2ps.cc Thu Jul 24 02:50:11 2003
--- topaz/tpv2ps.cc.orig Sun Oct 16 22:21:44 2005
+++ topaz/tpv2ps.cc Sun Apr 23 03:11:39 2006
@@ -31,8 +31,6 @@
#include <math.h>
#include <string>
@ -9,11 +9,10 @@
extern int errno;
#include "vectdefs.h"
@@ -63,31 +61,31 @@
@@ -64,30 +62,30 @@
#define buffersize 1024
-char* entry[] = {
static char entry[13][100] = {
- {"Times-Roman-Q"},
- {"Times-Bold-Q"},
- {"Times-Italic-Q"},
@ -27,7 +26,6 @@
- {"Courier-Oblique-Q"},
- {"Courier-BoldOblique-Q"},
- {"Symbol"}
+static const char *entry[] = {
+ "Times-Roman-Q",
+ "Times-Bold-Q",
+ "Times-Italic-Q",
@ -43,7 +41,7 @@
+ "Symbol"
};
-char* kentry[] = {
static char kentry[8][100] = {
- {"Ryumin-Light-H"},
- {"Ryumin-Light-H"},
- {"Ryumin-Light-H"},
@ -52,7 +50,6 @@
- {"GothicBBB-Medium-H"},
- {"GothicBBB-Medium-H"},
- {"GothicBBB-Medium-H"},
+static const char *kentry[] = {
+ "Ryumin-Light-H",
+ "Ryumin-Light-H",
+ "Ryumin-Light-H",