Ports Search

Results 1,2411,250 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
sysutils/socklog-2.1.0 (Score: 0.002022072)
Small and secure replacement for syslogd
socklog in cooperation with the runit package is a small and secure replacement for syslogd. There are three main features, syslogd provides: - receiving syslog messages from an Unix domain socket (/dev/log) or UDP socket (0.0.0.0:514) and writing them to various files on disk depending on facility and priority. - writing received syslog messages to an UDP socket (a.b.c.d:514) socklog provides these features with the help of runit's runsvdir, runsv, and svlogd, provides a different network logging concept, and additionally does log event notification. svlogd has a built in log file rotation based on file size, so there is no need for any cron jobs or similar to rotate the logs. Log partitions can be calculated properly.
devel/codeblocks-16.01 (Score: 0.0020162808)
Open source, cross-platform, free C/C++ IDE
Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." LICENSE: GPL3 or later (IDE) LICENSE: LGPL3 or later (SDK)
sysutils/password-store-1.6.5 (Score: 0.0020142524)
Stores, retrieves, generates, and synchronizes passwords securely
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git. You can edit the password store using ordinary Unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names.
ftp/vsftpd-3.0.3 (Score: 0.002012118)
FTP daemon that aims to be "very secure"
A FTP daemon that aims to be "very secure" From the README file: Author: Chris Evans Contact: scarybeasts@gmail.com vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously this is not a guarantee, but a reflection that I have written the entire codebase with security in mind, and carefully designed the program to be resilient to attack. LICENSE: GPL2 or later with exception to link with OpenSSL
ftp/ftpfind-0.996 (Score: 0.0020026986)
Find directory&file on a ftp server
ftpfind - find directory&file on a ftp server usage: /usr/local/bin/ftpfind URL [-proxy proxy_server] \ [-login login_name] [-password password] \ [-regexp pattern] [-type d|f|l] [-ls] [-print] \ [-delete|-get [directory] [-new] [-resume] \ |-put [directory] [-new] \ |-chmod 0???]
sysutils/ledit-2.03 (Score: 0.002000335)
Line editor to be used with interactive commands
Ledit is a line editor, allowing to use control commands like in emacs or in shells (bash, tcsh). To be used with interactive commands. It is written in Ocaml and Camlp5 and uses the library unix.cma.
devel/Data-URIEncode-0.11 (Score: 0.0019944734)
Allow complex data structures to be encoded using flat URIs
Data::URIEncode allows for encoding and decoding complex (multi level datastructures) using native Query String manipulators (such as CGI.pm). It takes complex data and turns it into a flat hashref which can then be turned into a URI query string using URL encoding. It also takes a flat hashref of data passed in and translates it back to a complex structure.
lang/pcc-1.1.0 (Score: 0.0019904566)
Portable C Compiler
This compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. Even though much of the compiler has been rewritten, some of the basics still remain. The intention is to write a C99 compiler while still keeping it small, simple, fast and understandable. I think of it as if it shall be able to compile and run on PDP11 (even if it may not happen in reality). But with this in mind it becomes important to think twice about what algorithms are used.
devel/cccc-3.1.4 (Score: 0.0019889441)
C and C++ Code Counter
Source code metric analyser for C, C++, Java and Ada Presents a report in HTML with figures for Lines of Code, McCabes Complexity, Ratio of Comments to Lines of Code and McCabe, module Fan-In and Fan-Out
devel/ucommon-7.0.0 (Score: 0.0019866477)
Very lightweight C++ design pattern library
GNU uCommon C++ is meant as a very light-weight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uclibc along with posix threading support. For this reason, GNU uCommon C++ disables language features that consume memory or introduce runtime overhead, such as rtti and exception handling, and assumes one will mostly be linking applications with other pure C based libraries rather than using the overhead of the standard C++ library and other similar class frameworks.