mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Japanized version of mail/balsa.
PR: ports/18497 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
This commit is contained in:
parent
41fa24ec09
commit
a89a57bd0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30767
46
japanese/balsa/Makefile
Normal file
46
japanese/balsa/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: ja-balsa
|
||||
# Date created: 02 Mar 2000
|
||||
# Whom: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= balsa
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= japanese mail gnome
|
||||
MASTER_SITES= ftp://ftp.critical.ne.jp/pub/balsa-ja/
|
||||
DISTNAME= balsa-0.8.0-ja
|
||||
|
||||
MAINTAINER= yatt@msc.biglobe.ne.jp
|
||||
|
||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
PropList.2:${PORTSDIR}/devel/libPropList
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
LIBTOOLFILES= configure libmutt/configure
|
||||
CONFIGURE_ENV= GTK_CONFIG='${GTK_CONFIG}' \
|
||||
GLIB_CONFIG='${GLIB_CONFIG}' \
|
||||
CPPFLAGS='-I${LOCALBASE}/include' \
|
||||
LIBS='-L${LOCALBASE}/lib'
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${PREFIX} \
|
||||
--enable-system-install --enable-threads
|
||||
WRKSRC= ${WRKDIR}/balsa-0.8.0ja
|
||||
|
||||
MAN1= balsa.1
|
||||
|
||||
pre-configure:
|
||||
${RM} ${WRKSRC}/config.cache ${WRKSRC}/libmutt/config.cache
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/balsa/distinfo
Normal file
1
japanese/balsa/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (balsa-0.8.0-ja.tar.bz2) = 2454abf7b10a20a007e6ce930ac533c5
|
13
japanese/balsa/files/patch-ag
Normal file
13
japanese/balsa/files/patch-ag
Normal file
@ -0,0 +1,13 @@
|
||||
--- idl/Makefile.in.orig Tue Jan 19 02:21:53 1999
|
||||
+++ idl/Makefile.in Wed Feb 24 19:43:12 1999
|
||||
@@ -378,8 +378,8 @@
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
-$(BUILT_SOURCES): $(srcdir)/balsa.idl
|
||||
- orbit-idl $(srcdir)/balsa.idl
|
||||
+$(BUILT_SOURCES): $(srcdir)/balsa.idl $(ORBIT_IDL)
|
||||
+ $(ORBIT_IDL) $(srcdir)/balsa.idl
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
20
japanese/balsa/files/patch-ai
Normal file
20
japanese/balsa/files/patch-ai
Normal file
@ -0,0 +1,20 @@
|
||||
--- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997
|
||||
+++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999
|
||||
@@ -455,7 +455,7 @@
|
||||
if (s[0] == '\0')
|
||||
{
|
||||
snprintf (s, l, "%s/muttXXXXXX", buf);
|
||||
- mktemp (s);
|
||||
+ mkstemp (s);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -466,7 +466,7 @@
|
||||
if ((period = strrchr (tmp, '.')) != NULL)
|
||||
*period = 0;
|
||||
snprintf (s, l, "%s/%s.XXXXXX", buf, tmp);
|
||||
- mktemp (s);
|
||||
+ mkstemp (s);
|
||||
if (period != NULL)
|
||||
{
|
||||
*period = '.';
|
11
japanese/balsa/files/patch-aj
Normal file
11
japanese/balsa/files/patch-aj
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999
|
||||
+++ po/Makefile.in.in Thu Dec 23 05:22:51 1999
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
-datadir = $(prefix)/@DATADIRNAME@
|
||||
+datadir = $(prefix)/share
|
||||
localedir = $(datadir)/locale
|
||||
gnulocaledir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(prefix)/share/gettext/po
|
11
japanese/balsa/files/patch-am
Normal file
11
japanese/balsa/files/patch-am
Normal file
@ -0,0 +1,11 @@
|
||||
--- libinit_balsa/balsa-druid-page-directory.c.orig Sun Jul 16 15:04:35 2000
|
||||
+++ libinit_balsa/balsa-druid-page-directory.c Sun Jul 16 15:04:45 2000
|
||||
@@ -222,7 +222,7 @@
|
||||
else {
|
||||
preset = getenv( "USER" );
|
||||
preset = preset ?
|
||||
- g_strconcat( "/var/spool/mail/", preset, NULL ) :
|
||||
+ g_strconcat( "/var/mail/", preset, NULL ) :
|
||||
g_strdup(""); /* no clue what is the inbox location */
|
||||
}
|
||||
balsa_init_add_table_entry( table, 0, _("Inbox:"), preset,
|
11
japanese/balsa/files/patch-an
Normal file
11
japanese/balsa/files/patch-an
Normal file
@ -0,0 +1,11 @@
|
||||
--- libinit_balsa/balsa-druid-page.c.orig Sun Jul 16 15:16:26 2000
|
||||
+++ libinit_balsa/balsa-druid-page.c Sun Jul 16 15:16:42 2000
|
||||
@@ -126,7 +126,7 @@
|
||||
std->title_item = gnome_canvas_item_new( gnome_canvas_root( GNOME_CANVAS( std->canvas ) ),
|
||||
GNOME_TYPE_CANVAS_TEXT,
|
||||
"text", std->title,
|
||||
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
|
||||
+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
|
||||
"x", (gfloat) 15.0,
|
||||
"y", (gfloat) 8 + 50.0 / 2.0,
|
||||
"anchor", GTK_ANCHOR_WEST,
|
20
japanese/balsa/files/patch-ao
Normal file
20
japanese/balsa/files/patch-ao
Normal file
@ -0,0 +1,20 @@
|
||||
--- libinit_balsa/balsa-druid-page-welcome.c.orig Sun Jul 16 15:15:35 2000
|
||||
+++ libinit_balsa/balsa-druid-page-welcome.c Sun Jul 16 15:16:09 2000
|
||||
@@ -194,7 +194,7 @@
|
||||
gnome_canvas_item_new (gnome_canvas_root (GNOME_CANVAS (druid_page_start->canvas)),
|
||||
gnome_canvas_text_get_type (),
|
||||
"text", druid_page_start->title,
|
||||
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
|
||||
+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
|
||||
NULL);
|
||||
|
||||
druid_page_start->text_item =
|
||||
@@ -202,7 +202,7 @@
|
||||
gnome_canvas_text_get_type (),
|
||||
"text", druid_page_start->text,
|
||||
"justification", GTK_JUSTIFY_LEFT,
|
||||
- "font", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",
|
||||
+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
|
||||
NULL );
|
||||
}}
|
||||
#line 209 "balsa-druid-page-welcome.c"
|
1
japanese/balsa/pkg-comment
Normal file
1
japanese/balsa/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A mail reader for the gnome interface (Japanized)
|
7
japanese/balsa/pkg-descr
Normal file
7
japanese/balsa/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A mail reader for gnome. It supports local mail, pop3, and IMAP. It can
|
||||
view mail files in mbox, maildir, and mh format.
|
||||
|
||||
This is balsa-ja port, which is Japanized by Kazuhiko Hotta, using Japanized
|
||||
libmutt source.
|
||||
|
||||
WWW: http://www.critical.ne.jp/~hotta/balsa.html
|
65
japanese/balsa/pkg-plist
Normal file
65
japanese/balsa/pkg-plist
Normal file
@ -0,0 +1,65 @@
|
||||
bin/balsa
|
||||
etc/CORBA/servers/balsa.gnorba
|
||||
etc/sound/events/balsa.soundlist
|
||||
etc/sound/events/email.soundlist
|
||||
share/gnome/gnome/apps/Internet/balsa.desktop
|
||||
share/gnome/help/balsa/C/balsa.html
|
||||
share/gnome/help/balsa/C/g1100.html
|
||||
share/gnome/help/balsa/C/images/balsa_logo.png
|
||||
share/gnome/help/balsa/C/images/druid-start.png
|
||||
share/gnome/help/balsa/C/images/main-window-toolbar.png
|
||||
share/gnome/help/balsa/C/images/main-window.png
|
||||
share/gnome/help/balsa/C/images/newmsg-window-attachments.png
|
||||
share/gnome/help/balsa/C/images/newmsg-window-toolbar.png
|
||||
share/gnome/help/balsa/C/images/newmsg-window.png
|
||||
share/gnome/help/balsa/C/index.html
|
||||
share/gnome/help/balsa/C/t1.html
|
||||
share/gnome/help/balsa/C/topic.dat
|
||||
share/gnome/help/balsa/C/x1009.html
|
||||
share/gnome/help/balsa/C/x1066.html
|
||||
share/gnome/help/balsa/C/x396.html
|
||||
share/gnome/help/balsa/C/x61.html
|
||||
share/gnome/help/balsa/C/x698.html
|
||||
share/gnome/help/balsa/C/x83.html
|
||||
share/gnome/help/balsa/C/x965.html
|
||||
share/gnome/idl/balsa.idl
|
||||
share/gnome/pixmaps/balsa/attachment.png
|
||||
share/gnome/pixmaps/balsa/balsa-logo.png
|
||||
share/gnome/pixmaps/balsa/balsa-top.png
|
||||
share/gnome/pixmaps/balsa/balsa-watermark.png
|
||||
share/gnome/pixmaps/balsa/balsa_icon.png
|
||||
share/gnome/pixmaps/balsa/balsa_logo.png
|
||||
share/gnome/pixmaps/gnome-balsa2.png
|
||||
share/gnome/sounds/balsa/newmail.wav
|
||||
share/gnome/sounds/balsa/startup.wav
|
||||
share/locale/ca/LC_MESSAGES/balsa.mo
|
||||
share/locale/da/LC_MESSAGES/balsa.mo
|
||||
share/locale/de/LC_MESSAGES/balsa.mo
|
||||
share/locale/el/LC_MESSAGES/balsa.mo
|
||||
share/locale/es/LC_MESSAGES/balsa.mo
|
||||
share/locale/es_ES/LC_MESSAGES/balsa.mo
|
||||
share/locale/et/LC_MESSAGES/balsa.mo
|
||||
share/locale/fi/LC_MESSAGES/balsa.mo
|
||||
share/locale/fr/LC_MESSAGES/balsa.mo
|
||||
share/locale/ga/LC_MESSAGES/balsa.mo
|
||||
share/locale/it/LC_MESSAGES/balsa.mo
|
||||
share/locale/ja/LC_MESSAGES/balsa.mo
|
||||
share/locale/ko/LC_MESSAGES/balsa.mo
|
||||
share/locale/lt/LC_MESSAGES/balsa.mo
|
||||
share/locale/nl/LC_MESSAGES/balsa.mo
|
||||
share/locale/no/LC_MESSAGES/balsa.mo
|
||||
share/locale/pl/LC_MESSAGES/balsa.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/balsa.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/balsa.mo
|
||||
share/locale/ru/LC_MESSAGES/balsa.mo
|
||||
share/locale/sv/LC_MESSAGES/balsa.mo
|
||||
share/locale/tr/LC_MESSAGES/balsa.mo
|
||||
share/locale/uk/LC_MESSAGES/balsa.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/balsa.mo
|
||||
@dirrm share/gnome/gnome/apps/Internet
|
||||
@dirrm share/gnome/help/balsa/C/images
|
||||
@dirrm share/gnome/help/balsa/C/stylesheet-images
|
||||
@dirrm share/gnome/help/balsa/C
|
||||
@dirrm share/gnome/help/balsa
|
||||
@dirrm share/gnome/pixmaps/balsa
|
||||
@dirrm share/gnome/sounds/balsa
|
Loading…
Reference in New Issue
Block a user