[95291] trunk/dports/perl

blair at macports.org blair at macports.org
Sun Jul 8 13:56:10 PDT 2012


Revision: 95291
          https://trac.macports.org/changeset/95291
Author:   blair at macports.org
Date:     2012-07-08 13:56:09 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
p5-thrift: new perl5 specific port split out from thrift.

Thrift appears to provide a Perl native implementation of the project
so it doesn't depend upon the thrift port.

Do not bother conflicting with thrift +perl since that variant has
been removed in r95290 and since thrift +perl installed the files in
the wrong location.

Revision Links:
--------------
    https://trac.macports.org/changeset/95290

Added Paths:
-----------
    trunk/dports/perl/p5-thrift/
    trunk/dports/perl/p5-thrift/Portfile

Added: trunk/dports/perl/p5-thrift/Portfile
===================================================================
--- trunk/dports/perl/p5-thrift/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-thrift/Portfile	2012-07-08 20:56:09 UTC (rev 95291)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+PortGroup       perl5 1.0
+
+perl5.branches  5.8 5.10 5.12 5.14 5.16
+perl5.setup     Thrift 0.8.0
+platforms       darwin
+maintainers     blair openmaintainer
+license         BSD
+supported_archs noarch
+
+description     Perl implementation of Thrift serialization library
+
+long_description \
+                Thrift is a software framework for scalable cross-language \
+                services development. It combines a software stack with a \
+                code generation engine to build services that work \
+                efficiently and seamlessly between C++, Java, Python, PHP, \
+                Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and \
+                OCaml.
+
+homepage        http://thrift.apache.org/
+master_sites    apache:thrift/${version}
+dist_subdir     thrift
+distname        thrift-${version}
+
+configure.dir   ${worksrcpath}/lib/perl
+build.dir       ${configure.dir}
+test.dir        ${configure.dir}
+destroot.dir    ${configure.dir}
+
+checksums       md5     d29dfcd38d476cbc420b6f4d80ab966c \
+                sha1    1d652d7078d9cc70e2a45d3119b13e86ebd446da \
+                rmd160  bb0e1d2b6d30b70590752a7f9318e14de285c505
+
+if {${perl5.major} != ""} {
+        depends_lib-append      port:p${perl5.major}-bit-vector \
+                                port:p${perl5.major}-class-accessor
+}
+
+post-destroot {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 -W ${worksrcpath} \
+                CHANGES CONTRIBUTORS DISCLAIMER LICENSE NEWS NOTICE README \
+                ${destroot}${docdir}
+}


Property changes on: trunk/dports/perl/p5-thrift/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/20120708/e531893a/attachment.html>


More information about the macports-changes mailing list