summaryrefslogtreecommitdiff
path: root/mail/sylpheed2-devel
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r--mail/sylpheed2-devel/Makefile122
-rw-r--r--mail/sylpheed2-devel/distinfo1
-rw-r--r--mail/sylpheed2-devel/files/patch-ac22
-rw-r--r--mail/sylpheed2-devel/pkg-comment1
-rw-r--r--mail/sylpheed2-devel/pkg-descr12
-rw-r--r--mail/sylpheed2-devel/pkg-plist106
6 files changed, 0 insertions, 264 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
deleted file mode 100644
index ed00bca9ba21..000000000000
--- a/mail/sylpheed2-devel/Makefile
+++ /dev/null
@@ -1,122 +0,0 @@
-# New ports collection makefile for: sylpheed
-# Date created: 15 June 2000
-# Whom: shigeri <shigeri@m10.alpha-net.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sylpheed
-PORTVERSION= 0.8.6
-PORTREVISION= 0
-CATEGORIES= mail ipv6
-MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
-
-MAINTAINER= lehmann@ans-netz.de
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_GTK= yes
-USE_LIBTOOL= yes
-USE_REINPLACE= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_PIXBUF)
-LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
-CONFIGURE_ARGS+=--disable-imlib
-.else
-USE_IMLIB= yes
-CONFIGURE_ARGS+=--disable-gdk-pixbuf
-.endif
-.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
-CONFIGURE_ARGS+=--enable-gpgme
-.else
-CONFIGURE_ARGS+=--disable-gpgme
-.endif
-.if defined(WITH_COMPFACE)
-LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces
-CONFIGURE_ARGS+=--enable-compface
-.else
-CONFIGURE_ARGS+=--disable-compface
-.endif
-.if defined(WITH_JCONV)
-LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv
-CONFIGURE_ARGS+=--enable-jconv
-.else
-CONFIGURE_ARGS+=--disable-jconv
-.endif
-.if defined(WITH_JPILOT)
-LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
-RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
-CONFIGURE_ARGS+=--enable-jpilot
-.else
-CONFIGURE_ARGS+= --disable-jpilot
-.endif
-.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
-CONFIGURE_ARGS+=--enable-ldap
-.else
-CONFIGURE_ARGS+=--disable-ldap
-.endif
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS+=--enable-ssl
-.else
-CONFIGURE_ARGS+=--disable-ssl
-.endif
-
-MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
- faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \
- faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \
- manual/ja/Makefile.in src/Makefile.in
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You may use the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support"
- @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME."
- @${ECHO} " WITH_COMPFACE=yes Enable X-Face support."
- @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion"
- @${ECHO} " library libjconv."
- @${ECHO} " WITH_JPILOT=yes Enable JPilot support."
- @${ECHO} " WITH_LDAP=yes Enable LDAP support."
- @${ECHO} ""
- @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support."
- @${ECHO} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
- s|-lresolv||g' ${WRKSRC}/configure
-
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \
- ${WRKSRC}/Makefile.in
-.else
-.for i in ${MAKEFILES}
- @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \
- s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \
- ${WRKSRC}/${i}
-.endfor
-.endif
-
-pre-build:
- ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for i in ChangeLog INSTALL README TODO
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo
deleted file mode 100644
index c5e42b040789..000000000000
--- a/mail/sylpheed2-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d
diff --git a/mail/sylpheed2-devel/files/patch-ac b/mail/sylpheed2-devel/files/patch-ac
deleted file mode 100644
index 86cde54e6a53..000000000000
--- a/mail/sylpheed2-devel/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/defs.h.orig Mon Sep 3 01:07:32 2001
-+++ src/defs.h Mon Sep 3 04:50:35 2001
-@@ -58,8 +58,8 @@
- #define MARK_VERSION 2
-
- #define DEFAULT_SIGNATURE ".signature"
--#define DEFAULT_INC_PATH "/usr/bin/mh/inc"
--#define DEFAULT_INC_PROGRAM "inc"
-+#define DEFAULT_INC_PATH ""
-+#define DEFAULT_INC_PROGRAM ""
- /* #define DEFAULT_INC_PATH "/usr/bin/imget" */
- /* #define DEFAULT_INC_PROGRAM "imget" */
- #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t"
-@@ -67,7 +67,7 @@
- #ifdef _PATH_MAILDIR
- # define DEFAULT_SPOOL_PATH _PATH_MAILDIR
- #else
--# define DEFAULT_SPOOL_PATH "/var/spool/mail"
-+# define DEFAULT_SPOOL_PATH "/var/mail"
- #endif
-
- #define BUFFSIZE 8192
diff --git a/mail/sylpheed2-devel/pkg-comment b/mail/sylpheed2-devel/pkg-comment
deleted file mode 100644
index 747436f717e9..000000000000
--- a/mail/sylpheed2-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A lightweight, featureful, and fast GTK+ based e-mail client
diff --git a/mail/sylpheed2-devel/pkg-descr b/mail/sylpheed2-devel/pkg-descr
deleted file mode 100644
index 82e317b6d4fd..000000000000
--- a/mail/sylpheed2-devel/pkg-descr
+++ /dev/null
@@ -1,12 +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.
-
-WWW: http://sylpheed.good-day.net/
diff --git a/mail/sylpheed2-devel/pkg-plist b/mail/sylpheed2-devel/pkg-plist
deleted file mode 100644
index 397aaa427808..000000000000
--- a/mail/sylpheed2-devel/pkg-plist
+++ /dev/null
@@ -1,106 +0,0 @@
-bin/sylpheed
-lib/charset.alias
-%%PORTDOCS%%share/doc/sylpheed/ChangeLog
-%%PORTDOCS%%share/doc/sylpheed/ChangeLog.jp
-%%PORTDOCS%%share/doc/sylpheed/INSTALL
-%%PORTDOCS%%share/doc/sylpheed/INSTALL.jp
-%%PORTDOCS%%share/doc/sylpheed/README
-%%PORTDOCS%%share/doc/sylpheed/README.jp
-%%PORTDOCS%%share/doc/sylpheed/TODO
-%%PORTDOCS%%share/doc/sylpheed/TODO.jp
-share/locale/cs/LC_MESSAGES/sylpheed.mo
-share/locale/da/LC_MESSAGES/sylpheed.mo
-share/locale/de/LC_MESSAGES/sylpheed.mo
-share/locale/el/LC_MESSAGES/sylpheed.mo
-share/locale/es/LC_MESSAGES/sylpheed.mo
-share/locale/et/LC_MESSAGES/sylpheed.mo
-share/locale/fr/LC_MESSAGES/sylpheed.mo
-share/locale/hr/LC_MESSAGES/sylpheed.mo
-share/locale/hu/LC_MESSAGES/sylpheed.mo
-share/locale/it/LC_MESSAGES/sylpheed.mo
-share/locale/ja/LC_MESSAGES/sylpheed.mo
-share/locale/ko/LC_MESSAGES/sylpheed.mo
-share/locale/locale.alias
-share/locale/nl/LC_MESSAGES/sylpheed.mo
-share/locale/pl/LC_MESSAGES/sylpheed.mo
-share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
-share/locale/ro/LC_MESSAGES/sylpheed.mo
-share/locale/ru/LC_MESSAGES/sylpheed.mo
-share/locale/sl/LC_MESSAGES/sylpheed.mo
-share/locale/sv/LC_MESSAGES/sylpheed.mo
-share/locale/tr/LC_MESSAGES/sylpheed.mo
-share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
-%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.sgml
-%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/ja
-%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/en
-%%PORTDOCS%%@dirrm share/doc/sylpheed/manual
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/it
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/fr
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/es
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/en
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/de
-%%PORTDOCS%%@dirrm share/doc/sylpheed/faq
-%%PORTDOCS%%@dirrm share/doc/sylpheed