pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/mail Pullup ticket 423 - requested by Lubomir ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d086b5741e4
branches: pkgsrc-2005Q1
changeset: 490922:5d086b5741e4
user: snj <snj%pkgsrc.org@localhost>
date: Wed Apr 06 03:40:24 2005 +0000
description:
Pullup ticket 423 - requested by Lubomir Sedlacik
remove sylpheed-gtk2
Module Name: pkgsrc
Committed By: salo
Date: Mon Apr 4 19:12:28 UTC 2005
Modified Files:
pkgsrc/mail: Makefile
Removed Files:
pkgsrc/mail/sylpheed-gtk2: DESCR Makefile PLIST distinfo
pkgsrc/mail/sylpheed-gtk2/files: mime.types
Log Message:
Remove sylpheed-gtk2. It has numerous unfixed vulnerabilities and is no
longer actively developed.
"sylpheed-gtk2 project is over. The result of this project is already
merged into original Sylpheed project. Please use Sylpheed-1.9.x or
later instead of sylpheed-gtk2."
Approved by the MAINTAINER.
diffstat:
mail/Makefile | 3 +-
mail/sylpheed-gtk2/DESCR | 13 -
mail/sylpheed-gtk2/Makefile | 79 ------
mail/sylpheed-gtk2/PLIST | 104 -------
mail/sylpheed-gtk2/distinfo | 5 -
mail/sylpheed-gtk2/files/mime.types | 471 ------------------------------------
6 files changed, 1 insertions(+), 674 deletions(-)
diffs (truncated from 709 to 300 lines):
diff -r 218e86106910 -r 5d086b5741e4 mail/Makefile
--- a/mail/Makefile Tue Apr 05 08:42:25 2005 +0000
+++ b/mail/Makefile Wed Apr 06 03:40:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.250 2005/03/02 21:43:48 wiz Exp $
+# $NetBSD: Makefile,v 1.250.2.1 2005/04/06 03:40:24 snj Exp $
#
COMMENT= Electronic mail utilities
@@ -189,7 +189,6 @@
SUBDIR+= sylpheed-claws-ghostscript-viewer
SUBDIR+= sylpheed-claws-image-viewer
SUBDIR+= sylpheed-claws-trayicon
-SUBDIR+= sylpheed-gtk2
SUBDIR+= sympa
SUBDIR+= teapop
SUBDIR+= thunderbird
diff -r 218e86106910 -r 5d086b5741e4 mail/sylpheed-gtk2/DESCR
--- a/mail/sylpheed-gtk2/DESCR Tue Apr 05 08:42:25 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Sylpheed is an e-mail client (and news reader) based on GTK+, running on
-X Window System, and aiming for:
- * Quick response
- * Graceful, and sophisticated interface
- * Easy configuration, intuitive operation
- * Abundant features
-
-Currently, many features are supported including POP3, IMAP, NNTP,
-multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
-AUTH, SSL, IPv6, GnuPG, internalization, and more.
-
-This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and
-Botond Botyanszki.
diff -r 218e86106910 -r 5d086b5741e4 mail/sylpheed-gtk2/Makefile
--- a/mail/sylpheed-gtk2/Makefile Tue Apr 05 08:42:25 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2004/12/26 04:12:58 minskim Exp $
-#
-
-DISTNAME= sylpheed-1.0.0-gtk2-20041224
-PKGNAME= sylpheed-gtk2-1.0.0.20041224
-CATEGORIES= mail x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/}
-
-MAINTAINER= xtraeme%NetBSD.org@localhost
-HOMEPAGE= http://www.homa.ne.jp/~ashie/linux/sylpheed-gtk2.html
-COMMENT= The GTK+ 2.0 port of a lightweight, featureful, and fast e-mail client
-
-BUILD_USES_MSGFMT= yes
-DEPENDS+= metamail>=2.7:../../mail/metamail
-
-CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]*
-
-USE_BUILDLINK3= yes
-USE_GNU_TOOLS+= make
-USE_LIBTOOL= yes
-USE_PKGINSTALL= yes
-USE_PKGLOCALEDIR= yes
-USE_X11= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-nls
-CONFIGURE_ARGS+= --enable-ssl
-CONFIGURE_ARGS+= --enable-gpgme
-CONFIGURE_ARGS+= --enable-compface
-
-PKG_SYSCONFSUBDIR= sylpheed
-
-LDFLAGS.SunOS+= -lsocket -lnsl -lX11
-
-.include "../../mk/bsd.prefs.mk"
-
-FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
-.if empty(FACES_IS_INSTALLED)
-. include "../../graphics/compface/buildlink3.mk"
-.else
-. include "../../mail/faces/buildlink3.mk"
-.endif
-
-EGDIR= ${PREFIX}/share/examples/sylpheed
-CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed-gtk2
-PKG_SUPPORTED_OPTIONS= jpilot openldap inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mjpilot)
-CONFIGURE_ARGS+= --enable-jpilot
-. include "../../comms/pilot-link-libs/buildlink3.mk"
-. include "../../comms/jpilot/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mopenldap)
-CONFIGURE_ARGS+= --enable-ldap
-. include "../../databases/openldap/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-post-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../security/gpgme03/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 218e86106910 -r 5d086b5741e4 mail/sylpheed-gtk2/PLIST
--- a/mail/sylpheed-gtk2/PLIST Tue Apr 05 08:42:25 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,104 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/06/20 19:30:14 xtraeme Exp $
-bin/sylpheed
-share/examples/sylpheed/mime.types
-${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/sylpheed.mo
-${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
-share/sylpheed/faq/de/sylpheed-faq-1.html
-share/sylpheed/faq/de/sylpheed-faq-2.html
-share/sylpheed/faq/de/sylpheed-faq-3.html
-share/sylpheed/faq/de/sylpheed-faq.html
-share/sylpheed/faq/en/sylpheed-faq-1.html
-share/sylpheed/faq/en/sylpheed-faq-2.html
-share/sylpheed/faq/en/sylpheed-faq-3.html
-share/sylpheed/faq/en/sylpheed-faq.html
-share/sylpheed/faq/es/sylpheed-faq-1.html
-share/sylpheed/faq/es/sylpheed-faq-2.html
-share/sylpheed/faq/es/sylpheed-faq-3.html
-share/sylpheed/faq/es/sylpheed-faq.html
-share/sylpheed/faq/fr/sylpheed-faq-1.html
-share/sylpheed/faq/fr/sylpheed-faq-2.html
-share/sylpheed/faq/fr/sylpheed-faq-3.html
-share/sylpheed/faq/fr/sylpheed-faq.html
-share/sylpheed/faq/it/sylpheed-faq-1.html
-share/sylpheed/faq/it/sylpheed-faq-2.html
-share/sylpheed/faq/it/sylpheed-faq-3.html
-share/sylpheed/faq/it/sylpheed-faq.html
-share/sylpheed/manual/en/sylpheed-1.html
-share/sylpheed/manual/en/sylpheed-10.html
-share/sylpheed/manual/en/sylpheed-11.html
-share/sylpheed/manual/en/sylpheed-12.html
-share/sylpheed/manual/en/sylpheed-13.html
-share/sylpheed/manual/en/sylpheed-14.html
-share/sylpheed/manual/en/sylpheed-15.html
-share/sylpheed/manual/en/sylpheed-16.html
-share/sylpheed/manual/en/sylpheed-17.html
-share/sylpheed/manual/en/sylpheed-18.html
-share/sylpheed/manual/en/sylpheed-19.html
-share/sylpheed/manual/en/sylpheed-2.html
-share/sylpheed/manual/en/sylpheed-20.html
-share/sylpheed/manual/en/sylpheed-3.html
-share/sylpheed/manual/en/sylpheed-4.html
-share/sylpheed/manual/en/sylpheed-5.html
-share/sylpheed/manual/en/sylpheed-6.html
-share/sylpheed/manual/en/sylpheed-7.html
-share/sylpheed/manual/en/sylpheed-8.html
-share/sylpheed/manual/en/sylpheed-9.html
-share/sylpheed/manual/en/sylpheed.html
-share/sylpheed/manual/ja/sylpheed-1.html
-share/sylpheed/manual/ja/sylpheed-10.html
-share/sylpheed/manual/ja/sylpheed-11.html
-share/sylpheed/manual/ja/sylpheed-12.html
-share/sylpheed/manual/ja/sylpheed-13.html
-share/sylpheed/manual/ja/sylpheed-14.html
-share/sylpheed/manual/ja/sylpheed-15.html
-share/sylpheed/manual/ja/sylpheed-16.html
-share/sylpheed/manual/ja/sylpheed-17.html
-share/sylpheed/manual/ja/sylpheed-18.html
-share/sylpheed/manual/ja/sylpheed-19.html
-share/sylpheed/manual/ja/sylpheed-2.html
-share/sylpheed/manual/ja/sylpheed-20.html
-share/sylpheed/manual/ja/sylpheed-3.html
-share/sylpheed/manual/ja/sylpheed-4.html
-share/sylpheed/manual/ja/sylpheed-5.html
-share/sylpheed/manual/ja/sylpheed-6.html
-share/sylpheed/manual/ja/sylpheed-7.html
-share/sylpheed/manual/ja/sylpheed-8.html
-share/sylpheed/manual/ja/sylpheed-9.html
-share/sylpheed/manual/ja/sylpheed.html
-share/sylpheed/manual/ja/sylpheed.sgml
-@dirrm share/sylpheed/manual/ja
-@dirrm share/sylpheed/manual/en
-@dirrm share/sylpheed/manual
-@dirrm share/sylpheed/faq/it
-@dirrm share/sylpheed/faq/fr
-@dirrm share/sylpheed/faq/es
-@dirrm share/sylpheed/faq/en
-@dirrm share/sylpheed/faq/de
-@dirrm share/sylpheed/faq
-@dirrm share/sylpheed
-@dirrm share/examples/sylpheed
diff -r 218e86106910 -r 5d086b5741e4 mail/sylpheed-gtk2/distinfo
--- a/mail/sylpheed-gtk2/distinfo Tue Apr 05 08:42:25 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 09:59:29 agc Exp $
-
-SHA1 (sylpheed-1.0.0-gtk2-20041224.tar.gz) = 69d82793e28c0af43eb0e1d2eb81813060a6046c
-RMD160 (sylpheed-1.0.0-gtk2-20041224.tar.gz) = 118aea90b618c6d2f5379c39d9116a2205d4a997
-Size (sylpheed-1.0.0-gtk2-20041224.tar.gz) = 3451862 bytes
diff -r 218e86106910 -r 5d086b5741e4 mail/sylpheed-gtk2/files/mime.types
--- a/mail/sylpheed-gtk2/files/mime.types Tue Apr 05 08:42:25 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,471 +0,0 @@
-# This is a comment. I love comments.
-
-# This file controls what Internet media types are sent to the client for
-# given file extension(s). Sending the correct media type to the client
-# is important so they know how to handle the content of the file.
-# Extra types can either be added here or by using an AddType directive
-# in your config files. For more information about Internet media types,
-# please read RFC 2045, 2046, 2047, 2048, and 2077. The Internet media type
-# registry is at <ftp://ftp.iana.org/assignments/media-types/>.
-
-# MIME type Extension
-application/EDI-Consent
-application/EDI-X12
-application/EDIFACT
-application/activemessage
-application/andrew-inset ez
-application/applefile
-application/atomicmail
-application/batch-SMTP
-application/beep+xml
-application/cals-1840
-application/commonground
-application/cybercash
-application/dca-rft
-application/dec-dx
-application/dvcs
-application/eshop
-application/http
-application/hyperstudio
-application/iges
-application/index
-application/index.cmd
-application/index.obj
-application/index.response
-application/index.vnd
-application/iotp
-application/ipp
-application/isup
-application/font-tdpfr
-application/mac-binhex40 hqx
-application/mac-compactpro cpt
-application/macwriteii
-application/marc
-application/mathematica
-application/mathematica-old
-application/msword doc
-application/news-message-id
-application/news-transmission
-application/ocsp-request
-application/ocsp-response
-application/octet-stream bin dms lha lzh exe class so dll
-application/oda oda
-application/parityfec
-application/pdf pdf
-application/pgp-encrypted
-application/pgp-keys
-application/pgp-signature
-application/pkcs10
-application/pkcs7-mime
-application/pkcs7-signature
-application/pkix-cert
-application/pkix-crl
Home |
Main Index |
Thread Index |
Old Index