# /usr/ports/security/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if ( defined(BERKLIX_GATE) || defined(BERKLIX_SERVER) ) #{ # SUBDIR += cyrus-sasl # For auth for outgoing mail # In 6.2. Not in 6.4, 7.1, 7.2, 8.0, Current-201002. SUBDIR += cyrus-sasl2 # For auth for outgoing mail # In 6.2, 6.4, 7.1, 7.2, 8.0, Current-201002 # 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. .endif # } # SUBDIR += cyrus-sasl2-ldapdb # 6.2, 6.4, 7.1, 7.2, 8.0, Current-201002 # SUBDIR += cyrus-sasl2-saslauthd # 6.2, 6.4, 7.1, 7.2, 8.0, Current-201002 # SUBDIR += linux-f10-cyrus-sasl2 # 8.0, Current-201002 # SUBDIR += qca-cyrus-sasl # 7.2, 8.0, Current-201002 .if ( defined(BERKLIX_CLIENT) ) #{ SUBDIR += gnupg # For /usr/local/bin/gpg for exmh etc. Replaces pgp. # includes gpg-agent for claws-mail .endif # } .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ SUBDIR += gtkportscan # For open ports on firewall SUBDIR += nmap # A port Scanner .endif # } .if ( defined(BERKLIX_CLIENT) ) #{ .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/ .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ SUBDIR += portaudit SUBDIR += portscanner # trace open ports on firewall .endif #} .if ( defined(BERKLIX_CLIENT) ) #{ SUBDIR += quintuple-agent # bin/q-client for exmh pgpGetExtCmd .endif #} # SUBDIR += sudo # Super user