Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第151160项(搜索用时0.028秒)
security/net-ssh-gateway-1.2.0 (Score: 0.010340116)
Establish Net::SSH connections through firewalls
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
ports-mgmt/jailaudit-1.5.1 (Score: 0.010016075)
Script to generate portaudit reports for jails
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.
japanese/srd-fpw-package-1.0.8 (Score: 0.00988018)
Supplement file for lookup to use "Random House"
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) ))
multimedia/nxtvepg-2.8.0 (Score: 0.00988018)
Viewer for Nextview Electronic TV Programme Guide (needs bktr driver)
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.
devel/gnatcoll-2016 (Score: 0.009658406)
GNAT Component Collection from Adacore
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
emulators/open-vm-tools-1280544 (Score: 0.009498003)
Open VMware tools for FreeBSD VMware guests
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.
archivers/zip-3.0 (Score: 0.009139458)
Create/update ZIP files compatible with PKZIP
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.
devel/atlassian-plugin-sdk-6.0.1 (Score: 0.009139458)
Atlassian Plugin SDK
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.
dns/rbldnsd-0.997a (Score: 0.009139458)
Small and fast DNS daemon especially for DNSBL zones
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.
misc/compat7x-7.4.704000.201310.1 (Score: 0.009139458)
Convenience package to install the compat7x libraries
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 --