notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
go.crypto Additional cryptography packages for Go
20170330 security Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20170330Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Go libraries should not be packaged
Expired This port expired on: 2019-03-31
Maintainer: jlaffaye@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-05-14 22:08:20
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
Also Listed In: devel
License: BSD3CLAUSE
WWW:
https://godoc.org/golang.org/x/crypto
Description:
go.crypto contains additional packages dealing with cryptography for Go, such as bcrypt, blowfish, openpgp and ssh. WWW: https://godoc.org/golang.org/x/crypto
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (299 items)
Collapse this list.
  1. /usr/local/share/licenses/go.crypto-20170330/catalog.mk
  2. /usr/local/share/licenses/go.crypto-20170330/LICENSE
  3. /usr/local/share/licenses/go.crypto-20170330/BSD3CLAUSE
  4. share/go/pkg/freebsd_amd64/golang.org/x/crypto/bcrypt.a
  5. share/go/pkg/freebsd_amd64/golang.org/x/crypto/blake2b.a
  6. share/go/pkg/freebsd_amd64/golang.org/x/crypto/blake2s.a
  7. share/go/pkg/freebsd_amd64/golang.org/x/crypto/blowfish.a
  8. share/go/pkg/freebsd_amd64/golang.org/x/crypto/bn256.a
  9. share/go/pkg/freebsd_amd64/golang.org/x/crypto/cast5.a
  10. share/go/pkg/freebsd_amd64/golang.org/x/crypto/chacha20poly1305.a
  11. share/go/pkg/freebsd_amd64/golang.org/x/crypto/cryptobyte.a
  12. share/go/pkg/freebsd_amd64/golang.org/x/crypto/curve25519.a
  13. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ed25519.a
  14. share/go/pkg/freebsd_amd64/golang.org/x/crypto/hkdf.a
  15. share/go/pkg/freebsd_amd64/golang.org/x/crypto/md4.a
  16. share/go/pkg/freebsd_amd64/golang.org/x/crypto/nacl/box.a
  17. share/go/pkg/freebsd_amd64/golang.org/x/crypto/nacl/secretbox.a
  18. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ocsp.a
  19. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp.a
  20. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/armor.a
  21. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/clearsign.a
  22. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/elgamal.a
  23. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/errors.a
  24. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/packet.a
  25. share/go/pkg/freebsd_amd64/golang.org/x/crypto/openpgp/s2k.a
  26. share/go/pkg/freebsd_amd64/golang.org/x/crypto/otr.a
  27. share/go/pkg/freebsd_amd64/golang.org/x/crypto/pbkdf2.a
  28. share/go/pkg/freebsd_amd64/golang.org/x/crypto/pkcs12.a
  29. share/go/pkg/freebsd_amd64/golang.org/x/crypto/poly1305.a
  30. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ripemd160.a
  31. share/go/pkg/freebsd_amd64/golang.org/x/crypto/salsa20.a
  32. share/go/pkg/freebsd_amd64/golang.org/x/crypto/salsa20/salsa.a
  33. share/go/pkg/freebsd_amd64/golang.org/x/crypto/scrypt.a
  34. share/go/pkg/freebsd_amd64/golang.org/x/crypto/sha3.a
  35. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ssh.a
  36. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ssh/agent.a
  37. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ssh/terminal.a
  38. share/go/pkg/freebsd_amd64/golang.org/x/crypto/ssh/test.a
  39. share/go/pkg/freebsd_amd64/golang.org/x/crypto/tea.a
  40. share/go/pkg/freebsd_amd64/golang.org/x/crypto/twofish.a
  41. share/go/pkg/freebsd_amd64/golang.org/x/crypto/xtea.a
  42. share/go/pkg/freebsd_amd64/golang.org/x/crypto/xts.a
  43. share/go/src/golang.org/x/crypto/bcrypt/base64.go
  44. share/go/src/golang.org/x/crypto/bcrypt/bcrypt.go
  45. share/go/src/golang.org/x/crypto/bcrypt/bcrypt_test.go
  46. share/go/src/golang.org/x/crypto/blake2b/blake2b.go
  47. share/go/src/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go
  48. share/go/src/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s
  49. share/go/src/golang.org/x/crypto/blake2b/blake2b_amd64.go
  50. share/go/src/golang.org/x/crypto/blake2b/blake2b_amd64.s
  51. share/go/src/golang.org/x/crypto/blake2b/blake2b_generic.go
  52. share/go/src/golang.org/x/crypto/blake2b/blake2b_ref.go
  53. share/go/src/golang.org/x/crypto/blake2b/blake2b_test.go
  54. share/go/src/golang.org/x/crypto/blake2b/register.go
  55. share/go/src/golang.org/x/crypto/blake2s/blake2s.go
  56. share/go/src/golang.org/x/crypto/blake2s/blake2s_386.go
  57. share/go/src/golang.org/x/crypto/blake2s/blake2s_386.s
  58. share/go/src/golang.org/x/crypto/blake2s/blake2s_amd64.go
  59. share/go/src/golang.org/x/crypto/blake2s/blake2s_amd64.s
  60. share/go/src/golang.org/x/crypto/blake2s/blake2s_generic.go
  61. share/go/src/golang.org/x/crypto/blake2s/blake2s_ref.go
  62. share/go/src/golang.org/x/crypto/blake2s/blake2s_test.go
  63. share/go/src/golang.org/x/crypto/blake2s/register.go
  64. share/go/src/golang.org/x/crypto/blowfish/block.go
  65. share/go/src/golang.org/x/crypto/blowfish/blowfish_test.go
  66. share/go/src/golang.org/x/crypto/blowfish/cipher.go
  67. share/go/src/golang.org/x/crypto/blowfish/const.go
  68. share/go/src/golang.org/x/crypto/bn256/bn256.go
  69. share/go/src/golang.org/x/crypto/bn256/bn256_test.go
  70. share/go/src/golang.org/x/crypto/bn256/constants.go
  71. share/go/src/golang.org/x/crypto/bn256/curve.go
  72. share/go/src/golang.org/x/crypto/bn256/example_test.go
  73. share/go/src/golang.org/x/crypto/bn256/gfp12.go
  74. share/go/src/golang.org/x/crypto/bn256/gfp2.go
  75. share/go/src/golang.org/x/crypto/bn256/gfp6.go
  76. share/go/src/golang.org/x/crypto/bn256/optate.go
  77. share/go/src/golang.org/x/crypto/bn256/twist.go
  78. share/go/src/golang.org/x/crypto/cast5/cast5.go
  79. share/go/src/golang.org/x/crypto/cast5/cast5_test.go
  80. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go
  81. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go
  82. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s
  83. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go
  84. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go
  85. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_test.go
  86. share/go/src/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go
  87. share/go/src/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go
  88. share/go/src/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go
  89. share/go/src/golang.org/x/crypto/cryptobyte/asn1.go
  90. share/go/src/golang.org/x/crypto/cryptobyte/asn1_test.go
  91. share/go/src/golang.org/x/crypto/cryptobyte/builder.go
  92. share/go/src/golang.org/x/crypto/cryptobyte/cryptobyte_test.go
  93. share/go/src/golang.org/x/crypto/cryptobyte/example_test.go
  94. share/go/src/golang.org/x/crypto/cryptobyte/string.go
  95. share/go/src/golang.org/x/crypto/curve25519/const_amd64.h
  96. share/go/src/golang.org/x/crypto/curve25519/const_amd64.s
  97. share/go/src/golang.org/x/crypto/curve25519/cswap_amd64.s
  98. share/go/src/golang.org/x/crypto/curve25519/curve25519.go
  99. share/go/src/golang.org/x/crypto/curve25519/curve25519_test.go
  100. share/go/src/golang.org/x/crypto/curve25519/doc.go
  101. share/go/src/golang.org/x/crypto/curve25519/freeze_amd64.s
  102. share/go/src/golang.org/x/crypto/curve25519/ladderstep_amd64.s
  103. share/go/src/golang.org/x/crypto/curve25519/mont25519_amd64.go
  104. share/go/src/golang.org/x/crypto/curve25519/mul_amd64.s
  105. share/go/src/golang.org/x/crypto/curve25519/square_amd64.s
  106. share/go/src/golang.org/x/crypto/ed25519/ed25519.go
  107. share/go/src/golang.org/x/crypto/ed25519/ed25519_test.go
  108. share/go/src/golang.org/x/crypto/ed25519/internal/edwards25519/const.go
  109. share/go/src/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go
  110. share/go/src/golang.org/x/crypto/ed25519/testdata/sign.input.gz
  111. share/go/src/golang.org/x/crypto/hkdf/example_test.go
  112. share/go/src/golang.org/x/crypto/hkdf/hkdf.go
  113. share/go/src/golang.org/x/crypto/hkdf/hkdf_test.go
  114. share/go/src/golang.org/x/crypto/md4/md4.go
  115. share/go/src/golang.org/x/crypto/md4/md4_test.go
  116. share/go/src/golang.org/x/crypto/md4/md4block.go
  117. share/go/src/golang.org/x/crypto/nacl/box/box.go
  118. share/go/src/golang.org/x/crypto/nacl/box/box_test.go
  119. share/go/src/golang.org/x/crypto/nacl/secretbox/example_test.go
  120. share/go/src/golang.org/x/crypto/nacl/secretbox/secretbox.go
  121. share/go/src/golang.org/x/crypto/nacl/secretbox/secretbox_test.go
  122. share/go/src/golang.org/x/crypto/ocsp/ocsp.go
  123. share/go/src/golang.org/x/crypto/ocsp/ocsp_test.go
  124. share/go/src/golang.org/x/crypto/openpgp/armor/armor.go
  125. share/go/src/golang.org/x/crypto/openpgp/armor/armor_test.go
  126. share/go/src/golang.org/x/crypto/openpgp/armor/encode.go
  127. share/go/src/golang.org/x/crypto/openpgp/canonical_text.go
  128. share/go/src/golang.org/x/crypto/openpgp/canonical_text_test.go
  129. share/go/src/golang.org/x/crypto/openpgp/clearsign/clearsign.go
  130. share/go/src/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go
  131. share/go/src/golang.org/x/crypto/openpgp/elgamal/elgamal.go
  132. share/go/src/golang.org/x/crypto/openpgp/elgamal/elgamal_test.go
  133. share/go/src/golang.org/x/crypto/openpgp/errors/errors.go
  134. share/go/src/golang.org/x/crypto/openpgp/keys.go
  135. share/go/src/golang.org/x/crypto/openpgp/keys_test.go
  136. share/go/src/golang.org/x/crypto/openpgp/packet/compressed.go
  137. share/go/src/golang.org/x/crypto/openpgp/packet/compressed_test.go
  138. share/go/src/golang.org/x/crypto/openpgp/packet/config.go
  139. share/go/src/golang.org/x/crypto/openpgp/packet/encrypted_key.go
  140. share/go/src/golang.org/x/crypto/openpgp/packet/encrypted_key_test.go
  141. share/go/src/golang.org/x/crypto/openpgp/packet/literal.go
  142. share/go/src/golang.org/x/crypto/openpgp/packet/ocfb.go
  143. share/go/src/golang.org/x/crypto/openpgp/packet/ocfb_test.go
  144. share/go/src/golang.org/x/crypto/openpgp/packet/one_pass_signature.go
  145. share/go/src/golang.org/x/crypto/openpgp/packet/opaque.go
  146. share/go/src/golang.org/x/crypto/openpgp/packet/opaque_test.go
  147. share/go/src/golang.org/x/crypto/openpgp/packet/packet.go
  148. share/go/src/golang.org/x/crypto/openpgp/packet/packet_test.go
  149. share/go/src/golang.org/x/crypto/openpgp/packet/private_key.go
  150. share/go/src/golang.org/x/crypto/openpgp/packet/private_key_test.go
  151. share/go/src/golang.org/x/crypto/openpgp/packet/public_key.go
  152. share/go/src/golang.org/x/crypto/openpgp/packet/public_key_test.go
  153. share/go/src/golang.org/x/crypto/openpgp/packet/public_key_v3.go
  154. share/go/src/golang.org/x/crypto/openpgp/packet/public_key_v3_test.go
  155. share/go/src/golang.org/x/crypto/openpgp/packet/reader.go
  156. share/go/src/golang.org/x/crypto/openpgp/packet/signature.go
  157. share/go/src/golang.org/x/crypto/openpgp/packet/signature_test.go
  158. share/go/src/golang.org/x/crypto/openpgp/packet/signature_v3.go
  159. share/go/src/golang.org/x/crypto/openpgp/packet/signature_v3_test.go
  160. share/go/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go
  161. share/go/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted_test.go
  162. share/go/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go
  163. share/go/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go
  164. share/go/src/golang.org/x/crypto/openpgp/packet/userattribute.go
  165. share/go/src/golang.org/x/crypto/openpgp/packet/userattribute_test.go
  166. share/go/src/golang.org/x/crypto/openpgp/packet/userid.go
  167. share/go/src/golang.org/x/crypto/openpgp/packet/userid_test.go
  168. share/go/src/golang.org/x/crypto/openpgp/read.go
  169. share/go/src/golang.org/x/crypto/openpgp/read_test.go
  170. share/go/src/golang.org/x/crypto/openpgp/s2k/s2k.go
  171. share/go/src/golang.org/x/crypto/openpgp/s2k/s2k_test.go
  172. share/go/src/golang.org/x/crypto/openpgp/write.go
  173. share/go/src/golang.org/x/crypto/openpgp/write_test.go
  174. share/go/src/golang.org/x/crypto/otr/libotr_test_helper.c
  175. share/go/src/golang.org/x/crypto/otr/otr.go
  176. share/go/src/golang.org/x/crypto/otr/otr_test.go
  177. share/go/src/golang.org/x/crypto/otr/smp.go
  178. share/go/src/golang.org/x/crypto/pbkdf2/pbkdf2.go
  179. share/go/src/golang.org/x/crypto/pbkdf2/pbkdf2_test.go
  180. share/go/src/golang.org/x/crypto/pkcs12/bmp-string.go
  181. share/go/src/golang.org/x/crypto/pkcs12/bmp-string_test.go
  182. share/go/src/golang.org/x/crypto/pkcs12/crypto.go
  183. share/go/src/golang.org/x/crypto/pkcs12/crypto_test.go
  184. share/go/src/golang.org/x/crypto/pkcs12/errors.go
  185. share/go/src/golang.org/x/crypto/pkcs12/internal/rc2/bench_test.go
  186. share/go/src/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go
  187. share/go/src/golang.org/x/crypto/pkcs12/internal/rc2/rc2_test.go
  188. share/go/src/golang.org/x/crypto/pkcs12/mac.go
  189. share/go/src/golang.org/x/crypto/pkcs12/mac_test.go
  190. share/go/src/golang.org/x/crypto/pkcs12/pbkdf.go
  191. share/go/src/golang.org/x/crypto/pkcs12/pbkdf_test.go
  192. share/go/src/golang.org/x/crypto/pkcs12/pkcs12.go
  193. share/go/src/golang.org/x/crypto/pkcs12/pkcs12_test.go
  194. share/go/src/golang.org/x/crypto/pkcs12/safebags.go
  195. share/go/src/golang.org/x/crypto/poly1305/poly1305.go
  196. share/go/src/golang.org/x/crypto/poly1305/poly1305_test.go
  197. share/go/src/golang.org/x/crypto/poly1305/sum_amd64.go
  198. share/go/src/golang.org/x/crypto/poly1305/sum_amd64.s
  199. share/go/src/golang.org/x/crypto/poly1305/sum_arm.go
  200. share/go/src/golang.org/x/crypto/poly1305/sum_arm.s
  201. share/go/src/golang.org/x/crypto/poly1305/sum_ref.go
  202. share/go/src/golang.org/x/crypto/ripemd160/ripemd160.go
  203. share/go/src/golang.org/x/crypto/ripemd160/ripemd160_test.go
  204. share/go/src/golang.org/x/crypto/ripemd160/ripemd160block.go
  205. share/go/src/golang.org/x/crypto/salsa20/salsa/hsalsa20.go
  206. share/go/src/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s
  207. share/go/src/golang.org/x/crypto/salsa20/salsa/salsa208.go
  208. share/go/src/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go
  209. share/go/src/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go
  210. share/go/src/golang.org/x/crypto/salsa20/salsa/salsa_test.go
  211. share/go/src/golang.org/x/crypto/salsa20/salsa20.go
  212. share/go/src/golang.org/x/crypto/salsa20/salsa20_test.go
  213. share/go/src/golang.org/x/crypto/scrypt/scrypt.go
  214. share/go/src/golang.org/x/crypto/scrypt/scrypt_test.go
  215. share/go/src/golang.org/x/crypto/sha3/doc.go
  216. share/go/src/golang.org/x/crypto/sha3/hashes.go
  217. share/go/src/golang.org/x/crypto/sha3/keccakf.go
  218. share/go/src/golang.org/x/crypto/sha3/keccakf_amd64.go
  219. share/go/src/golang.org/x/crypto/sha3/keccakf_amd64.s
  220. share/go/src/golang.org/x/crypto/sha3/register.go
  221. share/go/src/golang.org/x/crypto/sha3/sha3.go
  222. share/go/src/golang.org/x/crypto/sha3/sha3_test.go
  223. share/go/src/golang.org/x/crypto/sha3/shake.go
  224. share/go/src/golang.org/x/crypto/sha3/testdata/keccakKats.json.deflate
  225. share/go/src/golang.org/x/crypto/sha3/xor.go
  226. share/go/src/golang.org/x/crypto/sha3/xor_generic.go
  227. share/go/src/golang.org/x/crypto/sha3/xor_unaligned.go
  228. share/go/src/golang.org/x/crypto/ssh/agent/client.go
  229. share/go/src/golang.org/x/crypto/ssh/agent/client_test.go
  230. share/go/src/golang.org/x/crypto/ssh/agent/example_test.go
  231. share/go/src/golang.org/x/crypto/ssh/agent/forward.go
  232. share/go/src/golang.org/x/crypto/ssh/agent/keyring.go
  233. share/go/src/golang.org/x/crypto/ssh/agent/keyring_test.go
  234. share/go/src/golang.org/x/crypto/ssh/agent/server.go
  235. share/go/src/golang.org/x/crypto/ssh/agent/server_test.go
  236. share/go/src/golang.org/x/crypto/ssh/agent/testdata_test.go
  237. share/go/src/golang.org/x/crypto/ssh/benchmark_test.go
  238. share/go/src/golang.org/x/crypto/ssh/buffer.go
  239. share/go/src/golang.org/x/crypto/ssh/buffer_test.go
  240. share/go/src/golang.org/x/crypto/ssh/certs.go
  241. share/go/src/golang.org/x/crypto/ssh/certs_test.go
  242. share/go/src/golang.org/x/crypto/ssh/channel.go
  243. share/go/src/golang.org/x/crypto/ssh/cipher.go
  244. share/go/src/golang.org/x/crypto/ssh/cipher_test.go
  245. share/go/src/golang.org/x/crypto/ssh/client.go
  246. share/go/src/golang.org/x/crypto/ssh/client_auth.go
  247. share/go/src/golang.org/x/crypto/ssh/client_auth_test.go
  248. share/go/src/golang.org/x/crypto/ssh/client_test.go
  249. share/go/src/golang.org/x/crypto/ssh/common.go
  250. share/go/src/golang.org/x/crypto/ssh/connection.go
  251. share/go/src/golang.org/x/crypto/ssh/doc.go
  252. share/go/src/golang.org/x/crypto/ssh/example_test.go
  253. share/go/src/golang.org/x/crypto/ssh/handshake.go
  254. share/go/src/golang.org/x/crypto/ssh/handshake_test.go
  255. share/go/src/golang.org/x/crypto/ssh/kex.go
  256. share/go/src/golang.org/x/crypto/ssh/kex_test.go
  257. share/go/src/golang.org/x/crypto/ssh/keys.go
  258. share/go/src/golang.org/x/crypto/ssh/keys_test.go
  259. share/go/src/golang.org/x/crypto/ssh/mac.go
  260. share/go/src/golang.org/x/crypto/ssh/mempipe_test.go
  261. share/go/src/golang.org/x/crypto/ssh/messages.go
  262. share/go/src/golang.org/x/crypto/ssh/messages_test.go
  263. share/go/src/golang.org/x/crypto/ssh/mux.go
  264. share/go/src/golang.org/x/crypto/ssh/mux_test.go
  265. share/go/src/golang.org/x/crypto/ssh/server.go
  266. share/go/src/golang.org/x/crypto/ssh/session.go
  267. share/go/src/golang.org/x/crypto/ssh/session_test.go
  268. share/go/src/golang.org/x/crypto/ssh/tcpip.go
  269. share/go/src/golang.org/x/crypto/ssh/tcpip_test.go
  270. share/go/src/golang.org/x/crypto/ssh/terminal/terminal.go
  271. share/go/src/golang.org/x/crypto/ssh/terminal/terminal_test.go
  272. share/go/src/golang.org/x/crypto/ssh/terminal/util.go
  273. share/go/src/golang.org/x/crypto/ssh/terminal/util_bsd.go
  274. share/go/src/golang.org/x/crypto/ssh/terminal/util_linux.go
  275. share/go/src/golang.org/x/crypto/ssh/terminal/util_plan9.go
  276. share/go/src/golang.org/x/crypto/ssh/terminal/util_solaris.go
  277. share/go/src/golang.org/x/crypto/ssh/terminal/util_windows.go
  278. share/go/src/golang.org/x/crypto/ssh/test/agent_unix_test.go
  279. share/go/src/golang.org/x/crypto/ssh/test/cert_test.go
  280. share/go/src/golang.org/x/crypto/ssh/test/doc.go
  281. share/go/src/golang.org/x/crypto/ssh/test/forward_unix_test.go
  282. share/go/src/golang.org/x/crypto/ssh/test/session_test.go
  283. share/go/src/golang.org/x/crypto/ssh/test/tcpip_test.go
  284. share/go/src/golang.org/x/crypto/ssh/test/test_unix_test.go
  285. share/go/src/golang.org/x/crypto/ssh/test/testdata_test.go
  286. share/go/src/golang.org/x/crypto/ssh/testdata/doc.go
  287. share/go/src/golang.org/x/crypto/ssh/testdata/keys.go
  288. share/go/src/golang.org/x/crypto/ssh/testdata_test.go
  289. share/go/src/golang.org/x/crypto/ssh/transport.go
  290. share/go/src/golang.org/x/crypto/ssh/transport_test.go
  291. share/go/src/golang.org/x/crypto/tea/cipher.go
  292. share/go/src/golang.org/x/crypto/tea/tea_test.go
  293. share/go/src/golang.org/x/crypto/twofish/twofish.go
  294. share/go/src/golang.org/x/crypto/twofish/twofish_test.go
  295. share/go/src/golang.org/x/crypto/xtea/block.go
  296. share/go/src/golang.org/x/crypto/xtea/cipher.go
  297. share/go/src/golang.org/x/crypto/xtea/xtea_test.go
  298. share/go/src/golang.org/x/crypto/xts/xts.go
  299. share/go/src/golang.org/x/crypto/xts/xts_test.go
