bash-5.0.16 Name : bash Version : 5.0.16 Installed on : Tue Feb 11 15:16:25 2020 CET Origin : shells/bash Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : shells Licenses : GPLv3+ Maintainer : ehaupt@FreeBSD.org WWW : https://www.gnu.org/software/bash/ Comment : GNU Project's Bourne Again SHell Options : DOCS : off FDESCFS : off HELP : on NLS : on STATIC : off SYSBASHRC : off SYSLOG : off Shared Libs required: libintl.so.8 Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:gnu:bash:5.0.16:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 7.03MiB Description : This is GNU Bash. Bash is the GNU Project's Bourne Again SHell, a complete implementation of the POSIX.2 shell spec, but also with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features. WWW: https://www.gnu.org/software/bash/ bsdadminscripts2-0.3.0 Name : bsdadminscripts2 Version : 0.3.0 Installed on : Wed Mar 11 22:39:05 2020 CET Origin : ports-mgmt/bsdadminscripts2 Architecture : FreeBSD:12:* Prefix : /usr/local Categories : ports-mgmt Licenses : ISCL Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/lonkamikaze/bsda2 Comment : BSD Administration Scripts 2 Options : DOCS : off Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 180KiB Description : This is a collection of scripts around the use of ports and packages. It allows you to: - check library dependencies without producing false positives (pkg_libchk) - lets you manage the autoremove flag for leaf packages (pkg_trim) - remove obsolete or damaged distfiles (distviper) - manage build flags (buildflags.conf) - auto-create pkg-plist files taking port options into account (makeplist) WWW: https://github.com/lonkamikaze/bsda2 ca_root_nss-3.51 Name : ca_root_nss Version : 3.51 Installed on : Sat Mar 7 10:44:03 2020 CET Origin : security/ca_root_nss Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security Licenses : MPL20 Maintainer : ports-secteam@FreeBSD.org WWW : UNKNOWN Comment : Root certificate bundle from the Mozilla Project Options : ETCSYMLINK : on Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 801KiB Description : Root certificates from certificate authorities included in the Mozilla NSS library and thus in Firefox and Thunderbird. This port directly tracks the version of NSS in the security/nss port. emacs-nox-26.3_3,3 Name : emacs-nox Version : 26.3_3,3 Installed on : Thu Feb 20 12:12:51 2020 CET Origin : editors/emacs Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : editors Licenses : GPLv3+ Maintainer : emacs@FreeBSD.org WWW : https://www.gnu.org/software/emacs/ Comment : GNU editing macros (No X flavor) Options : ACL : off GNUTLS : off KQUEUE : on MAILUTILS : off MODULES : on SOURCES : off THREADS : on XML : on Shared Libs required: libxml2.so.2 Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:gnu:emacs:26.3:::::freebsd12:x64:3 flavor : nox repo_type : binary repository : pkg.pichove.org Flat size : 126MiB Description : GNU Emacs is an extensible, customizable, free/libre text editor. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. The features of GNU Emacs include: - content-aware editing modes, including syntax coloring, for many file types - complete built-in documentation, including a tutorial for new users - full Unicode support for nearly all human scripts - powerful customizability, using Emacs Lisp code or a graphical interface - a vast ecosystem of functionality beyond text editing, including a project planner, mail and news reader, debugger interface, calendar, even a psychotherapist, and more - a packaging system for downloading and installing extensions. WWW: https://www.gnu.org/software/emacs/ expat-2.2.8 Name : expat Version : 2.2.8 Installed on : Wed Nov 13 10:59:04 2019 CET Origin : textproc/expat2 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : textproc Licenses : MIT Maintainer : svysh.fbsd@gmail.com WWW : https://github.com/libexpat/libexpat Comment : XML 1.0 parser written in C Options : DOCS : off Shared Libs provided: libexpat.so.1 Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 615KiB Description : Expat is an XML 1.0 parser written in C. It aims to be fully conforming. It is currently not a validating XML processor. WWW: https://github.com/libexpat/libexpat gettext-runtime-0.20.1 Name : gettext-runtime Version : 0.20.1 Installed on : Sun Aug 4 16:46:51 2019 CEST Origin : devel/gettext-runtime Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : GPLv3+, LGPL21+ Maintainer : tijl@FreeBSD.org WWW : https://www.gnu.org/software/gettext/ Comment : GNU gettext runtime libraries and programs Options : DOCS : off Shared Libs provided: libasprintf.so.0 libintl.so.8 Annotations : FreeBSD_version: 1200508 cpe : cpe:2.3:a:gnu:gettext:0.20.1:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 698KiB Description : GNU gettext is a framework of libraries and tools for internationalisation and localisation of software. This package contains the runtime libraries and programs. WWW: https://www.gnu.org/software/gettext/ gmp-6.2.0 Name : gmp Version : 6.2.0 Installed on : Wed Mar 11 05:28:32 2020 CET Origin : math/gmp Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : math devel Licenses : LGPL3 Maintainer : ale@FreeBSD.org WWW : https://gmplib.org/ Comment : Free library for arbitrary precision arithmetic Options : CPU_OPTS : on Shared Libs provided: libgmp.so.10 libgmpxx.so.4 Annotations : FreeBSD_version: 1201510 repo_type : binary repository : pkg.pichove.org Flat size : 2.61MiB Description : GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. GMP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, with carefully optimized assembly code for the most common inner loops for a lot of CPUs, and by a general emphasis on speed (instead of simplicity or elegance). GMP is believed to be faster than any other similar library. The advantage for GMP increases with the operand sizes for certain operations, since GMP in many cases has asymptotically faster algorithms. WWW: https://gmplib.org/ gnupg-2.2.20 Name : gnupg Version : 2.2.20 Installed on : Sat Mar 21 01:14:23 2020 CET Origin : security/gnupg Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv3, LGPL3 Maintainer : adamw@FreeBSD.org WWW : https://www.gnupg.org/ Comment : Complete and free PGP implementation Options : DOCS : off GNUTLS : on LARGE_RSA : off LDAP : off NLS : on SCDAEMON : off SUID_GPG : off WKS_SERVER : off Shared Libs required: libnpth.so.0 libintl.so.8 libgnutls.so.30 libreadline.so.8 libassuan.so.0 libksba.so.8 libgpg-error.so.0 libsqlite3.so.0 libgcrypt.so.20 Annotations : FreeBSD_version: 1201512 cpe : cpe:2.3:a:gnupg:gnupg:2.2.20:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 9.09MiB Description : GnuPG is a complete and free replacement for PGP. This is the "stable" version. GnuPG allows encrypting and signing your data and communication, and features a versatile key management system as well as access modules for many public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. WWW: https://www.gnupg.org/ gnutls-3.6.13 Name : gnutls Version : 3.6.13 Installed on : Wed Apr 1 06:51:38 2020 CEST Origin : security/gnutls Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security net Licenses : GPLv3, LGPL21 Maintainer : tijl@FreeBSD.org WWW : https://gnutls.org/ Comment : GNU Transport Layer Security library Options : DANE : off EXAMPLES : off IDN : off NLS : on P11KIT : on TPM : on Shared Libs required: libunistring.so.2 libintl.so.8 libp11-kit.so.0 libhogweed.so.5 libgmp.so.10 libtasn1.so.6 libnettle.so.7 Shared Libs provided: libgnutlsxx.so.28 libgnutls.so.30 Annotations : FreeBSD_version: 1201512 cpe : cpe:2.3:a:gnu:gnutls:3.6.13:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 7.88MiB Description : GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. WWW: https://gnutls.org/ indexinfo-0.3.1 Name : indexinfo Version : 0.3.1 Installed on : Sun Aug 4 09:34:49 2019 CEST Origin : print/indexinfo Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : ports-mgmt print Licenses : BSD2CLAUSE Maintainer : bapt@FreeBSD.org WWW : https://github.com/bapt/indexinfo Comment : Utility to regenerate the GNU info page index Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 20.6KiB Description : Small utility designed to regenerate the GNU info page indexes WWW: https://github.com/bapt/indexinfo isc-dhcp44-server-4.4.2 Name : isc-dhcp44-server Version : 4.4.2 Installed on : Sat Jan 25 18:12:20 2020 CET Origin : net/isc-dhcp44-server Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net Licenses : MPL20 Maintainer : zi@FreeBSD.org WWW : https://www.isc.org/dhcp/ Comment : ISC Dynamic Host Configuration Protocol server Options : BIND_SYMBOLS : off BINLEASES : off DHCP4O6 : off IPV6 : off LDAP : off LDAP_SSL : off PARANOIA : on Annotations : FreeBSD_version: 1201502 repo_type : binary repository : pkg.pichove.org Flat size : 6.26MiB Description : The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent Details on versioning/release information may be obtained here: https://www.isc.org/downloads/ WWW: https://www.isc.org/dhcp/ ldns-1.7.1_1 Name : ldns Version : 1.7.1_1 Installed on : Sat Sep 7 10:58:03 2019 CEST Origin : dns/ldns Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : dns Licenses : BSD3CLAUSE Maintainer : jaap@NLnetLabs.nl WWW : http://www.nlnetlabs.nl/projects/ldns/ Comment : Library for programs conforming to DNS RFCs and drafts Options : DANETAUSAGE : off DOXYGEN : off DRILL : on EXAMPLES : off GOST : off RRTYPEAMTRELAY : off RRTYPEAVC : off RRTYPENINFO : off RRTYPERKEY : off RRTYPETA : off Shared Libs required: libcrypto.so.45 Shared Libs provided: libldns.so.3 Annotations : FreeBSD_version: 1200514 cpe : cpe:2.3:a:nlnetlabs:ldns:1.7.1:::::freebsd12:x64:1 repo_type : binary repository : pkg.pichove.org Flat size : 1.92MiB Description : Ldns is a library to simplify implementation of recent DNS RFCs. The goal is to allow depelopers to easily create software conforming to current RFCs and experimental software for current Internet drafts. Because ldns is written in C it should be a lot faster than Perl or other scripting languages. WWW: http://www.nlnetlabs.nl/projects/ldns/ libasr-1.0.2_3 Name : libasr Version : 1.0.2_3 Installed on : Sat Nov 2 12:03:33 2019 CET Origin : dns/libasr Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : dns Licenses : BSD2CLAUSE, BSD4CLAUSE, ISCL, BSD3CLAUSE Maintainer : fluffy@FreeBSD.org WWW : https://github.com/OpenSMTPD/libasr Comment : Asynchronous DNS resolver library Options : CA_BUNDLE : on Shared Libs provided: libasr.so.0 Annotations : FreeBSD_version: 1200514 cpe : cpe:2.3:a:openbsd:libasr:1.0.2:::::freebsd12:x64:3 repo_type : binary repository : extras-pkg.pichove.org Flat size : 201KiB Description : libasr is a FREE asynchronous DNS resolver. libasr runs on top of the OpenBSD operating system but also has a portable version that can build and run on several systems, including: * Linux * FreeBSD * NetBSD * DragonFly * MacOSX WWW: https://github.com/OpenSMTPD/libasr libassuan-2.5.3 Name : libassuan Version : 2.5.3 Installed on : Thu Sep 5 18:48:13 2019 CEST Origin : security/libassuan Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security devel Licenses : LGPL21 Maintainer : jhale@FreeBSD.org WWW : http://gnupg.org/related_software/libassuan/index.en.html Comment : IPC library used by GnuPG and gpgme Shared Libs required: libgpg-error.so.0 Shared Libs provided: libassuan.so.0 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 297KiB Description : Libassuan is a small library implementing the so-called Assuan protocol. This protocol is used for IPC between most newer GnuPG components. WWW: http://gnupg.org/related_software/libassuan/index.en.html libedit-3.1.20191211,1 Name : libedit Version : 3.1.20191211,1 Installed on : Fri Dec 27 18:02:51 2019 CET Origin : devel/libedit Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : BSD2CLAUSE Maintainer : bapt@FreeBSD.org WWW : http://thrysoee.dk/editline/ Comment : Command line editor library Shared Libs provided: libedit.so.0 Annotations : FreeBSD_version: 1201502 repo_type : binary repository : pkg.pichove.org Flat size : 615KiB Description : libedit provides command line editing functionality. Both emacs and vi key bindings are supported. Note that the base system also includes libedit, but this port is generally more current. WWW: http://thrysoee.dk/editline/ libevent-2.1.11 Name : libevent Version : 2.1.11 Installed on : Thu Aug 8 19:03:00 2019 CEST Origin : devel/libevent Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : BSD3CLAUSE Maintainer : zeising@FreeBSD.org WWW : http://libevent.org/ Comment : API for executing callback functions on events or timeouts Options : OPENSSL : on THREADS : on Shared Libs required: libssl.so.47 libcrypto.so.45 Shared Libs provided: libevent_pthreads-2.1.so.7 libevent_core-2.1.so.7 libevent_openssl-2.1.so.7 libevent_extra-2.1.so.7 libevent-2.1.so.7 Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 2.23MiB Description : The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications. WWW: http://libevent.org/ libffi-3.2.1_3 Name : libffi Version : 3.2.1_3 Installed on : Sun Aug 4 16:46:51 2019 CEST Origin : devel/libffi Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : MIT Maintainer : zeising@FreeBSD.org WWW : http://sources.redhat.com/libffi/ Comment : Foreign Function Interface Shared Libs provided: libffi.so.6 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 132KiB Description : The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. WWW: http://sources.redhat.com/libffi/ libgcrypt-1.8.5 Name : libgcrypt Version : 1.8.5 Installed on : Thu Sep 5 18:48:14 2019 CEST Origin : security/libgcrypt Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv2+, LGPL21+ Maintainer : cpm@FreeBSD.org WWW : https://www.gnupg.org/software/libgcrypt/index.html Comment : General purpose cryptographic library based on the code from GnuPG Options : DOCS : off Shared Libs required: libgpg-error.so.0 Shared Libs provided: libgcrypt.so.20 Annotations : FreeBSD_version: 1200514 cpe : cpe:2.3:a:gnupg:libgcrypt:1.8.5:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 3.45MiB Description : Libgcrypt is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptographic building blocks: symmetric ciphers, hash algorithms, MACs, public key algorithms, large integer functions, random numbers and a lot of supporting functions. WWW: https://www.gnupg.org/software/libgcrypt/index.html libgpg-error-1.37 Name : libgpg-error Version : 1.37 Installed on : Tue Feb 11 15:16:24 2020 CET Origin : security/libgpg-error Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security devel Licenses : LGPL21, GPLv2 Maintainer : novel@FreeBSD.org WWW : https://www.gnupg.org/software/libgpg-error/ Comment : Common error values for all GnuPG components Options : DOCS : off NLS : on TEST : off Shared Libs required: libintl.so.8 Shared Libs provided: libgpg-error.so.0 Annotations : FreeBSD_version: 1201510 repo_type : binary repository : pkg.pichove.org Flat size : 1.21MiB Description : libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. WWW: https://www.gnupg.org/software/libgpg-error/ libiconv-1.14_11 Name : libiconv Version : 1.14_11 Installed on : Sun Aug 4 18:31:01 2019 CEST Origin : converters/libiconv Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel converters Licenses : GPLv3 Maintainer : gnome@FreeBSD.org WWW : http://www.gnu.org/software/libiconv/ Comment : Character set conversion library Options : DOCS : off ENCODINGS : on PATCHES : off Shared Libs provided: libiconv.so.2 libcharset.so.1 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 2.24MiB Description : This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. It can convert from any of these encodings to any other, through Unicode conversion. It has also some limited support for transliteration, i.e. when a character cannot be represented in the target character set, it can be approximated through one or several similarly looking characters. libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system. See either README or website for the list of supported encodings. WWW: http://www.gnu.org/software/libiconv/ libksba-1.3.5_1 Name : libksba Version : 1.3.5_1 Installed on : Thu Sep 5 18:48:14 2019 CEST Origin : security/libksba Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv3, GPLv2, LGPL3 Maintainer : sunpoet@FreeBSD.org WWW : https://www.gnupg.org/aegypten2/ Comment : KSBA is an X.509 Library Shared Libs required: libgpg-error.so.0 Shared Libs provided: libksba.so.8 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 789KiB Description : KSBA = rot13(digit_to_letter(x509)) to be pronounced as Kasbah KSBA is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. WWW: https://www.gnupg.org/aegypten2/ libnghttp2-1.40.0 Name : libnghttp2 Version : 1.40.0 Installed on : Tue Nov 19 13:37:12 2019 CET Origin : www/libnghttp2 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net www Licenses : MIT Maintainer : sunpoet@FreeBSD.org WWW : https://nghttp2.org/ Comment : HTTP/2.0 C Library Shared Libs provided: libnghttp2.so.14 Annotations : FreeBSD_version: 1201502 repo_type : binary repository : pkg.pichove.org Flat size : 650KiB Description : nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. WWW: https://nghttp2.org/ libressl-3.0.2 Name : libressl Version : 3.0.2 Installed on : Sun Oct 20 14:26:11 2019 CEST Origin : security/libressl Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security devel Licenses : BSD4CLAUSE Maintainer : brnrd@FreeBSD.org WWW : http://www.libressl.org/ Comment : Free version of the SSL/TLS protocol forked from OpenSSL Options : MAN3 : off NC : on Shared Libs provided: libcrypto.so.45 libtls.so.19 libssl.so.47 Annotations : FreeBSD_version: 1200514 cpe : cpe:2.3:a:openbsd:libressl:3.0.2:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 8.84MiB Description : LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It was forked from the OpenSSL cryptographic software library in April 2014 as a response by OpenBSD developers to the Heartbleed security vulnerability in OpenSSL, with the aim of refactoring the OpenSSL code so as to provide a more secure implementation. LibreSSL was forked from the OpenSSL library starting with the 1.0.1g branch and will follow the security guidelines used elsewhere in the OpenBSD project. WWW: http://www.libressl.org/ librsync-2.2.1 Name : librsync Version : 2.2.1 Installed on : Thu Apr 2 21:01:11 2020 CEST Origin : net/librsync Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel net Licenses : LGPL21+ Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/librsync/librsync Comment : Library for delta compression of streams Shared Libs required: libpopt.so.0 Shared Libs provided: librsync.so.2 Annotations : FreeBSD_version: 1201512 Flat size : 135KiB Description : The librsync library implements network delta-compression of streams and files. The algorithm is similar to that used in the rsync(1) and xdelta(2) programs, but specialized for transfer of arbitrary-length octet streams. Unlike most diff programs, librsync does not require access to both of the files on the same machine, but rather only a short ``signature'' of the old file and the complete contents of the new file. WWW: https://github.com/librsync/librsync libsodium-1.0.18 Name : libsodium Version : 1.0.18 Installed on : Sun Nov 3 17:20:02 2019 CET Origin : security/libsodium Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : ISCL Maintainer : vsevolod@FreeBSD.org WWW : https://github.com/jedisct1/libsodium Comment : Library to build higher-level cryptographic tools Options : DOCS : off Shared Libs provided: libsodium.so.23 Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 1.70MiB Description : libsodium is a library for network communication, encryption, decryption, signatures, etc. libsodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl(security/nacl). NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. WWW: https://github.com/jedisct1/libsodium libtasn1-4.15.0 Name : libtasn1 Version : 4.15.0 Installed on : Sun Nov 24 00:32:06 2019 CET Origin : security/libtasn1 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv3, LGPL21+ Maintainer : novel@FreeBSD.org WWW : http://www.gnu.org/software/libtasn1/ Comment : ASN.1 structure parser library Options : DOCS : off Shared Libs provided: libtasn1.so.6 Annotations : FreeBSD_version: 1201502 cpe : cpe:2.3:a:gnu:libtasn1:4.15.0:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 429KiB Description : libtasn1 library was developed for ASN1 (Abstract Syntax Notation One) structures management. The main features of this library are: - on-line ASN1 structure management that does not require any C code file generation; - off-line ASN1 structure management with C code file generation containing an array; - DER (Distinguish Encoding Rules) encoding; - no limits for INTEGER and ENUMERATED values WWW: http://www.gnu.org/software/libtasn1/ libunistring-0.9.10_1 Name : libunistring Version : 0.9.10_1 Installed on : Thu Sep 5 18:48:14 2019 CEST Origin : devel/libunistring Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : GPLv2, GFDL, LGPL3+ Maintainer : takefu@airport.fm WWW : https://www.gnu.org/software/libunistring/ Comment : Unicode string library Options : DOCS : off Shared Libs provided: libunistring.so.2 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 2.24MiB Description : GNU LIBUNISTRING - Unicode string library This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. WWW: https://www.gnu.org/software/libunistring/ libxml2-2.9.10 Name : libxml2 Version : 2.9.10 Installed on : Sun Nov 24 00:32:06 2019 CET Origin : textproc/libxml2 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : gnome textproc Licenses : MIT, TRIO Maintainer : desktop@FreeBSD.org WWW : http://xmlsoft.org/ Comment : XML parser library for GNOME Options : MEM_DEBUG : off SCHEMA : on THREADS : on THREAD_ALLOC : off VALID : on XMLLINT_HIST : off Shared Libs provided: libxml2.so.2 Annotations : FreeBSD_version: 1201502 cpe : cpe:2.3:a:xmlsoft:libxml2:2.9.10:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 4.70MiB Description : Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets. WWW: http://xmlsoft.org/ links-2.16_2,1 Name : links Version : 2.16_2,1 Installed on : Thu Aug 8 19:03:00 2019 CEST Origin : www/links Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : ipv6 www Licenses : GPLv2 Maintainer : portmaster@BSDforge.com WWW : http://links.twibright.com/ Comment : Lynx-like text WWW browser Options : BROTLI : off CIPHERSTRING : off DIRECTFB : off IPV6 : on NLS : on SVG : off SVGALIB : off THREADS : on TRANS : off UTF8 : on X11 : off Shared Libs required: libcrypto.so.45 libssl.so.47 libevent-2.1.so.7 Annotations : FreeBSD_version: 1200514 cpe : cpe:2.3:a:twibright:links:2.16:::::freebsd12:x64:2 repo_type : binary repository : pkg.pichove.org Flat size : 1.66MiB Description : Lynx-like WWW browser with text and graphics modes with many features like displaying tables, menus, etc. WWW: http://links.twibright.com/ lzo2-2.10_1 Name : lzo2 Version : 2.10_1 Installed on : Mon Nov 11 09:14:09 2019 CET Origin : archivers/lzo2 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel archivers Licenses : GPLv2 Maintainer : mandree@FreeBSD.org WWW : http://www.oberhumer.com/opensource/lzo/ Comment : Portable speedy, lossless data compression library Options : DOCS : off EXAMPLES : off Shared Libs provided: liblzo2.so.2 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 681KiB Description : LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless. WWW: http://www.oberhumer.com/opensource/lzo/ mg-6.6,1 Name : mg Version : 6.6,1 Installed on : Wed Oct 30 08:36:45 2019 CET Origin : editors/mg Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : editors Licenses : PD Maintainer : tobik@FreeBSD.org WWW : https://github.com/ibara/mg Comment : Small, fast Emacs-like editor Options : DOCS : off Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 205KiB Description : Mg is a small, fast, portable, and free (public domain) Emacs-like editor maintained by the OpenBSD Project. It is intended for people who can't, or don't want to, run the real GNU Emacs, or are not familiar with the vi(1) editor. WWW: https://github.com/ibara/mg nettle-3.5.1_1 Name : nettle Version : 3.5.1_1 Installed on : Thu Sep 5 18:48:14 2019 CEST Origin : security/nettle Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv2+, LGPL3 Maintainer : sunpoet@FreeBSD.org WWW : https://www.lysator.liu.se/~nisse/nettle/ Comment : Low-level cryptographic library Options : DOCS : off EXAMPLES : off Shared Libs required: libgmp.so.10 Shared Libs provided: libhogweed.so.5 libnettle.so.7 Annotations : FreeBSD_version: 1200512 repo_type : binary repository : pkg.pichove.org Flat size : 3.41MiB Description : Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. WWW: https://www.lysator.liu.se/~nisse/nettle/ npth-1.6 Name : npth Version : 1.6 Installed on : Thu Sep 5 18:48:15 2019 CEST Origin : devel/npth Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : LGPL21+ Maintainer : jhale@FreeBSD.org WWW : https://www.gnupg.org/software/npth/index.html Comment : New GNU Portable Threads Shared Libs provided: libnpth.so.0 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 70.3KiB Description : nPth - The New GNU Portable Threads Library This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. In contrast to GNU Pth, it is based on the system's standard threads implementation. This allows the use of libraries which are not compatible to GNU Pth. Experience with a Windows Pth emulation showed that this is a solid way to provide a co-routine based framework. WWW: https://www.gnupg.org/software/npth/index.html openntpd-6.2p3_4,2 Name : openntpd Version : 6.2p3_4,2 Installed on : Sun Oct 20 14:26:19 2019 CEST Origin : net/openntpd Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net Licenses : ISCL Maintainer : naddy@FreeBSD.org WWW : http://www.openntpd.org/ Comment : Network Time Protocol (NTP) daemon Shared Libs required: libcrypto.so.45 libtls.so.19 libssl.so.47 Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 107KiB Description : The ntpd daemon implements the Simple Network Time Protocol version 4 as described in RFC 2030 and the Network Time Protocol version 3 as de- scribed in RFC 1305. It can synchronize the local clock to one or more remote NTP servers and act as NTP server itself, redistributing the local time. WWW: http://www.openntpd.org/ opensmtpd-6.6.4_1,1 Name : opensmtpd Version : 6.6.4_1,1 Installed on : Thu Mar 26 14:21:01 2020 CET Origin : mail/opensmtpd Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : mail Licenses : ISCL Maintainer : fluffy@FreeBSD.org WWW : https://www.OpenSMTPD.org/ Comment : Security- and simplicity-focused SMTP server from OpenBSD Options : CA_BUNDLE : on LIBASRDEVEL : off MAILERCONF : on PAM : off TABLE_DB : on Shared Libs required: libasr.so.0 libcrypto.so.45 libevent-2.1.so.7 libssl.so.47 Annotations : FreeBSD_version: 1201512 cpe : cpe:2.3:a:openbsd:opensmtpd:6.6.4:::::freebsd12:x64:1 repo_type : binary repository : extras-pkg.pichove.org Flat size : 1.01MiB Description : OpenSMTPD is a FREE implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. WWW: https://www.OpenSMTPD.org/ openssh-portable-8.2.p1_1,1 Name : openssh-portable Version : 8.2.p1_1,1 Installed on : Tue Mar 24 09:13:44 2020 CET Origin : security/openssh-portable Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : Maintainer : bdrewery@FreeBSD.org WWW : http://www.openssh.org/portable.html Comment : The portable version of OpenBSD's OpenSSH Options : BSM : off DOCS : off HEIMDAL : off HEIMDAL_BASE : off HPN : off KERB_GSSAPI : off LDNS : on LIBEDIT : on MIT : off NONECIPHER : off PAM : on TCP_WRAPPERS : off XMSS : off Shared Libs required: libldns.so.3 libedit.so.0 libcrypto.so.45 Annotations : FreeBSD_version: 1201512 flavor : default repo_type : binary repository : pkg.pichove.org Flat size : 5.10MiB Description : OpenBSD's OpenSSH portable version Normal OpenSSH development produces a very small, secure, and easy to maintain version for the OpenBSD project. The OpenSSH Portability Team takes that pure version and adds portability code so that OpenSSH can run on many other operating systems (Unfortunately, in particular since OpenSSH does authentication, it runs into a *lot* of differences between Unix operating systems). The portable OpenSSH follows development of the official version, but releases are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1). The official OpenBSD source will never use the 'p' suffix, but will instead increment the version number when they hit 'stable spots' in their development. WWW: http://www.openssh.org/portable.html p11-kit-0.23.18.1 Name : p11-kit Version : 0.23.18.1 Installed on : Sun Oct 13 22:34:07 2019 CEST Origin : security/p11-kit Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security devel Licenses : BSD3CLAUSE Maintainer : novel@FreeBSD.org WWW : http://p11-glue.freedesktop.org/p11-kit.html Comment : Library for loading and enumerating of PKCS#11 modules Shared Libs required: libtasn1.so.6 libffi.so.6 Shared Libs provided: libp11-kit.so.0 Annotations : FreeBSD_version: 1200514 repo_type : binary repository : pkg.pichove.org Flat size : 3.21MiB Description : Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. WWW: http://p11-glue.freedesktop.org/p11-kit.html p5-Error-0.17029 Name : p5-Error Version : 0.17029 Installed on : Sun Feb 2 22:29:14 2020 CET Origin : lang/p5-Error Architecture : FreeBSD:12:* Prefix : /usr/local Categories : perl5 lang Licenses : GPLv1+, ART10 Maintainer : sunpoet@FreeBSD.org WWW : https://metacpan.org/release/Error Comment : Error/exception handling in object-oriented programming style Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 64.3KiB Description : The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Errors in the class Error should not be thrown directly, but the user should throw errors from a sub-class of Error. WWW: https://metacpan.org/release/Error pcre2-10.34 Name : pcre2 Version : 10.34 Installed on : Thu Feb 13 15:39:30 2020 CET Origin : devel/pcre2 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : BSD3CLAUSE Maintainer : krion@FreeBSD.org WWW : https://www.pcre.org/ Comment : Perl Compatible Regular Expressions library, version 2 Options : DOCS : off LIBEDIT : off READLINE : off STACK_RECURSION: on Shared Libs provided: libpcre2-posix.so.2 libpcre2-8.so.0 libpcre2-16.so.0 libpcre2-32.so.0 Annotations : FreeBSD_version: 1201510 repo_type : binary repository : pkg.pichove.org Flat size : 5.27MiB Description : PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. Some features that appeared in Python and the original PCRE before they appeared in Perl are also available using the Python syntax. There is also some support for one or two .NET and Oniguruma syntax items, and there are options for requesting some minor changes that give better ECMAScript (aka JavaScript) compatibility. WWW: https://www.pcre.org/ perl5-5.30.2 Name : perl5 Version : 5.30.2 Installed on : Sat Mar 21 01:14:15 2020 CET Origin : lang/perl5.30 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel perl5 lang Licenses : GPLv1+, ART10 Maintainer : mat@FreeBSD.org WWW : http://www.perl.org/ Comment : Practical Extraction and Report Language Options : DEBUG : off DOT_INC : off DTRACE : off GDBM : off MULTIPLICITY : on PERL_64BITINT : on PERL_MALLOC : off SITECUSTOMIZE : off THREADS : on Shared Libs provided: libperl.so.5.30 Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:perl:perl:5.30.2:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 58.2MiB Description : Perl is a language that combines some of the features of C, sed, awk and shell. See the manual page for more hype. There are also many books published by O'Reilly & Assoc. See pod/perlbook.pod for more information. WWW: http://www.perl.org/ pinentry-1.1.0_6 Name : pinentry Version : 1.1.0_6 Installed on : Sun Oct 13 22:34:07 2019 CEST Origin : security/pinentry Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security Licenses : GPLv2+ Maintainer : jhale@FreeBSD.org WWW : http://www.gnupg.org/aegypten2 Comment : Collection of simple PIN or passphrase entry dialogs Options : FLTK : off GNOME3 : off GTK2 : off NCURSES : off QT5 : off TTY : on Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 58.7KiB Description : This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. WWW: http://www.gnupg.org/aegypten2 pinentry-tty-1.1.0 Name : pinentry-tty Version : 1.1.0 Installed on : Thu Sep 5 18:48:13 2019 CEST Origin : security/pinentry-tty Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : GPLv2+ Maintainer : jhale@FreeBSD.org WWW : http://www.gnupg.org/aegypten2 Comment : Console version of the GnuPG password dialog Options : LIBSECRET : off Shared Libs required: libgpg-error.so.0 libassuan.so.0 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 78.0KiB Description : This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. WWW: http://www.gnupg.org/aegypten2 pkg-1.14.0 Name : pkg Version : 1.14.0 Installed on : Thu Apr 2 19:05:39 2020 CEST Origin : ports-mgmt/pkg Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : ports-mgmt Licenses : BSD2CLAUSE Maintainer : pkg@FreeBSD.org WWW : https://wiki.freebsd.org/pkgng Comment : Package manager Options : DOCS : off Shared Libs provided: libpkg.so.4 Annotations : FreeBSD_version: 1201512 repo_type : binary repository : pkg.pichove.org Flat size : 27.2MiB Description : Package management tool WWW: https://wiki.freebsd.org/pkgng popt-1.16_2 Name : popt Version : 1.16_2 Installed on : Sun Nov 17 13:21:42 2019 CET Origin : devel/popt Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : MIT Maintainer : jpaetzel@FreeBSD.org WWW : http://freshmeat.net/projects/popt/ Comment : Getopt(3) like library with a number of enhancements, from Redhat Options : NLS : on Shared Libs required: libintl.so.8 Shared Libs provided: libpopt.so.0 Annotations : FreeBSD_version: 1201502 repo_type : binary repository : pkg.pichove.org Flat size : 219KiB Description : This is the popt command line option parsing library. While it is similar to getopt(3), it contains a number of enhancements, including: 1) popt is fully reentrant 2) popt can parse arbitrary argv[] style arrays while getopt(2) makes this quite difficult 3) popt allows users to alias command line arguments 4) popt provides convenience functions for parsing strings into argv[] style arrays WWW: http://freshmeat.net/projects/popt/ py38-asn1crypto-1.3.0 Name : py38-asn1crypto Version : 1.3.0 Installed on : Wed Mar 11 22:27:38 2020 CET Origin : devel/py-asn1crypto Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : mikael@FreeBSD.org WWW : https://github.com/wbond/asn1crypto Comment : ASN.1 library with a focus on performance and a pythonic API Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.21MiB Description : A fast, pure Python library for parsing and serializing ASN.1 structures. WWW: https://github.com/wbond/asn1crypto py38-bcrypt-3.1.7 Name : py38-bcrypt Version : 3.1.7 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : security/py-bcrypt Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security python Licenses : APACHE20 Maintainer : dbaio@FreeBSD.org WWW : https://github.com/pyca/bcrypt/ Comment : Modern password hashing for your software and your servers Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 81.1KiB Description : Modern password hashing for your software and your servers WWW: https://github.com/pyca/bcrypt/ py38-bleach-3.1.3 Name : py38-bleach Version : 3.1.3 Installed on : Wed Mar 18 16:00:10 2020 CET Origin : www/py-bleach Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python www Licenses : APACHE20 Maintainer : koobs@FreeBSD.org WWW : https://github.com/mozilla/bleach Comment : Easy safelist-based HTML-sanitizing tool Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.36MiB Description : Bleach is a Python HTML sanitizing library that escapes or strips markup and attributes based on a white list. Bleach is intended for sanitizing text from untrusted sources. WWW: https://github.com/mozilla/bleach py38-certifi-2019.11.28 Name : py38-certifi Version : 2019.11.28 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : security/py-certifi Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security python Licenses : MPL20 Maintainer : sunpoet@FreeBSD.org WWW : https://certifi.io/ Comment : Mozilla SSL certificates Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 297KiB Description : Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. This MPL Licensed CA Bundle is extracted from the Mozilla Included CA Certificate List. WWW: https://certifi.io/ py38-cffi-1.14.0 Name : py38-cffi Version : 1.14.0 Installed on : Wed Mar 11 22:27:38 2020 CET Origin : devel/py-cffi Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : sunpoet@FreeBSD.org WWW : http://cffi.readthedocs.org/ Comment : Foreign Function Interface for Python calling C code Shared Libs required: libffi.so.6 Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.01MiB Description : Foreign Function Interface for Python calling C code. WWW: http://cffi.readthedocs.org/ py38-chardet-3.0.4_3 Name : py38-chardet Version : 3.0.4_3 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : textproc/py-chardet Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python textproc Licenses : LGPL21 Maintainer : rm@FreeBSD.org WWW : https://github.com/chardet/chardet/ Comment : Universal encoding detector for Python 2 and 3 Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.14MiB Description : Character encoding auto-detection in Python. WWW: https://github.com/chardet/chardet/ py38-coverage-4.5.4 Name : py38-coverage Version : 4.5.4 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : devel/py-coverage Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : python devel Licenses : BSD2CLAUSE Maintainer : lwhsu@FreeBSD.org WWW : https://coverage.readthedocs.io/ Comment : Code coverage measurement for Python Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.05MiB Description : Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. WWW: https://coverage.readthedocs.io/ py38-cryptography-2.6.1 Name : py38-cryptography Version : 2.6.1 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : security/py-cryptography Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security python Licenses : BSD3CLAUSE, APACHE20 Maintainer : koobs@FreeBSD.org WWW : https://github.com/pyca/cryptography/ Comment : Cryptographic recipes and primitives for Python developers Shared Libs required: libssl.so.47 libcrypto.so.45 Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 2.56MiB Description : cryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions. WWW: https://github.com/pyca/cryptography/ py38-docutils-0.15.2 Name : py38-docutils Version : 0.15.2 Installed on : Wed Mar 11 22:28:16 2020 CET Origin : textproc/py-docutils Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python textproc Licenses : BSD2CLAUSE, GPLv3+, PSFL, PD Maintainer : python@FreeBSD.org WWW : http://docutils.sourceforge.net/ Comment : Python Documentation Utilities Options : PYGMENTS : on Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 4.22MiB Description : Utilities for the documentation of Python modules. WWW: http://docutils.sourceforge.net/ py38-entrypoints-0.3 Name : py38-entrypoints Version : 0.3 Installed on : Wed Mar 11 22:28:16 2020 CET Origin : devel/py-entrypoints Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : python@FreeBSD.org WWW : https://github.com/takluyver/entrypoints Comment : Discover and load entry points from installed packages Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 24.0KiB Description : Discover and load entry points from installed packages. WWW: https://github.com/takluyver/entrypoints py38-fasteners-0.14.1 Name : py38-fasteners Version : 0.14.1 Installed on : Wed Mar 11 22:27:40 2020 CET Origin : devel/py-fasteners Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : APACHE20 Maintainer : alexander.nusov@nfvexpress.com WWW : https://github.com/harlowja/fasteners Comment : Python package that provides useful locks Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 154KiB Description : A python package that provides useful locks. WWW: https://github.com/harlowja/fasteners py38-future-0.18.2 Name : py38-future Version : 0.18.2 Installed on : Wed Mar 11 22:27:40 2020 CET Origin : devel/py-future Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : bofh@FreeBSD.org WWW : https://python-future.org/ Comment : Clean single-source support for Python 3 and 2 Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 3.69MiB Description : future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. WWW: https://python-future.org/ py38-idna-2.8 Name : py38-idna Version : 2.8 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : dns/py-idna Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python dns Licenses : PSFL, BSD3CLAUSE Maintainer : koobs@FreeBSD.org WWW : https://github.com/kjd/idna Comment : Internationalized Domain Names in Applications (IDNA) Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 680KiB Description : A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different res lts from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the "encodings.idna" module that comes with the Python standard library but currently only supports the older 2003 specification. WWW: https://github.com/kjd/idna py38-invoke-1.4.1 Name : py38-invoke Version : 1.4.1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : devel/py-invoke Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : BSD2CLAUSE Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/pyinvoke/invoke Comment : Python task execution tool & library Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.73MiB Description : Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set. WWW: https://github.com/pyinvoke/invoke py38-keyring-18.0.1 Name : py38-keyring Version : 18.0.1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : security/py-keyring Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security python Licenses : PSFL Maintainer : douglas@douglasthrift.net WWW : https://github.com/jaraco/keyring Comment : Store and access your passwords safely Options : DBUS : off KEYRINGS_ALT : on SECRET_SERVICE : off Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 233KiB Description : The Python keyring lib provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. It supports OSX, KDE, Gnome and Windows's native password storing services. Besides this, it is shipped with kinds of Python implemented keyring for the left environments. WWW: https://github.com/jaraco/keyring py38-keyrings.alt-3.1.1 Name : py38-keyrings.alt Version : 3.1.1 Installed on : Wed Mar 11 22:28:16 2020 CET Origin : security/py-keyrings.alt Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security python Licenses : MIT Maintainer : douglas@douglasthrift.net WWW : https://pypi.org/project/keyrings.alt/ Comment : Alternate Python keyring implementations Options : ENCRYPTED_FILE : off GNOME_KEYRING : off KEYCZAR : off PYFS : off Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 159KiB Description : Alternate keyring backend implementations for use with the Python keyring package. WWW: https://pypi.org/project/keyrings.alt/ py38-mock-3.0.5 Name : py38-mock Version : 3.0.5 Installed on : Wed Mar 11 22:27:40 2020 CET Origin : devel/py-mock Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : BSD2CLAUSE Maintainer : koobs@FreeBSD.org WWW : https://mock.readthedocs.org/en/latest/ Comment : Rolling backport of unittest.mock for all Pythons Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 220KiB Description : mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards. This package contains a rolling backport of the standard library mock code compatible with Python 2.7 and 3.4 and up. WWW: https://mock.readthedocs.org/en/latest/ py38-monotonic-1.5 Name : py38-monotonic Version : 1.5 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : devel/py-monotonic Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : python devel Licenses : APACHE20 Maintainer : alfred@FreeBSD.org WWW : https://github.com/atdt/monotonic Comment : Python 3 monotonic time module for Python 2 Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 28.8KiB Description : This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards. It is compatible with Python 2 and Python 3. On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation: WWW: https://github.com/atdt/monotonic py38-openssl-19.0.0 Name : py38-openssl Version : 19.0.0 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : security/py-openssl Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security python Licenses : APACHE20 Maintainer : sbz@FreeBSD.org WWW : https://github.com/pyca/pyopenssl Comment : Python interface to the OpenSSL library Options : EXAMPLES : off Annotations : cpe : cpe:2.3:a:jean-paul_calderone:pyopenssl:19.0.0:::::freebsd12:x64 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 555KiB Description : Python interface to the OpenSSL library WWW: https://github.com/pyca/pyopenssl py38-paramiko-2.7.1 Name : py38-paramiko Version : 2.7.1 Installed on : Sun Mar 22 13:48:55 2020 CET Origin : security/py-paramiko Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security python Licenses : GPLv2 Maintainer : sbz@FreeBSD.org WWW : https://www.paramiko.org/ Comment : Python SSH2 protocol library Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.73MiB Description : This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. WWW: https://www.paramiko.org/ py38-pexpect-4.8.0 Name : py38-pexpect Version : 4.8.0 Installed on : Wed Mar 11 22:27:40 2020 CET Origin : misc/py-pexpect Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python misc Licenses : ISCL Maintainer : sunpoet@FreeBSD.org WWW : https://pexpect.readthedocs.io/ Comment : Python module for controlling interactive programs in pseudo-terminal Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 465KiB Description : Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. The main features of Pexpect require the pty module in the Python standard library, which is only available on Unix-like systems. Some features -- waiting for patterns from file descriptors or subprocesses -- waiting for patterns from file descriptors or subprocesses. WWW: https://pexpect.readthedocs.io/ py38-pkginfo-1.5.0.1 Name : py38-pkginfo Version : 1.5.0.1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : sysutils/py-pkginfo Architecture : FreeBSD:12:* Prefix : /usr/local Categories : sysutils python Licenses : MIT Maintainer : che@bein.link WWW : https://pypi.org/project/pkginfo/ Comment : Query metadatdata from sdists / bdists / installed packages Options : DOCS : off Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 269KiB Description : This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distribution (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop). WWW: https://pypi.org/project/pkginfo/ py38-ptyprocess-0.6.0 Name : py38-ptyprocess Version : 0.6.0 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : sysutils/py-ptyprocess Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : sysutils python Licenses : ISCL Maintainer : robak@FreeBSD.org WWW : https://github.com/pexpect/ptyprocess Comment : Run a subprocess in a pseudo terminal Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 89.4KiB Description : Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer. WWW: https://github.com/pexpect/ptyprocess py38-pyasn1-0.4.7 Name : py38-pyasn1 Version : 0.4.7 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : devel/py-pyasn1 Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : BSD2CLAUSE Maintainer : mhjacks@swbell.net WWW : http://snmplabs.com/pyasn1/ Comment : ASN.1 toolkit for Python Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 882KiB Description : ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. WWW: http://snmplabs.com/pyasn1/ py38-pycparser-2.19 Name : py38-pycparser Version : 2.19 Installed on : Wed Mar 11 22:27:38 2020 CET Origin : devel/py-pycparser Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : BSD3CLAUSE Maintainer : wg@FreeBSD.org WWW : https://github.com/eliben/pycparser Comment : C parser in Python Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 1.26MiB Description : pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. WWW: https://github.com/eliben/pycparser py38-pygments-2.5.2 Name : py38-pygments Version : 2.5.2 Installed on : Wed Mar 11 22:28:15 2020 CET Origin : textproc/py-pygments Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python textproc Licenses : BSD2CLAUSE Maintainer : nivit@FreeBSD.org WWW : http://pygments.org/ Comment : Syntax highlighter written in Python Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 7.36MiB Description : Pygments is a syntax highlighting package written in Python. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library WWW: http://pygments.org/ py38-pynacl-1.3.0 Name : py38-pynacl Version : 1.3.0 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : security/py-pynacl Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security python Licenses : APACHE20 Maintainer : yuri@FreeBSD.org WWW : https://pypi.org/project/PyNaCl/ Comment : Python binding to the Networking and Cryptography library Options : BUNDLED_NACL : off Shared Libs required: libsodium.so.23 Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 622KiB Description : PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. WWW: https://pypi.org/project/PyNaCl/ py38-pysocks-1.7.1 Name : py38-pysocks Version : 1.7.1 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : net/py-pysocks Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python net Licenses : BSD3CLAUSE Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/Anorov/PySocks Comment : Python SOCKS module Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 101KiB Description : Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch WWW: https://github.com/Anorov/PySocks py38-readme_renderer-25.0 Name : py38-readme_renderer Version : 25.0 Installed on : Sat Mar 28 18:00:37 2020 CET Origin : devel/py-readme_renderer Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : APACHE20 Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/pypa/readme_renderer Comment : Library for rendering "readme" descriptions Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 54.3KiB Description : Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse to render the long_description for packages. It can handle Markdown, reStructuredText (.rst), and plain text. WWW: https://github.com/pypa/readme_renderer py38-requests-2.22.0 Name : py38-requests Version : 2.22.0 Installed on : Wed Mar 11 22:27:40 2020 CET Origin : www/py-requests Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python www Licenses : APACHE20 Maintainer : koobs@FreeBSD.org WWW : http://python-requests.org Comment : HTTP library written in Python for human beings Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 451KiB Description : Requests is an ISC Licensed HTTP library, written in Python, for human beings. Features: * International Domains and URLs * Keep-Alive & Connection Pooling * Sessions with Cookie Persistence * Browser-style SSL Verification * Basic/Digest Authentication * Elegant Key/Value Cookies * Automatic Decompression * Unicode Response Bodies * Multipart File Uploads * Connection Timeouts * .netrc support * Python 2.6-3.4 * Thread-safe WWW: http://python-requests.org py38-requests-toolbelt-0.8.0_1 Name : py38-requests-toolbelt Version : 0.8.0_1 Installed on : Wed Mar 11 22:28:16 2020 CET Origin : www/py-requests-toolbelt Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python www Licenses : APACHE20 Maintainer : wg@FreeBSD.org WWW : https://toolbelt.readthedocs.org Comment : Utility belt for advanced users of python-requests Options : DOCS : off Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 362KiB Description : This is a collection of utilities that some users of python-requests might need but do not belong in requests proper. The library is actively maintained by members of the requests core development team, and so reflects the functionality most requested by users of the requests library. WWW: https://toolbelt.readthedocs.org py38-semantic_version-2.8.4 Name : py38-semantic_version Version : 2.8.4 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : devel/py-semantic_version Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/rbarrois/python-semanticversion Comment : Python library provides a few tools to handle SemVer in Python Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 143KiB Description : This small python library provides a few tools to handle SemVer in Python. It follows strictly the 2.0.0 version of the SemVer scheme. WWW: https://github.com/rbarrois/python-semanticversion py38-setuptools-44.0.0 Name : py38-setuptools Version : 44.0.0 Installed on : Wed Mar 11 22:27:38 2020 CET Origin : devel/py-setuptools Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : python@FreeBSD.org WWW : https://pypi.org/project/setuptools/ Comment : Python packages installer Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 3.76MiB Description : Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects, where packaging includes: - Python package and module definitions - Distribution package metadata - Test hooks - Project installation - Platform-specific details - Python 3 support WWW: https://pypi.org/project/setuptools/ py38-six-1.14.0 Name : py38-six Version : 1.14.0 Installed on : Wed Mar 11 22:27:38 2020 CET Origin : devel/py-six Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : MIT Maintainer : python@FreeBSD.org WWW : https://github.com/benjaminp/six Comment : Python 2 and 3 compatibility utilities Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 89.3KiB Description : Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. WWW: https://github.com/benjaminp/six py38-tqdm-4.41.1 Name : py38-tqdm Version : 4.41.1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : misc/py-tqdm Architecture : FreeBSD:12:* Prefix : /usr/local Categories : misc Licenses : MIT, MPL20 Maintainer : neel@neelc.org WWW : https://github.com/tqdm/tqdm Comment : Fast, extensible progress bar for Python Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 359KiB Description : Simple Python Progress Meter WWW: https://github.com/tqdm/tqdm py38-twine-3.1.1 Name : py38-twine Version : 3.1.1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : devel/py-twine Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python devel Licenses : APACHE20 Maintainer : sunpoet@FreeBSD.org WWW : https://github.com/pypa/twine Comment : Collection of utilities for interacting with PyPI Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 207KiB Description : Twine is a utility for interacting with PyPI. WWW: https://github.com/pypa/twine py38-urllib3-1.25.7,1 Name : py38-urllib3 Version : 1.25.7,1 Installed on : Wed Mar 11 22:27:39 2020 CET Origin : net/py-urllib3 Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python net Licenses : MIT Maintainer : python@FreeBSD.org WWW : https://pypi.org/project/urllib3/ Comment : HTTP library with thread-safe connection pooling, file post, and more Options : BROTLI : off SOCKS : on SSL : on Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 909KiB Description : urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries: - Thread safety. - Connection pooling. - Client-side SSL/TLS verification. - File uploads with multipart encoding. - Helpers for retrying requests and dealing with HTTP redirects. - Support for gzip and deflate encoding. - Proxy support for HTTP and SOCKS. - 100% test coverage. WWW: https://pypi.org/project/urllib3/ py38-webencodings-0.5.1 Name : py38-webencodings Version : 0.5.1 Installed on : Wed Mar 11 22:28:15 2020 CET Origin : converters/py-webencodings Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python converters www Licenses : BSD3CLAUSE Maintainer : saper@saper.info WWW : https://github.com/SimonSapin/python-webencodings Comment : Character encoding aliases for legacy web content Annotations : flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 79.0KiB Description : In order to be compatible with legacy web content when interpreting something like Content-Type: text/html; charset=latin1, tools need to use a particular set of aliases for encoding labels as well as some overriding rules. For example, US-ASCII and iso-8859-1 on the web are actually aliases for windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other encoding declaration. The Encoding standard defines all such details so that implementations do not have to reverse-engineer each other. This module has encoding labels and BOM detection, but the actual implementation for encoders and decoders is Python's. WWW: https://github.com/SimonSapin/python-webencodings py38-wheel-0.30.0_1 Name : py38-wheel Version : 0.30.0_1 Installed on : Wed Mar 11 22:28:17 2020 CET Origin : devel/py-wheel Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : MIT Maintainer : nivit@FreeBSD.org WWW : https://bitbucket.org/pypa/wheel Comment : Built-package format for Python Options : PIP : off SIGNATURE : off Annotations : FreeBSD_version: 1201510 flavor : py38 repo_type : binary repository : pkg.pichove.org Flat size : 293KiB Description : A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the "Unpack" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to "Spread" (copy data and scripts to their final locations) at any later time. The wheel project provides a bdist_wheel command for setuptools (requires setuptools >= 0.8.0). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility. WWW: https://bitbucket.org/pypa/wheel python-3.8_3,2 Name : python Version : 3.8_3,2 Installed on : Wed Mar 11 22:27:49 2020 CET Origin : lang/python Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python lang Licenses : Maintainer : python@FreeBSD.org WWW : https://www.python.org/ Comment : "meta-port" for the default version of Python interpreter Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 38.0B Description : Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python interpreter and provides symbolic links to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with version agnostic python scripts. Do not depend on this port. WWW: https://www.python.org/ python3-3_3 Name : python3 Version : 3_3 Installed on : Wed Mar 11 22:27:49 2020 CET Origin : lang/python3 Architecture : FreeBSD:12:* Prefix : /usr/local Categories : python lang Licenses : Maintainer : python@FreeBSD.org WWW : https://www.python.org/ Comment : The "meta-port" for version 3 of the Python interpreter Annotations : repo_type : binary repository : pkg.pichove.org Flat size : 61.0B Description : Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python 3.x interpreter and provides symbolic links to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with minor version agnostic python scripts. Do not depend on this port. WWW: https://www.python.org/ python38-3.8.2 Name : python38 Version : 3.8.2 Installed on : Wed Mar 11 22:27:31 2020 CET Origin : lang/python38 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : python lang Licenses : PSFL Maintainer : python@FreeBSD.org WWW : https://www.python.org/ Comment : Interpreted object-oriented programming language Options : DEBUG : off FNV : off IPV6 : on LIBFFI : on NLS : on PYMALLOC : on SIPHASH : on Shared Libs required: libintl.so.8 libcrypto.so.45 libreadline.so.8 libssl.so.47 libffi.so.6 Shared Libs provided: libpython3.8.so.1.0 Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:python:python:3.8.2:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 115MiB Description : Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. WWW: https://www.python.org/ readline-8.0.4 Name : readline Version : 8.0.4 Installed on : Fri Feb 28 22:59:48 2020 CET Origin : devel/readline Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : GPLv3 Maintainer : sunpoet@FreeBSD.org WWW : https://tiswww.case.edu/php/chet/readline/rltop.html Comment : Library for editing command lines as they are typed Options : DOCS : off Shared Libs provided: libreadline.so.8 libhistory.so.8 Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:gnu:readline:8.0:4::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 1.63MiB Description : The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. WWW: https://tiswww.case.edu/php/chet/readline/rltop.html rsync-3.1.3_1 Name : rsync Version : 3.1.3_1 Installed on : Sun Aug 4 18:31:01 2019 CEST Origin : net/rsync Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net ipv6 Licenses : GPLv3 Maintainer : rodrigo@FreeBSD.org WWW : http://rsync.samba.org/ Comment : Network file distribution/synchronization utility Options : ACL : off ATIMES : off DOCS : off FLAGS : on ICONV : on POPT_PORT : off RENAMED : off SSH : on TIMELIMIT : off ZLIB_BASE : off Shared Libs required: libiconv.so.2 Annotations : FreeBSD_version: 1200512 cpe : cpe:2.3:a:samba:rsync:3.1.3:::::freebsd12:x64:1 repo_type : binary repository : pkg.pichove.org Flat size : 604KiB Description : rsync is a replacement for rcp that has many more features. rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. This makes rsync a good remote file distribution/synchronization utility in a dialup PPP/SLIP environment. Note, requires rsync on the destination machine. There is a Computer Science Technical Report on the rsync algorithm is included in the distribution, and is available as ftp://samba.anu.edu.au/pub/rsync/tech_report.ps WWW: http://rsync.samba.org/ screen-4.8.0 Name : screen Version : 4.8.0 Installed on : Wed Feb 12 20:32:06 2020 CET Origin : sysutils/screen Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : sysutils Licenses : GPLv3 Maintainer : cy@FreeBSD.org WWW : http://www.gnu.org/software/screen/ Comment : Multi-screen window manager Options : INFO : off NAMED_PIPES : off NCURSES_BASE : off NCURSES_DEFAULT: on NCURSES_PORT : off NETHACK : on SHOWENC : off SOCKETS : on SYSTEM_SCREENRC: on XTERM_256 : on Annotations : FreeBSD_version: 1201510 cpe : cpe:2.3:a:gnu:screen:4.8.0:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 802KiB Description : Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. WWW: http://www.gnu.org/software/screen/ sqlite3-3.30.1_1,1 Name : sqlite3 Version : 3.30.1_1,1 Installed on : Fri Mar 13 18:11:49 2020 CET Origin : databases/sqlite3 Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : databases Licenses : PD Maintainer : pavelivolkov@gmail.com WWW : https://www.sqlite.org/ Comment : SQL database engine in a C library Options : ARMOR : off DBPAGE : off DBSTAT : on DIRECT_READ : off DQS : on EDITLINE : off EXTENSION : on FTS3_TOKEN : on FTS4 : on FTS5 : on GEOPOLY : off ICU : off JSON1 : off LIKENOTBLOB : off MEMMAN : off METADATA : on NORMALIZE : off NULL_TRIM : off OFFSET : off RBU : off READLINEP : off READLINES : on RTREE : on RTREE_INT : off SECURE_DELETE : on SER1 : off SESSION : off SORT_REF : off SOUNDEX : off STAT3 : off STAT4 : off STMT : off STSHELL : on THREADS : on TS0 : off TS1 : on TS2 : off TS3 : off UNICODE61 : on UNKNOWN_SQL : off UNLOCK_NOTIFY : on URI : on URI_AUTHORITY : off Shared Libs required: libreadline.so.8 Shared Libs provided: libsqlite3.so.0 Annotations : FreeBSD_version: 1201510 repo_type : binary repository : pkg.pichove.org Flat size : 6.14MiB Description : SQLite is an SQL database engine in a C library. Programs that link the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. WWW: https://www.sqlite.org/ squashfs-tools-4.3_1 Name : squashfs-tools Version : 4.3_1 Installed on : Mon Nov 11 09:14:09 2019 CET Origin : sysutils/squashfs-tools Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : sysutils Licenses : GPLv2 Maintainer : ashish@FreeBSD.org WWW : http://squashfs.sourceforge.net/ Comment : Set of tools to manipulate squashfs images Options : DOCS : off LZMA : on LZO : on XZ : on Shared Libs required: liblzo2.so.2 Annotations : FreeBSD_version: 1200505 cpe : cpe:2.3:a:phillip_lougher:squashfs:4.3:::::freebsd12:x64:1 repo_type : binary repository : pkg.pichove.org Flat size : 392KiB Description : Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures. squashfs-tools are the set of tools to manipulate squashfs images. WWW: http://squashfs.sourceforge.net/ tftp-hpa-5.2 Name : tftp-hpa Version : 5.2 Installed on : Sun Aug 4 16:46:16 2019 CEST Origin : ftp/tftp-hpa Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : ftp Licenses : Maintainer : brooks@FreeBSD.org WWW : UNKNOWN Comment : Advanced TFTP server Options : DOCS : off Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 86.3KiB Description : tftp-hpa is portable, BSD derived tftp server. It supports advanced options such as blksize, blksize2, tsize, timeout, and utimeout. It also supported rulebased security options. tpm-emulator-0.7.4_2 Name : tpm-emulator Version : 0.7.4_2 Installed on : Thu Sep 5 18:48:13 2019 CEST Origin : emulators/tpm-emulator Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security emulators Licenses : GPLv2 Maintainer : hrs@FreeBSD.org WWW : http://tpm-emulator.berlios.de/ Comment : Trusted Platform Module (TPM) emulator Shared Libs required: libgmp.so.10 Shared Libs provided: libtddl.so.1 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 367KiB Description : The project aims to create a fully working Trusted Platform Module (TPM) emulator follwing the specifications of the Trusted Computing Group. The port provides a driver library libtddl which can be linked against programs providing a Trusted Software Stack to redirect TPM calls to the emulator. WWW: http://tpm-emulator.berlios.de/ trousers-0.3.14_2 Name : trousers Version : 0.3.14_2 Installed on : Thu Sep 5 18:48:13 2019 CEST Origin : security/trousers Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : security Licenses : BSD3CLAUSE Maintainer : hrs@FreeBSD.org WWW : https://sourceforge.net/projects/trousers/ Comment : Open-source TCG Software Stack Options : DEBUG : off Shared Libs required: libtddl.so.1 libcrypto.so.45 Shared Libs provided: libtspi.so.1 libtddl.so.0 Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 2.28MiB Description : TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. WWW: https://sourceforge.net/projects/trousers/ wget-1.20.3 Name : wget Version : 1.20.3 Installed on : Wed Aug 7 21:28:06 2019 CEST Origin : ftp/wget Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : ipv6 ftp www Licenses : GPLv3+ Maintainer : vd@FreeBSD.org WWW : http://www.gnu.org/s/wget/ Comment : Retrieve files from the Net via HTTP(S) and FTP Options : DOCS : off GNUTLS : off IDN : off IPV6 : on MANPAGES : on METALINK : off NLS : off OPENSSL : on PCRE : off PSL : off Shared Libs required: libcrypto.so.45 libssl.so.47 libpcre2-8.so.0 Annotations : FreeBSD_version: 1200505 cpe : cpe:2.3:a:gnu:wget:1.20.3:::::freebsd12:x64 repo_type : binary repository : pkg.pichove.org Flat size : 598KiB Description : GNU wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive command-line tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. GNU wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including: o Can resume aborted downloads, using REST and RANGE o Can use filename wild cards and recursively mirror directories o NLS-based message files for many different languages o Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally o Supports HTTP and SOCKS proxies o Supports HTTP cookies o Supports persistent HTTP connections o Unattended / background operation o Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring o GNU wget is distributed under the GNU General Public License. WWW: http://www.gnu.org/s/wget/ whowatch-1.4_1 Name : whowatch Version : 1.4_1 Installed on : Sun Aug 4 09:42:07 2019 CEST Origin : sysutils/whowatch Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : sysutils Licenses : GPLv2 Maintainer : ports@FreeBSD.org WWW : http://wizard.ae.krakow.pl/~mike/ Comment : Displays information in real time about users currently logged on Annotations : FreeBSD_version: 1200505 repo_type : binary repository : pkg.pichove.org Flat size : 57.9KiB Description : Whowatch is an interactive who-like program that displays information about the users currently logged on to the machine. In addition to standard information (login name, tty, host, user's process), the type of the connection (telnet or ssh) is shown. You can toggle display between the users' commands or idle times. You can watch the process tree, navigate in it, and send INT and KILL signals. WWW: http://wizard.ae.krakow.pl/~mike/ wireguard-1.0.20200319_2 Name : wireguard Version : 1.0.20200319_2 Installed on : Tue Mar 31 18:24:42 2020 CEST Origin : net/wireguard Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net-vpn net Licenses : GPLv2 Maintainer : decke@FreeBSD.org WWW : https://www.wireguard.com Comment : Fast, modern and secure VPN Tunnel Annotations : FreeBSD_version: 1201512 repo_type : binary repository : pkg.pichove.org Flat size : 151KiB Description : WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. WWW: https://www.wireguard.com wireguard-go-0.0.20200320 Name : wireguard-go Version : 0.0.20200320 Installed on : Sun Mar 22 18:24:53 2020 CET Origin : net/wireguard-go Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : net-vpn net Licenses : MIT Maintainer : decke@FreeBSD.org WWW : https://www.wireguard.com Comment : WireGuard implementation in Go Annotations : FreeBSD_version: 1201512 repo_type : binary repository : pkg.pichove.org Flat size : 2.93MiB Description : This is an implementation of Wireguard in Go. WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. WWW: https://www.wireguard.com