mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Remove balsa2 now that balsa has been updated to 2.2.1.
This commit is contained in:
parent
7beeccbc3c
commit
7d92a5c4b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115536
@ -19,7 +19,6 @@
|
||||
SUBDIR += autorespond
|
||||
SUBDIR += autosig
|
||||
SUBDIR += balsa
|
||||
SUBDIR += balsa2
|
||||
SUBDIR += bayespam
|
||||
SUBDIR += bbmail
|
||||
SUBDIR += biabam
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
MD5 (balsa-2.0.18.tar.bz2) = 9ceacf1bd44e090470b3285190179978
|
||||
SIZE (balsa-2.0.18.tar.bz2) = 3121513
|
@ -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;}
|
@ -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
|
||||
|
@ -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
|
@ -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"
|
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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/
|
@ -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
|
Loading…
Reference in New Issue
Block a user