* Detect both g77-34 and gfortran
* Use a post-patch to set the CFLAGS and gfortran version correctly
* Mark gfortran as the default compiler (since g77 is deprecated in ports
tree), and enable g77-34 as a fallback
PR: ports/155906
Submitted by: Zhihao Yuan <lichray_AT_gmail_DOT_com>
This Perl library defines a single function, mkpasswd(), to generate
random passwords. The function is meant to be a simple way for
developers and system administrators to easily generate a relatively
secure password.
WWW: http://search.cpan.org/dist/String-MkPasswd
PR: ports/156714
Submitted by: Frank Wall <fw@moov.de>
handle a persistent resource (e.g. a connection to an IRC server) for one or
more sessions in an extendable way.
This module (as well as Object::Pluggable, which this module inherits from)
was born out of POE::Component::IRC, the guts of which quickly spread to
other POE components. Now they can all inherit from this module instead.
The component provides an event queue, which can be managed with the methods
documented below. It handles delivery of events to the object itself, all
interested plugins, and all interested sessions.
WWW: http://search.cpan.org/dist/POE-Component-Syndicator/
PR: ports/156798
Submitted by: Jase Thew <freebsd@beardz.net>
Encode Explorer is an easy-to-use php script to use as an index file.
It shows files in the server and lets you browse through folders,
upload files etc. It is kept small and neat so that the source can be
used for learning.
WWW: http://sourceforge.net/projects/encode-explorer/
PR: ports/152082
Submitted by: Frank Wall <fw_AT_moov_DOT_de>
Also dynamically generate the PLIST for the share/mk files as SJG tells
me he will be adding several new files. [method taken from the Vim port]
PR: 155233
Submitted by: obrien
Approved by: Mikolaj Golub <to.my.trociny@gmail.com>
- bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the ports tree [1]
- bsd.port.mk: call target "install-rc-script" before "post-install" [2]
- [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3]
- [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while [4]
- [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5]
- [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed [6]
PR: ports/156575 [1],
ports/139116 [2],
ports/152498 [3],
ports/155983 [4],
ports/155510 [5],
ports/156340 [6]
Submitted by: Florent Thoumie <flz@xbsd.org> [1],
Sergey Skvortsov <skv@freebsd.org> [2],
Olli Hauer <ohauer@FreeBSD.org> [3],
Eitan Adler <lists@eitanadler.com> [4],
Eitan Adler <lists@eitanadler.com> [5],
Eitan Adler <lists@eitanadler.com> [6]
do not yet connect the port to the build:
The documentation stack houses documentation tools for ROS. This stack
exists separately from the main ros stack in order to minimize heavyweight
dependencies, such as Doxygen, LaTeX, Epydoc, and Sphinx.
WWW: http://www.ros.org/wiki/documentation
do not yet connect the port to the build:
The rx stack contains GUI-related tools for using ROS, including:
* rxbag: ROS bag recording, playback and visualization
* rxgraph: ROS graph visualization
* rxplot: ROS topic data visualization
* rxconsole: ROS/rosout logging output
WWW: http://www.ros.org/wiki/rx
do not yet connect the port to the build:
The ros_comm stack contains the ROS middleware/communications packages.
This packages are collectively known as the ROS "Graph" layer. They provide
implementations and tools for topics, nodes, services, and parameters. This
includes the supported ROS client libraries: roscpp, rospy, and roslisp.
WWW: http://www.ros.org/wiki/ros_comm
fairy-Max is a version of micro-Max that reads the piece description
from a file fmax.ini, so that arbitrary fairy pieces can be implemen-
ted. This version supports up to 15 piece types, and board sizes upto
12x8 board. A Linux port exists in the format of a debian package.
You can use it e.g. with games/xboard/:
e.g.: xboard -boardSize Middling -variant courier -fcp fairymax
GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
WWW: http://home.hccnet.nl/h.g.muller/fairy.html
PR: ports/156535
Submitted by: Kalten <kalten@gmx.at>