Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第4,7414,750项(搜索用时0.007秒)
textproc/ffe-0.3.6.1 (Score: 0.006132291)
Flat file extractor
ffe is a program for extracting fields from flat file records and displaying them in different formats. ffe relies on the configuration file to control input file structure and the output format.
textproc/bbe-0.2.2 (Score: 0.006132291)
Sed-like editor for binary files
Instead of reading input in lines as sed, bbe reads arbitrary blocks from an input stream and performs byte-related transformations on found blocks. Blocks can be defined using start/stop strings, stream offset and block length, or a combination. Basic editing commands include delete, replace, search/replace, binary operations (and, or, etc.), append, and bcd/ASCII conversion. For examining the input stream, it contains some grep-like features like printing the input file name, stream offset, and block number of found blocks. Block contents can also be printed in different formats like hex, octal, ASCII, and binary.
textproc/html2fo-0.4.2 (Score: 0.006132291)
HTML to xsl:fo converter
html2fo is a converter from html to xsl:fo. The html code could be written with StarOffice or other WYSIWYM editors and must not be 100% valid html code. html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
textproc/libunibreak-1.1 (Score: 0.006132291)
Implementation of the line and word breaking algorithm for Unicode
Liblinebreak is an implementation of the line and word breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example.
textproc/ku-aspell-0.20.1 (Score: 0.006132291)
Aspell Kurdi dictionary
Aspell Kurdi dictionary.
textproc/libcsv-3.0.3 (Score: 0.006132291)
Small, simple and fast CSV library
libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface using callback functions to handle parsed fields and rows and can parse improperly formatted CSV files.
textproc/modlogan-0.8.13 (Score: 0.006132291)
Modular log file analysis program
Modlogan is for all those who want a log-analyzer that is easy to extend and very flexible. Just write a new output plugin and create your very special report-design. You don't have to reinvent the whole wheel to change the colour of the tire. Imagine a SQL-output-plugin that writes the calculated data into your database. Or a Memo generator that posts the monthly stats to your department mailing list for further investigation.
textproc/multimarkdown-4.7 (Score: 0.006132291)
Extended Markdown processor with more features, written in C
MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). NOTE: To use the mmd2pdf script, you must install print/latexmk.
textproc/markdown-1.0.1 (Score: 0.006132291)
Text-to-HTML conversion tool for web writers
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, "Markdown" is two things: a plain text markup syntax, and a software tool, written in Perl, that converts the plain text markup to HTML.
textproc/NunniMCAX-1.4.1 (Score: 0.006132291)
C, non validating XML parser with SAX-like API
NunniMCAX is a C, non validating XML parser. Its APIs and functioning are very similar to SAX. The aim of NunniMCAX is to be a lightweight, fast and reliable XML parser to be used in environment with limited resources. A minimal (only well-formed check) executable linked statically against the library with all symbols stripped away on FreeBSD has a size below 19 KByte.