pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update to 1.3: Contributed by Stefan Schumacher (stefa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee59acfc9126
branches:  trunk
changeset: 472109:ee59acfc9126
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sun Apr 04 22:16:58 2004 +0000

description:
Update to 1.3: Contributed by Stefan Schumacher (stefan net-tex de) in
private mail, ok'd by lukem. Changes:

> Use the URL node and {head,tail}URL edge-attribute and link
> to "Web of trust statistics and pathfinder"-Site.
>
> This site provides a statistical analysis of the key (linked behind
> each node) and a path between to keys (linked behind tail and
> head of a edge).
>
> Those URL statements take only affect if one generates IMAP or CMAP
> output and uses this on a HTML-Site as imagemap.

diffstat:

 doc/CHANGES                       |   3 ++-
 security/gpg2dot/Makefile         |   4 ++--
 security/gpg2dot/files/gpg2dot.pl |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r d365f80b72e3 -r ee59acfc9126 doc/CHANGES
--- a/doc/CHANGES       Sun Apr 04 20:51:21 2004 +0000
+++ b/doc/CHANGES       Sun Apr 04 22:16:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5438 2004/04/04 19:27:37 recht Exp $
+$NetBSD: CHANGES,v 1.5439 2004/04/04 22:16:58 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1773,3 +1773,4 @@
        Updated icu to 2.8 [recht 2004-04-04]
        Added winelib-0.1 [recht 2004-04-04]
        Updated mono to 0.31nb1 [recht 2004-04-04]
+       Updated gpg2dot to 1.3 [hubertf 2004-04-04]
diff -r d365f80b72e3 -r ee59acfc9126 security/gpg2dot/Makefile
--- a/security/gpg2dot/Makefile Sun Apr 04 20:51:21 2004 +0000
+++ b/security/gpg2dot/Makefile Sun Apr 04 22:16:58 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/02/24 13:49:29 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/04 22:16:59 hubertf Exp $
 #
 
-DISTNAME=      gpg2dot-1.2
+DISTNAME=      gpg2dot-1.3
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    security
 MASTER_SITES=  # empty
diff -r d365f80b72e3 -r ee59acfc9126 security/gpg2dot/files/gpg2dot.pl
--- a/security/gpg2dot/files/gpg2dot.pl Sun Apr 04 20:51:21 2004 +0000
+++ b/security/gpg2dot/files/gpg2dot.pl Sun Apr 04 22:16:58 2004 +0000
@@ -1,6 +1,6 @@
 #!@PREFIX@/bin/perl
 #
-# $NetBSD: gpg2dot.pl,v 1.2 2004/01/21 04:14:45 lukem Exp $
+# $NetBSD: gpg2dot.pl,v 1.3 2004/04/04 22:16:59 hubertf Exp $
 
 # ----------------------------------------------------------------------------
 # "THE BEER-WARE LICENSE" (Revision 42):
@@ -67,8 +67,8 @@
     } elsif ($skeyid eq $mykeyid) {    # i trust you (one way)
        $color = "red";
     }
-    push(@sigs, sprintf("\"%s\" -> \"%s\" [color=\"%s\"%s];\t// %s -> %s\n",
-                       $skeyid, $keyid, $color, $attrs,
+    push(@sigs, sprintf("\"%s\" -> 
\"%s\"[tailURL=\"http://webware.lysator.liu.se/jc/wotsap/?top=0x%s&bottom=0x%s\",headURL=\"http://webware.lysator.liu.se/jc/wotsap/?top=0x%s&bottom=0x%s\",color=\"%s\"%s];\t// %s -> %s\n",
+                       $skeyid, $keyid, $keyid, $skeyid, $skeyid, $keyid, $color, $attrs,
                        $kuid{$skeyid}, $kuid{$keyid}));
     $signer{$skeyid} = "yes";
     $signed{$keyid} = "yes";
@@ -76,8 +76,8 @@
 
 foreach (keys %label) {
     next if (!$signer{$_} && !$signed{$_});
-    push(@keys, sprintf("\"%s\" [label=\"%s\"];\n",
-                       $_, $label{$_}));
+    push(@keys, sprintf("\"%s\" [URL=\"http://webware.lysator.liu.se/jc/wotsap/?top=0x%s\",label=\"%s\",shape=\"box\"];\n";,
+                       $_, $_, $label{$_}));
 }
 
 @sigs = uniq(sort(@sigs));



Home | Main Index | Thread Index | Old Index