Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,4211,430项(搜索用时0.027秒)
shells/ch-7.0.0 (Score: 0.001630681)
Embeddable C/C++ interpreter/shell
Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. Ch is the solution for: * Embedded Scripting * Enterprise * Academic * Plotting and Numerical Computing
devel/skalibs-2.3.9.0 (Score: 0.0016284306)
General purpose C libraries used by skarnet.org software
skalibs is a package centralizing the public-domain C development files used for building other skarnet.org software. skalibs can also be used as a sound basic start for C development. There are a lot of general-purpose libraries out there; but if your main goal is to produce small and secure C code, you will like skalibs. skalibs contains exclusively public-domain code. So you can redistribute it as you want, and it does not prevent you from distributing any of your executables.
www/cgihtml-1.69 (Score: 0.001627861)
Library that simplifies the task of writing CGI programs in C
Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few.
devel/cpphs-1.19 (Score: 0.0016272184)
Liberalised re-implementation of cpp, the C pre-processor
Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers. This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.
textproc/rapidxml-1.13 (Score: 0.0016265758)
Fast C++ library for parsing XML
RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. RapidXml has been around since 2006, and is being used by lots of people. HTC uses it in some of its mobile phones. If you are looking for a stable and fast parser, look no further. Integration with your project will be trivial, because entire library is contained in a single header file, and requires no building or configuration.
devel/ExtUtils-Command-1.20 (Score: 0.0016241611)
Utilities to replace common UNIX commands
ExtUtils::Command provides a number of utilities to replace common UNIX commands in Makefiles, etc. At present the list includes cp, rm_f, rm_rf, mv, cat, eqtime, mkpath, touch, test_f, test_d, chmod, and dos2unix. Also included is the companion module Shell::Command, which is a thin wrapper for ExtUtils::Command to provide cross-platform functions emulating common shell commands.
lang/sdcc-3.6.0 (Score: 0.0016239842)
Small Device C Compiler
SDCC is a retargettable, optimizing ANSI C compiler suite that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress to support Microchip PIC16 and PIC18 targets.
x11-toolkits/fltk-1.3.x.r10370 (Score: 0.0016228996)
Cross-platform C++ graphical user interface toolkit
The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface for X11. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes. This port tracks the development snapshot releases of FLTK.
devel/gems-2.6.4 (Score: 0.0016145909)
Package management framework for the Ruby language
a package management framework for the Ruby programming language An application or library is packaged into a gem, which is a single installation unit. RubyGems entirely manages its own filesystem space, rather than installing files into the "usual" places. This enables greater functionality and reliability. Using RubyGems, you can: - download and install Ruby libraries easily - not worry about libraries A and B depending on different versions of library C - easily remove libraries you no longer use - have power and control over your Ruby platform!
textproc/Vroom-0.37 (Score: 0.0016145909)
Slide Shows in Vim
Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that your slides don't compile to HTML or JavaScript or XUL. They get turned into a set of files that begin with '0', like '03' or '07c' or '05b.pl'. The slides are named in alphabetic order. That means you can bring them all into a Vim session with the command: vim 0*. vroom --vroom does exactly that. Vroom takes advantage of Vim's syntax highlighting. It also lets you run slides that contain code. Since Vim is an editor, you can change your slides during the show.