Ports Search

Results 471480 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
print/mpage-2.5.6 (Score: 0.008224218)
Print multiple pages per sheet of paper
Mpage is a program to reduce and print multiple pages of text per sheet on a PostScript compatible printer. It also has limited functionality to do the same with postscript files itself. Mpage and all the files distributed with mpage are covered by copyright: Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
print/pkipplib-0.07 (Score: 0.008224218)
Create and parse IPP requests
pkipplib is a Python library which can prepare IPP requests with the help of a somewhat high level API. These requests can then be sent to an IPP printer or print server (e.g. CUPS). This library can also parse IPP answers received, and create high level Python objects from them.
print/xdvik-22.87 (Score: 0.008224218)
DVI Previewer(kpathsearch) for X
Xdvik is a program for displaying DVI files (generated e.g. by Troff or TeX) on the X window system. It is based on the regular (non-k) xdvi of the same version number. This package includes pTeX support. A fontmap file for xdvi is installed as TEXMFDIST/fonts/map/xdvi/xdvi-ptex.map.
science/h5utils-1.12.1 (Score: 0.008224218)
Set of utilities for visualization and conversion of HDF5 format
h5utils is a set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format. Besides providing a simple tool for batch visualization as PNG images, h5utils also includes programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and VTK).
Perl extension to detect if English number is ordinal or cardinal
This module will tell you if a number, either in words or as digits, is a cardinal or ordinal number. This is useful if you e.g. want to distinguish these types of numbers found with Lingua::EN::FindNumber and take different actions.
www/mod_authn_sasl-1.2 (Score: 0.008224218)
Allows user authentication based on libsasl2 mechanisms on apache 2.2
This module provides the mod_auth_basic authentication front-end a way to authenticate users by checking credentials via the Cyrus SASL library. This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or LDAP) already running at a machine use SASL to authenticate users.
www/Catalyst-Plugin-ConfigLoader-0.34 (Score: 0.008224218)
Load config files of various types
This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. To support the distinction between development and production environments, this module will also attemp to load a local config (e.g. myapp_local.yaml) which will override any duplicate settings.
x11-clocks/cairo-clock-0.3.4 (Score: 0.008224218)
MacSlow's Cairo-Clock
It is an analog clock displaying the system-time. It leverages the new visual features offered by Xorg 6.9/7.0 in combination with a compositing-manager (e.g. like xcompmgr), gtk+ 2.8.x, cairo 1.0.2 and librsvg 2.13.93 to produce a time-display with pretty-pixels.
finance/strucchange-1.5.1 (Score: 0.008224196)
Testing, Monitoring, and Dating Structural Changes
Testing, monitoring and dating structural changes in (linear) regression models. strucchange features tests/methods from the generalized fluctuation test framework as well as from the F test (Chow test) framework. This includes methods to fit, plot and test fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F statistics, respectively. It is possible to monitor incoming data online using fluctuation processes. Finally, the breakpoints in regression models with structural changes can be estimated together with confidence intervals. Emphasis is always given to methods for visualizing the data.
dns/Net-DNS-Zone-Parser-0.02 (Score: 0.008137199)
Perl5 preprocessor for normalising a zone file
The Net::DNS::Zone::Parser should be considered a preprocessor that "normalizes" a zonefile. It will read a zonefile in a format conforming to the relevant RFCs with the addition of BIND's GENERATE directive from disk and will write fully specified resource records (RRs) to a filehandle. Whereby: - All comments are stripped - There is one RR per line - Each RR is fully expanded i.e. all domain names are fully qualified (canonicalised) and the CLASS and TTLs are specified. - Some RRs may be 'stripped' from the source or otherwise processed. For details see the 'read' method. Note that this module does not have a notion of what constitutes a valid zone, it only parses. For example, the parser will happilly parse RRs with ownernames that are below in another zone because a NS RR elsewhere in the zone.