[132962] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Mon Feb 16 02:33:03 PST 2015


Revision: 132962
          https://trac.macports.org/changeset/132962
Author:   ryandesign at macports.org
Date:     2015-02-16 02:33:02 -0800 (Mon, 16 Feb 2015)
Log Message:
-----------
vcs_blackbox: new port, version 1.20150203 (#46743)

Added Paths:
-----------
    trunk/dports/security/vcs_blackbox/
    trunk/dports/security/vcs_blackbox/Portfile

Added: trunk/dports/security/vcs_blackbox/Portfile
===================================================================
--- trunk/dports/security/vcs_blackbox/Portfile	                        (rev 0)
+++ trunk/dports/security/vcs_blackbox/Portfile	2015-02-16 10:33:02 UTC (rev 132962)
@@ -0,0 +1,31 @@
+# -*- 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        StackExchange blackbox 1.20150203 v
+name                vcs_blackbox
+categories          security
+platforms           darwin
+maintainers         whatexit.org:tal openmaintainer
+license             BSD
+supported_archs     noarch
+
+description         Safely store secrets in git/hg/svn repos using GPG encryption
+
+long_description    Storing secrets such as passwords, certificates and private keys \
+                    in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy \
+                    to store secrets safely using GPG encryption. They can be easily \
+                    decrypted for editing or use in production.
+
+checksums           rmd160  d788547015d6fbba835b800cfa8652a7ea1b1c4c \
+                    sha256  9eb3be0d09d9b67f88ce6f0afe941d81b15b3da885a210906fe792d7b4e9e260
+
+use_configure       no
+
+build               {}
+
+# This project's Makefile uses DESTDIR incorrectly.
+destroot.destdir    DESTDIR=${destroot}${prefix}
+destroot.target     packages-macports


Property changes on: trunk/dports/security/vcs_blackbox/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/a7ddcbf1/attachment.html>


More information about the macports-changes mailing list