Ports Search

Results 6170 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.008 seconds)
comms/libsdr-gui-0.1.0 (Score: 0.0563504)
GUI functions (e.g. waterfall) for libsdr library
GUI functions (e.g. waterfall) for libsdr, a simple software defined radio (SDR) library.
textproc/txt2tags-2.6 (Score: 0.0563504)
Convert simply formatted text into markup (e.g., HTML)
txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
devel/Thread-Cancel-1.13 (Score: 0.05584312)
Cancel (i.e., kill) threads
This module adds cancellation capabilities for threads. Cancelled threads are terminated using threads->exit(). The thread is then detached, and hence automatically cleaned up. Threads that are suspended using Thread::Suspend do not need to be resumed in order to be cancelled. It is possible for a thread to cancel itself.
benchmarks/expedite-1.7.10 (Score: 0.055792518)
Expedite is a benchmark suite for Evas
Expedite is meant to be a detailed and comprehensive benchmark suite for Evas.
Send images by e-mail
devel/ruby_dep-1.2.0 (Score: 0.05539654)
Creates a version constraint of supported Rubies
Creates a version constraint of supported Rubies,suitable for a gemspec file
math/ngraph-6.3.54 (Score: 0.054900445)
XY plotting tool for students, scientists, and engineers
Ngraph is prepared to plot 2-dimensional graph for students, scientists and engineers. The program reads numerical data from general ASCII text files, and plot to graph. ** Tips ** - This program support Kanji font. If you want to use it, please set environment variable LANG to ja_JP.EUC. (cf, under csh/tcsh) % setenv LANG ja_JP.EUC and you need.... - kinput2 - X True Type or X True Type Font server[best], or kanji18 and kanji26 fonts, these fonts are in below ports[better], - ja-ngraph-fonts (japanese/ngraph-fonts) - ja-kanji18 (japanese/kanji18) - ja-kanji26 (japanese/kanji26) or to change font name in Ngraph.ini as below[poor]. font_map=Mincho,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0 font_map=Gothic,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0 - You can get documentation in Japanese from below URL. ** Acknowledgements to this ports file ** Special thanks to: Satoshi Ishizaka <isizaka@msa.biglobe.ne.jp> Nobuhiro Yasutomi <nobu@rd.isac.co.jp>
www/interchange-5.6.3 (Score: 0.054898445)
RedHat's database-enabled e-commerce server
Interchange is the open source alternative to commercial e-commerce servers and "best of breed" application server/component applications. Interchange is one of the most powerful tools available to automate and database-enable your web site or build online applications. It's also one of the easiest tools to learn, plus it's open source, making it the most open and least expensive solution to implement. For some documentation and resources for it have a look at http://www.interchange.rtfm.info/
www/py-restclient-1.3.3 (Score: 0.054800823)
Python REST Client
A simple REST client for Python, inspired by the microframework (Camping, Sinatra) style of specifying actions: get, put, post, delete.
converters/convmv-1.15 (Score: 0.054791484)
Convert filenames from one encoding to another
convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch.