- upgrade to version 1.64
- bump NEED_VERSION - add HOMEPAGE - update MASTER_SITES
This commit is contained in:
parent
08c2b076a9
commit
e2aae35314
@ -1,15 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/08/05 20:50:55 jsyn Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/09/08 06:29:53 kevlo Exp $
|
||||
|
||||
COMMENT= "texinfo to HTML converter"
|
||||
|
||||
DISTNAME= texi2html
|
||||
PKGNAME= texi2html-1.52
|
||||
DISTNAME= texi2html-1.64
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.402
|
||||
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
|
||||
ftp://ftp.scc.ru/pub/unix/
|
||||
EXTRACT_SUFX= .shar.Z
|
||||
EXTRACT_CASES= *.shar.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;;
|
||||
NEED_VERSION= 1.454
|
||||
|
||||
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
|
||||
|
||||
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
||||
|
||||
@ -19,16 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
MASTER_SITES= ${HOMEPAGE}/Distrib/
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && sed -e '1,/__END__/d' <texi2html >texi2html.1
|
||||
@cd ${WRKSRC} && sed -e '/both Perl and nroff/,$$d' <texi2html >texi2html.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/texi2html.pl ${PREFIX}/bin/texi2html
|
||||
${INSTALL_MAN} ${WRKDIR}/texi2html.1 ${PREFIX}/man/man1
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (texi2html.shar.Z) = a0292ee56320bbbd79afc74555bd69ee
|
||||
RMD160 (texi2html.shar.Z) = c88b2e3caa7b2ff61af46c7af365b2cf96d1d95a
|
||||
SHA1 (texi2html.shar.Z) = 0915295126395eb089763a7029537b07166f836f
|
||||
MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5
|
||||
RMD160 (texi2html-1.64.tar.gz) = 80a2b3917f17fce6131b7eab36c02d4c53cac148
|
||||
SHA1 (texi2html-1.64.tar.gz) = 973b95dcc06fcdae4929a4a7a4ee7f51b568f84c
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- texi2html.pl.orig Wed Nov 5 15:07:06 1997
|
||||
+++ texi2html.pl Wed Nov 5 15:08:37 1997
|
||||
@@ -1,6 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
-'di ';
|
||||
-'ig 00 ';
|
||||
+#!/usr/bin/perl
|
||||
#+##############################################################################
|
||||
# #
|
||||
# File: texi2html #
|
||||
@@ -11,8 +9,6 @@
|
||||
|
||||
# @(#)texi2html 1.51 09/10/96 Written (mainly) by Lionel Cons, Lionel.Cons@cern.ch
|
||||
|
||||
-# The man page for this program is included at the end of this file and can be
|
||||
-# viewed using the command 'nroff -man texi2html'.
|
||||
# Please read the copyright at the end of the man page.
|
||||
|
||||
#+++############################################################################
|
11
textproc/texi2html/patches/patch-Makefile.in
Normal file
11
textproc/texi2html/patches/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Thu Sep 6 13:31:52 2001
|
||||
+++ Makefile.in Thu Sep 6 13:32:36 2001
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
info_TEXINFOS = texi2html.texi
|
||||
|
||||
-htmldir = $(prefix)/html
|
||||
+htmldir = $(prefix)/share/doc/texi2html
|
||||
html_DATA = texi2html.html
|
||||
|
||||
TEXI2HTML = texi2html
|
19
textproc/texi2html/patches/patch-texi2html.pl
Normal file
19
textproc/texi2html/patches/patch-texi2html.pl
Normal file
@ -0,0 +1,19 @@
|
||||
--- texi2html.pl.orig Thu Sep 6 13:36:51 2001
|
||||
+++ texi2html.pl Thu Sep 6 13:38:08 2001
|
||||
@@ -1,6 +1,4 @@
|
||||
#@BANGPERL@
|
||||
-'di ';
|
||||
-'ig 00 ';
|
||||
#+##############################################################################
|
||||
#
|
||||
# texi2html: Program to transform Texinfo documents to HTML
|
||||
@@ -57,9 +55,6 @@
|
||||
$THISVERSION = '@T2H_VERSION@';
|
||||
$THISPROG = "texi2html $THISVERSION"; # program name and version
|
||||
|
||||
-# The man page for this program is included at the end of this file and can be
|
||||
-# viewed using the command 'nroff -man texi2html'.
|
||||
-
|
||||
# Identity:
|
||||
|
||||
$T2H_TODAY = &pretty_date; # like "20 September 1993"
|
@ -4,4 +4,4 @@ better than an info->HTML gateway. It understands most Texinfo version 2
|
||||
commands and runs without problem on big Texinfo files like the GNU Emacs 19
|
||||
manual.
|
||||
|
||||
This program is distributed under the GNU General Public License.
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,4 +1,9 @@
|
||||
@comment teTeX includes a more recent version
|
||||
@pkgcfl teTeX_base-*
|
||||
bin/texi2html
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/texi2html.info
|
||||
info/texi2html.info
|
||||
@exec install-info --info-dir=%D/info %D/info/texi2html.info
|
||||
man/man1/texi2html.1
|
||||
share/doc/texi2html/texi2html.html
|
||||
@dirrm share/doc/texi2html
|
||||
|
Loading…
Reference in New Issue
Block a user