Ticket #14372: daemon.diff

File daemon.diff, 1.6 KB (added by ebgssth@…, 16 years ago)

daemon

  • py-daemon/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python24 1.0
     5
     6name              py-daemon
     7version           1.0
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       Module to daemonize the calling process
     12long_description  ${description}
     13homepage          http://www.clapper.org/software/python/daemon/
     14master_sites      http://www.clapper.org/software/python/daemon/
     15checksums         md5 5643e497d1d920d377c6f9ef85abd1eb \
     16                  sha1 7ee8e26d9f023783cbf6c8ac87dadca9b2de9422 \
     17                  rmd160 7b049884b9c0ec7206cbe453f9be13ad2e25e004
     18distname          daemon-${version}
  • py25-daemon/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python25 1.0
     5
     6name              py25-daemon
     7version           1.0
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       Module to daemonize the calling process
     12long_description  ${description}
     13homepage          http://www.clapper.org/software/python/daemon/
     14master_sites      http://www.clapper.org/software/python/daemon/
     15checksums         md5 5643e497d1d920d377c6f9ef85abd1eb \
     16                  sha1 7ee8e26d9f023783cbf6c8ac87dadca9b2de9422 \
     17                  rmd160 7b049884b9c0ec7206cbe453f9be13ad2e25e004
     18distname          daemon-${version}