pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Remove libsieve -- very outdated, and has no depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16507563bf27
branches:  trunk
changeset: 490051:16507563bf27
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 02 16:05:26 2005 +0000

description:
Remove libsieve -- very outdated, and has no dependencies.
jlam agrees.

diffstat:

 mail/Makefile                |   3 +--
 mail/libsieve/DESCR          |   2 --
 mail/libsieve/Makefile       |  33 ---------------------------------
 mail/libsieve/PLIST          |   5 -----
 mail/libsieve/distinfo       |   5 -----
 mail/libsieve/files/Makefile |  19 -------------------
 6 files changed, 1 insertions(+), 66 deletions(-)

diffs (101 lines):

diff -r 28a534a12561 -r 16507563bf27 mail/Makefile
--- a/mail/Makefile     Wed Mar 02 15:52:26 2005 +0000
+++ b/mail/Makefile     Wed Mar 02 16:05:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.248 2005/02/25 21:19:00 adrianp Exp $
+# $NetBSD: Makefile,v 1.249 2005/03/02 16:05:26 wiz Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -79,7 +79,6 @@
 SUBDIR+=       libetpan
 SUBDIR+=       libmilter
 SUBDIR+=       libmilter812
-SUBDIR+=       libsieve
 SUBDIR+=       libsnert
 SUBDIR+=       libspf-alt
 SUBDIR+=       mail-notification
diff -r 28a534a12561 -r 16507563bf27 mail/libsieve/DESCR
--- a/mail/libsieve/DESCR       Wed Mar 02 15:52:26 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-  This is the sieve library from the cyrus imapd distribution.  It helps
-writing programs that parse RFC3028 mail filtering sieve scripts.
diff -r 28a534a12561 -r 16507563bf27 mail/libsieve/Makefile
--- a/mail/libsieve/Makefile    Wed Mar 02 15:52:26 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:53 tv Exp $
-#
-
-DISTNAME=      cyrus-imapd-2.1.12
-PKGNAME=       ${DISTNAME:S/cyrus-imapd/libsieve/}
-PKGREVISION=   2
-CATEGORIES=    mail
-MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
-
-MAINTAINER=    rh%NetBSD.org@localhost
-HOMEPAGE=      http://www.cyrusoft.com/sieve/
-COMMENT=       RFC3028 sieve library
-
-WRKSRC=                ${WRKDIR}/${DISTNAME}/sieve
-USE_BUILDLINK3=        YES
-USE_LIBTOOL=   YES
-CPPFLAGS+=     -I.
-CPPFLAGS+=     -I${PREFIX}/include/cyrus
-LDFLAGS+=      -lcyrus
-
-do-configure:
-       ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-
-do-install:
-       cd ${WRKSRC} &&                                                 \
-       ${LIBTOOL} --mode=install ${INSTALL_DATA} libsieve.la ${PREFIX}/lib
-       ${INSTALL_DATA_DIR} ${PREFIX}/include/sieve
-.for hdr in sieve_err.h sieve_interface.h
-       ${INSTALL_DATA} ${WRKSRC}/${hdr} ${PREFIX}/include/sieve
-.endfor
-
-.include "../../mail/cyrus-imapd/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 28a534a12561 -r 16507563bf27 mail/libsieve/PLIST
--- a/mail/libsieve/PLIST       Wed Mar 02 15:52:26 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:42 jlam Exp $
-include/sieve/sieve_err.h
-include/sieve/sieve_interface.h
-lib/libsieve.la
-@dirrm include/sieve
diff -r 28a534a12561 -r 16507563bf27 mail/libsieve/distinfo
--- a/mail/libsieve/distinfo    Wed Mar 02 15:52:26 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 09:59:23 agc Exp $
-
-SHA1 (cyrus-imapd-2.1.12.tar.gz) = f77c7328faba7bdb6b2af55ec562433a29255e4a
-RMD160 (cyrus-imapd-2.1.12.tar.gz) = d2d09beb1f7543d9cfe446c30e47121522339145
-Size (cyrus-imapd-2.1.12.tar.gz) = 1664202 bytes
diff -r 28a534a12561 -r 16507563bf27 mail/libsieve/files/Makefile
--- a/mail/libsieve/files/Makefile      Wed Mar 02 15:52:26 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#
-#      $Id: Makefile,v 1.1.1.1 2003/02/22 01:05:18 rh Exp $
-#
-# Package Makefile for libsieve
-#
-OBJS=  sieve_err.o sieve.o sieve-lex.o comparator.o interp.o message.o script.o tree.o addr.o addr-lex.o md5.o
-
-.c.o:
-       ${LIBTOOL} --mode=compile ${CC} ${CPPFLAGS} ${CFLAGS} -c ${.IMPSRC}
-
-#.y.c:
-#      yacc -d ${.IMPSRC}
-#      mv -f y.tab.c ${.TARGET}
-#      mv -f y.tab.h ${.TARGET:.c=.h}
-
-all: libsieve.la
-
-libsieve.la: ${OBJS}
-       ${LIBTOOL} --mode=link ${CC} -o ${.TARGET} ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -version-info 1:0 ${LDFLAGS}



Home | Main Index | Thread Index | Old Index