diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-07 06:50:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-07 06:50:24 +0800 |
commit | 0677cf9fdab5c638060e42f6ca026ffca2e7c152 (patch) | |
tree | 4e8c55f6d7b3ade2de89c119e47bae6df50a6ef6 /mail | |
parent | fc9e968282a80e31ea7db2dbdc7f6915f751cb2b (diff) | |
download | freebsd-ports-gnome-0677cf9fdab5c638060e42f6ca026ffca2e7c152.tar.gz freebsd-ports-gnome-0677cf9fdab5c638060e42f6ca026ffca2e7c152.tar.zst freebsd-ports-gnome-0677cf9fdab5c638060e42f6ca026ffca2e7c152.zip |
Remove balsa2 now that balsa has been updated to 2.2.1.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 58 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-configure | 52 | ||||
-rw-r--r-- | mail/balsa2/files/patch-doc_omf.make | 11 | ||||
-rw-r--r-- | mail/balsa2/files/patch-doc_xmldocs.make | 11 | ||||
-rw-r--r-- | mail/balsa2/files/patch-libmutt_configure | 11 | ||||
-rw-r--r-- | mail/balsa2/files/patch-src_main.c | 11 | ||||
-rw-r--r-- | mail/balsa2/files/patch-src_threads.h | 12 | ||||
-rw-r--r-- | mail/balsa2/pkg-descr | 12 | ||||
-rw-r--r-- | mail/balsa2/pkg-plist | 90 |
11 files changed, 0 insertions, 271 deletions
diff --git a/mail/Makefile b/mail/Makefile index 03545978426f..138192957f17 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -19,7 +19,6 @@ SUBDIR += autorespond SUBDIR += autosig SUBDIR += balsa - SUBDIR += balsa2 SUBDIR += bayespam SUBDIR += bbmail SUBDIR += biabam diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile deleted file mode 100644 index 1fa94bf5f0ea..000000000000 --- a/mail/balsa2/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: balsa2 -# Date created: 19 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= balsa2 -PORTVERSION= 2.0.18 -CATEGORIES= mail gnome -MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ -DISTNAME= balsa-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A mail reader for the GNOME 2 desktop - -LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre \ - esmtp.6:${PORTSDIR}/mail/libesmtp - -USE_GMAKE= yes -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -USE_OPENSSL= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ - libgtkhtml -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes -USE_ICONV= yes -CONFIGURE_ARGS= --enable-threads \ - --enable-gtkhtml \ - --disable-more-warnings \ - --with-ssl \ - --enable-gtkhtml=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv" - -MAN1= balsa.1 - -CONFLICTS= balsa-* - -OPTIONS= GPG "Enable GnuPG support" off \ - LDAP "Enable LDAP support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config -.endif - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap -.endif - -.include <bsd.port.post.mk> diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo deleted file mode 100644 index d3762c14ed4a..000000000000 --- a/mail/balsa2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (balsa-2.0.18.tar.bz2) = 9ceacf1bd44e090470b3285190179978 -SIZE (balsa-2.0.18.tar.bz2) = 3121513 diff --git a/mail/balsa2/files/patch-configure b/mail/balsa2/files/patch-configure deleted file mode 100644 index 44f3f1b582cc..000000000000 --- a/mail/balsa2/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig Wed Jul 7 18:16:55 2004 -+++ configure Wed Jul 7 18:16:55 2004 -@@ -20976,13 +20976,13 @@ - else - - --echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5 --echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6 --if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then -+echo "$as_me:$LINENO: checking for new_aspell_speller in -lpspell" >&5 -+echo $ECHO_N "checking for new_aspell_speller in -lpspell... $ECHO_C" >&6 -+if test "${ac_cv_lib_pspell_new_aspell_speller+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS" -+LIBS="-lpspell -lstdc++ $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20996,11 +20996,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char new_pspell_manager (); -+char new_aspell_speller (); - int - main () - { --new_pspell_manager (); -+new_aspell_speller (); - ; - return 0; - } -@@ -23045,7 +23045,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23109,7 +23109,7 @@ - #define ENABLE_LDAP 1 - _ACEOF - -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else - { { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5 - echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;} diff --git a/mail/balsa2/files/patch-doc_omf.make b/mail/balsa2/files/patch-doc_omf.make deleted file mode 100644 index dcc67260e36b..000000000000 --- a/mail/balsa2/files/patch-doc_omf.make +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/omf.make.orig Mon Sep 16 02:46:07 2002 -+++ doc/omf.make Mon Sep 16 02:46:37 2002 -@@ -27,7 +27,7 @@ - # - - omf_dest_dir=$(datadir)/omf/@PACKAGE@ --scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper -+scrollkeeper_localstate_dir = /var/db/scrollkeeper - - omf: omf_timestamp - diff --git a/mail/balsa2/files/patch-doc_xmldocs.make b/mail/balsa2/files/patch-doc_xmldocs.make deleted file mode 100644 index 9379b0d60628..000000000000 --- a/mail/balsa2/files/patch-doc_xmldocs.make +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/xmldocs.make.orig Wed Sep 18 07:12:20 2002 -+++ doc/xmldocs.make Tue Oct 29 12:20:37 2002 -@@ -36,7 +36,7 @@ - # ************* Begin of section some packagers may need to modify ************** - # This variable (docdir) specifies where the documents should be installed. - # This default value should work for most packages. --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - # ************** You should not have to edit below this line ******************* - xml_files = $(entities) $(docname).xml diff --git a/mail/balsa2/files/patch-libmutt_configure b/mail/balsa2/files/patch-libmutt_configure deleted file mode 100644 index 273e87a18e0d..000000000000 --- a/mail/balsa2/files/patch-libmutt_configure +++ /dev/null @@ -1,11 +0,0 @@ ---- libmutt/configure.orig Wed Feb 19 03:57:44 2003 -+++ libmutt/configure Wed Feb 19 03:58:16 2003 -@@ -9873,7 +9873,7 @@ - echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;} - { (exit 1); exit 1; }; } - fi -- if pkg-config openssl >& /dev/null; then -+ if pkg-config openssl >/dev/null 2>&1; then - echo here - LDFLAGS="$LIBS `pkg-config --libs openssl`" - CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS" diff --git a/mail/balsa2/files/patch-src_main.c b/mail/balsa2/files/patch-src_main.c deleted file mode 100644 index 044e51dd98db..000000000000 --- a/mail/balsa2/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun Jan 18 06:39:47 2004 -+++ src/main.c Sun Jan 18 21:38:15 2004 -@@ -233,7 +233,7 @@ - gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, - GNOME_PARAM_POPT_TABLE, options, - GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, -- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share", -+ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome", - GNOME_PARAM_HUMAN_READABLE_NAME, _("The Balsa E-Mail Client"), - NULL); - diff --git a/mail/balsa2/files/patch-src_threads.h b/mail/balsa2/files/patch-src_threads.h deleted file mode 100644 index 62c60b878960..000000000000 --- a/mail/balsa2/files/patch-src_threads.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/threads.h.orig Tue Dec 31 14:06:47 2002 -+++ src/threads.h Tue Dec 31 14:07:32 2002 -@@ -21,6 +21,9 @@ - - #ifndef __THREADS_H__ - #define __THREADS_H__ -+ -+#include <pthread.h> -+ - /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ - extern pthread_mutex_t mailbox_lock; - diff --git a/mail/balsa2/pkg-descr b/mail/balsa2/pkg-descr deleted file mode 100644 index 06d18a364ea9..000000000000 --- a/mail/balsa2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -A mail reader for GNOME 2. 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://balsa.gnome.org/ diff --git a/mail/balsa2/pkg-plist b/mail/balsa2/pkg-plist deleted file mode 100644 index 8bcd5a9ec530..000000000000 --- a/mail/balsa2/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -bin/balsa -bin/balsa-ab -etc/sound/events/balsa.soundlist -etc/sound/events/email.soundlist -libdata/bonobo/servers/GNOME_Balsa.server -share/gnome/applications/balsa.desktop -share/gnome/balsa/pixmaps/attachment.png -share/gnome/balsa/pixmaps/balsa-logo.png -share/gnome/balsa/pixmaps/balsa-top.png -share/gnome/balsa/pixmaps/balsa-watermark.png -share/gnome/balsa/pixmaps/balsa_icon.png -share/gnome/balsa/pixmaps/balsa_logo.png -share/gnome/help/balsa/C/balsa.xml -share/gnome/help/balsa/C/fdl-appendix.xml -share/gnome/help/balsa/C/figures/address-book-ldap.png -share/gnome/help/balsa/C/figures/address-book-modify.png -share/gnome/help/balsa/C/figures/address-book-start.png -share/gnome/help/balsa/C/figures/address-book-vcard.png -share/gnome/help/balsa/C/figures/address-book.png -share/gnome/help/balsa/C/figures/balsa_logo.png -share/gnome/help/balsa/C/figures/druid-start.png -share/gnome/help/balsa/C/figures/example-alias.png -share/gnome/help/balsa/C/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/C/figures/main-window-toolbar.png -share/gnome/help/balsa/C/figures/main-window.png -share/gnome/help/balsa/C/figures/newmsg-window-attachments.png -share/gnome/help/balsa/C/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/C/figures/newmsg-window.png -share/gnome/help/balsa/C/figures/preferences-window.png -share/gnome/help/balsa/C/figures/spell-check.png -share/gnome/idl/Balsa.idl -share/gnome/omf/balsa/balsa-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/balsa/balsa-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-balsa2.png -share/gnome/sounds/balsa/newmail.wav -share/gnome/sounds/balsa/startup.wav -share/locale/am/LC_MESSAGES/balsa.mo -share/locale/az/LC_MESSAGES/balsa.mo -share/locale/bg/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_CA/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/he/LC_MESSAGES/balsa.mo -share/locale/hi/LC_MESSAGES/balsa.mo -share/locale/hr/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/lv/LC_MESSAGES/balsa.mo -share/locale/ml/LC_MESSAGES/balsa.mo -share/locale/ms/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/sq/LC_MESSAGES/balsa.mo -share/locale/sr/LC_MESSAGES/balsa.mo -share/locale/sr@Latn/LC_MESSAGES/balsa.mo -share/locale/sv/LC_MESSAGES/balsa.mo -share/locale/tr/LC_MESSAGES/balsa.mo -share/locale/vi/LC_MESSAGES/balsa.mo -share/locale/uk/LC_MESSAGES/balsa.mo -share/locale/wa/LC_MESSAGES/balsa.mo -share/locale/zh_CN/LC_MESSAGES/balsa.mo -share/locale/zh_TW/LC_MESSAGES/balsa.mo -@dirrm share/gnome/sounds/balsa -@dirrm share/gnome/omf/balsa -@dirrm share/gnome/help/balsa/C/figures -@dirrm share/gnome/help/balsa/C -@dirrm share/gnome/help/balsa -@dirrm share/gnome/balsa/pixmaps -@dirrm share/gnome/balsa -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/balsa/balsa-C.omf 2>/dev/null || /usr/bin/true |