Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,2711,280项(搜索用时0.013秒)
lang/ucc-1.6.0 (Score: 0.0019293944)
C Compiler Which Implements the ANSI C89 Standard
Ucc is a C compiler which implements the ANSI C89 standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization.
www/geminabox-0.13.0 (Score: 0.0019265361)
Sinatra based gem hosting app
A sinatra based gem hosting app, with client side gem push style functionality.
editors/nvi-1.79.20040608 (Score: 0.0019255202)
Clone of vi/ex, with multilingual patch, no default settings
This ports contains multilingualized nex/nvi. nex/nvi is a freely redistributable implementation of ex/vi text editors originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley. Multilingual patch enables you to use the following multilingual encoding methods, such as: none iso-8859-[1234789] latin1 latin2 euc-jp-1978 euc-jp euc-jp-1983 euc-jp-1990 euc-cn euc-kr iso-2022-cn iso-2022-jp iso-2022-kr iso-2022-7-1 iso-2022-7-2 iso-2022-8-2 sjis big5 hz euc-tw Multilingual support has been set up to use some of the above (guess from the name of the ports/packages) as default value. You can change encoding style on the fly, or by setting up ~/.exrc. With configurations, for Japanese encodings, you can also enjoy the embedded canna support. See /usr/local/share/vi/README.* for details of multilingual patch.
www/kcgi-0.8.5 (Score: 0.0019235855)
Minimal sandboxed CGI library in C
kcgi is a minimal CGI library for web applications in ISC licensed ISO C. It was designed to be secure and auditable. See a Comparison of CGI Libraries in C for alternatives. To start, download kcgi.tgz and run make install into your PREFIX of choice. The kcgi(3) manpage documents usage. kcgi is a BSD.lv project
print/fxlinuxprint-1.0.1 (Score: 0.0019193445)
Fuji Xerox Printer Driver
CUPS filter and PPD file for the following Fuji Xerox printers: - ApeosPort-II C7500 / C6500 / C5400 - DocuCentre-II C7500 / C6500 / C5400 - ApeosPort-II C4300 / C3300 / C2200 - DocuCentre-II C4300 / C3300 / C2200 - ApeosPort-II 7000 / 6000 / 5000 - DocuCentre-II 7000 / 6000 / 5000 - ApeosPort-II 4000 / 3000 - DocuCentre-II 4000 / 3000
dns/pycares-2.1.0 (Score: 0.0019173466)
Python interface to c-ares
pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously.
security/s2n-20160628 (Score: 0.0019134742)
C99 implementation of the TLS/SSL protocols
s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority. It is released and licensed under the Apache Software License 2.0.
textproc/coccigrep-1.16 (Score: 0.0019134742)
Semantic grep for the C language
coccigrep is a semantic grep for the C language based on coccinelle. It can be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle.
sysutils/unieject-6 (Score: 0.0019110108)
Eject(1) replacement
Unieject is a drop-in replacement for usual eject command, which works on Linux and FreeBSD. It has more functionalities than FreeBSD's eject command, and it's partially compatible with Linux's one. It also features a library to access functions to lookup devices and mountpoints, unmount and eject devices.
devel/gnucflow-1.4 (Score: 0.0019017286)
Tool to chart control flow within the C program
GNU cflow analyzes a collection of C source files and prints a graph charting control flow within the program. Current implementation is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing.