[101518] trunk/dports/devel

cal at macports.org cal at macports.org
Sat Jan 12 09:52:52 PST 2013


Revision: 101518
          https://trac.macports.org/changeset/101518
Author:   cal at macports.org
Date:     2013-01-12 09:52:52 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
pearl: new port, closes #37435

Added Paths:
-----------
    trunk/dports/devel/pearl/
    trunk/dports/devel/pearl/Portfile

Added: trunk/dports/devel/pearl/Portfile
===================================================================
--- trunk/dports/devel/pearl/Portfile	                        (rev 0)
+++ trunk/dports/devel/pearl/Portfile	2013-01-12 17:52:52 UTC (rev 101518)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        rodnaph pearl 0.0.1 v
+categories          devel shells
+platforms           darwin
+maintainers         pu-gh.com:rod
+license             MIT
+description         Helper for maintaining Macports Portfiles
+long_description    \
+    Pearl is a super-simple script to make it a little bit easier to update your \
+    Macports Portfile for your project. It just automates the diffing of your \
+    current Portfile with the release version from the Macports SVN repository.
+
+depends_lib         port:p5.12-ipc-run
+
+checksums           rmd160 87e595444812a4e9c2cf90ea66f8436341dd25aa \
+                    sha256 b2fc2d0308bc200fd34b0c6bee65ff2e4a3d02ee3b1b561b77f274ae52fc010d
+
+use_configure       no
+supported_archs     noarch
+
+post-patch {
+    reinplace       "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.12&" ${worksrcpath}/pearl
+}
+
+build               {}
+
+destroot            {
+    xinstall -m 0755 ${worksrcpath}/pearl \
+        ${destroot}${prefix}/bin/pearl
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 ${worksrcpath}/LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/devel/pearl/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/20130112/e29aa406/attachment.html>


More information about the macports-changes mailing list