diff options
Diffstat (limited to 'mail/balsa2')
| -rw-r--r-- | mail/balsa2/Makefile | 40 | ||||
| -rw-r--r-- | mail/balsa2/distinfo | 1 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-aa | 14 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-ab | 13 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.c | 14 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.h | 14 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-ltmain.sh | 18 | ||||
| -rw-r--r-- | mail/balsa2/files/patch-src::print.c | 14 | ||||
| -rw-r--r-- | mail/balsa2/pkg-comment | 1 | ||||
| -rw-r--r-- | mail/balsa2/pkg-descr | 12 | ||||
| -rw-r--r-- | mail/balsa2/pkg-plist | 101 |
11 files changed, 0 insertions, 242 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile deleted file mode 100644 index 10599f0a74e6..000000000000 --- a/mail/balsa2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: balsa -# Date created: 02 December 1998 -# Whom: Glenn Johnson <gljohns@bellsouth.net> -# -# $FreeBSD$ -# - -PORTNAME= balsa -PORTVERSION= 1.1.7 -CATEGORIES= mail gnome -MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ - ftp://ftp.newton.cx/pub/balsa/ - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= esmtp.5:${PORTSDIR}/mail/libesmtp - -USE_X_PREFIX= yes -USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFILES= libmutt/configure -CONFIGURE_ARGS= --enable-threads \ - --enable-gtkhtml \ - --disable-more-warnings -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgiconv" - -MAN1= balsa.1 - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g' \ - ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ - s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g' - -.include <bsd.port.mk> diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo deleted file mode 100644 index c417223aab5e..000000000000 --- a/mail/balsa2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (balsa-1.1.7.tar.gz) = 9a6cda3e70a8877308a4ff55da8dcec9 diff --git a/mail/balsa2/files/patch-aa b/mail/balsa2/files/patch-aa deleted file mode 100644 index 89c2b3ebf998..000000000000 --- a/mail/balsa2/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Wed Feb 7 13:35:25 2001 -+++ src/Makefile.in Wed Feb 7 13:36:25 2001 -@@ -152,7 +152,7 @@ - - CFLAGS = @CFLAGS@ $(GTKHTML_CFLAGS) $(PIXBUF_FLAGS) - --balsa_LDADD = $(top_builddir)/libbalsa/libbalsa.a $(top_builddir)/libmutt/imap/libimap.a $(top_builddir)/libmutt/libmutt.a $(top_builddir)/libinit_balsa/libinit_balsa.a -lpspell -lltdl @LIBESD_LIB@ $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) $(GNOME_PRINT_LIBS) $(GTKHTML_LIBS) $(PIXBUF_LIBS) -+balsa_LDADD = $(top_builddir)/libbalsa/libbalsa.a $(top_builddir)/libmutt/imap/libimap.a $(top_builddir)/libmutt/libmutt.a $(top_builddir)/libinit_balsa/libinit_balsa.a -lpspell @LIBESD_LIB@ $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) $(GNOME_PRINT_LIBS) $(GTKHTML_LIBS) $(PIXBUF_LIBS) - - - balsa_DEPENDENCIES = $(top_builddir)/libbalsa/libbalsa.a $(top_builddir)/libmutt/libmutt.a $(top_builddir)/libmutt/imap/libimap.a $(top_builddir)/libmutt/libmutt.a $(top_builddir)/libinit_balsa/libinit_balsa.a diff --git a/mail/balsa2/files/patch-ab b/mail/balsa2/files/patch-ab deleted file mode 100644 index 8a4be78e9731..000000000000 --- a/mail/balsa2/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- configure 2000/09/19 07:22:11 1.1 -+++ configure 2000/09/19 07:29:28 -@@ -3480,8 +3480,8 @@ - fi - - --LDFLAGS="$balsa_save_LDFLAGS" --LIBS="$balsa_save_LIBS" -+#LDFLAGS="$balsa_save_LDFLAGS" -+#LIBS="$balsa_save_LIBS" - - for ac_hdr in libgnomeui/gnome-window-icon.h - do diff --git a/mail/balsa2/files/patch-libmutt::charset.c b/mail/balsa2/files/patch-libmutt::charset.c deleted file mode 100644 index 3c57eacaedc5..000000000000 --- a/mail/balsa2/files/patch-libmutt::charset.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmutt/charset.c 2001/03/06 10:39:57 1.1 -+++ libmutt/charset.c 2001/03/06 10:40:07 -@@ -29,7 +29,7 @@ - #include <unistd.h> - #include <errno.h> - --#include <iconv.h> -+#include <giconv.h> - - #include "mutt.h" - #include "charset.h" diff --git a/mail/balsa2/files/patch-libmutt::charset.h b/mail/balsa2/files/patch-libmutt::charset.h deleted file mode 100644 index 7e490597f1dc..000000000000 --- a/mail/balsa2/files/patch-libmutt::charset.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmutt/charset.h 2001/03/06 10:38:56 1.1 -+++ libmutt/charset.h 2001/03/06 10:39:08 -@@ -19,7 +19,7 @@ - #ifndef _CHARSET_H - #define _CHARSET_H - --#include <iconv.h> -+#include <giconv.h> - - int mutt_convert_string (char **, const char *, const char *); - diff --git a/mail/balsa2/files/patch-ltmain.sh b/mail/balsa2/files/patch-ltmain.sh deleted file mode 100644 index 78f2d1ed3198..000000000000 --- a/mail/balsa2/files/patch-ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/07/20 11:55:49 1.1 -+++ ltmain.sh 2001/07/20 11:56:15 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/balsa2/files/patch-src::print.c b/mail/balsa2/files/patch-src::print.c deleted file mode 100644 index 1fe05a38e213..000000000000 --- a/mail/balsa2/files/patch-src::print.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/print.c 2001/04/23 15:33:41 1.1 -+++ src/print.c 2001/04/23 15:33:56 -@@ -22,7 +22,7 @@ - #include <gnome.h> - #include <config.h> - #include <balsa-app.h> --#include <iconv.h> -+#include <giconv.h> - - #include "print.h" - diff --git a/mail/balsa2/pkg-comment b/mail/balsa2/pkg-comment deleted file mode 100644 index 150a5e184dd1..000000000000 --- a/mail/balsa2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A mail reader for the gnome interface diff --git a/mail/balsa2/pkg-descr b/mail/balsa2/pkg-descr deleted file mode 100644 index 484e6febcc10..000000000000 --- a/mail/balsa2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -A mail reader for gnome. It supports local mail, pop3, and IMAP. It can -view mail files in mbox, maildir, and mh format. - -The pop3 support is not complete. All mail retrieved will be left on the -server, and hence retrieved again if not deleted through some other pop3 -client. Using fetchmail would be recommended to retrieve pop3 mail. - -Balsa is probably not fully usable as one's primary mail client at this -time. However, it is under active development and fits with other gnome -applications. - -WWW: http://www.balsa.net/ diff --git a/mail/balsa2/pkg-plist b/mail/balsa2/pkg-plist deleted file mode 100644 index c06e175b2748..000000000000 --- a/mail/balsa2/pkg-plist +++ /dev/null @@ -1,101 +0,0 @@ -bin/balsa -etc/sound/events/balsa.soundlist -etc/sound/events/email.soundlist -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/folder-config.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 -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/images/preferences-window.png -share/gnome/help/balsa/C/images/spell-check.png -share/gnome/help/balsa/C/index.html -share/gnome/help/balsa/C/its-not-working.html -share/gnome/help/balsa/C/ln7.html -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 -share/gnome/help/balsa/C/stylesheet-images/next.gif -share/gnome/help/balsa/C/stylesheet-images/note.gif -share/gnome/help/balsa/C/stylesheet-images/prev.gif -share/gnome/help/balsa/C/stylesheet-images/tip.gif -share/gnome/help/balsa/C/stylesheet-images/toc-blank.gif -share/gnome/help/balsa/C/stylesheet-images/toc-minus.gif -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-10.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-9.html -share/gnome/help/balsa/C/win-config.html -share/gnome/help/balsa/C/win-main.html -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/az/LC_MESSAGES/balsa.mo -share/locale/ca/LC_MESSAGES/balsa.mo -share/locale/cs/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/en_GB/LC_MESSAGES/balsa.mo -share/locale/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/hu/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/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 -share/locale/pt_BR/LC_MESSAGES/balsa.mo -share/locale/ro/LC_MESSAGES/balsa.mo -share/locale/ru/LC_MESSAGES/balsa.mo -share/locale/sk/LC_MESSAGES/balsa.mo -share/locale/sl/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/wa/LC_MESSAGES/balsa.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/balsa.mo -@dirrm share/gnome/sounds/balsa -@dirrm share/gnome/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 |
