Ports 搜索

共有5,824项符合/net/的查询结果,以下是第4,2914,300项(搜索用时0.005秒)
dns/curvedns-0.88.b (Score: 0.01738722)
Forwarder adding DNSCurve to an authoritative nameserver
CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it's the first publicly released forwarding implementation that implements the DNSCurve protocol.
dns/dnswalk-2.0.2 (Score: 0.01738722)
DNS debugger - requests a zone transfer and analyzes the result
dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy.
dns/py3dns-3.1.0 (Score: 0.01738722)
Python 3 DNS library
This directory contains a Python module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).
editors/vi-050325 (Score: 0.01738722)
The original vi editor, updated to run on modern OSes
This is the original BSD ex/vi, updated to build and run on modern Unix systems. Compared to most of its many clones, the original vi is a rather small program (~120 KB code on i386) just with its extremely powerful editing interface, but lacking fancy features like multiple undo, multiple screens or syntax highlighting. In other words, it is a typical Unix program that does exactly what it should and nothing more. I intend to preserve this style in maintaining my port, except for changes to achieve POSIX.2 standards compliance, features in the SVR4 versions of vi, and, of course, bug fixes.
editors/dhex-0.68 (Score: 0.01738722)
Ncurses-based hex-editor with diff mode
dhex is a more than just another hex editor: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily.
editors/gmanedit-0.4.2 (Score: 0.01738722)
GNOME manpages editor
Gmanedit is the GNOME manpages editor. It's an editor for man pages that runs on X with GTK. It's like most common HTML editors but more easy. You need to know manpages format. You can learn it from 'man(7)'.
editors/le-1.14.9 (Score: 0.01738722)
Text editor with block and binary operations
LE has many block operations with stream and rectangular blocks, can edit both Unix and DOS style files (LF/CRLF), is binary clean, has hex mode, can edit text with multi-byte character encoding, has full undo/redo, can edit files and mmap-able devices in mmap shared mode (only replace), has tunable syntax highlighting, tunable color scheme (can use default colors), tunable key map.
editors/led-2.0 (Score: 0.01738722)
Tiny text editor, with a number of useful programming features
Led is a small text editor, providing a number of the useful programming features found in larger editors, but hopefully with less bloat.
editors/psgml-1.4.0 (Score: 0.01738722)
Major mode for editing SGML and XML documents for Emacs
PSGML is a major mode for editing SGML and XML documents. It works with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later. PSGML contains a simple SGML parser and can work with any DTD. Functions provided includes menus and commands for inserting tags with only the contextually valid tags, identification of structural errors, editing of attribute values in a separate window with information about types and defaults, and structure based editing. To use psgml, put the following setup into your ~/.emacs: (require 'psgml-startup) Ports of PSGML are initially created by shige <shige@FreeBSD.org> and kuriyama@FreeBSD.ORG.
editors/shed-1.15 (Score: 0.01738722)
Simple ncurses-based pico-style hex editor
SHED (Simple Hex EDitor) is a hex editor written for Unix-like systems using ncurses, with a friendly pico-style interface. It shows data in ASCII, hex, dec, oct and binary, and allows editing in all of these bases. Its features also include searching and dumping.