diff options
author | wiz <wiz> | 2005-03-02 16:05:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-02 16:05:26 +0000 |
commit | 9e45f3bbb328c5394d0ce014c318a38311d49386 (patch) | |
tree | c47330159c0d0284fd8d58c4520debcca787baed /mail/libsieve | |
parent | ef939e8769b541b1c9f837c93e04870009ba69ec (diff) | |
download | pkgsrc-9e45f3bbb328c5394d0ce014c318a38311d49386.tar.gz |
Remove libsieve -- very outdated, and has no dependencies.
jlam agrees.
Diffstat (limited to 'mail/libsieve')
-rw-r--r-- | mail/libsieve/DESCR | 2 | ||||
-rw-r--r-- | mail/libsieve/Makefile | 33 | ||||
-rw-r--r-- | mail/libsieve/PLIST | 5 | ||||
-rw-r--r-- | mail/libsieve/distinfo | 5 | ||||
-rw-r--r-- | mail/libsieve/files/Makefile | 19 |
5 files changed, 0 insertions, 64 deletions
diff --git a/mail/libsieve/DESCR b/mail/libsieve/DESCR deleted file mode 100644 index 9f33c4fd7af..00000000000 --- a/mail/libsieve/DESCR +++ /dev/null @@ -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 --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile deleted file mode 100644 index 6b6695128a2..00000000000 --- a/mail/libsieve/Makefile +++ /dev/null @@ -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 -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 --git a/mail/libsieve/PLIST b/mail/libsieve/PLIST deleted file mode 100644 index a120570e421..00000000000 --- a/mail/libsieve/PLIST +++ /dev/null @@ -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 --git a/mail/libsieve/distinfo b/mail/libsieve/distinfo deleted file mode 100644 index 0e42225990a..00000000000 --- a/mail/libsieve/distinfo +++ /dev/null @@ -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 --git a/mail/libsieve/files/Makefile b/mail/libsieve/files/Makefile deleted file mode 100644 index 1e1678d7547..00000000000 --- a/mail/libsieve/files/Makefile +++ /dev/null @@ -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} |