Libticables is part of TiLP, a program to connect a TI
calculator to your computer. This lib manages several types
of cables (serial, parallel, usb).
PR: ports/56134
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Update the sysutils/rc_subr port to use revision 1.16 as
it fixes several problems with the rc.subr script.
see the cvs notes starting from revision 1.14 to 1.16:
PR: ports/56093
Submitted by: Scot W. Hetzel <hetzelsw@westbend.net>
This port is broken on stable as mentioned in the named PR.
This patch fixes this problem by updating the port to the
latest version.
PR: ports/56548
Submitted by: Simon Barner <barner@in.tum.de>
- Update to 1.2.1 (see ChangeLog for list of changes)
- Add distribution patch
- Add Makefile target for creating SSL certificates for the port
PR: ports/56550
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Night Light IRC Proxy is a multi-user IRC (Internet Relay
Chat) proxy written in C.
An IRC proxy (or bouncer) is a program that run on a machine
between your IRC client and the IRC server. The ircproxy
connect to the IRC server, then you connect to the ircproxy
with your IRC client. The ircproxy program will forward
data sent by the IRC server to one or more IRC clients
connected to the ircproxy and will forward data sent from
the IRC clients to the IRC server.
PR: ports/56557
Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>
Perforce has released new binaries.
Also, with the popularity of portupgrade rising, I made some
(somewhat bogus) changes to the makefile to help pkg_version and
portupgrade figure out when the port has been upgraded.
I have moved the kludge on the PR to below the maintainer section.
PR: ports/56497
Submitted by: david marshall <marshall@chezmarshall.com>
Dropbear is an SSH 2 server, designed to be usable in small
memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication
WWW: http://matt.ucc.asn.au/dropbear/dropbear.html
PR: ports/55795
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
in ports/55750, which is an update for mail/courier.
This patch also include the update of sysconftool to 0.14.
PR: ports/55750
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
storage in a MySQL database
bind9-sdb-mysql is provide a simple support for MySQL
database in bind version 9. Currently it supports only
zones stored in MySQL.
PR: ports/56565
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Documentation has gone from master site (I hope accidently),
so I've put it on my home page to fix fetching.
Doesn't fix the checksum problem.
PR: ports/56568
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Night Light IRC Proxy is a multi-user IRC (Internet Relay
Chat) proxy written in C.
An IRC proxy (or bouncer) is a program that run on a machine
between your IRC client and the IRC server. The ircproxy
connect to the IRC server, then you connect to the ircproxy
with your IRC client. The ircproxy program will forward
data sent by the IRC server to one or more IRC clients
connected to the ircproxy and will forward data sent from
the IRC clients to the IRC server.
PR: ports/56557
Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>
Explanation from maintainer:
"Log4j has been the first port from the Jakarta series and
back then I thought it would be useful to put all distfiles
from the Jakarta project in the same subdirectory. Now I
don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.
So here is a patch to fix it. I didn't bump the
PORT_REVISION as there is no point in updating the port if
already installed."
PR: 56490
Submitted by: maintainer
A flexible web-enabled frontend and application-server for
different databases ... that is WWWdb
PR: ports/45522
Submitted by: Jens Rehsack <rehsack@liwing.de>
Xnodecor is an x11 utility by which a user can make an
window manager ignores his/her specified applications. Such
applications (e.g. clocks) appear without their border and
title bar, are skipped in keyboard focus-circulation, and
are sticky for flippng over multiple virtual screens. This
may be convenient for a user using a simple window manager
such as wmx.
PR: ports/45329
Submitted by: Katsura Matsumoto <katsura@cc.okayama-u.ac.jp>
New port, game, a little simulation of a train dispatching station.
Can simulate real station with real schedules. Datafiles
downloadable from the home page.
PR: ports/45316
Submitted by: Guido Falsi <mad@madpilot.net>
Bring in the AUTHORS section for the adventure man-page.
Found in OpenBSD tree, rev 1.2 of adventure.6
PR: ports/41167
Submitted by: Anders Andersson <anders@hack.org>
This PR upgrades pear-Mail to its latest release.
The 'localhost' value can now be set in the SMTP driver.
PR: ports/56563
Submitted by: Thierry Thomas <thierry@pompo.net>
XML_Serializer serializes complex data structures like
arrays or object as XML documents. This class helps you
generating any XML document you require without the need
for DOM.
Furthermore this package can be used as a replacement to
serialize() und unserialize() as it comes with a matching
XML_Unserializer that is able to create PHP data strcutures
(like arrays and objects) from XML documents, if type hints
are available.
PR: ports/56448
Submitted by: Alex Miller <asm@asm.kiev.ua>
This is an XML parser based on PHP's built-in xml extension.
It supports two basic modes of operation: "func" and "event".
In "func" mode, it will look for a function named after
each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
for end tags), and in "event" mode it uses a set of generic
callbacks.
PR: ports/56446
Submitted by: Alex Miller <asm@asm.kiev.ua>