319 Commits

Author SHA1 Message Date
jasper
91fb99f583 remove metasploit, the open source version is unmaintained upstream and
this port hadn't had much love in recent years.

as discussed with and OK stephan@ (MAINTAINER)
2013-07-01 16:51:02 +00:00
jasper
93a36cbda2 +ruby-hmac 2013-07-01 16:47:15 +00:00
jeremy
3364626bcb Build ruby 2.0 versions of ruby C extensions. Use explicit FLAVORs
in the category Makefiles for ruby C extensions, to reduce churn
when the default ruby version changes,
2013-06-29 15:56:10 +00:00
sthen
2d917503dd add some ports to category Makefiles which were not linked, but which do not
have "not yet linked to the build" etc. in the commit log.

devel/hs-simple-sendfile
devel/jenkins
security/p5-Mozilla-CA
sysutils/uptimed
textproc/p5-Encode-Locale
www/p5-IO-HTML
www/webgui
2013-06-29 09:33:08 +00:00
dcoppa
83de51a243 openct to the Attic.
It's deprecated. OpenSC now uses pcsc-lite as its default backend.

See:
https://www.opensc-project.org/opensc/wiki/FrequentlyAskedQuestions#Q:DoIneedOpenCTtouseOpenSC
2013-06-07 13:33:24 +00:00
jasper
c580293b7c luacrypto won't work w/ lua 5.2 yet 2013-05-30 16:01:12 +00:00
shadchin
888e6146b0 add qca-gnupg 2013-04-21 13:54:30 +00:00
sthen
825d4c9e57 +easy-rsa 2013-04-02 11:41:02 +00:00
zhuk
43a3364c91 Hook up qoauth and kqoauth. 2013-04-01 11:56:58 +00:00
sthen
be91d058db +tinyca 2013-03-27 11:23:11 +00:00
sthen
3fba1507d4 +py-bcrypt 2013-03-26 21:37:44 +00:00
rpe
992a77b691 add py-M2Crypto 2013-03-22 20:53:30 +00:00
pascal
f8357f3f6a +netpgp 2013-03-09 16:03:02 +00:00
jasper
d086e4408d sync 2013-03-08 12:07:42 +00:00
ajacoutot
38f95d2367 Move ocaml-cryptokit where it belongs. 2013-03-08 09:57:33 +00:00
ajacoutot
5211924705 +cvechecker 2013-03-08 09:55:59 +00:00
jasper
7de3737014 sync 2013-01-23 08:39:27 +00:00
sthen
b6ba65dffb +yubikey-personalization-gui 2012-11-28 11:40:04 +00:00
sthen
54fe7aeb13 +spiped 2012-11-19 22:14:31 +00:00
landry
b87f41935b +ssh-ldap-helper 2012-11-14 18:43:31 +00:00
robert
0fb7803519 +openpam 2012-10-10 08:27:49 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
sthen
c92ca250b5 oops, forgot to link yubiserve to the build when I commited it. 2012-08-31 20:44:52 +00:00
avsm
3262fe6634 +ocaml-ssl
cryptokit->ocaml-cryptokit
2012-08-18 22:41:58 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
dcoppa
85390daaf6 +ccid 2012-08-06 13:23:48 +00:00
naddy
4bd8b1fcb9 remove gnupg's idea flavor here, too 2012-07-12 20:57:51 +00:00
ajacoutot
290df0134f -gnomint 2012-07-10 19:16:35 +00:00
ajacoutot
5e3a59ff36 -prelude 2012-07-09 09:05:42 +00:00
jasper
af344bb14d unhook tinyca 2012-07-06 16:37:03 +00:00
jasper
77ba102a3d sync 2012-06-13 15:14:31 +00:00
mcbride
f67ddd6517 +password-gorilla 2012-06-09 12:35:01 +00:00
robert
05fb56a5ef +samhain 2012-05-11 09:39:28 +00:00
kili
41ecc945ab + hs-cprng-aes 2012-04-28 19:45:39 +00:00
okan
821c19ae2d +kc 2012-04-25 14:07:38 +00:00
okan
9ec351410d +p5-Crypt-RC5 2012-04-19 14:53:39 +00:00
jeremy
1f3fa71a68 Hookup new node ports 2012-04-03 18:58:01 +00:00
ajacoutot
6e5d41bdfb -gksu-polkit 2012-03-19 17:20:28 +00:00
sebastia
904edf430c Fix problem with bulk build, introduced when importing qca-ossl:
* renaming libqca to libqca2 for the qca2 port
  * removed conflict line from qca2 PLIST
  * bumped qca2
  * updated conflict line in qca PLIST
  * bumped qca2
  * updated WANTLIB of qca-ossl and bumped
  * hooked qca2 up to the build in the ports/security/Makefile

OK shadchin@, espie@
2012-01-26 09:25:46 +00:00
kili
06a8c737f1 Sort. 2012-01-22 17:24:24 +00:00
kili
4a8d0287db Hook new hs-* ports. 2012-01-22 17:19:43 +00:00
sthen
48cda88214 qca-ossl was not linked to the build; add it 2012-01-13 12:32:57 +00:00
sebastia
a6ca379d6a libfwbuilder is gone, merged into fwbuilder
OK sthen@
2012-01-04 08:59:57 +00:00
dhill
7d606f23c6 +libsrtp 2011-11-30 21:19:13 +00:00
jasper
47679d0556 sync 2011-11-26 09:08:22 +00:00
ajacoutot
b4a21348f0 Build a gnupg package with all available FLAVORs so that we can spot
breakage more easily.
2011-11-13 22:44:00 +00:00
ajacoutot
ec780377db sort. 2011-10-04 13:23:38 +00:00
ajacoutot
2d80e2dd3a +cyrus-sasl2,sqlite3 2011-09-20 23:02:38 +00:00
ajacoutot
844768f866 Build cyrus-sasl2,pgsql. 2011-09-19 14:05:56 +00:00
jeremy
f8b8209afb SUBDIR += ruby-bcrypt,rbx 2011-09-07 16:57:30 +00:00