[csw-devel] SF.net SVN: gar:[11673] csw/mgar/pkg/cyrus_imapd/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Nov 21 15:27:50 CET 2010
Revision: 11673
http://gar.svn.sourceforge.net/gar/?rev=11673&view=rev
Author: chninkel
Date: 2010-11-21 14:27:49 +0000 (Sun, 21 Nov 2010)
Log Message:
-----------
cyrus_imapd: switched to dynamic prototype
Modified Paths:
--------------
csw/mgar/pkg/cyrus_imapd/trunk/Makefile
csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd.changelog.CSW
csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd_utils.changelog.CSW
csw/mgar/pkg/cyrus_imapd/trunk/files/pm_cyrus.changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapd.prototype
csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapdutils.prototype
csw/mgar/pkg/cyrus_imapd/trunk/files/CSWpmcyrus.prototype
Modified: csw/mgar/pkg/cyrus_imapd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/Makefile 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/Makefile 2010-11-21 14:27:49 UTC (rev 11673)
@@ -33,20 +33,77 @@
SPKG_DESC_CSWcyrusimapd = Pop and Imap server from the Cyrus mail system
CATALOGNAME_CSWcyrusimapd = cyrus_imapd
-RUNTIME_DEP_PKGS_CSWcyrusimapd = CSWosslrt CSWsasl CSWbdb42 CSWkrb5lib CSWtcpwrap CSWnetsnmp CSWpcrert
-SPKG_CLASSES_CSWcyrusimapd = none services cswpreserveconf cswinitsmf
+RUNTIME_DEP_PKGS_CSWcyrusimapd = CSWosslrt CSWsasl CSWbdb42 CSWkrb5lib CSWnetsnmp CSWpcrert CSWzlib
+#SPKG_CLASSES_CSWcyrusimapd = none services cswpreserveconf cswinitsmf
SPKG_DESC_CSWcyrusimapdutils = Various admin utilities for Cyrus Imapd/Popd
CATALOGNAME_CSWcyrusimapdutils = cyrus_imapd_utils
-RUNTIME_DEP_PKGS_CSWcyrusimapdutils = CSWpmcyrus CSWosslrt CSWsasl CSWbdb42 CSWkrb5lib CSWpcrert
-SPKG_CLASSES_CSWcyrusimapdutils = none
+RUNTIME_DEP_PKGS_CSWcyrusimapdutils = CSWpmcyrus CSWosslrt CSWsasl CSWbdb42 CSWkrb5lib CSWpcrert CSWzlib
+#SPKG_CLASSES_CSWcyrusimapdutils = none
SPKG_DESC_CSWpmcyrus = Perl interface to Cyrus Imap functions
CATALOGNAME_CSWpmcyrus = pm_cyrus
-RUNTIME_DEP_PKGS_CSWpmcyrus = CSWperl CSWbdb42 CSWosslrt CSWsasl
-SPKG_CLASSES_CSWpmcyrus = none
+RUNTIME_DEP_PKGS_CSWpmcyrus = CSWperl CSWbdb42 CSWosslrt CSWsasl CSWzlib
+#SPKG_CLASSES_CSWpmcyrus = none
+PKGFILES_CSWcyrusimapd = $(sbindir)/arbitronsort
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-dohash
+PKGFILES_CSWcyrusimapd += $(sbindir)/masssievec
+PKGFILES_CSWcyrusimapd += $(sbindir)/migrate-metadata
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-mkdirs
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-mknewsgroups
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-rehash
+PKGFILES_CSWcyrusimapd += $(sbindir)/translatesieve
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-undohash
+PKGFILES_CSWcyrusimapd += $(sbindir)/sievec
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrus-master
+PKGFILES_CSWcyrusimapd += $(sbindir)/make_md5
+PKGFILES_CSWcyrusimapd += $(sbindir)/make_sha1
+PKGFILES_CSWcyrusimapd += $(sbindir)/reconstruct
+PKGFILES_CSWcyrusimapd += $(sbindir)/quota
+PKGFILES_CSWcyrusimapd += $(sbindir)/ipurge
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyrdump
+PKGFILES_CSWcyrusimapd += $(sbindir)/chk_cyrus
+PKGFILES_CSWcyrusimapd += $(sbindir)/cvt_cyrusdb
+PKGFILES_CSWcyrusimapd += $(sbindir)/deliver
+PKGFILES_CSWcyrusimapd += $(sbindir)/ctl_mboxlist
+PKGFILES_CSWcyrusimapd += $(sbindir)/ctl_deliver
+PKGFILES_CSWcyrusimapd += $(sbindir)/ctl_cyrusdb
+PKGFILES_CSWcyrusimapd += $(sbindir)/squatter
+PKGFILES_CSWcyrusimapd += $(sbindir)/mbexamine
+PKGFILES_CSWcyrusimapd += $(sbindir)/mbpath
+PKGFILES_CSWcyrusimapd += $(sbindir)/cyr_expire
+PKGFILES_CSWcyrusimapd += $(sbindir)/arbitron
+PKGFILES_CSWcyrusimapd += $(sbindir)/tls_prune
+PKGFILES_CSWcyrusimapd += $(sysconfdir)/cyrus
+PKGFILES_CSWcyrusimapd += $(docdir)/cyrus_imapd/.*
+PKGFILES_CSWcyrusimapd += $(mandir)/man5/.*
+PKGFILES_CSWcyrusimapd += $(mandir)/man8/.*
+PKGFILES_CSWcyrusimapd += $(libexecdir)/cyrus
+PKGFILES_CSWcyrusimapd += $(sysconfdir)/cyrus/imapd.conf.CSW
+PKGFILES_CSWcyrusimapd += $(sysconfdir)/cyrus/cyrus.conf.CSW
+PKGFILES_CSWcyrusimapd += $(localstatedir)/cyrus
+PKGFILES_CSWcyrusimapd += $(sysconfdir)/init.d/cswcyrus
+PKGFILES_CSWcyrusimapd += $(localstatedir)/svc/manifest/network/cswcyrus.xml
+PRESERVECONF = $(sysconfdir)/cyrus/imapd.conf
+PRESERVECONF += $(sysconfdir)/cyrus/cyrus.conf
+INITSMF = $(sysconfdir)/init.d/cswcyrus
+ETCSERVICES = /etc/opt/csw/pkg/CSWcyrusimapd/services
+
+LICENSE = COPYRIGHT
+
+PKGFILES_CSWcyrusimapdutils = $(bindir)/.*
+PKGFILES_CSWcyrusimapd += $(mandir)/man1/.*
+PKGFILES_CSWcyrusimapd += $(docdir)/cyrus_imapd_utils/.*
+
+PKGFILES_CSWpmcyrus = $(perllib)/.*
+PKGFILES_CSWpmcyrus += $(mandir)/man3/Cyrus::.*
+PKGFILES_CSWpmcyrus += $(docdir)/pm_cyrus/.*
+
+
+CHECKPKG_OVERRIDES_CSWcyrusimapdutils += surplus-dependency|CSWpmcyrus
+
###### Upstream and opencsw files information #######
MASTER_SITES = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ http://email.uoa.gr/download/cyrus/cyrus-imapd-$(GARVERSION)/
@@ -57,14 +114,12 @@
DISTNAME = $(shell echo $(GARNAME) | tr '_' '-')-$(GARVERSION)
DISTFILES = $(DISTNAME).tar.gz
-DISTFILES += CSWcyrusimapd.prototype CSWcyrusimapd.preinstall CSWcyrusimapd.checkinstall
+DISTFILES += CSWcyrusimapd.preinstall CSWcyrusimapd.checkinstall
DISTFILES += cyrus_imapd.changelog.CSW README.CSW
-DISTFILES += i.services r.services services
+DISTFILES += services
DISTFILES += cswcyrus cswcyrus.xml
DISTFILES += imapd.conf cyrus.conf
-DISTFILES += CSWpmcyrus.prototype
-DISTFILES += CSWcyrusimapdutils.prototype
DISTFILES += cyrus_imapd_utils.changelog.CSW
DISTFILES += pm_cyrus.changelog.CSW
@@ -96,6 +151,12 @@
# <http://www.opencsw.org/mantis/view.php?id=3766>
PATCHFILES += 0001-Force-linkage-to-libperl.so.patch
+# Fix config2header so it works with argument like
+# "CC=/path/to/CC arg1 arg2"
+# mandatory to work with assignment like
+# "CC="/opt/SUNWspro/bin/cc -xrunpath"
+PATCHFILES += 0002-fix-config2header.patch
+
#GARCOMPILER = GNU
#GNU_CC_OPT = -g
#GNU_LD_OPT = -g
@@ -116,6 +177,7 @@
CONFIGURE_ARGS += --enable-murder
CONFIGURE_ARGS += --enable-replication
CONFIGURE_ARGS += --with-snmp=$(prefix)
+CONFIGURE_ARGS += --with-libwrap=$(prefix)
# we add the args so perl libraries are installed
# in the correct path
@@ -162,8 +224,7 @@
post-merge:
# we provide our class action scripts to modify /etc/inet/services
- ginstall $(WORKDIR_FIRSTMOD)/*.services $(WORKDIR)/
- ginstall -D $(WORKDIR_FIRSTMOD)/services $(PKGROOT)/etc/inet/services
+ ginstall -D $(WORKDIR_FIRSTMOD)/services $(PKGROOT)/etc/opt/csw/pkg/CSWcyrusimapd/services
# configuration and init file installation
ginstall -D "$(WORKDIR_FIRSTMOD)/cswcyrus" "$(PKGROOT)/etc/opt/csw/init.d/cswcyrus"
@@ -171,6 +232,14 @@
ginstall -D "$(WORKDIR_FIRSTMOD)/imapd.conf" "$(PKGROOT)/$(sysconfdir)/cyrus/imapd.conf.CSW"
ginstall -D "$(WORKDIR_FIRSTMOD)/cyrus.conf" "$(PKGROOT)/$(sysconfdir)/cyrus/cyrus.conf.CSW"
+ ( cd "$(PKGROOT)$(libexecdir)/cyrus/" && \
+ for E in sievec cyrus-master make_md5 make_sha1 \
+ reconstruct quota ipurge cyrdump chk_cyrus \
+ cvt_cyrusdb deliver ctl_mboxlist ctl_deliver \
+ ctl_cyrusdb squatter mbexamine mbpath cyr_expire \
+ arbitron tls_prune; do \
+ mv -f $$E ../../sbin/$$E && ln -sf ../../sbin/$$E; \
+ done )
# we install binary under tools as part of the package
cp -r $(WORKSRC_FIRSTMOD)/tools/* $(PKGROOT)$(sbindir)
@@ -198,4 +267,7 @@
# we fix some permission problems
chmod -R u+w "$(PKGROOT)/"
+ # let's remove pod files
+ gfind $(PKGROOT)$(perllib) -name "perllocal.pod" -exec rm '{}' ';'
+
@$(MAKECOOKIE)
Deleted: csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapd.prototype
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapd.prototype 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapd.prototype 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,268 +0,0 @@
-i i.services
-i r.services
-e services /etc/inet/services 0444 root sys
-d none /opt/csw/etc/cyrus 0755 root bin
-d none /opt/csw/etc/pkg/CSWcyrusimapd 0755 root bin
-f cswinitsmf /etc/opt/csw/init.d/cswcyrus 0755 root bin
-f none /var/opt/csw/svc/manifest/network/cswcyrus.xml 0644 root sys
-f preserveconf /opt/csw/etc/cyrus/imapd.conf.CSW 0640 root mail
-f preserveconf /opt/csw/etc/cyrus/cyrus.conf.CSW 0640 root mail
-d none /opt/csw/var/cyrus 0755 cyrus mail
-d none /opt/csw/var/cyrus/sieve 0755 cyrus mail
-d none /opt/csw/var/cyrus/config 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/proc 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/db 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/socket 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/log 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/msg 0755 cyrus mail
-d none /opt/csw/var/cyrus/config/ptclient 0755 cyrus mail
-d none /opt/csw/var/cyrus/mail 0755 cyrus mail
-d none /opt/csw/var/cyrus/mail/stage. 0755 cyrus mail
-f none /opt/csw/share/man/man3/imclient.3 0644 root bin
-f none /opt/csw/share/man/man5/imapd.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/krb.equiv.5 0644 root bin
-f none /opt/csw/share/man/man5/cyrus.conf.5 0644 root bin
-f none /opt/csw/share/man/man8/arbitron.8 0644 root bin
-f none /opt/csw/share/man/man8/cyr_expire.8 0644 root bin
-f none /opt/csw/share/man/man8/deliver.8 0644 root bin
-f none /opt/csw/share/man/man8/fud.8 0644 root bin
-f none /opt/csw/share/man/man8/imapd.8 0644 root bin
-f none /opt/csw/share/man/man8/pop3d.8 0644 root bin
-f none /opt/csw/share/man/man8/quota.8 0644 root bin
-f none /opt/csw/share/man/man8/reconstruct.8 0644 root bin
-f none /opt/csw/share/man/man8/rmnews.8 0644 root bin
-f none /opt/csw/share/man/man8/syncnews.8 0644 root bin
-f none /opt/csw/share/man/man8/mbpath.8 0644 root bin
-f none /opt/csw/share/man/man8/timsieved.8 0644 root bin
-f none /opt/csw/share/man/man8/cyrus-master.8 0644 root bin
-f none /opt/csw/share/man/man8/lmtpd.8 0644 root bin
-f none /opt/csw/share/man/man8/idled.8 0644 root bin
-f none /opt/csw/share/man/man8/ctl_mboxlist.8 0644 root bin
-f none /opt/csw/share/man/man8/ctl_deliver.8 0644 root bin
-f none /opt/csw/share/man/man8/ctl_cyrusdb.8 0644 root bin
-f none /opt/csw/share/man/man8/ipurge.8 0644 root bin
-f none /opt/csw/share/man/man8/tls_prune.8 0644 root bin
-f none /opt/csw/share/man/man8/squatter.8 0644 root bin
-f none /opt/csw/share/man/man8/cvt_cyrusdb.8 0644 root bin
-f none /opt/csw/share/man/man8/notifyd.8 0644 root bin
-f none /opt/csw/share/man/man8/chk_cyrus.8 0644 root bin
-f none /opt/csw/share/man/man8/mbexamine.8 0644 root bin
-f none /opt/csw/share/man/man8/nntpd.8 0644 root bin
-f none /opt/csw/share/man/man8/fetchnews.8 0644 root bin
-f none /opt/csw/share/man/man8/smmapd.8 0644 root bin
-f none /opt/csw/share/man/man8/sync_client.8 0644 root bin
-f none /opt/csw/share/man/man8/sync_server.8 0644 root bin
-f none /opt/csw/share/man/man8/sync_reset.8 0644 root bin
-f none /opt/csw/share/man/man8/unexpunge.8 0644 root bin
-f none /opt/csw/share/man/man8/make_md5.8 0644 root bin
-f none /opt/csw/share/man/man8/make_sha1.8 0644 root bin
-f none /opt/csw/libexec/cyrus/sievec 0755 root bin
-s none /opt/csw/sbin/sievec=../libexec/cyrus/sievec
-s none /opt/csw/sbin/cyrus-master=../libexec/cyrus/cyrus-master
-f none /opt/csw/libexec/cyrus/cyrus-master 0755 root bin
-f none /opt/csw/libexec/cyrus/cyr_df 0755 root bin
-f none /opt/csw/libexec/cyrus/imapd 0755 root bin
-f none /opt/csw/libexec/cyrus/pop3d 0755 root bin
-f none /opt/csw/libexec/cyrus/fud 0755 root bin
-f none /opt/csw/libexec/cyrus/lmtpd 0755 root bin
-f none /opt/csw/libexec/cyrus/smmapd 0755 root bin
-f none /opt/csw/libexec/cyrus/reconstruct 0755 root bin
-f none /opt/csw/libexec/cyrus/pop3proxyd 0755 root bin
-f none /opt/csw/libexec/cyrus/unexpunge 0755 root bin
-f none /opt/csw/libexec/cyrus/idled 0755 root bin
-f none /opt/csw/libexec/cyrus/mupdate 0755 root bin
-f none /opt/csw/libexec/cyrus/sync_client 0755 root bin
-f none /opt/csw/libexec/cyrus/sync_server 0755 root bin
-f none /opt/csw/libexec/cyrus/sync_reset 0755 root bin
-f none /opt/csw/libexec/cyrus/make_md5 0755 root bin
-s none /opt/csw/sbin/make_md5=../libexec/cyrus/make_md5
-f none /opt/csw/libexec/cyrus/make_sha1 0755 root bin
-s none /opt/csw/sbin/make_sha1=../libexec/cyrus/make_sha1
-f none /opt/csw/libexec/cyrus/proxyd 0755 root bin
-s none /opt/csw/sbin/reconstruct=../libexec/cyrus/reconstruct
-f none /opt/csw/libexec/cyrus/quota 0755 root bin
-s none /opt/csw/sbin/quota=../libexec/cyrus/quota
-f none /opt/csw/libexec/cyrus/ipurge 0755 root bin
-s none /opt/csw/sbin/ipurge=../libexec/cyrus/ipurge
-f none /opt/csw/libexec/cyrus/cyrdump 0755 root bin
-s none /opt/csw/sbin/cyrdump=../libexec/cyrus/cyrdump
-f none /opt/csw/libexec/cyrus/chk_cyrus 0755 root bin
-s none /opt/csw/sbin/chk_cyrus=../libexec/cyrus/chk_cyrus
-f none /opt/csw/libexec/cyrus/cvt_cyrusdb 0755 root bin
-s none /opt/csw/sbin/cvt_cyrusdb=../libexec/cyrus/cvt_cyrusdb
-f none /opt/csw/libexec/cyrus/deliver 0755 root bin
-s none /opt/csw/sbin/deliver=../libexec/cyrus/deliver
-f none /opt/csw/libexec/cyrus/ctl_mboxlist 0755 root bin
-s none /opt/csw/sbin/ctl_mboxlist=../libexec/cyrus/ctl_mboxlist
-f none /opt/csw/libexec/cyrus/ctl_deliver 0755 root bin
-s none /opt/csw/sbin/ctl_deliver=../libexec/cyrus/ctl_deliver
-f none /opt/csw/libexec/cyrus/ctl_cyrusdb 0755 root bin
-s none /opt/csw/sbin/ctl_cyrusdb=../libexec/cyrus/ctl_cyrusdb
-f none /opt/csw/libexec/cyrus/squatter 0755 root bin
-s none /opt/csw/sbin/squatter=../libexec/cyrus/squatter
-f none /opt/csw/libexec/cyrus/mbexamine 0755 root bin
-s none /opt/csw/sbin/mbexamine=../libexec/cyrus/mbexamine
-f none /opt/csw/libexec/cyrus/mbpath 0755 root bin
-s none /opt/csw/sbin/mbpath=../libexec/cyrus/mbpath
-f none /opt/csw/libexec/cyrus/cyr_expire 0755 root bin
-s none /opt/csw/sbin/cyr_expire=../libexec/cyrus/cyr_expire
-f none /opt/csw/libexec/cyrus/arbitron 0755 root bin
-s none /opt/csw/sbin/arbitron=../libexec/cyrus/arbitron
-f none /opt/csw/libexec/cyrus/tls_prune 0755 root bin
-s none /opt/csw/sbin/tls_prune=../libexec/cyrus/tls_prune
-f none /opt/csw/libexec/cyrus/timsieved 0755 root bin
-f none /opt/csw/libexec/cyrus/notifyd 0755 root bin
-f none /opt/csw/sbin/arbitronsort 0755 root bin
-f none /opt/csw/sbin/cyrus-dohash 0755 root bin
-f none /opt/csw/sbin/masssievec 0755 root bin
-f none /opt/csw/sbin/migrate-metadata 0755 root bin
-f none /opt/csw/sbin/cyrus-mkdirs 0755 root bin
-f none /opt/csw/sbin/cyrus-mknewsgroups 0755 root bin
-f none /opt/csw/sbin/cyrus-rehash 0755 root bin
-f none /opt/csw/sbin/translatesieve 0755 root bin
-f none /opt/csw/sbin/cyrus-undohash 0755 root bin
-d none /opt/csw/share/doc 0755 root bin
-d none /opt/csw/share/doc/cyrus_imapd 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/altnamespace.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/anoncvs.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/bugs.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/changes.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/cyrusv2.mc 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/faq.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/feedback.html 0644 root bin
-d none /opt/csw/share/doc/cyrus_imapd/html 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/index.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-admin-mb.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-auth.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-compile.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-configure.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-murder.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-netnews.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-perf.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-prereq.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-replication.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/replication_examples 0644 root bin
-d none /opt/csw/share/doc/cyrus_imapd/man 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/arbitron.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/chk_cyrus.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/ctl_cyrusdb.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/ctl_deliver.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/ctl_mboxlist.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/cvt_cyrusdb.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/cyr_expire.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/cyrus.conf.5.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/deliver.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/fetchnews.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/fud.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/idled.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/imapd.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/imapd.conf.5.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/imclient.3.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/imtest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/installsieve.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/ipurge.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/krb.equiv.5.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/lmtpd.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/lmtptest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/cyrus-master.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/mbexamine.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/mbpath.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/mupdatetest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/nntpd.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/nntptest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/notifyd.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/pop3d.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/pop3test.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/quota.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/reconstruct.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/rmnews.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/sivtest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/smmapd.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/smtptest.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/squatter.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/syncnews.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/timsieved.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/tls_prune.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/cyradm.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/sieveshell.1.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/master.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/make_md5.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/unexpunge.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/sync_server.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/sync_reset.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man/sync_client.8.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-sieve.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-snmpmon.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-testing.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-upgrade.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install-virtdomains.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/install.html 0644 root bin
-d none /opt/csw/share/doc/cyrus_imapd/internal 0755 root bin
-d none /opt/csw/share/doc/cyrus_imapd/internal/CVS 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/CVS/Root 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/CVS/Repository 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/CVS/Entries 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/prot-events 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/bytecode 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/hacking 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/locking 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/database-formats.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/prot.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/internationalization.html 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/mailbox-format.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/master-state-machine.fig 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/specials 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/var_directory_structure 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/uuid 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/internal/replication_protocol 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/mailing-list.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/man.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/murder.fig 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/murder.png 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/netnews.fig 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/netnews.png 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/notes.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/os.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/overview.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/questions.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/readme.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/sieve-protocol.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/sieve.html 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/specs.html 0644 root bin
-d none /opt/csw/share/doc/cyrus_imapd/text 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/htmlstrip.c 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/Makefile 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/altnamespace 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/anoncvs 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/bugs 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/changes 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/faq 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/feedback 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/index 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-admin-mb 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-auth 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-compile 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-configure 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-murder 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-netnews 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-perf 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-prereq 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-sieve 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-snmpmon 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-testing 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-upgrade 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-virtdomains 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install-replication 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/install 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/mailing-list 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/man 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/notes 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/os 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/overview 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/questions 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/readme 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/sieve-protocol 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/sieve 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/text/specs 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/README.CSW 0644 root bin
-f none /opt/csw/share/doc/cyrus_imapd/changelog.CSW 0644 root bin
Deleted: csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapdutils.prototype
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapdutils.prototype 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/CSWcyrusimapdutils.prototype 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,20 +0,0 @@
-f none /opt/csw/bin/cyradm 0755 root bin
-f none /opt/csw/bin/imtest 0755 root bin
-l none /opt/csw/bin/pop3test=imtest
-l none /opt/csw/bin/nntptest=imtest
-l none /opt/csw/bin/lmtptest=imtest
-l none /opt/csw/bin/smtptest=imtest
-l none /opt/csw/bin/mupdatetest=imtest
-l none /opt/csw/bin/sivtest=imtest
-f none /opt/csw/bin/sieveshell 0755 root bin
-f none /opt/csw/share/man/man1/cyradm.1 0444 root bin
-f none /opt/csw/share/man/man1/imtest.1 0644 root bin
-f none /opt/csw/share/man/man1/pop3test.1 0644 root bin
-f none /opt/csw/share/man/man1/nntptest.1 0644 root bin
-f none /opt/csw/share/man/man1/lmtptest.1 0644 root bin
-f none /opt/csw/share/man/man1/smtptest.1 0644 root bin
-f none /opt/csw/share/man/man1/sivtest.1 0644 root bin
-f none /opt/csw/share/man/man1/mupdatetest.1 0644 root bin
-f none /opt/csw/share/man/man1/sieveshell.1 0644 root bin
-d none /opt/csw/share/doc/cyrus_imapd_utils 0755 root bin
-f none /opt/csw/share/doc/cyrus_imapd_utils/changelog.CSW 0644 root bin
Deleted: csw/mgar/pkg/cyrus_imapd/trunk/files/CSWpmcyrus.prototype
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/CSWpmcyrus.prototype 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/CSWpmcyrus.prototype 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,24 +0,0 @@
-d none /opt/csw/lib/perl/csw 0755 root bin
-d none /opt/csw/lib/perl/csw/auto 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Cyrus 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Cyrus/IMAP 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Cyrus/IMAP/IMAP.so 0555 root bin
-f none /opt/csw/lib/perl/csw/auto/Cyrus/IMAP/IMAP.bs 0444 root bin
-d none /opt/csw/lib/perl/csw/auto/Cyrus/SIEVE 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Cyrus/SIEVE/managesieve 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Cyrus/SIEVE/managesieve/managesieve.so 0555 root bin
-f none /opt/csw/lib/perl/csw/auto/Cyrus/SIEVE/managesieve/managesieve.bs 0444 root bin
-d none /opt/csw/lib/perl/csw/Cyrus 0755 root bin
-f none /opt/csw/lib/perl/csw/Cyrus/IMAP.pm 0444 root bin
-d none /opt/csw/lib/perl/csw/Cyrus/IMAP 0755 root bin
-f none /opt/csw/lib/perl/csw/Cyrus/IMAP/Admin.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/Cyrus/IMAP/IMSP.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/Cyrus/IMAP/Shell.pm 0444 root bin
-d none /opt/csw/lib/perl/csw/Cyrus/SIEVE 0755 root bin
-f none /opt/csw/lib/perl/csw/Cyrus/SIEVE/managesieve.pm 0444 root bin
-f none /opt/csw/share/man/man3/Cyrus::IMAP.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Cyrus::IMAP::Admin.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Cyrus::IMAP::IMSP.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Cyrus::IMAP::Shell.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Cyrus::SIEVE::managesieve.3perl 0444 root bin
-f none /opt/csw/share/doc/pm_cyrus/changelog.CSW 0644 root bin
Modified: csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd.changelog.CSW
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd.changelog.CSW 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd.changelog.CSW 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,3 +1,11 @@
+cyrus_imapd (2.3.16,REV=2010.11.21) unstable
+
+ * Added missing zlib dependancy.
+ * Removed useless tcpwrap depandancy.
+ * [gar] switched do dynamic prototype.
+
+ -- Yann Rouillard <yann at opencsw.org> Sun, 21 Nov 2010 15:25:09 +0100
+
cyrus_imapd (2.3.16,REV=2009.12.26) unstable
* New upstream version.
Modified: csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd_utils.changelog.CSW
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd_utils.changelog.CSW 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/cyrus_imapd_utils.changelog.CSW 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,3 +1,10 @@
+cyrus_imapd\xC3_utils (2.3.16,REV=2010.11.21) unstable
+
+ * Added missing zlib dependancy.
+ * [gar] switched do dynamic prototype.
+
+ -- Yann Rouillard <yann at opencsw.org> Sun, 21 Nov 2010 15:25:09 +0100
+
cyrus_imapd_utils (2.3.16,REV=2009.12.26) unstable
* New upstream version.
Modified: csw/mgar/pkg/cyrus_imapd/trunk/files/pm_cyrus.changelog.CSW
===================================================================
--- csw/mgar/pkg/cyrus_imapd/trunk/files/pm_cyrus.changelog.CSW 2010-11-20 10:34:17 UTC (rev 11672)
+++ csw/mgar/pkg/cyrus_imapd/trunk/files/pm_cyrus.changelog.CSW 2010-11-21 14:27:49 UTC (rev 11673)
@@ -1,3 +1,10 @@
+pm_cyrus (2.3.16,REV=2010.11.21) unstable
+
+ * Added missing zlib dependancy.
+ * [gar] switched do dynamic prototype.
+
+ -- Yann Rouillard <yann at opencsw.org> Sun, 21 Nov 2010 15:25:09 +0100
+
pm_cyrus (2.3.16,REV=2009.12.26) unstable
* New upstream version.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list