Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第4,1914,200项(搜索用时0.004秒)
textproc/eqe-1.3.0 (Score: 0.006224396)
LaTeX equation editor
Eqe is a simple clone of the excellent LaTeX equation editor you can find on MacOS X. There's a zone to type LaTeX input, and it generates an image to represent it (color, font, and size are customisable). You can drag the image to other applications (like OpenOffice.org Impress, Mozilla, the Gimp). It also exports to almost any image format, including PNG, JPEG, PDF...). It is free software, released under the GPL. It is composed of two parts: eqedit, which is a command line tool that generates images from LaTeX input, and eqe which wraps eqedit into a graphical user interface.
textproc/bomstrip-9 (Score: 0.006224396)
Strip Byte-Order Marks (BOM) from UTF-8 text
Bomstrip is a very simple tool that removes BOM's (byte-order-marks) from utf-8 files. Actually, it is a set of tools that all do the same thing, but - for added entertainment value - in multiple programming languages (python, c, java, brainfuck, ook!, perl, sed, postscript, pascal, unlambda, limbo, haskell, ocaml, php, ruby). You want to always have this tool within hand-reach, no matter where you are and which compilers/interpreters you keep close to you. Each tool reads from stdin and writes to stdout. It accepts no options or arguments. It never writes into files directly. All files are public domain. It exists for the purpose of noting how stupid BOM's in utf-8 files are. Oh, in case you didn't know yet: utf-8 does not have byte-ordering issues, so there is absolutely no need to have three bytes (the utf-8-BOM) that do not say anything about the byte-order (since there is nothing to say).
textproc/estraier-1.2.30 (Score: 0.006224396)
Full-text search system for personal use
Estraier is a full-text search system for personal use. Full-text search means functions to search lots of documents for some documents including specified words. The principal purpose of Estraier is to realize a full-text search system of a web site. It functions similarly to Google, but for a personal web site or sites in an intranet.
textproc/ffe-0.3.6.1 (Score: 0.006224396)
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/ezxml-0.8.6 (Score: 0.006224396)
Easy to use C library for parsing XML documents
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled).
textproc/code2html-0.9.1 (Score: 0.006224396)
Sourcecode to HTML converter
code2html converts a program source code to syntax highlighted HTML. It may be called as a CGI script and can also handle include commands in HTML files. Support for the following languages: Ada, Awk, C, C++, HTML, Java, JavaScript, m4, Makefile, Pascal, Perl, SQL, ruby, povray, and groff.
textproc/foiltex-2.1.4b (Score: 0.006224396)
Collection of LaTeX files for making foils
The FoilTeX is a collection of LaTeX files for making foils. A number of features are built-in including large sans serif font as normal font, options for setting normalsize at 20pt (default), 17pt, 25pt or 30pt, new macros for starting new foils, for special environments like Theorem and Proof, simple macros to control the headline and footline.
textproc/gastex-3.0 (Score: 0.006224396)
Graphs and Automata Simplified in TeX
GasTeX is a set of LaTeX macros which allow to draw very easily graphs, automata, nets, diagrams, etc... under the picture environment of LaTeX. A picture with gastex basically consists of nodes and edges. Here are a few examples of pictures that are easily defined with gastex.
textproc/gdome2-0.8.1 (Score: 0.006224396)
Gnome DOM Engine
gdome2 is the DOM C library developed for the GNOME project.
textproc/gmetadom-0.2.6 (Score: 0.006224396)
Collection of DOM Implementations
GMetaDOM is a collection of librares, each library providing a DOM implementation. Currently available bindings are for C++ (smart pointers) and Objective Caml. The basic idea is that, given the availability of DOM implementations for the C programming language (like Gdome2), and given the uniformity of the DOM interfaces, bindings for various programming languages based on the C implementation can be built automatically, providing a small number of hand- coded classes and a set of scripts for the automatic generation of the remaining ones. The advantages of such approach should be evident. In particular, for languages like C++ where a number of different alternative DOM implementations are feasible, each with different characteristics like easiness of use, runtime flexibility, resource requirements, the approach of automatic generation permits to create a set of coherent implementations addressing such issues separately, ultimately allowing the developer to choose the library which fits best her needs.