pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Move balsa2 to balsa, to make directory name matc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f78bfda6d92c
branches:  trunk
changeset: 533512:f78bfda6d92c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 20 20:50:48 2007 +0000

description:
Move balsa2 to balsa, to make directory name match PKGNAME.

diffstat:

 mail/Makefile                |    4 +-
 mail/balsa/DESCR             |    8 ++
 mail/balsa/Makefile          |   62 ++++++++++++++++
 mail/balsa/PLIST             |  161 +++++++++++++++++++++++++++++++++++++++++++
 mail/balsa/distinfo          |   16 ++++
 mail/balsa/options.mk        |   17 ++++
 mail/balsa/patches/patch-aa  |   22 +++++
 mail/balsa/patches/patch-ab  |   14 +++
 mail/balsa/patches/patch-ac  |   13 +++
 mail/balsa/patches/patch-ae  |   13 +++
 mail/balsa/patches/patch-af  |   13 +++
 mail/balsa/patches/patch-ag  |   18 ++++
 mail/balsa/patches/patch-ah  |   12 +++
 mail/balsa/patches/patch-ai  |   12 +++
 mail/balsa/patches/patch-aj  |   12 +++
 mail/balsa/patches/patch-ak  |   12 +++
 mail/balsa/patches/patch-ba  |   13 +++
 mail/balsa2/DESCR            |    8 --
 mail/balsa2/Makefile         |   62 ----------------
 mail/balsa2/PLIST            |  161 -------------------------------------------
 mail/balsa2/distinfo         |   16 ----
 mail/balsa2/options.mk       |   17 ----
 mail/balsa2/patches/patch-aa |   22 -----
 mail/balsa2/patches/patch-ab |   14 ---
 mail/balsa2/patches/patch-ac |   13 ---
 mail/balsa2/patches/patch-ae |   13 ---
 mail/balsa2/patches/patch-af |   13 ---
 mail/balsa2/patches/patch-ag |   18 ----
 mail/balsa2/patches/patch-ah |   12 ---
 mail/balsa2/patches/patch-ai |   12 ---
 mail/balsa2/patches/patch-aj |   12 ---
 mail/balsa2/patches/patch-ak |   12 ---
 mail/balsa2/patches/patch-ba |   13 ---
 33 files changed, 420 insertions(+), 420 deletions(-)

diffs (truncated from 982 to 300 lines):

diff -r b3d5dd05689e -r f78bfda6d92c mail/Makefile
--- a/mail/Makefile     Thu Sep 20 20:48:52 2007 +0000
+++ b/mail/Makefile     Thu Sep 20 20:50:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.332 2007/09/14 20:55:11 jnemeth Exp $
+# $NetBSD: Makefile,v 1.333 2007/09/20 20:50:48 wiz Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -11,7 +11,7 @@
 SUBDIR+=       archivemail
 SUBDIR+=       autorespond
 SUBDIR+=       avenger
-SUBDIR+=       balsa2
+SUBDIR+=       balsa
 SUBDIR+=       bbmail
 SUBDIR+=       bmf
 SUBDIR+=       bogofilter
