summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 09:33:23 +0000
committerrh <rh>2000-10-22 09:33:23 +0000
commitc134b2e40c0ce6fba916da2ead4770c345cf954d (patch)
tree43cd54c251dff74ba89c2d5c03139935ab15ac70 /mail/balsa
parent568358bbc846200434ebff2b7558a334a09f57da (diff)
downloadpkgsrc-c134b2e40c0ce6fba916da2ead4770c345cf954d.tar.gz
Update balsa to 1.0p3. Changes are tons of bugfixes and a new spell
checker interface.
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile6
-rw-r--r--mail/balsa/files/md54
-rw-r--r--mail/balsa/files/patch-sum6
-rw-r--r--mail/balsa/patches/patch-aa17
-rw-r--r--mail/balsa/patches/patch-ab10
-rw-r--r--mail/balsa/pkg/PLIST32
6 files changed, 38 insertions, 37 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 727a6bab47b..2291873b4b0 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2000/08/29 11:37:15 rh Exp $
+# $NetBSD: Makefile,v 1.8 2000/10/22 09:33:23 rh Exp $
#
-DISTNAME= balsa-0.9.3
+DISTNAME= balsa-1.0.pre3
+PKGNAME= ${DISTNAME:S/pre/p/}
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -9,6 +10,7 @@ MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
+DEPENDS+= libpspell-*:../../textproc/libpspell
DEPENDS+= pth-*:../../devel/pth
DEPENDS+= libproplist-*:../../devel/libproplist
DEPENDS+= gnome-core-*:../../x11/gnome-core
diff --git a/mail/balsa/files/md5 b/mail/balsa/files/md5
index dac340e4562..5c7e540969a 100644
--- a/mail/balsa/files/md5
+++ b/mail/balsa/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 2000/08/29 11:37:16 rh Exp $
+$NetBSD: md5,v 1.6 2000/10/22 09:33:23 rh Exp $
-MD5 (balsa-0.9.3.tar.gz) = c25203bfbb340f3c2ccf0914b5402a3b
+MD5 (balsa-1.0.pre3.tar.gz) = 2af929b9975659a160057df1609ed087
diff --git a/mail/balsa/files/patch-sum b/mail/balsa/files/patch-sum
index 660417d0e22..6c05a778133 100644
--- a/mail/balsa/files/patch-sum
+++ b/mail/balsa/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.4 2000/08/29 11:37:16 rh Exp $
+$NetBSD: patch-sum,v 1.5 2000/10/22 09:33:23 rh Exp $
-MD5 (patch-aa) = 0b631a59d92b4e972a35f5481c408e30
-MD5 (patch-ab) = dd8ef963c27786bb951d1798970edff2
+MD5 (patch-aa) = dcd020dcc7acf8645a76b97d79057db4
+MD5 (patch-ab) = 4b3122cc9abae4726cbe46f5d04ed506
diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa
index 1174481e5d2..fcbd458c207 100644
--- a/mail/balsa/patches/patch-aa
+++ b/mail/balsa/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.4 2000/08/29 11:37:17 rh Exp $
+$NetBSD: patch-aa,v 1.5 2000/10/22 09:33:24 rh Exp $
---- configure.orig Mon Aug 28 20:05:57 2000
+--- configure.orig Wed Oct 18 11:06:28 2000
+++ configure
-@@ -4805,7 +4805,7 @@
+@@ -3436,7 +3436,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lpspell $LIBS"
++LIBS="-lpspell $LIBS -lm"
+ cat > conftest.$ac_ext <<EOF
+ #line 3442 "configure"
+ #include "confdefs.h"
+@@ -5018,7 +5018,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
@@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.4 2000/08/29 11:37:17 rh Exp $
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -5067,7 +5067,7 @@
+@@ -5280,7 +5280,7 @@
USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.cat
INSTOBJEXT=.cat
diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab
index fdeffed51f8..9e08f484260 100644
--- a/mail/balsa/patches/patch-ab
+++ b/mail/balsa/patches/patch-ab
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.4 2000/08/29 11:37:17 rh Exp $
+$NetBSD: patch-ab,v 1.5 2000/10/22 09:33:24 rh Exp $
---- libbalsa/send.c.orig Mon Aug 28 12:03:59 2000
+--- libbalsa/send.c.orig Fri Oct 6 20:20:20 2000
+++ libbalsa/send.c
-@@ -22,6 +22,9 @@
-
- #include "config.h"
+@@ -24,6 +24,9 @@
+ /* #include <radlib.h> */
+ /* FreeBSD 4.1-STABLE FreeBSD 4.1-STABLE */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
diff --git a/mail/balsa/pkg/PLIST b/mail/balsa/pkg/PLIST
index b0502bd4519..db1421a0ea4 100644
--- a/mail/balsa/pkg/PLIST
+++ b/mail/balsa/pkg/PLIST
@@ -1,13 +1,14 @@
-@comment $NetBSD: PLIST,v 1.5 2000/08/29 11:37:17 rh Exp $
+@comment $NetBSD: PLIST,v 1.6 2000/10/22 09:33:24 rh Exp $
bin/balsa
etc/sound/events/balsa.soundlist
etc/sound/events/email.soundlist
man/man1/balsa.1
share/gnome/apps/Internet/balsa.desktop
-share/gnome/help/balsa/C/authours.html
-share/gnome/help/balsa/C/common-tasks.html
-share/gnome/help/balsa/C/getting-started.html
-share/gnome/help/balsa/C/glossary.html
+share/gnome/help/balsa/C/images/address-book-ldap.png
+share/gnome/help/balsa/C/images/address-book-modify.png
+share/gnome/help/balsa/C/images/address-book-start.png
+share/gnome/help/balsa/C/images/address-book-vcard.png
+share/gnome/help/balsa/C/images/address-book.png
share/gnome/help/balsa/C/images/balsa_logo.png
share/gnome/help/balsa/C/images/druid-start.png
share/gnome/help/balsa/C/images/example-alias.png
@@ -16,8 +17,8 @@ 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/its-not-working.html
+share/gnome/help/balsa/C/images/preferences-window.png
+share/gnome/help/balsa/C/images/spell-check.png
share/gnome/help/balsa/C/stylesheet-images/caution.gif
share/gnome/help/balsa/C/stylesheet-images/home.gif
share/gnome/help/balsa/C/stylesheet-images/important.gif
@@ -31,18 +32,6 @@ share/gnome/help/balsa/C/stylesheet-images/toc-plus.gif
share/gnome/help/balsa/C/stylesheet-images/up.gif
share/gnome/help/balsa/C/stylesheet-images/warning.gif
share/gnome/help/balsa/C/topic.dat
-share/gnome/help/balsa/C/win-composer.html
-share/gnome/help/balsa/C/win-config-0.html
-share/gnome/help/balsa/C/win-config-1.html
-share/gnome/help/balsa/C/win-config-2.html
-share/gnome/help/balsa/C/win-config-3.html
-share/gnome/help/balsa/C/win-config-4.html
-share/gnome/help/balsa/C/win-config-5.html
-share/gnome/help/balsa/C/win-config-6.html
-share/gnome/help/balsa/C/win-config-7.html
-share/gnome/help/balsa/C/win-config-8.html
-share/gnome/help/balsa/C/win-config.html
-share/gnome/help/balsa/C/win-main.html
share/locale/ca/LC_MESSAGES/balsa.mo
share/locale/da/LC_MESSAGES/balsa.mo
share/locale/de/LC_MESSAGES/balsa.mo
@@ -60,6 +49,7 @@ 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/nn/LC_MESSAGES/balsa.mo
share/locale/no/LC_MESSAGES/balsa.mo
share/locale/pl/LC_MESSAGES/balsa.mo
share/locale/pt/LC_MESSAGES/balsa.mo
@@ -80,9 +70,9 @@ share/pixmaps/balsa/balsa_logo.png
share/pixmaps/gnome-balsa2.png
share/sounds/balsa/newmail.wav
share/sounds/balsa/startup.wav
+@dirrm share/sounds/balsa
+@dirrm share/pixmaps/balsa
@dirrm share/gnome/help/balsa/C/stylesheet-images
@dirrm share/gnome/help/balsa/C/images
@dirrm share/gnome/help/balsa/C
@dirrm share/gnome/help/balsa
-@dirrm share/sounds/balsa
-@dirrm share/pixmaps/balsa