add babytrnas 0.9.1
GTK+/GNOME front-end for Babylon Translator .dic files Submitted by: Frederic Cambus
This commit is contained in:
parent
12ffaf76a3
commit
baf57e3382
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75455
@ -3,6 +3,7 @@
|
||||
|
||||
SUBDIR += abacus
|
||||
SUBDIR += aspostit
|
||||
SUBDIR += babytrans
|
||||
SUBDIR += bigyear
|
||||
SUBDIR += bulb
|
||||
SUBDIR += cal
|
||||
|
38
deskutils/babytrans/Makefile
Normal file
38
deskutils/babytrans/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: babytrans
|
||||
# Date created: 18 September 2002
|
||||
# Whom: Frederic Cambus
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= babytrans
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://fjolliton.free.fr/babytrans/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gnomehack gnomeprefix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
.for file in de es fr pt_BR
|
||||
@${REINPLACE_CMD} -e "s|CHARSET|ISO-8859-1|" \
|
||||
-e "s|ENCODING|8bit|" ${WRKSRC}/po/${file}.po
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/config-file/dictionary ${DATADIR}
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} "s|%%DATADIR%%|${DATADIR}|"
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/babytrans/distinfo
Normal file
1
deskutils/babytrans/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (babytrans-0.9.1.tar.gz) = fa8a447a2f1dd0dc187628583dbca79e
|
13
deskutils/babytrans/files/patch-it.po
Normal file
13
deskutils/babytrans/files/patch-it.po
Normal file
@ -0,0 +1,13 @@
|
||||
--- po/it.po.orig Mon Apr 3 04:02:43 2000
|
||||
+++ po/it.po Thu Feb 13 08:30:31 2003
|
||||
@@ -235,10 +235,6 @@
|
||||
msgid "Help for Babytrans"
|
||||
msgstr "Aiuto per Babytrans"
|
||||
|
||||
-#: src/main.cc:992
|
||||
-msgid "Auto mode active"
|
||||
-msgstr "Modalità automatica attiva"
|
||||
-
|
||||
#: src/main.cc:1068
|
||||
msgid "Invalid selection"
|
||||
msgstr "Selezione non valida"
|
1
deskutils/babytrans/pkg-comment
Normal file
1
deskutils/babytrans/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GTK+/GNOME front-end for Babylon Translator .dic files
|
6
deskutils/babytrans/pkg-descr
Normal file
6
deskutils/babytrans/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Babytrans is a graphical front-end for GTK+/Gnome that allows you to use the
|
||||
dictionaries from Babylon Translator software available under Windows. It use
|
||||
only the old dictionnary format (.dic) and do not handle (yet) the new
|
||||
format (.bgl/.dat).
|
||||
|
||||
WWW: http://fjolliton.free.fr/babytrans/
|
6
deskutils/babytrans/pkg-message
Normal file
6
deskutils/babytrans/pkg-message
Normal file
@ -0,0 +1,6 @@
|
||||
======================================================================
|
||||
Babytrans is now installed! Go to: http://www.babylon.com and download
|
||||
the dictionaries that suit your needs. Use unzip to decompress the
|
||||
.EXE file you downloaded, and modify the configuration file located in
|
||||
%%DATADIR%%/dictionary
|
||||
======================================================================
|
10
deskutils/babytrans/pkg-plist
Normal file
10
deskutils/babytrans/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/babytrans
|
||||
etc/CORBA/servers/babytrans.gnorba
|
||||
share/gnome/applets/Utility/babytrans.desktop
|
||||
share/locale/es/LC_MESSAGES/babytrans.mo
|
||||
share/locale/de/LC_MESSAGES/babytrans.mo
|
||||
share/locale/fr/LC_MESSAGES/babytrans.mo
|
||||
share/locale/it/LC_MESSAGES/babytrans.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/babytrans.mo
|
||||
%%DATADIR%%/dictionary
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user