Collapse this list.
Dependency lines:
  • go.crypto>0:security/go.crypto
No installation instructions:
This port has been deleted.
PKGNAME: go.crypto
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1496424238 SHA256 (golang-crypto-20170330-3cb0727_GH0.tar.gz) = eef75f6cbd2cb14d1c0a4561acde19d725808cc2338d440b54d91b9befc07d46 SIZE (golang-crypto-20170330-3cb0727_GH0.tar.gz) = 1318217

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go : lang/go
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. net/go.net*
  2. security/pond*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
go
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/golang/crypto/tar.gz/3cb0727?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20170330
01 Apr 2019 19:10:15
Revision:497504Original commit files touched by this commit
tobik search for other commits by this committer
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20170330
20 Mar 2019 06:42:08
Revision:496313Original commit files touched by this commit
tobik search for other commits by this committer
Deprecate Go library ports

Many of them are out of date now and there are few reasons to have
them in the tree [1].

[1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html

PR:		236502
Reviewed by:	dg@syrec.org
Approved by:	portmgr (mat), jlaffaye, wen, olgeni
Differential Revision:	https://reviews.freebsd.org/D19568
20170330
02 Jun 2017 18:15:04
Revision:442443Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix GH_TAGNAME

Approved by:	portmgr (blanket)
20170330
07 Apr 2017 14:03:20
Revision:437924Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 20170330 snapshot

PR:		218307
Submitted by:	cs
20160709
26 Jul 2016 16:47:59
Revision:419129Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Update to 20160709 snapshot [1]
- Remove acme target to avoid circular dependency with net/go.net
- Add LICENSE

PR:		210985
Submitted by:	cs
20160105
22 Apr 2016 12:40:05
Revision:413776Original commit files touched by this commit
mat search for other commits by this committer
Move lang/go/files/bsd.go.mk to USES=go.

Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
20160105
13 Jan 2016 19:33:37
Revision:406068Original commit files touched by this commit
cs search for other commits by this committer
Update WWW

Approved by:	maintainer (implicit)
20160105
12 Jan 2016 22:13:41
Revision:405975Original commit files touched by this commit
cs search for other commits by this committer
- Update to latest version
- Use standard installation location

PR:		206141
Submitted by:	cs@
Approved by:	maintainer
20141121
03 Apr 2015 20:12:35
Revision:383173Original commit files touched by this commit
cs search for other commits by this committer
Update to 20141121

PR:		198402
Approved by:	maintainer timeout
20140828
13 Nov 2014 09:02:57
Revision:372514Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
20140828
05 Sep 2014 19:25:27
Revision:367382Original commit files touched by this commit
cs search for other commits by this committer
Update to 20140828

PR:		193293
Submitted by:	cs@
Approved by:	jlaffaye@ (maintainer)
20140113
04 Feb 2014 22:36:55
Revision:342615Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Update to 20140113 snapshot

PR:		ports/186090
Submitted by:	cs
20130706_1
11 Jan 2014 17:46:34
Revision:339441Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Change default location of Go packages to LOCALBASE/share/go
  This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
20130706
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
20130706
07 Jul 2013 10:02:54
Revision:322426Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Update to 20130706 snapshot.
- Fix build with go 1.1
20121001
03 Oct 2012 07:46:55
Revision:305190Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Update to 20121001 snapshot
20120503
14 May 2012 22:07:50
Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Add go.crypto, a collection of Go packages related to cyptography.

Number of commits found: 17