SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-unix-crypt/Makefile
Normal file
15
devel/ruby-unix-crypt/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= unix algorithms
|
||||
|
||||
DISTNAME= unix-crypt-1.3.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-unix-crypt/distinfo
Normal file
2
devel/ruby-unix-crypt/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (unix-crypt-1.3.1.gem) = vnhdEOSMS5rH2Ip3hJcgwvGoVpTjg/+XMyRrFY2M5YY=
|
||||
SIZE (unix-crypt-1.3.1.gem) = 12800
|
3
devel/ruby-unix-crypt/pkg/DESCR
Normal file
3
devel/ruby-unix-crypt/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Performs the UNIX crypt(3) algorithm using DES (standard 13 character
|
||||
passwords), MD5 (starting with $1$), SHA256 (starting with $5$) and SHA512
|
||||
(starting with $6$)
|
23
devel/ruby-unix-crypt/pkg/PLIST
Normal file
23
devel/ruby-unix-crypt/pkg/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
${GEM_BIN}/mkunixcrypt30
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/mkunixcrypt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/command_line.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/des.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/md5.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unix_crypt/sha.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_unix_crypt.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unix_crypt/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unix_crypt/test_command_line.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/unix-crypt.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue