diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-26 11:30:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-26 11:30:27 +0000 |
commit | a806c5754bad9b1ed7933ae951c1552e430f0e9a (patch) | |
tree | 8cf8a2084620c6d32a9a1948097658b06ef19513 /security/ruby-aes | |
parent | 795f3e5639d61e3951e0fae5335f2700a997f6ba (diff) | |
download | ports-a806c5754bad9b1ed7933ae951c1552e430f0e9a.tar.gz ports-a806c5754bad9b1ed7933ae951c1552e430f0e9a.zip |
Notes
Diffstat (limited to 'security/ruby-aes')
-rw-r--r-- | security/ruby-aes/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-aes/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-aes/pkg-plist | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/security/ruby-aes/Makefile b/security/ruby-aes/Makefile index 3f3109dbffc5..60909a5d2e0f 100644 --- a/security/ruby-aes/Makefile +++ b/security/ruby-aes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aes -PORTVERSION= 0.0.1 +PORTVERSION= 0.1.0 CATEGORIES= security ruby MASTER_SITES= http://aescrypt.sourceforge.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,8 +20,10 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS= README -EXAMPLES= aes-example.rb \ +DOCS= CHANGES README +EXAMPLES= aes-ecb-tbl.txt \ + aes-example.rb \ + aes-test.rb \ modexp.rb post-install: diff --git a/security/ruby-aes/distinfo b/security/ruby-aes/distinfo index 0e9ce46f72ad..d50aefadf651 100644 --- a/security/ruby-aes/distinfo +++ b/security/ruby-aes/distinfo @@ -1 +1 @@ -MD5 (ruby/aes-rb-0.0.1.tar.gz) = f8073b3ad520aea5e6b3fe70a906c17b +MD5 (ruby/aes-rb-0.1.0.tar.gz) = ba28ad8fa9217b7e5bd64db647fa59c5 diff --git a/security/ruby-aes/pkg-plist b/security/ruby-aes/pkg-plist index b92a9e8e7dbf..f526b897a718 100644 --- a/security/ruby-aes/pkg-plist +++ b/security/ruby-aes/pkg-plist @@ -1,6 +1,9 @@ %%RUBY_SITEARCHLIBDIR%%/aes.so +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/aes/aes-ecb-tbl.txt %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/aes/aes-example.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/aes/aes-test.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/aes/modexp.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/aes +%%PORTDOCS%%%%RUBY_DOCDIR%%/aes/CHANGES %%PORTDOCS%%%%RUBY_DOCDIR%%/aes/README %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/aes |