Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2005 11:50:43 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Object-Signature Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512261150.jBQBohVW010214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2005-12-26 11:50:43 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Object-Signature Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Object::Signature is an abstract base class that you can inherit from in
  order to allow your objects to generate unique cryptographic signatures.
  
  The method used to generate the signature is based on Storable and
  Digest::MD5. The object is fed to Storable::nfreeze to get a string,
  which is then passed to Digest::MD5::md5_hex to get a unique 32
  character hexidecimal signature.
  
  WWW: http://search.cpan.org/dist/Object-Signature/
  
  PR:             ports/90918
  Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
  
  Revision  Changes    Path
  1.2075    +1 -0      ports/devel/Makefile
  1.1       +36 -0     ports/devel/p5-Object-Signature/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Object-Signature/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Object-Signature/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Object-Signature/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512261150.jBQBohVW010214>