diff options
author | Tom William Payne <twp@gentoo.org> | 2003-09-28 01:06:05 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-09-28 01:06:05 +0000 |
commit | 5d06ebf959a9144ad14ee8016dc4c091deac6d53 (patch) | |
tree | 6845321c8fa95f9e0cef077136eb0062a34970d1 /app-text | |
parent | Initial commit (diff) | |
download | gentoo-2-5d06ebf959a9144ad14ee8016dc4c091deac6d53.tar.gz gentoo-2-5d06ebf959a9144ad14ee8016dc4c091deac6d53.tar.bz2 gentoo-2-5d06ebf959a9144ad14ee8016dc4c091deac6d53.zip |
Initial commit
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/info2html/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/info2html/Manifest | 5 | ||||
-rw-r--r-- | app-text/info2html/files/digest-info2html-1.4 | 1 | ||||
-rw-r--r-- | app-text/info2html/files/info2html-gentoo.patch | 47 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 40 | ||||
-rw-r--r-- | app-text/info2html/metadata.xml | 9 |
6 files changed, 109 insertions, 1 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog new file mode 100644 index 000000000000..420482a2e86f --- /dev/null +++ b/app-text/info2html/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-text/info2html +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.1 2003/09/28 01:05:46 twp Exp $ + +*info2html-1.4 (28 Sep 2003) + + 28 Sep 2003; Tom Payne <twp@gentoo.org> info2html-1.4.ebuild : + Initial version. Bug # 16283. diff --git a/app-text/info2html/Manifest b/app-text/info2html/Manifest index f3b63a45c45e..fe0b47a0e4de 100644 --- a/app-text/info2html/Manifest +++ b/app-text/info2html/Manifest @@ -1,2 +1,5 @@ -MD5 50bb18aa18df7c9e3dd281b954cc733d info2html-1.4.ebuild 719 +MD5 4a54b7353e63d3e384d56702dc2350d0 info2html-1.4.ebuild 938 +MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 26689b79f9514aca83e25e294ec35f19 ChangeLog 342 MD5 4b9f64ddf8e7ef3c725fc1f785c69456 files/digest-info2html-1.4 60 +MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 diff --git a/app-text/info2html/files/digest-info2html-1.4 b/app-text/info2html/files/digest-info2html-1.4 new file mode 100644 index 000000000000..cbd2963fe8b5 --- /dev/null +++ b/app-text/info2html/files/digest-info2html-1.4 @@ -0,0 +1 @@ +MD5 bccc18eeb48bb2571e5c66dec8822770 info2html-1.4.tgz 8473 diff --git a/app-text/info2html/files/info2html-gentoo.patch b/app-text/info2html/files/info2html-gentoo.patch new file mode 100644 index 000000000000..e6498b64efd2 --- /dev/null +++ b/app-text/info2html/files/info2html-gentoo.patch @@ -0,0 +1,47 @@ +diff -Naur info2html-1.4/README info2html/README +--- info2html-1.4/README 2001-11-21 19:31:28.000000000 +0000 ++++ info2html/README 1970-01-01 01:00:00.000000000 +0100 +@@ -1,6 +0,0 @@ +-For the most recent version, documentation and installation +-instructions, see info2html's home page: +-http://info2html.sourceforge.net/ +- +-info2html's original home page (now very out-of-date): +-http://www.iam.unibe.ch/work/docs/info2html/ +diff -Naur info2html-1.4/info2html info2html/info2html +--- info2html-1.4/info2html 2001-11-21 19:31:28.000000000 +0000 ++++ info2html/info2html 2003-09-28 01:58:16.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #--------------------------------------------------------- + # info2html + #--------------------------------------------------------- +diff -Naur info2html-1.4/info2html.conf info2html/info2html.conf +--- info2html-1.4/info2html.conf 2001-11-21 19:31:28.000000000 +0000 ++++ info2html/info2html.conf 2003-09-27 17:47:59.000000000 +0100 +@@ -36,13 +36,8 @@ + + #-- location of info files. + @INFODIR = ( +- '/usr/local/GNU/info', +- '/usr/local/GNU/emacs18.58/info', +- '/usr/local/info', +- '/opt/FSFgzip/info', +- '/opt/FSFgmake/info', +- '/opt/GCC2721/info', +- '/usr/local/lib/bash-doc-2.01/lib/readline/doc/' ++ '/usr/share/info', ++ '/usr/local/share/info' + ); + + #-- URL for documentation of info2html +diff -Naur info2html-1.4/infocat info2html/infocat +--- info2html-1.4/infocat 2001-11-21 19:31:28.000000000 +0000 ++++ info2html/infocat 2003-09-28 01:58:23.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #--------------------------------------------------------- + # infocat + #--------------------------------------------------------- diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild new file mode 100644 index 000000000000..94248377d42b --- /dev/null +++ b/app-text/info2html/info2html-1.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.1 2003/09/28 01:05:46 twp Exp $ + +DESCRIPTION="Converts GNU .info files to HTML" +HOMEPAGE="http://info2html.sourceforge.net/" +SRC_URI="mirror://sourceforge/info2html/${P}.tgz" +LICENSE="freedist" +SLOT="0" +KEYWORDS="alpha arm hppa mips sparc x86" +DEPEND="dev-lang/perl" + +inherit eutils +inherit webapp-apache + +webapp-detect || NO_HTTPD=1 + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/info2html-gentoo.patch +} + +pkg_setup() { + webapp-pkg_setup "${NO_HTTPD}" + einfo "Installing into ${ROOT}${HTTPD_ROOT}" +} + +src_install() { + exeinto ${HTTPD_CGIBIN} + doexe info2html infocat + insinto ${HTTPD_CGIBIN} + doins info2html.conf + dodoc README +} + +pkg_postinst() { + einfo "Info files can be found at:" + einfo "\thttp://localhost/cgi-bin/infocat" +} diff --git a/app-text/info2html/metadata.xml b/app-text/info2html/metadata.xml new file mode 100644 index 000000000000..d9bb4626fb2b --- /dev/null +++ b/app-text/info2html/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>twp@gentoo.org</email> + <name>Tom Payne</name> +</maintainer> +</pkgmetadata> |