mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Add rubygem-sshkey1 1.9.0 (copied from rubygem-sshkey)
- Add PORTSCOUT
This commit is contained in:
parent
fa298a62dc
commit
adf009f078
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493187
@ -1201,6 +1201,7 @@
|
||||
SUBDIR += rubygem-signet
|
||||
SUBDIR += rubygem-six
|
||||
SUBDIR += rubygem-sshkey
|
||||
SUBDIR += rubygem-sshkey1
|
||||
SUBDIR += rubygem-sshkit
|
||||
SUBDIR += rubygem-timfel-krb5
|
||||
SUBDIR += rubygem-twitter_oauth
|
||||
|
23
security/rubygem-sshkey1/Makefile
Normal file
23
security/rubygem-sshkey1/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sshkey
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Generate private/public SSH keypairs using pure Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:1\.9\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-sshkey1/distinfo
Normal file
3
security/rubygem-sshkey1/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1485435456
|
||||
SHA256 (rubygem/sshkey-1.9.0.gem) = 3015e0ad867ee409601fbb199069822dd8619dcdb19fbb1225bf34090aa4023c
|
||||
SIZE (rubygem/sshkey-1.9.0.gem) = 25600
|
4
security/rubygem-sshkey1/pkg-descr
Normal file
4
security/rubygem-sshkey1/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
SSHKey generates private and public SSH keys (RSA and DSA supported) using pure
|
||||
Ruby.
|
||||
|
||||
WWW: https://github.com/bensie/sshkey
|
Loading…
Reference in New Issue
Block a user