babytrans/0000755000000000000000000000000011025257045011542 5ustar rootrootbabytrans/Manifest0000644000000000000000000000225311025257045013235 0ustar rootrootAUX babytrans-0.9.2-gcc.patch 241 RMD160 93193323ed957fea07c73a6e7baa08851c9ebaf5 SHA1 63e0bdf02a9ad351e7f3a9a62a815a70f873f9a8 SHA256 7903b362bfdb4e79ccd3c6c0289642066a8d96831033062a13e4f1a71e3fede0 AUX babytrans-0.9.2-nls.patch 414 RMD160 c8b5516bf8f70c661109a362a7d70a71a75f5e9a SHA1 78573a27d8cce79ba9fc4a951e086f54a32a528d SHA256 aa69d6210a5dc33360eb5003b8ef8aeb87b15a4a08b95195599608a4b007952e AUX babytrans-0.9.2-r3-gcc43.patch 551 RMD160 adafa33a0688e96c8171726170a4eeaa11f1d522 SHA1 ad95c2b7cca606af6b418967deacb8b2eba17d9d SHA256 11eda009eea1831908c317763fa8231b03f5c5f7ae06a4d4379bf619633461f3 AUX dictionary 450 RMD160 81bae90cb3f06430d68c7e96214824b2b19e9b1a SHA1 bef4e09d9d9248c0debc25be726a6a87005862e3 SHA256 eb4a7c9d753fab3285140bf9f6469f34d9281e4b10a38e820d9431a645261fc9 DIST babytrans-0.9.2.tar.gz 223204 RMD160 7aee66927c42a0442a502e5d20b80328c539f848 SHA1 187992c666aca14dce7907095b5204ddc78c128f SHA256 4db842c6df54f79b1b454f888157157dbd3d3f84b4234f5ed8180ead4bd5fdd2 EBUILD babytrans-0.9.2-r3.ebuild 1249 RMD160 2364e509c3955e73df4dbd5f3518af2a1248752b SHA1 6393cb3adab4a3161af835feb8ebb64cf157b006 SHA256 5813637961e800bc4f0d0722e51378d20c61b08fd64becfe7cb88c69f00cb3c8 babytrans/files/0000755000000000000000000000000011025256432012643 5ustar rootrootbabytrans/files/babytrans-0.9.2-nls.patch0000644000000000000000000000063610150433447017115 0ustar rootroot--- Makefile.in.in.orig 2004-11-22 18:23:51.920290360 -0200 +++ Makefile.in.in 2004-11-22 18:24:39.144111248 -0200 @@ -123,7 +123,7 @@ *) destdir=$(localedir);; \ esac; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ - dir=$$destdir/$$lang/LC_MESSAGES; \ + dir=$(DESTDIR)/$$destdir/$$lang/LC_MESSAGES; \ if test -r "$(MKINSTALLDIRS)"; then \ $(MKINSTALLDIRS) $$dir; \ else \ babytrans/files/babytrans-0.9.2-r3-gcc43.patch0000644000175000001440000000104711025256410020424 0ustar billydvusers--- src/main.cc.orig 2008-06-15 16:22:24.000000000 +0000 +++ src/main.cc 2008-06-15 16:22:40.000000000 +0000 @@ -32,6 +32,8 @@ #include #include #include +#include +#include #include // for stat() #include // for stat() --- src/libbab.cc.orig 2008-06-15 16:28:41.000000000 +0000 +++ src/libbab.cc 2008-06-15 16:29:03.000000000 +0000 @@ -30,6 +30,8 @@ #include #include #include +#include + #ifdef ENABLE_NLS #include babytrans/files/babytrans-0.9.2-gcc.patch0000644000000000000000000000036110124174721017046 0ustar rootroot--- main.cc 2004-05-07 00:57:29.199564360 -0300 +++ main.cc.old 2004-05-07 01:02:08.232144960 -0300 @@ -27,6 +27,7 @@ # error "HAVE_CONFIG_H not set" #endif +#include #include #include #include babytrans/files/dictionary0000644000000000000000000000070210120412775014731 0ustar rootroot# Aliases for babytrans # # Syntax: # path = path_to_dictionary_file # language_abbreviation = language_name , language_file # uncomment this line to use a personal directory # (see documentation) # path = ~/.babytrans # # Edited in version 0.9.2 de = Deutsch , Engtoger.dic en = English , Engtoeng.dic es = Español , Engtospa.dic fr = Français , Engtofre.dic # he = Hebrew , Engtoheb.dic it = Italiano , Engtoita.dic pt = Português , Engtoptg.dic babytrans/babytrans-0.9.2-r3.ebuild0000644000000000000000000000234111025257022015676 0ustar rootroot# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r3.ebuild,v 1.8 2007/07/25 15:47:33 drac Exp $ inherit eutils DESCRIPTION="BabyTrans is a Linux clone of the popular Babylon Translator for Windows." SRC_URI="http://fjolliton.free.fr/babytrans/test/${P}.tar.gz" HOMEPAGE="http://fjolliton.free.fr/babytrans/index.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" RDEPEND="=x11-libs/gtk+-1.2* =dev-libs/glib-1.2* app-dicts/babytrans-en" src_unpack() { unpack ${A} cd ${S}/src epatch ${FILESDIR}/${P}-gcc.patch epatch ${FILESDIR}/babytrans-0.9.2-r3-gcc43.patch # Using make install instead of einstall causes a problem with sandbox. # This simple patch is supposed to solve this. cd ${S}/po epatch ${FILESDIR}/${P}-nls.patch } src_install() { # Requested by bug 72019 make install DESTDIR=${D} || die insinto /usr/share/babytrans doins ${FILESDIR}/dictionary dodoc AUTHORS README } pkg_postinst() { elog elog "Now you should install one of the babytrans dictionaries" elog "available in portage. You can find then in $PORTDIR under" elog "the app-dicts category" elog }