Update to version 1.10+0.99.

PR:		14580
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Steve Price 1999-11-01 00:04:01 +00:00
parent 2771a1b8e3
commit 92a257cf10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22747
5 changed files with 27 additions and 27 deletions

View File

@ -1,41 +1,31 @@
# New ports collection makefile for: gxditview (part of ja-groff)
# Version required: 1.09+0.98
# Version required: 1.10+0.99
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
DISTNAME= groff-1.09
PKGNAME= ja-gxditview-0.98
DISTNAME= groff-1.10
PKGNAME= ja-gxditview-0.99
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= groff
PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \
ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/
PATCHFILES= jgroff-0.99.diff.gz
PATCH_DIST_ARGS=? -d ${WRKSRC}/.. --forward --quiet -E -p1
MAINTAINER= ports@FreeBSD.org
PATCH_SITES= ftp://ftp.iij.ad.jp/pub/NetNews/fj.sources/volume95/Apr/
PATCHFILES= jgroff-0.98.diff.gz
DISTPATCHES= 950414.01.Z 950414.02.Z
PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1
RUN_DEPENDS= groff:${PORTSDIR}/japanese/groff
USE_IMAKE= yes
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/work/${DISTNAME}/xditview
WRKSRC= ${WRKDIR}/${DISTNAME}/xditview
MAN1= gxditview.1
pre-fetch:
@(cd ${DISTDIR}; \
if [ ! -f ${PATCHFILES} ]; then \
${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \
for file in ${DISTPATCHES} ; do \
for site in ${PATCH_SITES} ; do \
if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \
break; \
fi \
done; \
done; \
for file in ${DISTPATCHES} ; do zcat $${file}; done | \
${SED} '/^END -----/,/^BEGIN ----/d' | uudecode; \
${RM} -f ${DISTPATCHES};\
fi)
post-patch:
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (groff-1.09.tar.gz) = 759cb03fbccce45ce59478a26325480d
MD5 (jgroff-0.98.diff.gz) = 84147e01b4c3a30eb05dfe2196972d40
MD5 (groff-1.10.tar.gz) = cc58a06abafe82ada7c02f0f2b2c8509
MD5 (jgroff-0.99.diff.gz) = 0055c596a6cb641e3a8e844465e81623

View File

@ -0,0 +1,11 @@
--- Imakefile.orig Wed Oct 28 22:19:59 1992
+++ Imakefile Thu Oct 28 07:55:00 1999
@@ -1,6 +1,6 @@
-GROFF_LIBDIR = /usr/local/lib/groff
+GROFF_LIBDIR = %%LOCALBASE%%/share/groff
GROFF_FONTDIR = $(GROFF_LIBDIR)/font
-GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font
+GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/share/groff_font
DPIS = 75 100
PROGRAMS = gxditview xtotroff

View File

@ -1,2 +1,2 @@
This is Japanized gxditview, a X11 previewer for jgroff which
based on MIT's xditview and GNU's modication.
based on MIT's xditview and GNU's modification.

View File

@ -1,3 +1,2 @@
bin/gxditview
lib/X11/app-defaults/GXditview
man/man1/gxditview.1.gz