large range of handsets varying in screen quality and rendering. It
comes in a Sans Serif with 4 weights (light, regular, medium and bold)
all accompanied by italic styles. The package also includes a Mono
Spaced variant with 2 weights (regular and bold).
Web Font: EOT, WOFF, TTF, and example HTML+CSS
WWW: http://mozilla.github.io/Fira/
PR: ports/183573
Submitted by: horia
The functions optionaly exported by this module allows you to open URLs in the
user browser.
A set of known commands per OS-name is tested for presence, and the first one
found is executed. With an optional parameter, all known commands are checked.
The "open_browser" uses the system() function to execute the command. If you
want more control, you can get the command with the "open_browser_cmd" or
"open_browser_cmd_all" functions and then use whatever method you want to
execute it.
WWW: http://search.cpan.org/dist/Browser-Open/
RUN_DEPENDS, simplfy things by calculating RUN_DEPENDS based on
the OPTIONS settings, then just append that to BUILD_DEPENDS.
No functional change to the generated packaage, so no
PORTREVISION bump.
* Add the missing HTML_DOC_DEPS
* Use 'DEVELOPER' rather than 'DEV' consistently for that option
* Since BUILD_DEPENDS is always going to be a super-set of
RUN_DEPENDS for this port, simplify things by generating
RUN_DEPENDS from the OPTIONS choices, and then just append that
to the BUILD_DEPENDS.
- remove license (it's now covered by something known as UNLICENSED - see
http://unlicense.org/ for details)
- limit python branch to 2.x (print)
- convert to using autogenerated packing list
PR: 185497
Submitted by: rm (myself)
Requested by: Georg Huber <huber.georg@gmail.com> (by email)
Approved by: maintainer timeout (14 days)
- add LICENSE
- new MASTER site
- new re-rolled distfile some minor cleanup (mostly white spaces)
PR: ports/185586
Submitted by: C Hutchinson <portmaster@bsdforge.com> (new maintainer)
- add LICENSE
- new MASTER site
- new re-rolled distfile some minor cleanup (mostly white spaces)
PR: ports/185585
Submitted by: C Hutchinson <portmaster@bsdforge.com> (new maintainer)
Edbrowse is an editor, a web browser, and a mail client that is 100%
text based. The interface is similar to /bin/ed, though there are many
more features, such as editing multiple files simultaneously, and
rendering html.
PR: ports/185590
Submitted by: David Vionnet <david.vionnet@vmailbox.org>
pkg-fallout has been reporting build failures since a previous commit [1] to
this port which updated PORTVERSION without updating the commit hash from the
upstream repository.
Bump portrevision so it sees/gets the new bits.
[1] http://svnweb.freebsd.org/ports?view=revision&revision=336445
Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_authnz_external is a flexible tool for creating authentication systems based
on other databases.
This port gives the same funcionality as mod_auth_external, but over apache 2.4.
WWW: http://code.google.com/p/mod-auth-external/
PR: ports/184962
Submitted by: Eugene M. Zheganin <eugene@zhegan.in>