Age | Commit message (Collapse) | Author |
|
Hat: portmgr
|
|
Hat: portmgr
|
|
Hat: portmgr
|
|
bsd.port.mk. In addition, a revision shorthand has been added, e.g.,
USE_PERL5= 5.8.0+. This syntax is implemented for the following knobs:
USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD.
Credit also goes to sem who wrote an earlier version of this patch in
ports/55515, marcus and kris for doing earlier testing, and kuriyama and
others for additional work along the way.
Thanks to gabor@FreeBSD.org for doing all this work.
Sponsored by: Google Summer of Code 2007
|
|
PR: ports/114116
Submitted by: lwhsu
Approved by: Maintainer timeout
|
|
From README:
TSP is a control protocol used to establish and maintain
static tunnels. The Gateway6 Client is used on the host
computer to connect to a tunnel broker using the TSP protocol
and to get the information for its tunnel. When it receives
the information for the tunnel, the Gateway6 client creates
the static tunnel on its operating system.
The Gateway6 Client code is mostly identical for all client
platforms. However, creating the static tunnel is operating
system dependent and is done by a script called by the
Gateway6 Client. These scripts are located under the template
directory in the Gateway6 Client installation directory.
The script executed by the Gateway6 Client to configure the
tunnel interface is customized for each type of supported
operating system and takes care of all specifics for the
target operating system. On Unix systems, it is a shell
script. This separation of the binary and script enables
fast and easy additions of new operating systems, as has
been shown by the community contributions for many operating
systems.
WWW: http://www.go6.net/
PR: ports/114544
Submitted by: Michael Scholz <mike@fth-devel.net>
|
|
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
Reported by: pointyhat via pav
|
|
|
|
|
|
- Fix levenshtein dependency line
- Bump portrevision
Reported by: pointyhat via pav
|
|
|
|
|
|
|
|
|
|
|
|
+ amd64 5, 6, 7
+ i386 5, 6, 7
+ sparc64 6, 7
|
|
|
|
Reported by: pointyhat
Ok'ed by: mich (maintainer)
|
|
Approved by: miwi (mentor)
|
|
|
|
- Fix build on CURRENT by switching replacing 802.11 code using deprecated wi_req structures
Submitted by: Peter Hofer <ph (at) desktopbsd.net>
Approved by: miwi (mentor)
|
|
PR: ports/115966
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer),
sat (mentor)
|
|
Changelog:
http://cvs.savannah.gnu.org/viewvc/*checkout*/weechat/weechat/ChangeLog?revision=1.482
|
|
|
|
|
|
|
|
canonical mode, by allowing the program being debugged and the debugger to run
on separate terminal devices.
To use pty, the programmer changes to the terminal device where he or she
wishes to interact with the program to be debugged, and at the shell
prompt, runs pty with no arguments. Pty will print out the filename of the
slave side of the pseudo-terminal it has opened. Inside the debugger,
running in another terminal device, one then redirects the program to be
debugged's IO to the slave (tty command of gdb). When you are finished
using pty, you must manually kill it. When pty starts it prints out its
pid.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
PR: ports/116179
Submitted by: James Bailie <jimmy at mammothcheese.ca>
|
|
on the XFCE desktop. It integrates the dockapps into a panel, closely
resembling the look and feel of the WindowMaker dock or clip, respectively.
WWW: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
|
|
|
|
- Remove 4.X cruft
|
|
X minutes. During breaks it locks your screen. It optionally allows you to
postpone breaks for a certain time.
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
|
|
Very lightweight program to report the status of logical drives
on Smart Array controllers ciss(4).
WWW: http://cciss.sourceforge.net
|
|
|
|
NetXMS is new and rapidly developing monitoring system,
released under GPL2 license. It can be used for monitoring
entire IT infrastructure, starting with SNMP-capable hardware
(like switches and routers) and ending with applications
on your servers. NetXMS is an extremely reliable and powerful
monitoring system, enabling you to improve your network
availability and service levels.
WWW: http://www.netxms.org/
PR: ports/114495
Submitted by: samflanker@gmail.com
|
|
ML-Doc is a system for documenting the interfaces of SML
libraries. It can produce both HTML and LaTeX output.
http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html
PR: ports/115932:
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
|
ssss is an implementation of Shamir's secret sharing scheme
for UNIX/linux machines. It is free software, the code is
licensed under the GNU GPL. ssss does both: the generation
of shares for a known secret and the reconstruction of a
secret using user provided shares. The software was written
in 2006 by B. Poettering, it links against the GNU libgmp
multiprecision library (version 4.1.4 works well) and
requires the /dev/random entropy source.
PR: ports/115949
Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
|
|
PR: ports/116175
Submitted by: mm
Approved by: Artem Kazakov <kazakov at gmail.com> (maintainer)
|
|
|
|
as this cws has been integrated into SRC680_m227.
|
|
|
|
- Minor cosmetic Makefile nits
Tested on: amd64 [1]
Reported by: pointyhat (logs) [1]
|
|
|
|
Thanks to: Holger Berndt (author)
Approved by: maintainer implicit
|
|
Reliable Encryption
The seccure toolset implements a selection of asymmetric
algorithms based on elliptic curve cryptography (ECC). In
particular it offers public key encryption / decryption,
signature generation / verification and key establishment.
ECC schemes offer a much better key size to security ratio
than classical systems (RSA, DSA). Keys are short enough
to make direct specification of keys on the command line
possible (sometimes this is more convenient than the
management of PGP-like key rings). seccure builds on this
feature and therefore is the tool of choice whenever
lightweight asymmetric cryptography -- independent of key
servers, revocation certificates, the Web of Trust or even
configuration files -- is required.
PR: ports/115943
Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
|
|
Catalyst::Helper::View::Email - Helper for Email Views
WWW: http://search.cpan.org/dist/Catalyst-View-Email/
PR: ports/113319
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it
by support for SNMPv3 and a couple of bug fixes.
The v3 support to SNMP++ and AGENT++ is provided by courtesy
of Jochen Katz (katz07@agentpp.com).
SNMP++v3.x extends the original SNMP++v2.8 by the following:
# SNMPv3 including User Security Model (USM) with:
# MD5 and SHA authentication
# DES and IDEA privacy
# Thread-safety
# Bug-fixes
WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
PR: ports/112669
Submitted by: Nicolai Petri <nicolai@petri.cc>
|
|
New port of Hamachi VPN, using Linux official binary and a
patch on tuncfg.c based on the official OSX release.
Hamachi is a software that eases the creation of secure
VPNs even between nodes that would not be able to connect
to each other (server-assisted connection can be established
from two NATted client, if at least one of the two NAT
associates the port to the client not checking remote host).
UPX port is required in order to decompress the linux binary
and avoid run-time dependency on /proc.
PR: ports/112982
Submitted by: Lapo Luchini <lapo@lapo.it>
|