Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第15,61115,620项(搜索用时0.043秒)
devel/zope.pagetemplate-3.6.3 (Score: 3.3129134E-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: 3.3129134E-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: 3.3129134E-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: 3.3129134E-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/rlvm-0.14.0.20150425 (Score: 3.3129134E-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/CFPropertyList-2.3.2 (Score: 3.3129134E-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: 3.3129134E-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.
devel/active_scaffold-3.4.37 (Score: 3.3129134E-5)
Gem to handle all CRUD user interface needs
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
devel/apipie-params-0.0.4 (Score: 3.3129134E-5)
DSL for describing data structures with json-schema bindings
DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby code, generating a json-schema for it and validating values against it. It's based on the DSL of apipie-rails.
devel/blankslate-3.1.3 (Score: 3.3129134E-5)
Abstract base class with no predefined methods
rubygem-blankslate provides a base class where almost all of the methods from Object and Kernel have been removed. This is useful when providing proxy object and other classes that make heavy use of method_missing.