[132985] trunk/dports/devel

raimue at macports.org raimue at macports.org
Mon Feb 16 09:13:45 PST 2015


Revision: 132985
          https://trac.macports.org/changeset/132985
Author:   raimue at macports.org
Date:     2015-02-16 09:13:44 -0800 (Mon, 16 Feb 2015)
Log Message:
-----------
devel/git-cal:
New port, a git contribution calendar view for the terminal

Added Paths:
-----------
    trunk/dports/devel/git-cal/
    trunk/dports/devel/git-cal/Portfile

Added: trunk/dports/devel/git-cal/Portfile
===================================================================
--- trunk/dports/devel/git-cal/Portfile	                        (rev 0)
+++ trunk/dports/devel/git-cal/Portfile	2015-02-16 17:13:44 UTC (rev 132985)
@@ -0,0 +1,42 @@
+# -*- 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
+PortGroup               perl5 1.0
+
+github.setup            k4rthik git-cal 0.9.1 v
+categories              devel
+platforms               darwin
+supported_archs         noarch
+maintainers             raimue openmaintainer
+license                 MIT
+
+description             git contribution calendar
+long_description \
+    git-cal visualizes the timeline of commits to a git repository \
+    on a terminal.
+
+perl5.require_variant   yes
+perl5.conflict_variants yes
+perl5.branches          5.16 5.18 5.20
+perl5.create_variants   ${perl5.branches}
+
+checksums               rmd160  9a4b489979fa62c064e8af35c9c968e86d596257 \
+                        sha256  21a9ca143a43534e1b3a067e94f6c36c93106be4496740220479e1c5c24b5f7a
+
+depends_lib-append      port:p${perl5.major}-getopt-long
+depends_run-append      port:git
+
+configure.cmd           ${perl5.bin}
+configure.env           PERL_AUTOINSTALL=--skipdeps
+configure.pre_args      Makefile.PL
+configure.args          INSTALLDIRS=vendor CC="${configure.cc}" LD="${configure.cc}"
+
+destroot.target         pure_install
+
+post-destroot {
+    ln -s ${prefix}/libexec/perl${perl5.major}/git-cal ${destroot}${prefix}/bin/git-cal
+    xinstall -d ${destroot}${prefix}/share/man/man1p
+    ln -s ${prefix}/share/perl${perl5.major}/man/man1/git-cal.1pm ${destroot}${prefix}/share/man/man1p/git-cal.1pm
+}


Property changes on: trunk/dports/devel/git-cal/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150216/3c9bb9ac/attachment.html>


More information about the macports-changes mailing list