diff -r b3d5dd05689e -r f78bfda6d92c mail/balsa/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/balsa/DESCR  Thu Sep 20 20:50:48 2007 +0000
@@ -0,0 +1,8 @@
+  Balsa is an e-mail reader.  This client is part of the GNOME2 desktop
+environment. It supports local mailboxes, POP3 and IMAP.  It supports:
+
+       * Local mailboxes (mbox, maildir, mh)
+       * POP3
+       * IMAP
+       * MIME (in progress)
+       * many other things that I can't think of right now! :-)
diff -r b3d5dd05689e -r f78bfda6d92c mail/balsa/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/balsa/Makefile       Thu Sep 20 20:50:48 2007 +0000
@@ -0,0 +1,62 @@
+# $NetBSD: Makefile,v 1.55 2007/09/20 20:50:49 wiz Exp $
+
+DISTNAME=      balsa-2.3.10
+PKGREVISION=   9
+CATEGORIES=    mail gnome
+MASTER_SITES=  http://balsa.gnome.org/                         \
+               ftp://ftp.newton.cx/pub/balsa/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://balsa.gnome.org/
+COMMENT=       GNOME2 EMail client
+
+USE_DIRS+=             gnome2-1.5
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            gmake intltool msgfmt perl pkg-config
+
+CONFIGURE_ARGS+=       --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config
+CONFIGURE_ARGS+=       --disable-more-warnings
+CONFIGURE_ARGS+=       --enable-threads
+CONFIGURE_ARGS+=       --enable-pcre
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ENV+=                ac_cv_lib_iconv_iconv_open=yes
+
+EGDIR=         ${PREFIX}/share/examples/balsa
+.for cnf in balsa.soundlist email.soundlist
+CONF_FILES+=   ${EGDIR}/${cnf} ${PKG_SYSCONFDIR}/sound/events/${cnf}
+.endfor
+
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
+BUILDLINK_TRANSFORM+=          rm:-DGNOME_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=          rm:-DGNOME_VFS_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=          rm:-DGTK_DISABLE_DEPRECATED
+
+BUILDLINK_API_DEPENDS.gmime+=  gmime>=2.1.9
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mail/gmime/buildlink3.mk"
+.include "../../mail/libesmtp/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../print/libgnomeprint/buildlink3.mk"
+.include "../../print/libgnomeprintui/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../www/gtkhtml38/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b3d5dd05689e -r f78bfda6d92c mail/balsa/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/balsa/PLIST  Thu Sep 20 20:50:48 2007 +0000
@@ -0,0 +1,161 @@
+@comment $NetBSD: PLIST,v 1.7 2007/09/20 20:50:49 wiz Exp $
+bin/balsa
+bin/balsa-ab
+lib/bonobo/servers/GNOME_Balsa.server
+man/man1/balsa.1
+share/applications/balsa.desktop
+share/balsa/hicolor/16x16/apps/balsa-encrypted.png
+share/balsa/hicolor/16x16/apps/balsa-mark-all.png
+share/balsa/hicolor/16x16/apps/balsa-mbox-draft.png
+share/balsa/hicolor/16x16/apps/balsa-mbox-sent.png
+share/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png
+share/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png
+share/balsa/hicolor/16x16/apps/balsa-next-flagged.png
+share/balsa/hicolor/16x16/apps/balsa-next-part.png
+share/balsa/hicolor/16x16/apps/balsa-next-unread.png
+share/balsa/hicolor/16x16/apps/balsa-next.png
+share/balsa/hicolor/16x16/apps/balsa-postpone.png
+share/balsa/hicolor/16x16/apps/balsa-previous-part.png
+share/balsa/hicolor/16x16/apps/balsa-previous.png
+share/balsa/hicolor/16x16/apps/balsa-reply-all.png
+share/balsa/hicolor/16x16/apps/balsa-signature-bad.png
+share/balsa/hicolor/16x16/apps/balsa-signature-good.png
+share/balsa/hicolor/16x16/apps/balsa-signature-notrust.png
+share/balsa/hicolor/16x16/apps/balsa-signature-unknown.png
+share/balsa/hicolor/22x22
+share/balsa/hicolor/24x24/apps/balsa-crypt-check.png
+share/balsa/hicolor/24x24/apps/balsa-encrypt.png
+share/balsa/hicolor/24x24/apps/balsa-encrypted.png
+share/balsa/hicolor/24x24/apps/balsa-mark-all.png
+share/balsa/hicolor/24x24/apps/balsa-marked-new.png
+share/balsa/hicolor/24x24/apps/balsa-next-flagged.png
+share/balsa/hicolor/24x24/apps/balsa-next-part.png
+share/balsa/hicolor/24x24/apps/balsa-next-unread.png
+share/balsa/hicolor/24x24/apps/balsa-next.png
+share/balsa/hicolor/24x24/apps/balsa-postpone.png
+share/balsa/hicolor/24x24/apps/balsa-preview.png
+share/balsa/hicolor/24x24/apps/balsa-previous-part.png
+share/balsa/hicolor/24x24/apps/balsa-previous.png
+share/balsa/hicolor/24x24/apps/balsa-reply-all.png
+share/balsa/hicolor/24x24/apps/balsa-sign.png
+share/balsa/hicolor/24x24/apps/balsa-signature-bad.png
+share/balsa/hicolor/24x24/apps/balsa-signature-good.png
+share/balsa/hicolor/24x24/apps/balsa-signature-notrust.png
+share/balsa/hicolor/24x24/apps/balsa-signature-unknown.png
+share/balsa/hicolor/24x24/apps/balsa-trash-empty.png
+share/balsa/pixmaps/attachment.png
+share/balsa/pixmaps/balsa-logo.png
+share/balsa/pixmaps/balsa-top.png
+share/balsa/pixmaps/balsa-watermark.png
+share/balsa/pixmaps/balsa_icon.png
+share/balsa/pixmaps/balsa_logo.png
+share/examples/balsa/balsa.soundlist
+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/message-window.png
+share/gnome/help/balsa/C/figures/msg-part-select.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/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-pkcs7-signature.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-message-disposition-notification.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-message-external-body.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-message.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-alternative.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-encrypted.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-signed.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart.png
+share/idl/Balsa.idl
+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/nb/LC_MESSAGES/balsa.mo
+share/locale/ne/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/pa/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/rw/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/uk/LC_MESSAGES/balsa.mo
+share/locale/vi/LC_MESSAGES/balsa.mo
+share/locale/wa/LC_MESSAGES/balsa.mo
+share/locale/zh_CN/LC_MESSAGES/balsa.mo
+share/locale/zh_HK/LC_MESSAGES/balsa.mo
+share/locale/zh_TW/LC_MESSAGES/balsa.mo
+share/omf/balsa/balsa-C.omf
+share/pixmaps/gnome-balsa2.png
+share/sounds/balsa/newmail.wav
+share/sounds/balsa/startup.wav
+@dirrm share/sounds/balsa
+@comment in xdg-dirs: @dirrm share/sounds
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/balsa
+@comment in scrollkeeper: @dirrm share/omf
+@comment in ORBit2: @dirrm share/idl
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/mimetypes
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
+@dirrm share/gnome/help/balsa/C/figures
+@dirrm share/gnome/help/balsa/C
+@dirrm share/gnome/help/balsa
+@comment in gnome2-dirs: @dirrm share/gnome/help
+@dirrm share/examples/balsa
+@dirrm share/balsa/pixmaps
+@dirrm share/balsa/hicolor/24x24/apps
+@dirrm share/balsa/hicolor/24x24
+@dirrm share/balsa/hicolor/16x16/apps
+@dirrm share/balsa/hicolor/16x16
+@dirrm share/balsa/hicolor
+@dirrm share/balsa
+@comment in xdg-dirs: @dirrm share/applications
+@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r b3d5dd05689e -r f78bfda6d92c mail/balsa/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/balsa/distinfo       Thu Sep 20 20:50:48 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: distinfo,v 1.12 2007/09/20 20:50:50 wiz Exp $
+
+SHA1 (balsa-2.3.10.tar.bz2) = 74315661721a7b222403988b2af8fbc690c1ddc4
+RMD160 (balsa-2.3.10.tar.bz2) = 2fba2b3ae62e0fa3c3d8092f559f8ab7a488c22c
+Size (balsa-2.3.10.tar.bz2) = 3273478 bytes
+SHA1 (patch-aa) = 4093290f39ee76d1a02a80c84ecf8d38ddadd3d7
+SHA1 (patch-ab) = 47083f65d404e64ee238bc3e4f3e25008f5f82c8
+SHA1 (patch-ac) = 808f4546204fbc4a23007291637e4b4ca4175db1
+SHA1 (patch-ae) = fcd0ab1c062018b42469b033a98b4575ee2851f3
+SHA1 (patch-af) = 53e77f5f5df0e05f503713f7be163589c2381f07
+SHA1 (patch-ag) = 47036c9108405f25e862ea6402220a70bd0a0cc9
+SHA1 (patch-ah) = 9a17ea3c3f302acf4380c7868ab8c769d9acfc39
+SHA1 (patch-ai) = 44e704eefd63873900609d7c7186469b4b5214d1
+SHA1 (patch-aj) = 4d068d3aa551c11edcc2c7fdc189ebab98a69953
+SHA1 (patch-ak) = a5a5a31d49c1d79610c4ea73557039b2a1b8076d
+SHA1 (patch-ba) = 76b51ced11626e6f36e0763ca64519cc8605c936
diff -r b3d5dd05689e -r f78bfda6d92c mail/balsa/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/balsa/options.mk     Thu Sep 20 20:50:48 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: options.mk,v 1.1 2007/09/20 20:50:50 wiz Exp $
+#
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.balsa
+PKG_SUPPORTED_OPTIONS= ldap ssl
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mldap)
+CONFIGURE_ARGS+=       --with-ldap
+.  include "../../databases/openldap-client/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mssl)
+CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}



Home | Main Index | Thread Index | Old Index