[119056] trunk/dports/devel/ossp-uuid/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Apr 15 14:48:38 PDT 2014


Revision: 119056
          https://trac.macports.org/changeset/119056
Author:   macsforever2000 at macports.org
Date:     2014-04-15 14:48:38 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
ossp-uuid: Improve long_description. Add mode line. De-tab. Fix spacing.

Modified Paths:
--------------
    trunk/dports/devel/ossp-uuid/Portfile

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2014-04-15 21:40:54 UTC (rev 119055)
+++ trunk/dports/devel/ossp-uuid/Portfile	2014-04-15 21:48:38 UTC (rev 119056)
@@ -1,34 +1,44 @@
+# -*- 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  muniversal 1.0
+PortSystem              1.0
+PortGroup muniversal    1.0
 
-name			ossp-uuid
-version			1.6.2
+name                    ossp-uuid
+version                 1.6.2
 revision                2
-categories		devel
-license			MIT
-platforms		darwin
-maintainers		nomaintainer
-description		ISO-C API and CLI for generating Universally Unique Identifiers
-long_description	"${description}"
+categories              devel
+license                 MIT
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://www.ossp.org/pkg/lib/uuid/
-master_sites	ftp://ftp.ossp.org/pkg/lib/uuid/ freebsd
-distname		uuid-${version}
-checksums		md5     5db0d43a9022a6ebbbc25337ae28942f \
-			sha1    3e22126f0842073f4ea6a50b1f59dcb9d094719f \
-			rmd160  f9cd513577557c4f1d7de869f80035b8844b56d7
+description             ISO-C API and CLI for generating Universally Unique Identifiers
+long_description        OSSP uuid is a ISO-C:1999 application programming interface (API) \
+                        and corresponding command line interface (CLI) for the generation \
+                        of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally \
+                        Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of \
+                        version 1 (time and node based), version 3 (name based, MD5), \
+                        version 4 (random number based) and version 5 (name based, SHA-1). \
+                        Additional API bindings are provided for the languages ISO-C++:1998, \
+                        Perl:5 and PHP:4/5. Optional backward compatibility exists for the \
+                        ISO-C DCE-1.1 and Perl Data::UUID APIs.
 
-patchfiles		patch-Makefile.in.diff
+homepage                http://www.ossp.org/pkg/lib/uuid/
+master_sites            ftp://ftp.ossp.org/pkg/lib/uuid/ freebsd
+distname                uuid-${version}
 
-configure.args	--without-perl \
-		--without-php \
-		--without-pgsql \
-		--includedir=${prefix}/include/ossp
+checksums               rmd160  f9cd513577557c4f1d7de869f80035b8844b56d7 \
+                        sha256  11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0
 
-default_variants +perl5_16
+patchfiles              patch-Makefile.in.diff
 
+configure.args          --without-perl \
+                        --without-php \
+                        --without-pgsql \
+                        --includedir=${prefix}/include/ossp
+
+default_variants        +perl5_16
+
 if {[variant_isset universal]} {
     if { ${os.arch} eq "i386" } {
         if { ${os.major} >= 10 } {
@@ -64,38 +74,38 @@
 
 variant perl5_12 conflicts perl5_14 perl5_16 perl5_18 description {Perl bindings with perl 5.12} {
     depends_build-append   port:perl5.12
-	configure.args-delete	--without-perl
-	configure.args-append	--with-perl --with-perl-compat
-	configure.env-append   PERL=${prefix}/bin/perl5.12
-	patchfiles-append      patch-uuid-uuid.h.in.diff
+    configure.args-delete   --without-perl
+    configure.args-append   --with-perl --with-perl-compat
+    configure.env-append   PERL=${prefix}/bin/perl5.12
+    patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
 variant perl5_14 conflicts perl5_12 perl5_16 perl5_18 description {Perl bindings with perl 5.14} {
     depends_build-append   port:perl5.14
-	configure.args-delete	--without-perl
-	configure.args-append	--with-perl --with-perl-compat
-	configure.env-append   PERL=${prefix}/bin/perl5.14
-	patchfiles-append      patch-uuid-uuid.h.in.diff
+    configure.args-delete   --without-perl
+    configure.args-append   --with-perl --with-perl-compat
+    configure.env-append   PERL=${prefix}/bin/perl5.14
+    patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
 variant perl5_16 conflicts perl5_12 perl5_14 perl5_18 description {Perl bindings with perl 5.16} {
     depends_build-append   port:perl5.16
-	configure.args-delete	--without-perl
-	configure.args-append	--with-perl --with-perl-compat
-	configure.env-append   PERL=${prefix}/bin/perl5.16
-	patchfiles-append      patch-uuid-uuid.h.in.diff
+    configure.args-delete   --without-perl
+    configure.args-append   --with-perl --with-perl-compat
+    configure.env-append   PERL=${prefix}/bin/perl5.16
+    patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
 variant perl5_18 conflicts perl5_12 perl5_14 perl5_16 description {Perl bindings with perl 5.18} {
     depends_build-append   port:perl5.18
-	configure.args-delete	--without-perl
-	configure.args-append	--with-perl --with-perl-compat
-	configure.env-append   PERL=${prefix}/bin/perl5.18
-	patchfiles-append      patch-uuid-uuid.h.in.diff
+    configure.args-delete   --without-perl
+    configure.args-append   --with-perl --with-perl-compat
+    configure.env-append   PERL=${prefix}/bin/perl5.18
+    patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
-test.run		yes
-test.target		check
+test.run                yes
+test.target             check
 
-livecheck.type		regex
-livecheck.regex		"Stable Version:\[^\\d]*(\\d+(?:\\.\\d+)*)"
+livecheck.type          regex
+livecheck.regex         "Stable Version:\[^\\d]*(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/7dd819da/attachment.html>


More information about the macports-changes mailing list