Ports Search

Results 11,52111,530 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
chinese/cless-290 (Score: 6.7295296E-5)
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.
comms/esmska-0.21 (Score: 6.7295296E-5)
Program for sending SMS over the Internet
Esmska is a cross-platform application for sending GSM SMS over the Internet. It uses publicly available web gateways and sends messages through them. This way it can be much more comfortable than using a web browser or a mobile phone. Features: * Send SMS through various gateways (local or international, free or paid) * Supports all common operating systems (Linux, Windows, Mac OS, etc.) * Free, under open-source licence GNU AGPL3+ * Import contacts from vCard files or third-party programs (DreamCom) * Send SMS to multiple recipients at once * History of sent messages * Pluggable gateway system - easy to provide support for more gateways directly by users * Extensive possibilities of changing appearance * Many other planned features
comms/picocom-2.1 (Score: 6.7295296E-5)
Dumb Terminal Emulator
As its name suggests, picocom is a minimal dumb-terminal emulation pro- gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks.
converters/Text-Unidecode-0.04 (Score: 6.7295296E-5)
Text::Unidecode -- US-ASCII transliterations of Unicode text
It often happens that you have non-Roman text data in Unicode, but you can't display it -- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could represent the Unicode characters as "???????" or "\15BA\15A0\1610...", but that's nearly useless to the user who actually wants to read what the text says. What Text::Unidecode provides is a function, unidecode(...) that takes Unicode data and tries to represent it in US-ASCII characters.
converters/wkhtmltopdf-0.12.3.2 (Score: 6.7295296E-5)
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: 6.7295296E-5)
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.
databases/influxdb-0.13.0 (Score: 6.7295296E-5)
Open-source distributed time series database
An open-source, distributed, time series database with no external dependencies. InfluxDB is the new home for all of your metrics, events, and analytics. InfluxDB is a time series, metrics, and analytics database. It'written in Go and has no external dependencies. That means once you install it there's nothing else to manage (like Redis, ZooKeeper, HBase, or whatever). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. It arose from our need for a database like this on more than a few previous products we' built. You can read more about our jurney from SaaS application to open source time series database.
databases/buzhug-1.8 (Score: 6.7295296E-5)
Pure-Python database engine
buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database); the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language. The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.
databases/cassandra-2.1.1 (Score: 6.7295296E-5)
Open source distributed database management system
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development.
databases/DBIx-Class-BitField-0.13 (Score: 6.7295296E-5)
Store multiple boolean fields in one integer field
This module is useful if you manage data which has a lot of on/off attributes like active, inactive, deleted, important, etc. If you do not want to add an extra column for each of those attributes you can easily specify them in one integer column. A bit field is a way to store multiple bit values on one integer field. The main benefit from this module is that you can add additional attributes to your result class whithout the need to deploy or change the schema on the data base.