Ports Search

Results 1,4711,480 of 5,161 for /ports-mgmt/.(0.005 seconds)
devel/tempora-1.6.1 (Score: 0.006224396)
Objects and routines pertaining to date and time
Tempora is a objects and routines pertaining to date and time.
devel/xparam-1.22 (Score: 0.006224396)
General-purpose tool for parameter handling in C++
XParam is a general-purpose tool for parameter handling in C++. It allows object serialization and deserialization in a format that is human-readable and -writeable, and is unaffected by issues of word-size and endianity. The XParam format is also not confused by objects containing pointers: it saves the objects in such a manner that their conceptual contents can be restored perfectly. For this reason, XParam provides an excellent tool for cross-program and cross-platform communication. In future, XParam may also be extended to allow cross-language communication, but for now it is only available in C++.
devel/xwpe-1.5.30a (Score: 0.006224396)
Borland-like IDE programming environment
xwpe is a X-window programming environment designed for UNIX systems. It is similar to 'Borland C++' MS-DOS programming IDE environment. xwpe supports many compilers, linkers, and debuggers, so you are not tied to any particular set of tools. There is both a curses and X11 interface (the later with mouse support). Errors that occur while compiling and linking a program can be examined in the sources -- the cursor will jump to the corresponding line in the source file. Programs composed of more than one source file, can be managed with the project-option. Your program may be run and debugged from within xwpe -- allowing the user to set breakpoints and watch variables. Note: there are both English and German language version of the man pages, and help files. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port.
devel/funnelweb-3.2 (Score: 0.006224396)
Powerful literate-programming macro pre-processor
FunnelWeb is a powerful literate-programming macro preprocessor that enables you to weave programs and documentation together. FunnelWeb is a production quality tool that was specifically engineered for practical everyday use.
devel/zthread-2.3.2 (Score: 0.006224396)
Platform-independent object-oriented C++ threading library
Paraphrasing the website: The ZThread package is an advanced object-oriented, cross-platform, C++ threading and synchronization library. It provides a high level abstraction of the native threading mechanisms to offer a great deal of flexibility and control. ZThread features interruptible Thread and Runnable objects for C++, control objects and implementations of concurrency design patterns. This includes semaphores, mutexes, condition variables as well as other more complex components. ZThread implementations are provided for POSIX and Win32 platforms.
devel/zziplib-0.13.62 (Score: 0.006224396)
Library to provide transparent read access to zipped files
The zzip library provides read access to zipped file in a zip-archive. It is based solely on free algorithms provided by zlib and can transparently access files being either real files or zipped files with the same file path argument.
devel/pythk-0.2.0 (Score: 0.006224396)
Collection of Python functions
pythk is a collection of functions for Python. It is used by sqlcc.
devel/rbenv-1.0.0 (Score: 0.006224396)
Manage multiple versions of ruby
Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.
devel/libthai-0.1.24 (Score: 0.006224396)
Thai language support library
LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. LibThai is an Open Source and collaborative effort initiated by Thai Linux Working Group and opened for all contributors. LibThai includes Thai language support routines: - Thai character set support: TIS 620, ISO/IEC 10646 - Thai character properties - Thai string manipulators - Thai string collation - Thai word breaking - Thai input method - Thai output method
devel/smake-1.2.5 (Score: 0.006224396)
Portable make program with automake features
Smake is a highly portable make program with automake features. It is intended to be used with the "makefiles" system. The system allows mounting a source tree via NFS and simultaneous compilation on all supported platforms. The system therefore allows the re-use of a source tree for all supported platforms in contrast to the GNU concept of untar -> configure -> make -> install -> remove