Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,75114,760项(搜索用时0.015秒)
devel/libstrfunc-8.3 (Score: 9.2782444E-5)
Handles CGI forms, MIME, templates, date conversions, etc
Handy library for manipulating strings, string arrays, buffers, CGI forms, configuration files, textual templates, regular expressions, date and time conversions, et cetera. Handles base64, quoted-printable, url_encode, mime-words and other encoded data. Please have a look at strfunc(3) and other manual pages.
devel/ode-0.13 (Score: 9.2782444E-5)
Articulated rigid body dynamics library
ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.
devel/libzvbi-0.2.35 (Score: 9.2782444E-5)
Routines to access raw VBI capture devices
Routines to access raw VBI capture devices (currently the V4L and V4L2 API, and the *BSD bktr driver are supported), a versatile VBI bit slicer, decoders for various data services and basic search, render and export functions for Closed Caption and Teletext pages.
devel/libx86-1.1 (Score: 9.2782444E-5)
Hardware-independent library for executing real-mode x86 code
It's often useful to be able to make real-mode x86 BIOS calls from userland. Linux lrmi provides a simple interface to this for i386 machines, but this doesn't help on other platforms. libx86 provides the Linux lrmi interface, but will also run on platforms such as amd64 and alpha.
devel/log4c-1.2.4 (Score: 9.2782444E-5)
Logging for C Library
Log4C is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/docs/index.html), staying as close to their API as is reasonable.
devel/magit-2.7.0 (Score: 9.2782444E-5)
Interface to Git for Emacs
Magit is an interface to the version control system Git, implemented as an Emacs extension. Unlike Emacs' native Version Control package which strives to provide a unified interface to various version control systems, Magit only supports Git and can therefore better take advantage of its native features.
devel/binutils-2.15 (Score: 9.2782444E-5)
The binutils cross-toolchain for the 6811
This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ...
devel/menhir-20160303 (Score: 9.2782444E-5)
LR(1) parser generator for OCaml
Menhir is a LR(1) parser generator for the OCaml programming language. It is 90% compatible to ocamlyacc (included with the OCaml distribution), and it has some advantages over ocamlyacc, such as limited EBNF support, LR(1) generation instead of LALR(1), better conflict explanation and production of reentrant parsers (amongst others).
devel/ninja-ide-2.3 (Score: 9.2782444E-5)
Cross-platform integrated development environment (IDE)
NINJA-IDE (from the recursive acronym: "Ninja-IDE Is Not Just Another IDE"), is a cross-platform integrated development environment (IDE). NINJA-IDE runs on *BSD, Linux/X11, Mac OS X and Windows desktop operating systems, and allows developers to create applications for several purposes using all the tools and utilities of NINJA-IDE, making the task of writing software easier and more enjoyable.
devel/re-1.4.1 (Score: 9.2782444E-5)
Pure OCaml regular expressions
Re is a regular expression library for OCaml. The following styles of regular expressions are supported: * Perl-style regular expressions (module Re_perl); * Posix extended regular expressions (module Re_posix); * Emacs-style regular expressions (module Re_emacs); * Shell-style file globbing (module Re_glob).