mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Rename jconv to jfconv to avoid the conflict with japanese/libjconv,
after a repocopy. JFConv more looks like JFile converter than JConv does.
This commit is contained in:
parent
216ce6086e
commit
89cf179f76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38095
@ -1,26 +0,0 @@
|
||||
# ports collection makefile for: jconv
|
||||
# Date created: 14 May 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jconv
|
||||
PORTVERSION= 2000.05.17
|
||||
CATEGORIES= palm databases
|
||||
MASTER_SITES= http://www.land-j.com/files/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= knu
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
ALL_TARGET= # none
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/jconv/
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jconv/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (jconv.tgz) = 81217102c8d538a9a391941316723b85
|
@ -1,58 +0,0 @@
|
||||
--- jconv.c.orig Tue Nov 2 23:03:59 1999
|
||||
+++ jconv.c Thu May 4 20:05:51 2000
|
||||
@@ -67,7 +67,7 @@
|
||||
strcpy(infile, "");
|
||||
|
||||
delimChar = ','; /* standard */
|
||||
- m_CommaDelim = 1; /* standard */
|
||||
+ m_CommandLineComma = 1; /* standard */
|
||||
m_UseInfoFile = 0;
|
||||
|
||||
while((o = getopt(argc, argv, "edvht:i:s")) != EOF) {
|
||||
@@ -76,7 +76,7 @@
|
||||
break;
|
||||
case 'd': encode = 'd';
|
||||
break;
|
||||
- case 's': m_CommaDelim = 0;
|
||||
+ case 's': m_CommandLineComma = 0;
|
||||
break;
|
||||
case 't': strncpy(title, optarg, 32);
|
||||
title[31] = 0;
|
||||
@@ -176,7 +176,7 @@
|
||||
FILE* input;
|
||||
FILE* output;
|
||||
FILE* info;
|
||||
- tHeader header;
|
||||
+ tHeader header = { 0 };
|
||||
WORD oddity = 0x008C;
|
||||
int numNonDeletedRecs;
|
||||
JFileAppInfoType appInfo;
|
||||
@@ -185,7 +185,7 @@
|
||||
int curDumpLoc;
|
||||
char* tempPopupPtr;
|
||||
int usesInfoFile;
|
||||
- int fldLens[MAX_FIELDS];
|
||||
+ int fldLens[MAX_FIELDS] = { 0 };
|
||||
unsigned char holdChr[2];
|
||||
char endMsg[2048];
|
||||
char recNumStr[10];
|
||||
@@ -437,7 +437,7 @@
|
||||
int i,j;
|
||||
char dbName[200];
|
||||
int usesInfoFile;
|
||||
- tHeader header;
|
||||
+ tHeader header = { 0 };
|
||||
char inputString[MAX_RECORD_LENGTH];
|
||||
int inputStringLoc, inputStringLen;
|
||||
JFileAppInfoType appInfo;
|
||||
@@ -1165,10 +1165,6 @@
|
||||
sprintf(recNumStr, "%d", currentRecord+1);
|
||||
sprintf(endMsg, "Conversion of %s records in %s to %s was successful!",
|
||||
recNumStr, m_CSVPath, m_PDBPath);
|
||||
-
|
||||
- if(!m_IsCommandLine)
|
||||
- MessageBox( endMsg, NULL, MB_OK );
|
||||
-
|
||||
}
|
||||
|
||||
int TypeIsString(int t)
|
@ -1 +0,0 @@
|
||||
Converts JFile database to CSV, and vice versa
|
@ -1,7 +0,0 @@
|
||||
JConv is a quick port by Andreas Mock <AMock@osram.com> from the
|
||||
original gui-based, object-oriented program jconvpro.exe with
|
||||
permissions from J.J. Lehett. All object-oriented and gui-derived
|
||||
stuff is thrown away. The source code was "c-ified" and command line
|
||||
options added.
|
||||
|
||||
WWW: http://www.land-j.com/jfileu.html
|
@ -1,3 +0,0 @@
|
||||
bin/jconv
|
||||
share/doc/jconv/README
|
||||
@dirrm share/doc/jconv
|
@ -1,17 +1,17 @@
|
||||
# ports collection makefile for: jconv
|
||||
# ports collection makefile for: jfconv
|
||||
# Date created: 14 May 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jconv
|
||||
PORTNAME= jfconv
|
||||
PORTVERSION= 2000.05.17
|
||||
CATEGORIES= palm databases
|
||||
MASTER_SITES= http://www.land-j.com/files/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= knu
|
||||
DISTNAME= ${PORTNAME}
|
||||
DISTNAME= jconv
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
@ -19,8 +19,8 @@ MAINTAINER= knu@FreeBSD.org
|
||||
ALL_TARGET= # none
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/jconv/
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jconv/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin/jfconv
|
||||
${MKDIR} ${PREFIX}/share/doc/jfconv/
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jfconv/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
JConv is a quick port by Andreas Mock <AMock@osram.com> from the
|
||||
JFConv is a quick port by Andreas Mock <AMock@osram.com> from the
|
||||
original gui-based, object-oriented program jconvpro.exe with
|
||||
permissions from J.J. Lehett. All object-oriented and gui-derived
|
||||
stuff is thrown away. The source code was "c-ified" and command line
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/jconv
|
||||
share/doc/jconv/README
|
||||
@dirrm share/doc/jconv
|
||||
bin/jfconv
|
||||
share/doc/jfconv/README
|
||||
@dirrm share/doc/jfconv
|
||||
|
Loading…
Reference in New Issue
Block a user