Revision: 138192 https://trac.macports.org/changeset/138192 Author: larryv@macports.org Date: 2015-07-01 12:49:01 -0700 (Wed, 01 Jul 2015) Log Message: ----------- libassuan: Rearrange and reformat Modified Paths: -------------- trunk/dports/devel/libassuan/Portfile Modified: trunk/dports/devel/libassuan/Portfile =================================================================== --- trunk/dports/devel/libassuan/Portfile 2015-07-01 19:48:58 UTC (rev 138191) +++ trunk/dports/devel/libassuan/Portfile 2015-07-01 19:49:01 UTC (rev 138192) @@ -1,36 +1,33 @@ # -*- 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 +PortSystem 1.0 -name libassuan -version 2.2.0 -categories devel +name libassuan +version 2.2.0 +categories devel +platforms darwin # strangely enough, only the docs are under GPL3 -license LGPL-2.1+ GPL-3+ -maintainers nomaintainer -description Assuan IPC Library -homepage http://www.gnupg.org/related_software/libassuan/index.en.html -platforms darwin -use_bzip2 yes +license LGPL-2.1+ GPL-3+ +maintainers nomaintainer -long_description \ - Libassuan is a small library implementing the so-called \ - Assuan protocol. This protocol is used for IPC between \ - most newer GnuPG components. Both, server and client side \ - functions are provided. +description Assuan IPC Library +long_description Libassuan is a small library implementing the \ + so-called Assuan protocol. This protocol is used \ + for IPC between most newer GnuPG components. Both, \ + server and client side functions are provided. +homepage http://www.gnupg.org/related_software/libassuan/index.en.html -master_sites gnupg +depends_lib port:libgpg-error port:pth -checksums rmd160 dbc56f36eb7d831ba0c36cd4bc8a7114a17ec176 \ - sha256 7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6 +master_sites gnupg +use_bzip2 yes +checksums rmd160 dbc56f36eb7d831ba0c36cd4bc8a7114a17ec176 \ + sha256 7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6 -depends_lib port:pth \ - port:libgpg-error +test.run yes +test.target check -test.run yes -test.target check - -livecheck.type regex -livecheck.url http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/${name}/ -livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+) +livecheck.type regex +livecheck.url http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/${name}/ +livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
participants (1)
-
larryv@macports.org