# /usr/ports/security/Makefile.local by jhs@berklix .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ .undef SUBDIR .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ # ${_OSRELEASE} 7.1-BETA2 does not have sasl1 # SUBDIR += cyrus-sasl # For auth for outgoing mail # # on 7.0 with current ports: # # after manually menu selecting mysql: # # cyrus-sasl-1.5.28_5 depends on shared library: # # mysqlclient.10 - not found # # mysql-client-3.23.59.n.20050301_2 obsolete and does not build # # with gcc4.2; use mysql 5 or later. # # Stop in /usr/ports/databases/mysql323-client. # # Doing: cd /usr/ports/databases/mysql50-client ; make # # did not help. # Not in 7.1-RELEASE onward. SUBDIR += cyrus-sasl2 # For auth for outgoing mail # as on 7.0-BETA2 current/cyrus-sasl failed on mysql. # You can use sasldb2 for authentication, to add users use: # saslpasswd2 -c username # If you want to enable SMTP AUTH with the system Sendmail, read # Sendmail.README # NOTE: This port has been compiled with a default pwcheck_method of # auxprop. If you want to authenticate your user by /etc/passwd, # PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and # set sasl_pwcheck_method to saslauthd after installing the # Cyrus-IMAPd 2.X port. You should also check the # /usr/local/lib/sasl2/*.conf files for the correct # pwcheck_method. SUBDIR += gnupg # For /usr/local/bin/gpg for exmh etc. Replaces pgp. # includes gpg-agent for claws-mail SUBDIR += gtkportscan # For open ports on firewall SUBDIR += nmap # A port Scanner .if ${ARCH} != "i386" # { # pgp-2.6.3i_1 is only for i386 alpha, and you are running amd64. .else # }{ # SUBDIR += pgp # I now use free gnupg .endif # } # pgp pgp6 pgpdump pgpgpg pgpin # gnome-gpg gpgme gpgme03 kgpg libgpg-error nofgpg pgpgpg ruby-gpgme # SUBDIR += gnome-gpg # installs on i386 & amd64 # Simple commandline wrapper around gpg that makes it store # its passphrase in gnome-keyring. It is a direct competitor # to (the unmaintained) quintuple-agent. # SUBDIR += kgpg # installs on i386 & amd64 # Kgpg is a simple, free, open source KDE frontend for GnuPG. # Basic features: # - Editor mode enables you to type/copy a text and encrypt/decrypt/sign/verify # it # - File encryption: right click on a file to encrypt it (Kgpg adds "encrypt # file" option in Konqueror's menus) # - Encryption: support for symetric encryption. Multiple keys & default # key encryption. Optional shredding of source files # - File decryption: left click on an encrypted file or drop it into Kgpg & it # will automatically start decryption # - Signatures: creation & verification of detached & cleartext signatures # - Key management: import, export, delete, sign, generate and edit keys. # WWW: http://developer.kde.org/~kgpg/ # SUBDIR += nofgpg # breaks on 7.0, current breaks on graphics/gnomecanvas # No One Fears GPG # Simple GPG keyring manager. # https://www.cgabriel.org/software/wiki/NofGpg SUBDIR += pgpgpg # installs on i386 & amd64 # a wrapper around Gnu Privacy Guard which takes PGP 2.6 # command line options, translates them, and calls GnuPG (Gnu # Privacy Guard) to perform the desired action. WWW: # http://www.nessie.de/mroth/pgpgpg/ SUBDIR += portaudit SUBDIR += portscanner # trace open ports on firewall SUBDIR += quintuple-agent # bin/q-client for exmh pgpGetExtCmd # SUBDIR += sudo # Super user .endif #}