[154337] users/devans/GNOME-3/stable/dports/www/libhttpseverywhere
devans at macports.org
devans at macports.org
Fri Oct 28 10:28:30 CEST 2016
Revision: 154337
https://trac.macports.org/changeset/154337
Author: devans at macports.org
Date: 2016-10-28 10:28:30 +0200 (Fri, 28 Oct 2016)
Log Message:
-----------
GNOME-3/stable: libhttpseverywhere, new port, leverage the power of HTTPSEverywhere to any desktop-application.
Added Paths:
-----------
users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/
users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/Portfile
Added: users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/Portfile (rev 0)
+++ users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/Portfile 2016-10-28 08:28:30 UTC (rev 154337)
@@ -0,0 +1,51 @@
+# -*- 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 grindhold libhttpseverywhere 0.2.3
+license LGPL-3
+categories www
+maintainers devans openmaintainer
+platforms darwin
+
+description This library enables you to leverage the power \
+ of HTTPSEverywhere to any desktop-application.
+
+long_description ${description}. HTTPSEverywhere is a browser plugin \
+ that comes with a set of rules that you can use \
+ to ensure that you use HTTP instead of HTTPS only \
+ when this is absolutely not circumventable. \
+ With libhttpseverywhere you get a C-bindable, \
+ GLib-based library you can link/bind against \
+ in almost all languages
+
+checksums rmd160 04d5f814feb434d799e2c43e1a6db8204d8e47f1 \
+ sha256 2f32e105e2751c0639892a57d1b652571e08c6937c4cc192cfa1f97cd7f49d0c
+
+depends_build port:pkgconfig \
+ port:meson \
+ port:ninja \
+ port:valadoc
+
+depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:json-glib \
+ port:gobject-introspection \
+ port:libarchive \
+ port:libgee \
+ port:libsoup \
+ port:libxml2 \
+ port:vala
+
+pre-configure {
+ xinstall -d -m 755 ${worksrcpath}/build
+}
+
+configure.cmd cd build && meson ..
+
+build.cmd cd build && ninja
+build.target
+
+destroot.cmd cd build && DESTDIR=${destroot} ninja
+destroot.destdir
Property changes on: users/devans/GNOME-3/stable/dports/www/libhttpseverywhere/Portfile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161028/aca1353a/attachment-0002.html>
More information about the macports-changes
mailing list