aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/muttzilla/Makefile27
-rw-r--r--mail/muttzilla/distinfo2
-rw-r--r--mail/muttzilla/files/patch-Makefile26
-rw-r--r--mail/muttzilla/files/patch-mutzilla.c44
-rw-r--r--mail/muttzilla/files/patch-mzbase.c13
-rw-r--r--mail/muttzilla/pkg-descr5
-rw-r--r--mail/muttzilla/pkg-plist14
9 files changed, 1 insertions, 132 deletions
diff --git a/MOVED b/MOVED
index 2884d70cfd83..f5ee6adfcfff 100644
--- a/MOVED
+++ b/MOVED
@@ -5442,3 +5442,4 @@ graphics/nurbs++||2014-02-05|Broken on all supported versions
japanese/grep|textproc/gnugrep|2014-02-06|Official version properly support multi-byte, consider using textproc/gnugrep
www/comclear||2014-02-06|Netscape doesn't exists anymore
editors/openoffice-3|editors/openoffice-4|2014-02-07|OpenOffice 3 is not supported anymore
+mail/muttzilla||2014-02-07|Netscape doesn't exists anymore
diff --git a/mail/Makefile b/mail/Makefile
index 44ed51c1b8c8..fc5a15d8a2d7 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -300,7 +300,6 @@
SUBDIR += mutt14-lite
SUBDIR += mutt_vc_query
SUBDIR += muttils
- SUBDIR += muttzilla
SUBDIR += nbsmtp
SUBDIR += newmail
SUBDIR += nmh
diff --git a/mail/muttzilla/Makefile b/mail/muttzilla/Makefile
deleted file mode 100644
index b56a65b6a4c6..000000000000
--- a/mail/muttzilla/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.com)
-# $FreeBSD$
-
-PORTNAME= muttzilla
-PORTVERSION= 0.40
-CATEGORIES= mail www
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Mutt MUA plugin for Netscape for use on "mailto:" URLs
-
-NO_STAGE= yes
-pre-configure:
- @${REINPLACE_CMD} \
- -e "s:/etc/muttzilla.conf:${PREFIX}/etc/muttzilla.conf:g" \
- ${WRKSRC}/muttzilla.h ${WRKSRC}/mzmail.sh ${WRKSRC}/mzmail.py \
- ${WRKSRC}/mznews.sh ${WRKSRC}/mznews.py
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/muttzilla/distinfo b/mail/muttzilla/distinfo
deleted file mode 100644
index 72780f4c9150..000000000000
--- a/mail/muttzilla/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (muttzilla-0.40.tar.gz) = bad6df55691037f88a7c7577bbe679e83c1ee27c1f960275c53281b876932fc9
-SIZE (muttzilla-0.40.tar.gz) = 27851
diff --git a/mail/muttzilla/files/patch-Makefile b/mail/muttzilla/files/patch-Makefile
deleted file mode 100644
index 6eefbc7837f0..000000000000
--- a/mail/muttzilla/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Wed Jan 26 23:11:08 2000
-+++ Makefile Fri Nov 24 14:42:09 2000
-@@ -1 +1 @@
--CFLAGS = -O2 -Wall
-+CFLAGS += -Wall -fPIC
-@@ -7,3 +7,3 @@
--BINDIR = /usr/local/bin
--LIBDIR = /usr/local/lib
--ETCDIR = /etc
-+BINDIR = ${PREFIX}/bin
-+LIBDIR = ${PREFIX}/lib
-+ETCDIR = ${PREFIX}/etc
-@@ -18 +18 @@
-- $(LD) $(LDFLAGS) -o $@ $^
-+ $(CC) -shared -o $@ $>
-@@ -27,5 +27,5 @@
-- install --mode=0755 muttzilla.so $(LIBDIR)
-- install --mode=0755 -d $(MZLIBDIR)
-- install --mode=0755 mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR)
-- install --mode=0644 $(MAILERLIBS) $(MZLIBDIR)
-- install --mode=0644 -b muttzilla.conf $(ETCDIR)
-+ ${BSD_INSTALL_DATA} muttzilla.so $(LIBDIR)
-+ -mkdir -p $(MZLIBDIR)
-+ ${BSD_INSTALL_SCRIPT} mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR)
-+ ${BSD_INSTALL_DATA} $(MAILERLIBS) $(MZLIBDIR)
-+ ${BSD_INSTALL_DATA} muttzilla.conf $(ETCDIR)
diff --git a/mail/muttzilla/files/patch-mutzilla.c b/mail/muttzilla/files/patch-mutzilla.c
deleted file mode 100644
index b9fefe99b934..000000000000
--- a/mail/muttzilla/files/patch-mutzilla.c
+++ /dev/null
@@ -1,44 +0,0 @@
---- muttzilla.c.orig Wed Jan 26 23:11:08 2000
-+++ muttzilla.c Mon May 12 15:22:48 2003
-@@ -26,23 +26,21 @@
- */
-
- char copyright[] =
--
--"
--muttzilla v0.40
--
--Copyright (C) 1999-2000 Brian D. Winters
--
--This library is free software; you can redistribute it and/or
--modify it under the terms of the GNU Lesser General Public
--License as published by the Free Software Foundation; either
--version 2.1 of the License, or (at your option) any later version.
--
--This library is distributed in the hope that it will be useful,
--but WITHOUT ANY WARRANTY; without even the implied warranty of
--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
--Lesser General Public License for more details.
--
--You should have received a copy of the GNU Lesser General Public
--License along with this library; if not, write to the Free Software
--Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--";
-+"\n"
-+"muttzilla v0.40\n"
-+"\n"
-+"Copyright (C) 1999-2000 Brian D. Winters\n"
-+"\n"
-+"This library is free software; you can redistribute it and/or\n"
-+"modify it under the terms of the GNU Lesser General Public\n"
-+"License as published by the Free Software Foundation; either\n"
-+"version 2.1 of the License, or (at your option) any later version.\n"
-+"\n"
-+"This library is distributed in the hope that it will be useful,\n"
-+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
-+"Lesser General Public License for more details.\n"
-+"\n"
-+"You should have received a copy of the GNU Lesser General Public\n"
-+"License along with this library; if not, write to the Free Software\n"
-+"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n";
diff --git a/mail/muttzilla/files/patch-mzbase.c b/mail/muttzilla/files/patch-mzbase.c
deleted file mode 100644
index 995133f85da7..000000000000
--- a/mail/muttzilla/files/patch-mzbase.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- mzbase.c.orig Sun Feb 16 16:35:13 2003
-+++ mzbase.c Sun Feb 16 16:35:28 2003
-@@ -25,6 +25,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <sys/stat.h>
- #include <unistd.h>
- #include <fcntl.h>
diff --git a/mail/muttzilla/pkg-descr b/mail/muttzilla/pkg-descr
deleted file mode 100644
index 167c19443431..000000000000
--- a/mail/muttzilla/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Do you want to use an alternate e-mail client for "mailto:" links in
-Netscape Communicator? Muttzilla allows you to do this. With this port
-the Mutt MUA is used on "mailto:" URL's rather than Communicator's built-in
-mail client. Muttzilla works with Communicator 4.04 or greater, and
-Navigator 4.6 or greater.
diff --git a/mail/muttzilla/pkg-plist b/mail/muttzilla/pkg-plist
deleted file mode 100644
index 9c05bed1e0fa..000000000000
--- a/mail/muttzilla/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/mzmail.sh
-bin/mzmail.py
-bin/mznews.sh
-bin/mznews.py
-etc/muttzilla.conf
-lib/muttzilla.so
-lib/muttzilla/mutt
-lib/muttzilla/pine
-lib/muttzilla/dtmail
-lib/muttzilla/VM
-lib/muttzilla/tin
-%%PORTDOCS%%share/doc/muttzilla/INSTALL
-%%PORTDOCS%%@dirrm share/doc/muttzilla
-@dirrm lib/muttzilla