[99367] trunk/dports/security
ryandesign at macports.org
ryandesign at macports.org
Sat Nov 3 05:28:17 PDT 2012
Revision: 99367
http://trac.macports.org//changeset/99367
Author: ryandesign at macports.org
Date: 2012-11-03 05:28:17 -0700 (Sat, 03 Nov 2012)
Log Message:
-----------
voms: new port, version 2.0.9 (#36493)
Added Paths:
-----------
trunk/dports/security/voms/
trunk/dports/security/voms/Portfile
Added: trunk/dports/security/voms/Portfile
===================================================================
--- trunk/dports/security/voms/Portfile (rev 0)
+++ trunk/dports/security/voms/Portfile 2012-11-03 12:28:17 UTC (rev 99367)
@@ -0,0 +1,47 @@
+# -*- 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 italiangrid voms 2_0_9
+version [strsed ${github.version} {g/_/./}]
+categories security
+platforms darwin
+maintainers nikhef.nl:okoeroo
+license Apache-2
+
+description create a proxy with VOMS extensions
+
+long_description The voms-proxy-init generates a proxy with the VOMS information included in a non-critical extension.
+
+checksums rmd160 5d6f8ba7aba00173cb22149d7b867ec4684e7435 \
+ sha256 aab51fab8ad4a89fb8dc68dcfc4e44a9eab0542bf437ec3bc330628830ba8633
+
+depends_build port:autoconf \
+ port:automake \
+ port:libtool
+
+depends_lib port:expat \
+ port:openssl
+
+pre-configure {
+ system -W ${worksrcpath} "./autogen.sh"
+}
+
+configure.args --with-expat-prefix=${prefix} \
+ --with-openssl-prefix=${prefix}
+
+# Fix build conflict with mongodb's ${prefix}/include/server.h
+configure.cppflags-delete -I${prefix}/include
+configure.cppflags-append -isystem${prefix}/include
+
+pre-test {
+ if {![file exists ${prefix}/bin/runtest]} {
+ ui_error "To test ${name}, you must first install the dejagnu port."
+ return -code error "dejagnu is not installed"
+ }
+}
+
+test.run yes
+test.target check
Property changes on: trunk/dports/security/voms/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/20121103/6c3231b0/attachment.html>
More information about the macports-changes
mailing list