Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,0712,080项(搜索用时0.015秒)
converters/mimelib-1.1.2 (Score: 9.652036E-4)
C++ class library for manipulating messages in MIME format
C++ class library for creating, parsing, and modifying messages in MIME format Needed for some apps, for example icqmail.
devel/rudeconfig-5.0.5 (Score: 9.652036E-4)
Library for handling configuration files, written in C++
Library, designed for easy handling with configuration files in INI-style. Completely written in C++ by using object oriented style.
net-mgmt/netspoc-3.2 (Score: 9.639836E-4)
Network Security Policy Compiler
NetSPoC is a tool for security managment of large computer networks with different security domains. It generates configuration files for packet filters controlling the borders of security domains. NetSPoC provides its own language for describing security policy and topology of a network. The security policy is a set of rules that state which packets are allowed to pass the network and which not. NetSPoC is topology aware: a rule for traffic from A to B is automatically applied to all managed packet filters on the path from A to B. Currently NetSPoC generates ACLs and static routing entries for Cisco routers and PIX firewalls. Support for network address translation and IPSec has not been implemented yet.
devel/leaktracer-2.4 (Score: 9.6366287E-4)
Trace and analyze memory leaks in C++ programs
LeakTracer is a small tool for checking C++ programs for memory leaks. Run your program using the provided LeakCheck script. It uses the LD_PRELOAD feature to "overlay" some functions on top of your functions (no recompile needed). LeakTracer uses gdb to print out the exact line where memory was allocated but not freed -- this means you have to free all dynamically allocated data. LeakTracer also overrides the global operator new and operator delete -- this will give problems if you override them as well. LeakTracer traces only new/delete calls; it does not look at traditional malloc/free/realloc.
print/gl2ps-1.3.9 (Score: 9.6366287E-4)
C library providing vector output for OpenGL application
GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) and Portable Document Format (PDF) files, as well as LATEX files for the text fragments.
ports-mgmt/portdowngrade-1.5 (Score: 9.6270884E-4)
Sets a port back to a previous version
Portdowngrade helps to downgrade FreeBSD ports by analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily.
mail/bincimap-1.2.13 (Score: 9.6212677E-4)
Light-weight IMAP server for Maildir
Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++. It strives to be stable, fast, flexible, and RFC compliant. For those familiar with qmail-pop3d, this IMAP server will be the natural choice. It is invoked similarly and uses checkpassword to authenticate.
security/pyme-0.8.1 (Score: 9.6212677E-4)
Python interface to GPGME library
PyMe is a Python interface to GPGME library. PyMe's development model is GPGME + Python + SWIG (just like m2crypto is an OpenSSL + Python + SWIG) combination which means that most of the functions and types are converted from C into Python automatically by SWIG. In short, to be able to use PyMe you need to be familiar with GPGME.
sysutils/fuse-zip-0.4.2 (Score: 9.6212677E-4)
FUSE filesystem to mount ZIP archives with write support
fuse-zip is a FUSE file system to navigate, extract, create and modify ZIP archives based on libzip, implemented in C++. With fuse-zip, you can work with ZIP archives as real directories. Unlike KIO or Gnome VFS, it can be be used in any application without modifications.
lang/vala-0.30.2 (Score: 9.601703E-4)
Programming language and compiler that converts Vala code into C code
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready.