diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 22:38:05 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 22:38:05 +0000 |
commit | dfc626c1e089105b7c9af88ab7d67b1bac4740c8 (patch) | |
tree | f3ef5a5f267e25e633b71bc2bb72660e0d2903af /app-doc/dox | |
parent | new package. fixes #3867 (diff) | |
download | historical-dfc626c1e089105b7c9af88ab7d67b1bac4740c8.tar.gz historical-dfc626c1e089105b7c9af88ab7d67b1bac4740c8.tar.bz2 historical-dfc626c1e089105b7c9af88ab7d67b1bac4740c8.zip |
new package. fixes #3893
Diffstat (limited to 'app-doc/dox')
-rw-r--r-- | app-doc/dox/ChangeLog | 13 | ||||
-rw-r--r-- | app-doc/dox/dox-1.1.ebuild | 60 | ||||
-rw-r--r-- | app-doc/dox/files/digest-dox-1.1 | 1 |
3 files changed, 74 insertions, 0 deletions
diff --git a/app-doc/dox/ChangeLog b/app-doc/dox/ChangeLog new file mode 100644 index 000000000000..bc12489c5cfa --- /dev/null +++ b/app-doc/dox/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-doc/dox +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/ChangeLog,v 1.1 2002/06/21 22:38:05 rphillips Exp $ + +*dox-1.1 (21 Jun 2002) + + 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-doc/dox/dox-1.1.ebuild b/app-doc/dox/dox-1.1.ebuild new file mode 100644 index 000000000000..3a0e317cd7ee --- /dev/null +++ b/app-doc/dox/dox-1.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 2001-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Enrico Morelli - 16/06/2002 +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.1 2002/06/21 22:38:05 rphillips Exp $ + +DESCRIPTION="Dox is a graphical documentation browser for Unix/X11." +SRC_URI="http://download.berlios.de/dox/${P}.tar.gz" +HOMEPAGE="http://dox.beriols.de" +RDEPEND=">=x11-libs/qt-3" +DEPEND="net-www/htdig" + +S=${WORKDIR}/${P} + +src_unpack() { + + unpack ${A} + cd ${S} + cp configure configure.new + cat configure | sed -e 's:/opt/www/htdig/bin/htdig:/usr/bin/htdig:g' \ + -e 's:/opt/www/htdig/bin/htmerge:/usr/bin/htmerge:g' \ + -e 's:/opt/www/cgi-bin/htsearch:/home/httpd/cgi-bin/htsearch:g' > configure.new + mv configure.new configure + +} + +src_compile() +{ + + + ./configure -prefix /usr || die + make all || die + mv stl/stl.toc stl/STL.toc + mv stl/stl.index stl/STL.index + mv data/perl.toc data/Perl.toc + + +} + +src_install() +{ + + PREFIX="/usr/share/dox" + into /usr + dobin dox/dox man2html/dox-man2html info2html/dox-info2html tags2dox/dox-tags2dox htdig/dox-htdig + insinto ${PREFIX}/scripts + insopts -m 0755 + doins pydoc2html/dox_pydoc.py pydoc2html/dox_inspect.py + insinto ${PREFIX}/htdig + doins data/wrapper.html data/nomatch.html data/syntax.html data/star.png data/star_blank.png data/bad_words + insinto ${PREFIX}/html/libc + doins libc/*.html + insinto ${PREFIX}/tocs + doins libc/libc.toc stl/STL.toc data/Perl.toc + insinto ${PREFIX}/indices + doins libc/libc.index stl/STL.index + insinto ${PREFIX}/html/stl + doins stl/*.html stl/*.gif + doman data/dox.1 data/dox.5 data/dox-man2html.1 data/dox-info2html.1 data/dox-tags2dox.1 data/dox-htdig.1 + +} diff --git a/app-doc/dox/files/digest-dox-1.1 b/app-doc/dox/files/digest-dox-1.1 new file mode 100644 index 000000000000..5a6ec089ccea --- /dev/null +++ b/app-doc/dox/files/digest-dox-1.1 @@ -0,0 +1 @@ +MD5 368afc1cc1cf1b56789dbb8754f38c50 dox-1.1.tar.gz 1353014 |