1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

New port:

jp-cdrom2 - A tool to lookup CD-ROM dictionaries in EPWING format
This commit is contained in:
Masafumi Max NAKANE 1997-02-03 16:31:53 +00:00
parent 391a4a5446
commit f85c5727aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5515
7 changed files with 97 additions and 0 deletions

35
japanese/cdrom2/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: cdrom2
# Version required: 1996/06/16
# Date created: 03 Feb 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
#
DISTNAME= euc
PKGNAME= jp-cdrom2-1996.06.16
CATEGORIES= japanese misc
MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/src/cdrom2/
MAINTAINER= max@FreeBSD.ORG
WRKSRC= ${WRKDIR}/cdrom2
DIST_SUBDIR= cdrom2
DOCS= errata.doc gaiji.txt index.doc install.doc kekka.txt \
kojien3.doc menu.doc readers.doc readme.doc readme.org \
ruigo.doc x_option.doc
do-configure:
@echo "Copying custom Makefile."
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/cdrom2
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/cdrom2
.endfor
@${CAT} ${PKGDIR}/MESSAGE
.endif
.include <bsd.port.mk>

1
japanese/cdrom2/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cdrom2/euc.tar.gz) = 2fd53725467aa8fc3d7da8380405f349

View File

@ -0,0 +1,29 @@
# $Id$
#
# Installation prefix:
PREFIX?=/usr/local
BINDIR=${PREFIX}/bin
LIBDIR=${PREFIX}/lib/cdrom2
PROGRAMS=cdrom2 cdgaiji
TBL_FILES=kojien3.tbl ruigo.tbl
all: ${PROGRAMS}
cdrom2: cdrom2.c
cc -DUNIX -O -o cdrom2 cdrom2.c
cdgaiji: cdgaiji.c
cc -DUNIX -O -o cdgaiji cdgaiji.c
install:
for f in ${PROGRAMS} ; do \
/usr/bin/install -c -s -o bin -g bin -m 755 $$f ${BINDIR} ;\
done
/bin/mkdir -p ${LIBDIR}
for f in ${TBL_FILES} ; do \
/usr/bin/install -c -o bin -g bin -m 644 $$f ${LIBDIR} ;\
done
clean:
rm -f ${PROGRAMS}

View File

@ -0,0 +1 @@
A tool to lookup CD-ROM dictionaries

10
japanese/cdrom2/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
This software allows you to retrieve information from CD-ROM in EPWING
format or EB.
Please consult the documentation in /usr/local/share/doc/cdrom2 to
find out how to use this program.
Note: The documentation is available only in Japanese, and the program
only gives you Japanese help message.
- Max

View File

@ -0,0 +1,5 @@
**********************************************************************
Consult documentation in /usr/local/share/doc/cdrom2 for
various information.
**********************************************************************

16
japanese/cdrom2/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
bin/cdrom2
bin/cdgaiji
share/doc/cdrom2/errata.doc
share/doc/cdrom2/gaiji.txt
share/doc/cdrom2/index.doc
share/doc/cdrom2/install.doc
share/doc/cdrom2/kekka.txt
share/doc/cdrom2/kojien3.doc
share/doc/cdrom2/menu.doc
share/doc/cdrom2/readers.doc
share/doc/cdrom2/readme.doc
share/doc/cdrom2/readme.org
share/doc/cdrom2/ruigo.doc
share/doc/cdrom2/x_option.doc
lib/cdrom2/kojien3.tbl
lib/cdrom2/ruigo.tbl