PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab
files. It presents a pleasant object-oriented interface to the fstab.
Features:
* Supports blockdev, label, and UUID specification of mount device.
* Extendable to parse non-standard fstab formats by defining a new Entry
class for that format.
* Easily examine and set mount options for an entry.
* Stable, functional interface.
* Fully documented with PHPDoc.
PR: ports/78631
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
SpamControl is a collection of patches for qmail developed and maintained
by Erwin Hoffman (feh@fehcom.de).
Some SpamControl features: smtp-auth (plain, login and cram-md5),
requirement of brackets on addresses, qmail-queue, bigtodo, moreipme,
recipients...
WWW: http://www.fehcom.de/qmail/spamcontrol.html
PR: ports/77637
Submitted by: Renato Botelho <renato@galle.com.br>
This package is based on the libradius of FreeBSD, with some modifications and
extensions.
This PECL provides full support for RADIUS authentication (RFC 2865) and
RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to
authenticate your users against the user-database of your OS (for example
against Windows Active-Directory via IAS).
PR: ports/78638
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
. Set MAINTAINER to the submitter. [1]
. Minor grammar improvements to COMMENT and pkg-descr.
PR: 78637
Submitted by: Danny Koenig <dako@bsdberlin.org>
instantiating a series of machine-generated contexts to serve as a means of
contrast. This makes it possible to identify text that is out of context using
a form of pattern consistency checking. BNR attempts to solve the problem
commonly referred to as "Bayesian Noise" which, in its simplest definition,
refers to irrelevant data present in a message being classified. Bayesian Noise
Reduction dubs irrelevant text in order to provide cleaner classification and
is implemented as a pre-filter to existing language classification functions.
PR: ports/78159
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
hooking together multiple qemu instances into a single virtual
network without needing root access. It can also be used for
tunneling or other network simulation tasks.
PR: ports/76874
Submitted by: Craig Boston <craig@yekse.gank.org>
vtiger CRM is an open source Customer Relationship Management
(CRM) software mainly for small and medium businesses. vtiger
CRM is built over proven, fast, and reliable LAMP/WAMP
(Linux/Windows, Apache, MySQL, and PHP) technologies and open
source projects, such as SugarCRM (SPL 1.1.2), phpBB (GPL), and
others.
WWW: http://www.vtiger.com
Firefox is a Web, FTP and gopher browser branched from Mozilla.
It does not include an HTML editor, e-mail user agent, IRC
client, or news reader.
This is a pre-compiled Linux/i386 version, able to run plugins
from that platform. This port is compatible with the Flash
plugin from ports/www/linux-flashplugin6/ and with the Java
plugin from ports/java/linux-blackdown-jdk14/.
WWW: http://mozilla.org/projects/firefox/
PR: ports/75326
Submitted by: Aaron Voisine <voisine@gmail.com>
only the following added to configure in new distfile
+if test "x$JAVAC" != "x" ; then
+ javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
+ echo JAVAC VERSION $javac_version
+ JAVAC="$JAVAC -source 1.4"
+fi