Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,1411,150项(搜索用时0.009秒)
devel/instant-1.2.0 (Score: 0.002590574)
Python module for instant inlining of C and C++ code in Python
By using the class Instant a Python extension module can be created at runtime. For the user, it behaves somewhat like an inline module, except you have to import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct.
devel/libcppformat-2.1.0 (Score: 0.0025866283)
C++ Format is an open-source formatting library for C++
C++ Format is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
net/belle-sip-1.4.2 (Score: 0.0025850122)
Belle-sip is a SIP (RFC3261) implementation written in C
Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. * RFC3261 compliant implementation of SIP parser, writer, transactions and dialog layers * http client api * support of client TLS certificate * fully asynchronous transport layer (UDP, TCP, TLS) * fully asynchronous DNS resolution with SRV * full dual-stack IPv6 support * SIP transaction state machines with lastest corrections (RFC6026) * automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object * supported platforms: Linux, Mac OSX, Windows XP+, iOS, Android, Blackberry 10
archivers/unar-1.10 (Score: 0.0025797507)
Unarchiver for a vast variety of file formats
The Unarchiver is an archive unpacker program with support for the lots of popular ZIP, RAR, 7z, tar, gzip, bzip2, LZMA, XZ, CAB, MSI, NSIS, EXE, ISO, BIN, split file formats, as well as the old Stuffit, Stuffit X, DiskDouble, Compact Pro, Packit, cpio, compress (.Z), ARJ, ARC, PAK, ACE, ZOO, LZH, ADF, DMS, LZX, PowerPacker, LBR, Squeeze, Crunch, and other old/obscure formats. It can also handle filenames in foreign character sets, created with non- English versions of some operating systems, and is particularly useful for processing CJK archives correctly.
audio/discid-1.3 (Score: 0.002572867)
Identify audio cd in your drive
A C Program to Compute CDDB discids on Linux and FreeBSD.
sysutils/vobcopy-1.2.0 (Score: 0.0025542425)
Decrypts and copies DVD .vob files
[ from developer's site ] Vobcopy copies DVD .vob files to harddisk, decrypting them on the way (thanks to libdvdread) and merges them into 2 GB files (or larger) with the name extracted from the DVD. It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying).
misc/ree-1.3 (Score: 0.0025501356)
Tool to dump your ROM extensions
Ree stands for ROM extension extractor. Ree will scan your system memory, address c0000 - f0000 in 512 steps for identification of ROM extensions (55,aa), if found it will calculate its size (byte after id, multiplied by 512byte steps) and save the output to a .rom file. This package also comes with fontdump, a program to extract the fonts from your video BIOS ROMs. You might ask yourself why collect x86 ROM extensions? It's like collecting butterflies. A collection of various .rom files can be found on the project page. Please submit your ROMs there.
graphics/nurbs++-3.0.11 (Score: 0.0025411814)
C++ library to manipulate and create NURBS curves and surfaces
Non-Uniform Rational B-Splines (NURBS) are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS, allowing the user to focus on the more challenging parts of their projects. The NURBS++ package includes a matrix library, an image manipulation library, a numerical library and a NURBS library. This library is copyrighted under the terms of the LGPL by its author, Phillipe Lavoie <lavoie@zeus.genie.uottawa.ca>.
games/impossible_mission_puzzle-1.0.1 (Score: 0.0025341867)
This is a puzzle from the old C64 Impossible Mission game
This is a puzzle from the old C64 Impossible Mission game. The idea is to combine the 36 tiles in sets of 4, such that each set of 4 makes a solid block. Clicking on the tiles on the left toggles them. A tile can't be turned on if it overlaps with any existing on tiles. The lone rectangle on the right is the combination of all the on tiles. Clicking on that is an easy way to turn all tiles off. When 4 tiles combine to make a solid block, they vanish. The goal is to get rid of all the tiles. There is no score or timer. Just do it for the intellectual exercise.
devel/mtdev-1.1.5 (Score: 0.0025302155)
Multitouch Protocol Translation Library
mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See Linux kernel documentation for further details.