Ports Search

Results 5,8615,870 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
www/WadcomBlog-0.3 (Score: 2.6336807E-4)
Simple open-source static blog engine written in Python
WadcomBlog is a simple open-source static blog engine written in Python by Vlad Skvortsov and distributed under BSD license. It doesn't use any backend database but instead reads a set of plain i text files (in RFC2822 format) and creates a tree of interlinked HTML pages that may be then published. To update a blog one just needs to add a file to the source tree and run the command-line WadcomBlog script to regenerate the output.
devel/PyLD-0.7.1 (Score: 2.6326603E-4)
Implementation of the JSON Linked Data specification in Python
This library is an implementation of the JSON-LD specification in Python. JSON-LD is designed as a light-weight syntax that can be used to express Linked Data. It is primarily intended to be a way to express Linked Data in JavaScript and other Web-based programming environments. It is also useful when building interoperable Web Services and when storing Linked Data in JSON-based document storage engines. It is practical and designed to be as simple as possible, utilizing the large number of JSON parsers and existing code that is in use today. It is designed to be able to express key-value pairs, RDF data, RDFa data, Microformats data, and Microdata. That is, it supports every major Web-based structured data model in use today. The syntax does not require many applications to change their JSON, but easily add meaning by adding context in a way that is either in-band or out-of-band. The syntax is designed to not disturb already deployed systems running on JSON, but provide a smooth migration path from JSON to JSON with added semantics. Finally, the format is intended to be fast to parse, fast to generate, stream-based and document-based processing compatible, and require a very small memory footprint in order to operate.
devel/libds-1.0 (Score: 2.6256547E-4)
ANSI Generic Data Structures Library
LibDS is a small but powerful and easy to use library containing a few very useful data structures. Currently, the following data structures are supported: - a balanced binary tree (an AVL tree); - a binary HEAP; - a QUEUE; - a HASH table; - a SET and a BAG; - a variable length array that can grows dynamically as new elements are added or deleted (PARRAY). - a STACK; LibDS has been designed to be very easy to use, without sacrificing either flexibility or speed. The API is small, and clean.
audio/aubio-0.4.2 (Score: 2.6239167E-4)
Library for audio labelling
Aubio is a library for audio labelling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat, and producing midi streams from live audio. The name aubio comes from 'audio' with a typo: several transcription errors are likely to be found in the results too. The aim of this project is to provide these automatic labelling features to other audio software. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments.
chinese/cless-290 (Score: 2.6239167E-4)
Better pager utility (and it speaks Chinese)
A paginator similar to "more" or "pg", but much more powerful and speaks Chinese. Cless is a port of GNU's less version 290 that suports the display of files written in the Chinese language using the GB (simple) or Big5 (complex) encodings. You can switch to reading of normal ASCII text by setting the environment LESSCHARSET to 'ascii'. Also, the help can be displayed in either Simple Chinese, Complex Chinese, or English by setting the LESSHELP environmental variable to the correct helpfile. Cless should be run w/in a CXterm or simular terminal emulator supporting Chinese language encodings.
converters/wkhtmltopdf-0.12.3.2 (Score: 2.6239167E-4)
Convert HTML (or live webpages) to PDF or image
wkhtmltopdf and wkhtmltoimage are powerful utilities to convert HTML to PDF or an image file using a patched static build of Qt and the webkit rendering engine. A webpage can be downloaded directly from the web and rendered into a PDF document or an image file (multiple formats are supported). Features of the static version: * Convert web pages into PDF documents (or images) using webkit * Adding headers and footers * TOC generation * Batch mode conversions * XServer is not required (however the X11 client libs must be installed) For proper functionality you may need to install the following port(s): x11-fonts/webfonts
databases/emma-0.6 (Score: 2.6239167E-4)
Extendable MySQL managing assistant
Emma is a graphical toolkit for MySQL database developers and administrators. It provides dialogs to create or modify MySQL databases, tables and associated indexes. It has a built-in syntax highlighting SQL editor with table- and fieldname tab-completion and automatic SQL statement formatting. The results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the SQL statement allows for it. The SQL editor and resultset-view are grouped in tabs. Results can be exported to CSV files. Multiple simultaneously opened MySQL connections are possible.
devel/dparser-1.30 (Score: 2.6239167E-4)
Simple but powerful tool for parsing
DParser is a simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no restrictions. The grammar can be ambiguous, right or left recursive, have any number of null productions, and because there is no separate tokenizer, can include whitespace in terminals and have terminals which are prefixes of other terminals. DParser handles not just well formed computer languages and data files, but just about any wacky situation that occurs in the real world.
devel/extlib-1.7.0 (Score: 2.6239167E-4)
Complete - yet small - standard library for OCaml
ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer. ExtLib is not directly related to OCaml authors (INRIA) although this library can be seen as a proposal for inclusion in the official distribution.
devel/automake-1.15 (Score: 2.6239167E-4)
GNU Standards-compliant Makefile generator
Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; They are intended for use with Autoconf. Automake requires certain things to be done in your configure.in. This package also includes the "aclocal" program. aclocal is a program to generate an 'aclocal.m4' based on the contents of 'configure.in'. It is useful as an extensible, maintainable mechanism for augmenting autoconf.