Ports Search

Results 6,3916,400 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
science/voro++-0.4.6 (Score: 2.3999134E-4)
Three-dimensional computations of the Voronoi tessellation
Voro++ is a software library for carrying out three-dimensional computations of the Voronoi tessellation. A distinguishing feature of the Voro++ library is that it carries out cell-based calculations, computing the Voronoi cell for each particle individually. It is particularly well-suited for applications that rely on cell-based statistics, where features of Voronoi cells (eg. volume, centroid, number of faces) can be used to analyze a system of particles.
security/cops-1.04 (Score: 2.3999134E-4)
System secureness checker
Cops is a set of programs to check how secure your system is. It checks file and directory privileges, SUID programs, etc. It has support for checking passwords, but this port doesn't include it as it is DES based. This port installs cops in a single directory area. The directory has no non-user privileges and cops is meant to be run locally to that directory. The perl version of cops is also included in a subdirectory.
security/kstart-4.2 (Score: 2.3999134E-4)
Automated Kerberos ticket cache and keytab management utilities
k5start is a modified version of kinit that can use keytabs to authenticate, can run as a daemon and wake up periodically to refresh a ticket, and can run single commands with their own authentication credentials and refresh those credentials until the command exits. It is commonly used to maintain Kerberos tickets for services that need to authenticate to minimize the amount of Kerberos-related logic that must be in the service itself.
security/chaosreader-0.94 (Score: 2.3999134E-4)
Tool to extract data from tcpdump logs
Chaosreader is a perl script that parses snoop or tcpdump logs and extracts sessions for a number of different appplications: ssh, telnet, smtp, irc, ftp, etc. The data are formatted into an html file and can be used to replay some sessions. Sshkeydata is a perl script that attempts to recreate ssh sessions extracted by chaosreader by estimating what commands may have been typed. Both scripts are installed in ${PREFIX}/bin
security/pamtester-0.1.2 (Score: 2.3999134E-4)
Command line pam authentication tester
pamtester is a tiny utility program to test the pluggable authentication modules (PAM) facility, which is a de facto standard of unified authentication management mechanism in many unices and similar OSes including Solaris, HP-UX, *BSD, MacOSX and Linux. While specifically designed to help PAM module authors to test their modules, that might also be handy for system administrators interested in building a centralised authentication system using common standards such as NIS, SASL and LDAP.
sysutils/ec2-scripts-1.10 (Score: 2.3999134E-4)
Startup scripts for FreeBSD/EC2 environment
This package provides boot scripts used to enable FreeBSD to run on the Amazon EC2 cloud computing platform. These include: * Downloading the SSH public key which will be used to log in to a newly-launched virtual machine, * Printing SSH host key fingerprints to the console in a standard format used by other EC2 images, * Automatically configuring swap space on EC2 "ephemeral" disks, and * Sending email when an virtual machine first boots and when rebooting after a kernel panic.
sysutils/Sys-Filesystem-1.401 (Score: 2.3999134E-4)
Perl module to Retrieve list of filesystems and their properties
Retrieve list of filesystems and their properties Sys::Filesystem is intended to be a portable interface to list and query filesystem names and their properties. At the time of writing there were only Solaris and Win32 modules available on CPAN to perform this kind of operation. This module hopes to provide a consistant API to list all, mounted, unmounted and special filesystems on a system, and query as many properties as possible with common aliases wherever possible.
textproc/PDF-Create-1.35 (Score: 2.3999134E-4)
Perl script to convert text files to PDF files
From the p5-PDF-Create README: PDF::Create allows you to create PDF documents using a large number of primitives, and emit the result as a PDF file or stream. PDF stands for Portable Document Format. Documents can have several pages, a table of content, an information section and many other PDF elements. More functionnalities will be added as needs arise. For more details, type 'perldoc PDF::Create' or see the CPAN homepage:
textproc/HTML-Format-2.11 (Score: 2.3999134E-4)
Module to format HTML to text or PS
This is a collection of modules that formats text from HTML syntax trees. Bug reports and discussions about these modules can be sent to the <libwww@perl.org> mailing list. The modules present in this package are: HTML::Formatter - Base class for various formatters. Formatters traverse a syntax tree and produce some textual output. None of the current formatters handle tables or forms yet. HTML::FormatText - Formatter that converts a syntax tree to plain readable text. HTML::FormatPS - Formatter that outputs PostScript code.
textproc/LaTeX-TOM-1.03 (Score: 2.3999134E-4)
Perl module for parsing, analyzing, and manipulating LaTeX documents
This module provides a parser which parses and interprets (though not fully) LaTeX documents and returns a tree-based representation of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains LaTeX::TOM::Node nodes. This module should be especially useful to anyone who wants to do processing of LaTeX documents that requires extraction of plain-text information, or altering of the plain-text components (or alternatively, the math-text components).