- update to version 1.7.
(Only change: use /usr/bin/perl instead of ${PREFIX}/bin/perl) - update for jade -> openjade change
This commit is contained in:
parent
7c14549b1b
commit
f2f18154a8
@ -4,13 +4,13 @@
|
||||
# Whom: jfieber
|
||||
#
|
||||
# $FreeBSD: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/06/10 00:35:21 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2000/09/20 20:56:19 matthieu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sgmlformat-1.6
|
||||
DISTNAME= sgmlformat-1.7
|
||||
CATEGORIES= textproc print
|
||||
NEED_VERSION= 1.230
|
||||
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
||||
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
|
||||
|
||||
MAINTAINER= matthieu@laas.fr
|
||||
|
||||
@ -20,8 +20,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= nsgmls::textproc/jade
|
||||
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc::textproc/linuxdoc
|
||||
RUN_DEPENDS= onsgmls::textproc/openjade
|
||||
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc::textproc/linuxdoc \
|
||||
${PREFIX}/share/sgml/docbook::textproc/docbook
|
||||
|
||||
FAKE_FLAGS=PREFIX=${PREFIX}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sgmlformat-1.6.tar.gz) = 3defa39a0369f45ceeeb7138d505160a
|
||||
RMD160 (sgmlformat-1.6.tar.gz) = 3ad1ea1415be837a7fa0001d0ba51a42d20fee4f
|
||||
SHA1 (sgmlformat-1.6.tar.gz) = e962dfe1761b9caf09a40e5102479776dfbb647d
|
||||
MD5 (sgmlformat-1.7.tar.gz) = a24b6fdf6c14c10f7344b1f3fe09a53a
|
||||
RMD160 (sgmlformat-1.7.tar.gz) = 7bc8f3ac2ec48ded3877baba7bc68be244594ed3
|
||||
SHA1 (sgmlformat-1.7.tar.gz) = 7f737e053130933a5eb62e8fda0cd89eac098ef1
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- sgmlfmt/Makefile.orig Tue Jul 22 15:40:33 1997
|
||||
+++ sgmlfmt/Makefile Sat Jun 10 02:31:14 2000
|
||||
@@ -2,7 +2,7 @@
|
||||
--- sgmlfmt/Makefile.orig Tue Sep 15 23:05:39 1998
|
||||
+++ sgmlfmt/Makefile Wed Sep 20 22:34:15 2000
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
FILES= sgmlfmt
|
||||
CLEANFILES= sgmlfmt
|
||||
@ -9,7 +9,13 @@
|
||||
|
||||
all: sgmlfmt
|
||||
|
||||
@@ -11,6 +11,6 @@ sgmlfmt: sgmlfmt.pl
|
||||
sgmlfmt: sgmlfmt.pl
|
||||
-.if exists(/usr/bin/perl5)
|
||||
+.if exists(/usr/bin/perl)
|
||||
sed -e 's|##PERL##|/usr/bin/perl|' -e 's|##PREFIX##|${PREFIX}|' < sgmlfmt.pl > sgmlfmt
|
||||
.else
|
||||
sed -e 's|##PERL##|${PREFIX}/bin/perl|' -e 's|##PREFIX##|${PREFIX}|' < sgmlfmt.pl > sgmlfmt
|
||||
@@ -15,6 +15,6 @@
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
||||
|
11
textproc/sgmlformat/patches/patch-instant
Normal file
11
textproc/sgmlformat/patches/patch-instant
Normal file
@ -0,0 +1,11 @@
|
||||
--- instant/traninit.c.orig Wed Jul 16 18:44:12 1997
|
||||
+++ instant/traninit.c Wed Sep 20 22:13:42 2000
|
||||
@@ -129,7 +129,7 @@
|
||||
char buf[LINESIZE];
|
||||
char buf2[LINESIZE];
|
||||
char *command;
|
||||
- char *sgmls = "nsgmls -c " TRANSPEC_DIR "/catalog ";
|
||||
+ char *sgmls = "onsgmls -c " TRANSPEC_DIR "/catalog ";
|
||||
char maptype = '\0';
|
||||
|
||||
(void)sgmls_set_errhandler(input_error);
|
11
textproc/sgmlformat/patches/patch-sgmlfmt
Normal file
11
textproc/sgmlformat/patches/patch-sgmlfmt
Normal file
@ -0,0 +1,11 @@
|
||||
--- sgmlfmt/sgmlfmt.pl.orig Tue Sep 15 23:05:47 1998
|
||||
+++ sgmlfmt/sgmlfmt.pl Wed Sep 20 22:14:40 2000
|
||||
@@ -44,7 +44,7 @@
|
||||
# The SGML parser, and translation engine.
|
||||
#
|
||||
|
||||
-$sgmls = "nsgmls";
|
||||
+$sgmls = "onsgmls";
|
||||
$instant = "instant";
|
||||
|
||||
#
|
Loading…
Reference in New Issue
Block a user