Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv13723

Added Files:
        exact.info exact.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: exact.patch ---
diff -Nurd -x'*~' exact-1.41.orig/Makefile.in exact-1.41/Makefile.in
--- exact-1.41.orig/Makefile.in 2004-03-31 15:40:02.000000000 -0500
+++ exact-1.41/Makefile.in      2012-02-08 08:10:20.000000000 -0500
@@ -65,11 +65,9 @@
 install: all
        $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(sbindir) 
$(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir)/run/exact \
                $(DESTDIR)/$(localstatedir)/state/exact 
$(DESTDIR)/$(mandir)/man8 $(DESTDIR)/$(mandir)/man5
-       chown $(username) $(DESTDIR)/$(localstatedir)/run/exact 
$(DESTDIR)/$(localstatedir)/state/exact
-       chgrp $(groupname) $(DESTDIR)/$(localstatedir)/run/exact 
$(DESTDIR)/$(localstatedir)/state/exact
        $(INSTALL) -m755 exact $(DESTDIR)/$(sbindir)/exact
        $(INSTALL) -m644 exact.conf $(DESTDIR)/$(sysconfdir)/exact.conf
-       $(INSTALL) -m644 exact-servers.conf 
$(DEST)/$(sysconfdir)/exact-servers.conf
+       $(INSTALL) -m644 exact-servers.conf 
$(DESTDIR)/$(sysconfdir)/exact-servers.conf
        $(INSTALL) -m644 exact.8 $(DESTDIR)/$(mandir)/man8
        $(INSTALL) -m644 exact.conf.5 $(DESTDIR)/$(mandir)/man5
 

--- NEW FILE: exact.info ---
Package: exact
Version: 1.41
Revision: 12
###
BuildDepends: fink (>= 0.24.12)
Depends: daemonic
###
Source: http://adju.st/dist/%n/%n-%v.tar.gz
Source-MD5: ec84a87890b2f4683e30ecc7ad254323
PatchFile: %n.patch
PatchFile-MD5: cfa72aee9138f249bdb1bfdecdc367fb
###
DocFiles: INSTALL NEWS README*
ConfFiles: %p/etc/exact.conf
###
ConfigureParams: --with-watch=%p/var/log/mail.log --with-user=root 
--with-group=mail --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
#InstallScript: make install DESTDIR=%d
###
PostInstScript: <<
  chgrp mail %p/var/run/exact %p/var/state/exact

  # update init script if necessary
  daemonic update %n
<<
PreRmScript: <<
  # clean up
  [ -f %p/var/run/%n/%n.pid ] && kill `cat %p/var/run/%n/%n.pid`
  if [ $1 != "upgrade" ]; then
    daemonic remove %n
  fi
<<
###
DaemonicName: exact
DaemonicFile: <<
  <service>
    <description>POP/IMAP before SMTP authentication</description>
    <message>POP/IMAP before SMTP authentication</message>

    <daemon name="exact">
      <executable background="yes">%p/sbin/exact</executable>
      <!-- the daemon will background itself, but may take a while
           to start up to the point where it does so -->
      <pidfile>%p/var/run/exact/exact.pid</pidfile>
    </daemon>

  </service>
<<
###
Description: POP/IMAP-before-SMTP authentication daemon
DescDetail: <<
  EXACT is a program that implements POP Before SMTP Relay
  Authentication. EXACT supports the University of Washington IMAP
  server, the Cyrus IMAP server, EXIM and Sendmail. POP Before SMTP
  Relay Authentication is commonly used on systems that provide both
  IMAP or POP services and SMTP services, to authenticate users for
  mail sending based on their previous authentication against an IMAP
  or POP server.  
<<
###
License: GPL
Maintainer: Justin F. Hallett <[email protected]>
Homepage: http://adju.st/dist/exact/


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to