Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第5,4415,450项(搜索用时0.004秒)
devel/subversive-2.0.0 (Score: 0.032514982)
Eclipse plug-in that provides Subversion support
The Subversive project is a brand new Eclipse plug-in that provides Subversion support. From a user point of view, Subversive provides Subversion support similar to CVS support, which is already part of the standard Eclipse platform. The main use cases, which are familiar to CVS users, are: * Connection to the repository using different connection types * Repository browsing * Check-out * Synchronization * Committing * Update * Resolving conflicts * Adding to the list of ignored resources
devel/svn2git-1.0.11.a.20151201 (Score: 0.032514982)
将 svn 仓库导入到 git
“通过一次性转换将 svn 仓库导入到 git 的工具。” KDE 上使用的从 svn 到 git 的转换器。一个实际转换规则的例子, 参见:http://gitorious.org/svn2git/kde-ruleset
devel/svn_load_dirs-1.8.4 (Score: 0.032514982)
一个 Perl 脚本用来加载目录到 Subversion 版本库
这个 Perl 脚本是设计用来加载很多目录到 Subversion 的。这在你有许多 zip 或 tar.{Z,gz,bz2} 文件包要加载到 Subversion 时很有用。 这个脚本是 Subversion 分发包的一部分,并且大家认为它可以和 subversion 本身使用相同的授权来使用。
devel/svntrac-2.0.1 (Score: 0.032514982)
Web-Based Bug And Patch-Set Tracking System For Subversion
devel/swig-1.3.40 (Score: 0.032514982)
Simplified Wrapper and Interface Generator
SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with interpreted scripting languages. Currently, SWIG supports : - Tcl - Python - Perl5 - Java - Guile - MzScheme - Ruby - CSharp - Modula-3 - Allegro CL - Chicken Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort.
devel/swig-2.0.12 (Score: 0.032514982)
Generate wrappers for calling C/C++ code from other languages
SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with other programming languages. Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort.
devel/gdata-2.0.18 (Score: 0.032514982)
GData Python Client Library
The Google Data APIs (GData) provide a simple protocol for reading and writing data on the web. Each of the following Google services provides a Google data API: * Base * Code Search * Blogger * Notebook * Calendar * Webmaster Tools API * Health * Google Analytics Data Export API * Picasa Web Albums * Google Book Search Data API * Spreadsheets * Google Finance Portfolio Data API * Documents List * Google Maps Data API * Contacts * Sites Data API * YouTube * Issue Tracker Data API * Google Apps Provisioning The GData Python Client Library provides a library and source code that make it easy to access data through Google Data APIs.
devel/synfig-1.0.2 (Score: 0.032514982)
Vector based 2D animation package
synfig is a vector based 2D animation package. It is designed to be capable of producing feature-film quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. synfig features spatial and temporal resolution independence (sharp and smooth at any resolution or frame rate), high dynamic range images, and a flexible plugin system. This package contains the renderer used to convert synfig .sif files to raster images, videos and other formats. Layer types include geometric, gradient, filter, distortion, transformation, fractal and others. Output targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1), libavcodec (AVI), imagemagick (MIFF), yuv420p and others.
devel/sysfsutils-2.1.0 (Score: 0.032514982)
System Utilities Based on Sysfs
These are a set of utilities built upon sysfs, a new virtual filesystem in Linux kernel versions 2.5+ that exposes a system's device tree.
devel/gflags-2.0 (Score: 0.032514982)
Commandline flags module for Python
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)