Bug 122805 - New Port: devel/rubygem-ezcrypto
Summary: New Port: devel/rubygem-ezcrypto
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 00:50 UTC by Steven Kreuzer
Modified: 2008-04-16 07:51 UTC (History)
0 users

See Also:


Attachments
file.shar (11.25 KB, text/plain)
2008-04-16 00:50 UTC, Steven Kreuzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer 2008-04-16 00:50:02 UTC
FreeBSD port of the ezcrypto v0.7 ruby gem

Fix: Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-16 03:44:13 UTC
State Changed
From-To: open->feedback

Hi, how about put it in security/ ?
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-16 07:49:49 UTC
clsung      2008-04-16 06:49:40 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/rubygem-ezcrypto Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby
  library.
  
  Features
      * Defaults to AES 128 CBC
      * Will use the systems OpenSSL library for transparent hardware crypto
        support
      * Single class object oriented access to most commonly used features
      * Ruby like
  
  WWW:  http://ezcrypto.rubyforge.org/
  
  PR:             ports/122805
  Submitted by:   Steven Kreuzer
  
  Revision  Changes    Path
  1.954     +1 -0      ports/security/Makefile
  1.1       +19 -0     ports/security/rubygem-ezcrypto/Makefile (new)
  1.1       +3 -0      ports/security/rubygem-ezcrypto/distinfo (new)
  1.1       +11 -0     ports/security/rubygem-ezcrypto/pkg-descr (new)
  1.1       +169 -0    ports/security/rubygem-ezcrypto/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-16 07:50:36 UTC
State Changed
From-To: feedback->closed

New port added in security/. Thank you.