[62551] trunk/dports/php

nox at macports.org nox at macports.org
Sun Jan 10 15:00:56 PST 2010


Revision: 62551
          http://trac.macports.org/changeset/62551
Author:   nox at macports.org
Date:     2010-01-10 15:00:53 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Create new port php5-mailparse

Mailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages.

Added Paths:
-----------
    trunk/dports/php/php5-mailparse/
    trunk/dports/php/php5-mailparse/Portfile

Added: trunk/dports/php/php5-mailparse/Portfile
===================================================================
--- trunk/dports/php/php5-mailparse/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-mailparse/Portfile	2010-01-10 23:00:53 UTC (rev 62551)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup mailparse 2.1.5 pecl
+license         PHP
+categories      php mail devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Email message manipulation
+
+long_description \
+    Mailparse is an extension for parsing and working with email messages. \
+    It can deal with rfc822 and rfc2045 (MIME) compliant messages.
+
+checksums       md5     0c0134fb6f5903c8fb6c9e2205263d2c \
+                sha1    f32246351390fe309e16c76d7e68fb494978cabe \
+                rmd160  55cdc574ac7dd2f5b08784f6b4d1522c5cf22637
+
+depends_run \
+    port:php5-mbstring
+
+configure.cppflags-append -DHAVE_MBSTRING
+
+use_parallel_build yes
+
+test.run        yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS README \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/php/php5-mailparse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100110/5929d544/attachment.html>


More information about the macports-changes mailing list