[40262] trunk/dports/mail
simon at macports.org
simon at macports.org
Sat Sep 27 06:26:27 PDT 2008
Revision: 40262
http://trac.macports.org/changeset/40262
Author: simon at macports.org
Date: 2008-09-27 06:26:25 -0700 (Sat, 27 Sep 2008)
Log Message:
-----------
mail/perfect_maildir: New port, utility to convert mboxes to maildir.
Added Paths:
-----------
trunk/dports/mail/perfect_maildir/
trunk/dports/mail/perfect_maildir/Portfile
Added: trunk/dports/mail/perfect_maildir/Portfile
===================================================================
--- trunk/dports/mail/perfect_maildir/Portfile (rev 0)
+++ trunk/dports/mail/perfect_maildir/Portfile 2008-09-27 13:26:25 UTC (rev 40262)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem 1.0
+
+name perfect_maildir
+version 0.3
+categories mail
+platforms darwin
+maintainers simon openmaintainer
+description Simple but Perfect mbox to Maildir converter
+long_description ${description} by Philip Mak.
+
+homepage http://perfectmaildir.home-dn.net/
+master_sites ${homepage}/${name}/
+checksums md5 a5e52b2c12ded8e5670db7e46bfaebb1 \
+ sha1 6e0beadfcefe232fd89dbed2d3a5f2e454421ff7 \
+ rmd160 f076ea65732d1c49996f68c19956aa33b2eaaed3
+distfiles ${name}.pl
+
+depends_lib path:${prefix}/bin/perl:perl5.8 \
+ port:p5-timedate
+
+extract {
+ file mkdir ${worksrcpath}
+ file copy ${distpath}/${distfiles} ${worksrcpath}
+}
+
+patch {
+ reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/${name}.pl
+}
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall ${worksrcpath}/${name}.pl ${destroot}${prefix}/bin/${name}
+}
+
+livecheck.check regex
+livecheck.url ${master_sites}CHANGES
+livecheck.regex {v(\d+(?:\.\d+)*)}
Property changes on: trunk/dports/mail/perfect_maildir/Portfile
___________________________________________________________________
Added: svn:keyword
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080927/ea075a20/attachment.html
More information about the macports-changes
mailing list