Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第1,2211,230项(搜索用时0.021秒)
devel/flyspray-0.9.9.7 (Score: 0.006224396)
Simple, easy-to-use web based bug tracking system
Flyspray is an uncomplicated, web-based bug tracking system written in PHP for assisting with software development. Features include: * Web-based, platform-independent * Multiple database support, currently MySQL and PGSQL * Easy installation * Easy to use * Multiple projects * 'Watching' tasks, with notification of changes (email or Jabber) * Comprehensive task history * File attachments * CSS themes * Advanced search features (though easy to use) * Atom/RSS feeds * Two syntax options for task descriptions and more (Dokuwiki / plain text) * Voting for tasks * Dependency graphs
devel/qct-1.7 (Score: 0.006224396)
QCT GUI commit tool
QCT - Qt/PyQt based commit tool Primary goals: 1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now) 2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion) 3. Good keyboard navigation, keep the typical work-flow simple
devel/drpython-3.11.4 (Score: 0.006224396)
Highly customizable cross-platform ide to aid programming in Python
DrPython is a highly customizable, extensible editor/environment for developing programs written in the Python programming Language. It is implemented in wxPython.
devel/elfsh-0.51b3 (Score: 0.006224396)
Attractive toolkit for the analysis of ELF object files
The ELF shell 0.5 takes advantage of a hash based, lazy typed object oriented architecture, a readline based interactive mode (35+ builtin commands, with history, completion, regular expression powered), a scripting mode (sample scripts and session logs available on this page) and brings more modification API (relocation tables, .interp, .dynamic, .dynsym, PAX bits, and +), atomic operations with get/set and add/sub/mul/div/mod commands, section injection by top (insert unlimited amount of data in the executable PT_LOAD, even in non-executable environments), a quiet output for tiny screens, ELFsh modules support, sophisticated write/printf primitives, SPARC PLT infection, experimental ET_EXEC relocation and remapping features, ET_REL injection into ET_EXEC (with bss and symtab merging support), disassembly (with good resolving) on i386 binaries with libasm, and much more.
devel/gdcm-2.6.3 (Score: 0.006224396)
Grassroots DICOM library
GDCM is an open source DICOM library. It is meant to deal with DICOM files (as specified in part 10 of the DICOM standard). It offers some compatibility with ACR-NEMA 1.0 & 2.0 files (raw files). It is written in C++ and offers wrapping to other target languages such as Python, C#, Java and PHP.
devel/jna-4.1.0 (Score: 0.006224396)
Java access to native shared libraries
JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required.
devel/rth-1.7.0 (Score: 0.006224396)
Web-based requirement, test, and bugtracking system
rth is a web-based tool designed to manage requirements, tests, test results, and defects throughout the application life cycle. The tool provides a structured approach to software testing and increases the visibility of the testing process by creating a common repository for all test assets including requirements, test cases, test plans, and test results. Regardless of their geographic location, rth allows testers, developers, business analysts, and managers to monitor and gauge application readiness. The tool includes modules for requirements management, test planning, test execution, defect tracking, and reporting.
devel/bncsutil-1.3.2 (Score: 0.006224396)
Utility library for Battle.net clients in C++
The Battle.net client library.
devel/pit-0.1.0 (Score: 0.006224396)
Command-line project manager that integrates with Git
Pit is a command-line project manager that integrates with Git. Basic Pit entities are projects, tasks, and notes. One project can have multiple tasks, and a task can have multiple notes. Each entity has a number of attributes. For example, project has name and status, task has name, status, priority, date, and time, and within note there is message body. All attributes except name and message body are optional and can be omitted. The attributes have no semantic meaning, and do not have a pre-defined set of values. For example, depending on the particular need, the time attribute could be used as projected time in weeks, hours spent on the task, or days left to finish the task. Pit tries to maintain a notion of "current" project, task, or note. When you create new project, it automatically becomes current. If you do not specify project number when creating a task, the new task will be associated with the current project.
devel/tla-1.3.5 (Score: 0.006224396)
Original arch source control management CLI written in C
Arch is a really nifty revision control system. It's "whole-tree changeset based" which means, roughly, that it can handle (with atomic commits) file and directory adds, deletes, and renames cleanly, and that it does branching simply and easily. Arch is also "distributed" which means, for example that you can make arch branches of your own from remote projects, even if you do not have write access to the revision control archives for those projects.