Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第12,33112,340项(搜索用时0.01秒)
devel/zope.pagetemplate-3.6.3 (Score: 6.4754924E-5)
Zope Page Templates
Page Templates provide an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.).
devel/Babel-2.3.4 (Score: 6.4754924E-5)
Collection of tools for internationalizing Python applications
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
devel/xdg-0.25 (Score: 6.4754924E-5)
Python 3 library to access freedesktop.org standards
A python library to access freedesktop.org standards. Currently supported are: o Base Directory Specification o Menu Specification o Desktop Entry Specification o Icon Theme Specification o Recent File Spec o Shared-MIME-Database Specification
devel/pyst-0.6.50 (Score: 6.4754924E-5)
Python interface to allow Asterisk programming
Pyst consists of a set of interfaces and libraries to allow programming of Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI.
devel/google-styleguide-66 (Score: 6.4754924E-5)
Tool to assist with Google style guide compliance
This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. The linting tool takes a list of files as input. For full usage instructions, please see the output of: ./cpplint.py --help Unit tests are provided in cpplint_unittest.py. This file can safely be ignored by end users who have downloaded this package and only want to run the lint tool.
devel/spdict-0.3 (Score: 6.4754924E-5)
Library of dictionary algorithms
spdict is a library of dictionary algorithms written in C++. Initial release with support for sorted array, binary search tree, red-black tree, skip list and balanced tree algorithms.
devel/rlvm-0.14.0.20150425 (Score: 6.4754924E-5)
RealLive virtual machine clone
rlvm is a Free Software reimplementation of VisualArt's KK's RealLive interpreter, used in the games Kanon, Air, CLANNAD, Planetarian, Tomoyo After and Little Busters, among many others.
devel/subversion-1.9.4 (Score: 6.4754924E-5)
版本控制系统的 Ruby 绑定
Subversion 是一个版本控制系统,其设计得尽可能地类似于 cvs(1),但解决了很多 cvs(1) 未解决的问题。 这个 port 给 Subversion 添加 Ruby 绑定。
devel/CFPropertyList-2.3.2 (Score: 6.4754924E-5)
Read, write and manipulate both binary and XML property lists
CFPropertyList implements class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation.
devel/abstract-1.0.0 (Score: 6.4754924E-5)
Define abstract method in Ruby
'abstract.rb' is a library which enable you to define abstract method in Ruby. Abstract method makes your code more descriptive. It is useful even for dynamic language such as Ruby.