Ports Search

Results 271280 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
devel/notify-sharp-0.4.0 (Score: 0.012104045)
C# client library for notification-daemon
notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API.
graphics/jpatch-0.4.p1 (Score: 0.012104045)
Spline based 3D modeling tool
Patch is a spline based 3D modeling tool. It allows to create 3D models which can be rendered with POV-Ray or RenderMan compatible renderers (e.g. Aqsis).
graphics/phototonic-1.7.20 (Score: 0.012104045)
Image viewer and organizer
Phototonic is a fast and functional image viewer and organizer, inspired by the traditional image viewer design (i.e. thumbnails and viewer layouts).
math/Task-Math-Symbolic-1.01 (Score: 0.012104045)
Math::Symbolic with lots of plugins
This installs Math::Symbolic and a load of easily installable (i.e. pure Perl) plugins that make the module so much more powerful.
science/gromacs-5.0.6 (Score: 0.012104045)
Compute molecular dynamics
GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
security/ipfw2dshield-0.5 (Score: 0.012104045)
DShield client for ipfw logs
ipfw2shield is a DShield client for ipfw logs, i.e., it inspects the firewall logs and can mail security reports to dshield.org
textproc/reverse_markdown-1.0.3 (Score: 0.012104045)
Convert html code into markdown
Map simple html back into markdown, e.g. if you want to import existing html data in a markdown based application.
www/groupoffice-6.2.15 (Score: 0.012104045)
Modular web application framework for office
Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.
www/swish++-6.1.5 (Score: 0.012104045)
Simple Web Indexing System for Humans: C++ version
SWISH++ is a Unix-based file indexing and searching engine (typically used to index and search files on web sites). It was based on SWISH-E.
chinese/Lingua-ZH-WordSegmenter-0.01 (Score: 0.0119223315)
Simplified Chinese Word Segmentation
This is a perl version of simplified Chinese word segmentation. The algorithm for this segmenter is to search the longest word at each point from both left and right directions, and choose the one with higher frequency product. The original program is from the CPAN module Lingua::ZH::WordSegment (http://search.cpan.org/~chenyr/) I did the follwing changes: 1) make the interface object oriented; 2) make the internal string into utf8; 3) using sogou's dictionary (http://www.sogou.com/labs/dl/w.html) as the default dictionary.