Ports Search

Results 2,0012,010 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
lang/csharp-mode.el-0.8.5 (Score: 0.001036352)
Emacs/XEmacs major mode for editing C# source code
After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
audio/pm3umpdl-1.0.0 (Score: 0.0010337075)
Loading a M3U file into musicpd
This allows a M3U file to be loaded into musicpd. This is useful for loading stuff from some audio streaming sites to be loaded into musicpd.
devel/luabind-0.9.1 (Score: 0.0010330026)
Library that helps you create bindings between C++ and Lua
Luabind is a library that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. It will also supply the functionality to define classes in lua and let them derive from other lua classes or C++ classes. Lua classes can override virtual functions from their C++ baseclasses. It is written towards Lua 5.x, and does not work with Lua 4. It is implemented utilizing template meta programming. That means that you don't need an extra preprocess pass to compile your project (it is done by the compiler). It also means you don't (usually) have to know the exact signature of each function you register, since the library will generate code depending on the compile-time type of the function (which includes the signature). The main drawback of this approach is that the compilation time will increase for the file that does the registration, it is therefore recommended that you register everything in the same cpp-file.
devel/SVN-Notify-Mirror-0.040 (Score: 0.0010324272)
Keep a mirrored working copy of a repository path
This Perl module keeps a directory in sync with a portion of a Subversion repository. This is typically used to keep a development web server in sync with the changes made to the repository. This directory can either be on the same box as the repository itself, or it can be remote.
audio/libbpm-0.3 (Score: 0.001030796)
C-library contains low level beam position monitor signal processing
libbpm is a C-library which contains low level beam position monitor (BPM) signal processing routines. It's aim is to form a complete set of routines needed to handle RF Cavity BPM data, from digital downmixing, sampling, calibrating analysing and simulating BPM data. This library has been developed in the context of the BPM work done by the accelerator physics groups at University College London, Royal Holloway University of London and the University of Cambridge (UK) (2006-2008)
devel/libgit2-0.24.0 (Score: 0.001030796)
Portable, pure C implementation of the Git core
libgit2 is... licensed under a very permissive license so you can use it anywhere faster than any other Git library written in standards compliant C99 completely multi-platform: Windows, Linux, Mac OS X, xBSD compiled natively under all platforms (yes, even MSVC on Windows) re-entrant, with sane error handling designed with a solid and consistent API available as bindings for all major scripting languages
devel/libhid-0.2.16 (Score: 0.001030796)
User-space HID access library written in C
LibHID is a user-space HID access library written in C. It provides a generic and flexible way to access and interact with USB HID devices, much like libusb does for plain USB devices. It is based on libusb, thus it requires no HID support in the kernel. Furthermore, it aims to support all operating system supported by libusb: Linux, BSD, OS X, and Windows.
devel/libsearpc-3.0.7 (Score: 0.001030796)
Simple RPC framework based on GObject System in C
Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. The serialization/deserialization uses JSON format via json-glib library. A serialized json object is returned from server to client after executing the RPC function. Each RPC function defined in the server side should take an extra GError argument to report error.
graphics/Coin-3.1.3 (Score: 0.001030796)
C++ 3D graphics library based on the Open Inventor 2.1 API
Coin3D Coin is a 3D graphics library with a C++ Application Programming Interface based on the Open Inventor 2.1 API. Open Inventor, for those who are not familiar with it, is an OpenGL-based, retain-mode, 3D model scene-graph rendering and interaction library, which has become the de facto standard graphics library for 3D visualization and visual simulation software in the scientific and engineering community. New versions are published under the BSD 3-clause license.
print/pslib-0.4.5 (Score: 0.001030796)
C-library for generating multi page PostScript documents
pslib is a C-library to create PostScript files on the fly. It offers many drawing primitives, inclusion of png and eps images and a very sophisticated text rendering including hyphenation, kerning and ligatures. It can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscript's pdfwriter an alternative for libraries creating PDF.