Ports Search

Results 4,6214,630 of 8,048 for /www/.(0.006 seconds)
security/kerberos-1.2.4 (Score: 0.014374641)
Kerberos bindings for python
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
sysutils/env4801-0.3 (Score: 0.014374641)
Output the voltages and temperatures of a Soekris Net4801 computer
Soekris Net4801 Environmental Monitor This is a small program to output the voltages and temperatures from the PC87366 chip in the Net4801 computer from Soekris.com. First run the program with a "-i" to initialize the hardware: # env4801 -i Then, as often as you feel like, read out the measured values: # env4801 http://www.soekris.com/
sysutils/bsdmoted-0.4.0 (Score: 0.014374641)
Use Wii remote as mouse
Wii remote is an innovative hci developed by Nintendo. This project intends to help FreeBSD users use wii remote as mouse. This project is based on bthidd, developed by Maksim Yevmenkin <m_evmenkin@yahoo.com>, and information from http://www.wiili.org.
sysutils/whatpix-1.2 (Score: 0.014374641)
Perl console application which finds, moves, or deletes duplicate files
whatpix is a GPL Perl console application which finds and optionally moves or deletes duplicate files. whatpix was originally written by codex@bogus.net. The original web site for whatpix is http://www.bogus.net/~codex/ You can find versions prior to 1.0 there. whatpix is currently being developed and maintained by 3Jane Tessier-Ashpool and Gerard Lanois.
textproc/html-4.01 (Score: 0.014374641)
All W3C published SGML DTDs for HTML
SGML DTDs for HTML level 0, 1, 2, 3.2, and the 4.0 draft as defined by the World Wide Web Consortium (W3C). See http://www.w3.org/ for more information. These DTDs are useful for validating or processing world wide web pages with SGML tools such as those in the sp or jade ports. John Fieber jfieber@FreeBSD.org
textproc/URI-Find-20160806 (Score: 0.014374641)
Perl module to find URIs in arbitrary text
This module does one thing: finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI::URL considers a URI to be). It employs a series of heuristics too: - Find schemeless URIs (ie. www.foo.com) - Avoid picking up trailing characters from the text - Avoid picking up URL-like things such as Perl module names.
textproc/Text-WikiCreole-0.07 (Score: 0.014374641)
Implementation of the Wiki Creole markup language
Text::WikiCreole implements the Wiki Creole markup language, version 1.0, as described at http://www.wikicreole.org. It reads Creole 1.0 markup and returns XHTML. In addition to the official Creole 1.0 markup elements, it also supports several extensions, such as plugins, superscript, subscript, underline, definition lists, indented paragraphs, plugins, etc.
textproc/dictem-1.0.4 (Score: 0.014374641)
DictEm is a dict client for [X]Emacs
DictEm is a dict client for GNU Emacs. It uses a console dict client (http://sf.net/projects/dict) and implements all functions of the client part of DICT protocol (RFC-2229, www.dict.org), i.e. looking up words and definitions, obtaining information about available strategies, provided databases, information about DICT server etc.
textproc/XML-XPath-1.37 (Score: 0.014374641)
Modules for parsing and evaluating XPath statements
This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath.
textproc/YAML-1.14 (Score: 0.014374641)
YAML implementation in Perl
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification, http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification. -Anton