Net::SSH::Gateway is a library for programmatically tunneling connections to
servers via a single "gateway" host. It is useful for establishing Net::SSH
connections to servers behind firewalls, but can also be used to forward ports
and establish connections of other types, like HTTP, to servers with i
restricted access.
* Easily manage forwarded ports
* Establish Net::SSH connections through firewalls
This port contains a script to generate portaudit reports for jails
running on a FreeBSD system.
Normally portaudit just creates reports for the Host-system or the jail
it is installed in. With a large number of jails running on a system,
installing and updating portaudit in every jail is time-consuming and
error-prone. Jailaudit uses the portaudit installed in the Host-system
to create a report for every jail.
The reports are appended to the daily security run and can be sent to a
specific mail address, which allows the Host-system administrator to
dispatch portaudit reports to the owners of jails, keeping them informed
about potential security advisories of their installed ports.
Jailaudit can be used on FreeBSD 5.1 or larger.
srd.el is a supplement file to use "Random House" on lookup. "Random
House" is produced by Shogakukan Inc. You can get more detail
information (written in Japanese) from
[TO USE]
(1) Get "Random House" from somewhere.
(2) Install it by using /usr/ports/japanese/srd-fpw
The port converts it into a files formatted "JIS X 4081" by FreePWING.
Then install MID, WAV, AVI files from CD-ROM by hand.
(3) Add the following lines into your ~/.emacs
(require 'lookup-package)
(setq lookup-search-agents '((ndeb "/usr/local/share/dict/srd-fpw")))
(setq lookup-package-directory "/usr/local/share/dict/package")
(lookup-use-package "ndeb+/usr/local/share/dict/srd-fpw" "srd-fpw")
(setq srd-fpw-image-directory "/usr/local/share/dict/srd-fpw")
;; a directory having img.dat installed by the package ja-srd-fpw
(setq srd-fpw-sound-directory "/cdrom/srd/DATA")
;; a directory having srdra.bnd in CD-ROM
(setq srd-fpw-play-realaudio-process "realplay")
(setq srd-fpw-display-image-process "display")
(if (featurep 'xemacs)
(progn
(setq srd-fpw-image-inline t)
))
nxtvepg - Decoder, Browser and Analyzer for the Nextview
Electronic Programme Guide
nxtvepg is an X11 application to decode, analyze and browse TV programme
schedules transmitted on analog TV channels as defined in ETS 300 707:
"Protocol for a TV Guide using electronic data transmission" by the European
Telecommunications Standards Institute.
nxtvepg enables you to obtain free TV programme listings for all of the major
networks in Germany, Austria, France and Switzerland.
Currently Nextview EPG is transmitted by the following TV networks (note that
each of these EPGs cover not only the provider's programme but also that of many
other networks): Kabel1, 3Sat, RTL-II (Germany and Austria), SF1, TSR1, TSI1,
EuroNews (Switzerland), Canal+, M6 (France), TRT-1 (Turkey).
You will need a bktr(4) compatible tv tuner card with teletext support in order
to use nxtvepg.
It is recommended to check the card's setup before using nxtvepg, e.g. with the
following applications from the ports collection:
multimedia/fxtv for tv tuner and misc/alevtv for Teletext support.
The reusable library known as the GNAT Component Collection (GNATColl)
is based on one main principle: general-purpose packages that are part of
the GNAT technology should also be available to user application code.
The compiler front end, the GNAT Programming Studio (GPS) Interactive
Development Environment, and the GNAT Tracker web-based interface all
served as sources for the components.
The GNATColl components complement the predefined Ada and GNAT libraries
and deal with a range of common programming issues including string and
text processing, memory management, and file handling. Several of the
components are especially useful in enterprise applications.
* Scripts: Embedding script languages * Traces: Logging information
* Memory: Monitoring memory usage * Mmap: Reading and writing files
* Boyer-Moore: Searching strings * Paragraph filling: Formatting text
* Templates: Generating text * Email: Processing email messages
* Ravenscar: Patterns for multitasking * VFS: Manipulating files
* Storage Pools: Controlling memory mgmt * Tribooleans: Three-state logic
* Geometry: Primitive geometric ops * Refcount: Reference counting
* Projects: Manipulating ``gpr`` files * Config: Parsing configuration files
* Pools: Controlling access to resources * JSON: JavaScript Object Notation
* SQL: Database interface
The Open Virtual Machine Tools (open-vm-tools) are the open source
implementation of VMware Tools. They are a set of guest operating
system virtualization components that enhance performance and user
experience of virtual machines. As virtualization technology rapidly
becomes mainstream, each virtualization solution provider implements
their own set of tools and utilities to supplement the guest virtual
machine. However, most of the implementations are proprietary and
are tied to a specific virtualization platform.
This port replaces the vmware guest ports and the binary only vmware
tools ports in the ports tree.
Zip is a compression and file packaging utility. It is compatible with
PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip
called unzip (of course) which you can also install from the ports/package
system.
Software Development Kit for Atlassian's family of applications
(JIRA, Confluence, and others).
This port strips out the Maven bits bundled with the SDK by Altassian
relying instead on the Maven installed from one of the FreeBSD
mvn-ports.
rbldnsd is a small and fast DNS daemon, made especially to serve DNSBL
zones. It was inspired by Dan J. Bernstein's rbldns program, found in
/usr/ports/net/djbdns, but is significantly faster.
rbldnsd was written by Michael Tokarev.
This package allows you to install the compat7x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800105
LIB_DEPENDS+= alias.6:misc/compat7x
.endif
--