Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,21113,220项(搜索用时0.022秒)
sysutils/usbhid-dump-1.4 (Score: 1.5577191E-4)
USB HID device dumping utility
Usbhid-dump is a USB HID dumping utility based on libusb 1.0. It dumps USB HID device report descriptors and reports themselves as they are being sent, for all or specific device interfaces.
sysutils/uschedule-0.7.1 (Score: 1.5577191E-4)
Scheduler program, designed to replace cron(8) and at(1)
uschedule is not cron and uschedule is not at - it does offer similar functionality but is not intended to be a drop-in replacement. It works differently. It's designed to be different.
sysutils/vbetool-1.1 (Score: 1.5577191E-4)
Application for executing video card BIOS code
vbetool is a small application that executes code from the BIOS of your video card. This is mostly useful for reinitialising the hardware, for instance after ACPI suspend/resuming.
sysutils/zfs-stats-lite-1.4 (Score: 1.5577191E-4)
Display human-readable ZFS statistics
zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of sysutils/zfs-stats which has no dependency on perl or other ports.
textproc/docbook2X-0.8.8 (Score: 1.5577191E-4)
Convert DocBook documents into UNIX man page and GNU Texinfo formats
docbook2X converts DocBook documents into man pages and Texinfo documents. It aims to support DocBook version 4.2, excepting the features that cannot be supported or are not useful in a man page or Texinfo document.
textproc/dsssl-docbook-modular-1.79 (Score: 1.5577191E-4)
DSSSL stylesheets for the DocBook DTD by Norman Walsh
These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them in conjunction with a DSSSL processor (such as jade) to convert documents marked up as DocBook to RTF, HTML and TeX.
textproc/scim-gtk-1.4.7 (Score: 1.5577191E-4)
Smart Common Input Method platform, gtk module, (Linux Fedora 10)
Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface.
textproc/ffe-0.3.6.1 (Score: 1.5577191E-4)
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/dictionary-1.8.7 (Score: 1.5577191E-4)
Dictionary client for Emacs
This dictionary client provides access to a dictionary server (as defined in RFC 2229) from within Emacs or XEmacs. It supports utf-8 (currently available in Emacs 21) and allows to follow links within the definitions.
textproc/discount-2.1.6 (Score: 1.5577191E-4)
C implementation of the Markdown markup language
This is an implementation of John Gruber's Markdown text to html language. There's not much here that differentiates it from any of the existing Markdown implementations except that it's written in C instead of one of the vast flock of scripting languages that are fighting it out for the Perl crown. Markdown provides a library that gives you formatting functions suitable for marking down entire documents or lines of text, a command-line program that you can use to mark down documents interactively or from a script, and a tiny (1 program so far) suite of example programs that show how to fully utilize the markdown library. It also does, by default, various smartypants-style substitutions.