diff options
author | Donnie Berkholz <donnie@supernova.(none)> | 2006-04-17 22:30:24 -0700 |
---|---|---|
committer | Donnie Berkholz <donnie@supernova.(none)> | 2006-04-17 22:30:24 -0700 |
commit | b084e8250f714a5d67587f1d43f40d5774d25643 (patch) | |
tree | bc819fff34c32bd0c8c4c68df3a846f0b47316ca /app-text | |
download | dberkholz-b084e8250f714a5d67587f1d43f40d5774d25643.tar.gz dberkholz-b084e8250f714a5d67587f1d43f40d5774d25643.tar.bz2 dberkholz-b084e8250f714a5d67587f1d43f40d5774d25643.zip |
Initial commit of portage overlay.
Diffstat (limited to 'app-text')
21 files changed, 255 insertions, 0 deletions
diff --git a/app-text/dgs/Manifest b/app-text/dgs/Manifest new file mode 100644 index 0000000..b13d6c1 --- /dev/null +++ b/app-text/dgs/Manifest @@ -0,0 +1,18 @@ +MD5 18afa7e4819671035dc1c0af5fd72ac7 dgs-0.5.10-r1.ebuild 1356 +RMD160 60ba2c1200195578b481c08444f8010934c113e2 dgs-0.5.10-r1.ebuild 1356 +SHA256 e776142a33971a28baf1fff287329f9796ef99546b8e0c3c6dc4ceda07f548c7 dgs-0.5.10-r1.ebuild 1356 +MD5 bfad8381b8167519c3eb4d6e4e28c40c files/0.5.10-workaround-include-in-comments.patch 862 +RMD160 de1a0a5a31fd7aaf04771aba5b160cfb7c7ff985 files/0.5.10-workaround-include-in-comments.patch 862 +SHA256 714f3020f7b4f06c854c2c4ad62e3ece48b5812748e9aa3428a6e9099136525e files/0.5.10-workaround-include-in-comments.patch 862 +MD5 c43d67882bd6ad59419b974d3338f3ca files/dgs-0.5.10-gcc-3.4.diff 870 +RMD160 8808f0f2b6df9e9ef9b8472af8df2ecd27abb793 files/dgs-0.5.10-gcc-3.4.diff 870 +SHA256 e6e4fdbc71f8ae542b15333036585cc56b50b605d09532294778b286c6f90e22 files/dgs-0.5.10-gcc-3.4.diff 870 +MD5 c80e720c69104e2ac5daec31d4b9affc files/dgs-0.5.10-gs-time_.h-gentoo.diff 415 +RMD160 42b4b923d1ddc5bc301d7df0a5c75e02ddedd6f9 files/dgs-0.5.10-gs-time_.h-gentoo.diff 415 +SHA256 79b3a60acd8a112e9dcf0ceb2318c6f1f30a0ad188c59a19f3ef61d3f446a224 files/dgs-0.5.10-gs-time_.h-gentoo.diff 415 +MD5 170ddb1cf2a0007ec936153ebfa34a16 files/dgs-0.5.10-tcpd-gentoo.diff 939 +RMD160 739b5d1954b5f95c8c38d0be3acf0f24a0d4bbd7 files/dgs-0.5.10-tcpd-gentoo.diff 939 +SHA256 82ef1fff0d799f398965047ff5556af7cac651317ede40e493fbd382aaf65185 files/dgs-0.5.10-tcpd-gentoo.diff 939 +MD5 0d950f863b5dfdbe50fb6b27e717b2f1 files/digest-dgs-0.5.10-r1 235 +RMD160 f3393e174878e17a314aced0937b2848be603760 files/digest-dgs-0.5.10-r1 235 +SHA256 9d16839c7405752efef2ae143cad1ed7a4fc6e6a110e37302f05dc987f81a388 files/digest-dgs-0.5.10-r1 235 diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild new file mode 100644 index 0000000..f8770fe --- /dev/null +++ b/app-text/dgs/dgs-0.5.10-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/Attic/dgs-0.5.10-r1.ebuild,v 1.32 2006/03/23 08:54:21 spyderous Exp $ + +inherit gnuconfig eutils + +DESCRIPTION="A Ghostscript based Display Postscript (DPS) server" +HOMEPAGE="http://www.gyve.org/dgs/" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/old/dgs/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha amd64 hppa mips ppc64 ia64" +IUSE="tcpd" +RDEPEND="=dev-libs/glib-1.2* + !<x11-base/xorg-x11-7" +DEPEND="${RDEPEND} + sys-apps/texinfo + sys-devel/autoconf + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gs-time_.h-gentoo.diff + epatch ${FILESDIR}/${P}-tcpd-gentoo.diff + epatch ${FILESDIR}/${P}-gcc-3.4.diff + epatch ${FILESDIR}/${PV}-workaround-include-in-comments.patch + + # needed for amd64 and alphaev67 at least + gnuconfig_update +} + +src_compile() { + WANT_AUTOCONF=2.1 autoconf + econf --with-x $(use_enable tcpd) || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall || die "einstall failed" + + rm -rf ${D}/usr/share/man/manm + newman ${S}/DPS/demos/xepsf/xepsf.man xepsf.1 + newman ${S}/DPS/demos/dpsexec/dpsexec.man dpsexec.1 + newman ${S}/DPS/clients/makepsres/makepsres.man makepsres.1 + + dodoc ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version +} diff --git a/app-text/dgs/files/0.5.10-workaround-include-in-comments.patch b/app-text/dgs/files/0.5.10-workaround-include-in-comments.patch new file mode 100644 index 0000000..9187fcb --- /dev/null +++ b/app-text/dgs/files/0.5.10-workaround-include-in-comments.patch @@ -0,0 +1,16 @@ +http://bugs.gentoo.org/show_bug.cgi?id=126388 +http://lists.gnu.org/archive/html/automake/2006-03/msg00037.html +automake-1.9.6 fails to ignore dnl ... include() statements and dies horribly + +diff -urN dgs-0.5.10.orig/path_dps.m4 dgs-0.5.10/path_dps.m4 +--- dgs-0.5.10.orig/path_dps.m4 2006-03-23 00:32:59.000000000 -0800 ++++ dgs-0.5.10/path_dps.m4 2006-03-23 00:33:50.000000000 -0800 +@@ -169,7 +169,7 @@ + dnl * If you use automake and if you didn't install path_dps.m4 + dnl [1] Create a file named acinclude.m4 at the root directory of your package. + dnl [2] Put follwoing codes in the acinclude.m4 +-dnl include(path_dps.m4) ++dnl CODE CENSORED, AUTOMAKE 1.9.6 BUG + dnl [3] Add path_dps.m4 to EXTRA_DIST in the Makefile.am at the directory . + dnl [4] Invoke the follwoing commands at the directory: + dnl automake; aclocal -I .; autoconf diff --git a/app-text/dgs/files/dgs-0.5.10-gcc-3.4.diff b/app-text/dgs/files/dgs-0.5.10-gcc-3.4.diff new file mode 100644 index 0000000..e66ab47 --- /dev/null +++ b/app-text/dgs/files/dgs-0.5.10-gcc-3.4.diff @@ -0,0 +1,29 @@ +--- DPS/clients/makepsres/makepsres.c.old 2004-04-22 19:48:50.568331512 +0100 ++++ DPS/clients/makepsres/makepsres.c 2004-04-22 19:50:34.076595864 +0100 +@@ -124,8 +124,6 @@ + + char *program; + +-extern char *malloc(), *realloc(); +- + #if !defined(__NetBSD__) && !defined(__FreeBSD__) + # if !defined(__GLIBC__) + extern char *sys_errlist[]; +--- DPS/clients/pswrap/psw.c.old 2004-04-22 19:54:13.609221832 +0100 ++++ DPS/clients/pswrap/psw.c 2004-04-22 19:54:39.149339144 +0100 +@@ -1906,7 +1906,6 @@ + + char *psw_malloc(s) int s; { + char *temp; +- extern char *malloc(); + if ((temp = malloc((unsigned) s)) == NULL) + AllocFailure(); + return(temp); +@@ -1914,7 +1913,6 @@ + + char *psw_calloc(n,s) int n,s; { + char *temp; +- extern char *calloc(); + if ((temp = calloc((unsigned) n, (unsigned) s)) == NULL) + AllocFailure(); + return(temp); diff --git a/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff b/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff new file mode 100644 index 0000000..d02bcf3 --- /dev/null +++ b/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff @@ -0,0 +1,13 @@ +--- gs/time_.h~ Thu Apr 1 07:31:53 1999 ++++ gs/time_.h Wed Mar 14 17:11:12 2001 +@@ -43,9 +43,7 @@ + */ + #ifdef HAVE_SYS_TIME_H + # include <sys/time.h> +-# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ +-# include <time.h> +-# endif ++# include <time.h> + #else + # include <time.h> + # ifndef __DECC diff --git a/app-text/dgs/files/dgs-0.5.10-tcpd-gentoo.diff b/app-text/dgs/files/dgs-0.5.10-tcpd-gentoo.diff new file mode 100644 index 0000000..fe80988 --- /dev/null +++ b/app-text/dgs/files/dgs-0.5.10-tcpd-gentoo.diff @@ -0,0 +1,28 @@ +diff -urN dgs-0.5.10.ORIG/configure.in dgs-0.5.10/configure.in +--- dgs-0.5.10.ORIG/configure.in 2000-05-08 12:38:17.000000000 +0900 ++++ dgs-0.5.10/configure.in 2004-04-16 02:14:40.029905480 +0900 +@@ -163,9 +163,13 @@ + # TCP wrappers check from gnome-core + #-------------------------------------------------------------------- + ++AC_ARG_ENABLE(tcpd, ++ [ --disable-tcpd Disable tcpd support.],, ++ enable_tcpd=yes) + AC_CHECK_HEADERS(tcpd.h) + AC_CHECK_HEADERS(syslog.h) + AC_MSG_CHECKING("whether to use TCP wrappers") ++if test "x$enable_tcpd" = "xyes"; then + LIBWRAP_PATH="" + for I in $LDFLAGS $LIBS -L/usr/lib -L/usr/local/lib; do + case "$I" in +@@ -246,6 +250,10 @@ + AC_DEFINE(HAVE_HOSTS_ACCESS) + fi + AC_SUBST(LIBWRAP_LIBS) ++else ++ AC_MSG_RESULT(no) ++ enable_tcpd=no ++fi + + #-------------------------------------------------------------------- + # For now we assume that gcc will be used to compile ghostscript. diff --git a/app-text/dgs/files/digest-dgs-0.5.10-r1 b/app-text/dgs/files/digest-dgs-0.5.10-r1 new file mode 100644 index 0000000..fdfe576 --- /dev/null +++ b/app-text/dgs/files/digest-dgs-0.5.10-r1 @@ -0,0 +1,3 @@ +MD5 85bf4c0be3e5325bc3bf2da3196aa299 dgs-0.5.10.tar.gz 3572504 +RMD160 4538e098ad4fab1ff4e1f483838fd3dd9515cd5c dgs-0.5.10.tar.gz 3572504 +SHA256 b01f21609241414fe92d8838e63150bfd7359d74ce05dfa38d2798e9d0f8a0ff dgs-0.5.10.tar.gz 3572504 diff --git a/app-text/linuxdoc-tools/CVS/Entries b/app-text/linuxdoc-tools/CVS/Entries new file mode 100644 index 0000000..adef973 --- /dev/null +++ b/app-text/linuxdoc-tools/CVS/Entries @@ -0,0 +1,5 @@ +/metadata.xml/1.1/Sat Aug 13 10:27:01 2005// +D/files//// +/ChangeLog/1.3/Wed Dec 7 19:05:54 2005// +/Manifest/1.4/Wed Dec 7 19:05:54 2005// +/linuxdoc-tools-0.9.21.ebuild/1.3/Wed Dec 7 19:05:54 2005// diff --git a/app-text/linuxdoc-tools/CVS/Repository b/app-text/linuxdoc-tools/CVS/Repository new file mode 100644 index 0000000..bc73e54 --- /dev/null +++ b/app-text/linuxdoc-tools/CVS/Repository @@ -0,0 +1 @@ +gentoo-x86/app-text/linuxdoc-tools diff --git a/app-text/linuxdoc-tools/CVS/Root b/app-text/linuxdoc-tools/CVS/Root new file mode 100644 index 0000000..c108e17 --- /dev/null +++ b/app-text/linuxdoc-tools/CVS/Root @@ -0,0 +1 @@ +spyderous@cvs.gentoo.org:/var/cvsroot diff --git a/app-text/linuxdoc-tools/ChangeLog b/app-text/linuxdoc-tools/ChangeLog new file mode 100644 index 0000000..35777b5 --- /dev/null +++ b/app-text/linuxdoc-tools/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for app-text/linuxdoc-tools +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/ChangeLog,v 1.3 2005/11/18 16:01:30 leonardop Exp $ + + 18 Nov 2005; Leonardo Boshell <leonardop@gentoo.org> + linuxdoc-tools-0.9.21.ebuild: + Restrict app-text/tetex dependency to avoid access violations (bug #105905). + + 30 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> + linuxdoc-tools-0.9.21.ebuild: + Use a mirror:// URI in SRC_URI. + +*linuxdoc-tools-0.9.21 (12 Aug 2005) + + 12 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> + linuxdoc-tools-0.9.21.ebuild: + New package, requested on bug #88232. diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest new file mode 100644 index 0000000..7767caf --- /dev/null +++ b/app-text/linuxdoc-tools/Manifest @@ -0,0 +1,7 @@ +MD5 023dcdf53fc50f3d352d5c838aeb3082 ChangeLog 676 +MD5 f8447bac30e57416ad9f601e790d7c21 files/digest-linuxdoc-tools-0.9.21 73 +MD5 33e88d90f99f615bc52fcd7c9c1d8c49 files/digest-linuxdoc-tools-0.9.21.0.1 77 +MD5 fd356d4592bd47ce6dbe08df37723737 files/digest-linuxdoc-tools-0.9.21.0.2 77 +MD5 f8447bac30e57416ad9f601e790d7c21 files/digest-linuxdoc-tools-0.9.21.1 73 +MD5 6b67aff2997b7cf4e2a2ccdc84398cd5 linuxdoc-tools-0.9.21.0.2.ebuild 1227 +MD5 564c9aa2922a7ae31ab14119b850ea40 metadata.xml 648 diff --git a/app-text/linuxdoc-tools/files/CVS/Entries b/app-text/linuxdoc-tools/files/CVS/Entries new file mode 100644 index 0000000..607302a --- /dev/null +++ b/app-text/linuxdoc-tools/files/CVS/Entries @@ -0,0 +1,2 @@ +/digest-linuxdoc-tools-0.9.21/1.1/Sat Aug 13 10:27:01 2005// +D diff --git a/app-text/linuxdoc-tools/files/CVS/Repository b/app-text/linuxdoc-tools/files/CVS/Repository new file mode 100644 index 0000000..d0e7600 --- /dev/null +++ b/app-text/linuxdoc-tools/files/CVS/Repository @@ -0,0 +1 @@ +gentoo-x86/app-text/linuxdoc-tools/files diff --git a/app-text/linuxdoc-tools/files/CVS/Root b/app-text/linuxdoc-tools/files/CVS/Root new file mode 100644 index 0000000..c108e17 --- /dev/null +++ b/app-text/linuxdoc-tools/files/CVS/Root @@ -0,0 +1 @@ +spyderous@cvs.gentoo.org:/var/cvsroot diff --git a/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21 b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21 new file mode 100644 index 0000000..16ba9d4 --- /dev/null +++ b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21 @@ -0,0 +1 @@ +MD5 55e2575d96cd91316b7ad269c0b797c3 linuxdoc-tools_0.9.21.tar.gz 609452 diff --git a/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.1 b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.1 new file mode 100644 index 0000000..74198ef --- /dev/null +++ b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.1 @@ -0,0 +1 @@ +MD5 d6acdaf2afd3c4bd64f73ce2ebe67e9a linuxdoc-tools_0.9.21-0.1.tar.gz 609200 diff --git a/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.2 b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.2 new file mode 100644 index 0000000..a7b4474 --- /dev/null +++ b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.0.2 @@ -0,0 +1 @@ +MD5 399613633f5833099b9b2f83edb08dc8 linuxdoc-tools_0.9.21-0.2.tar.gz 610452 diff --git a/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.1 b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.1 new file mode 100644 index 0000000..16ba9d4 --- /dev/null +++ b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21.1 @@ -0,0 +1 @@ +MD5 55e2575d96cd91316b7ad269c0b797c3 linuxdoc-tools_0.9.21.tar.gz 609452 diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.0.2.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.0.2.ebuild new file mode 100644 index 0000000..ca4060c --- /dev/null +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.0.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild,v 1.3 2005/11/18 16:01:30 leonardop Exp $ + +inherit sgml-catalog + +DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files" +HOMEPAGE="http://packages.qa.debian.org/l/linuxdoc-tools.html" +SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV%.*.*}-${PV#*.*.*.}.tar.gz" + +LICENSE="KenMacLeod SGMLUG" +SLOT="0" +KEYWORDS="~x86" +IUSE="tetex" + +DEPEND="app-text/openjade + app-text/sgml-common + >=dev-lang/perl-5.004 + sys-apps/gawk + !<app-text/sgmltools-lite-3.0.3-r10 + !<app-text/tetex-3" + +RDEPEND="${DEPEND} + tetex? ( >=app-text/tetex-3 )" + +S="${WORKDIR}/${PN}-${PV%.*.*}" + +sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" \ + "/usr/share/linuxdoc-tools/linuxdoc-tools.catalog" + + +src_compile() { + local myconf="--with-installed-iso-entities" + + econf $myconf || die "./configure failed" + emake || die "Compilation failed" +} + +src_install() { + eval `perl -V:installvendorarch` + einstall \ + perl5libdir="${D}${installvendorarch}" \ + LINUXDOCDOC="${D}/usr/share/doc/${PF}/guide" \ + || die "Installation failed" + + dodoc ChangeLog README +} diff --git a/app-text/linuxdoc-tools/metadata.xml b/app-text/linuxdoc-tools/metadata.xml new file mode 100644 index 0000000..b65124c --- /dev/null +++ b/app-text/linuxdoc-tools/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>text-markup</herd> + <longdescription> + Linuxdoc-Tools is a small bug-fix version of SGML-Tools 1.0.9, and + is a toolset for processing LinuxDoc DTD SGML files. This system + is tailored for LinuxDoc DTD sgml files, and other DTDs are not + supported. If you need the tool for DocBook DTD (which is now a + more popular DTD than LinuxDoc in writing technical software + documentation), then you should check other packages such as + SGMLTools-Lite and OpenJade. + </longdescription> +</pkgmetadata> |