allows the loading of credentials from a file. The actual code itself
would only need to know about the name used in the configuration file.
This aims to make it simpler for operations teams to manage database
credentials.
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Config/
PR: ports/173650 (based on)
Submitted by: Espen Tagestad <espen@tagestad.no>
- fix options dialog issue (add OPTIONSFILE)
- install docs included
while here:
- limit to python 2.x (the code is not python 3.x-aware yet)
- tab -> space change in pkg-descr:WWW
- use PYTHON_CMD instead of ``/usr/bin/env python'' to make sure it
will be runned with the same python branch, that it was built with
PR: 173531
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
Changes:
* Support for flat binary files.
* Various bug fixes, including many disassembly fixes, an issue
causing FRAM reset-vector corruption and refactoring of drivers.
* Support for UIF BSL access via USB.
* Support for Olimex MSP430-JTAG-ISO-MK2, including power profiling.
* Support for parallel JTAG.
* Support for many new chips when using Olimex drivers.
* Add new interface mode for use with front-ends.
* Support for new chips: MSP430F6736, MSP430F2252, MSP430G2403,
MSP430F6435.
* Support for watchpoints using MSP430.DLL (tilib) driver.
* Support for GoodFET (memory access/programming only).
* Basic C++ demangling support.
* New commands: "fill" and "verify".
* Erase requests are now ignored when using FRAM chips.
PR: ports/174468
Submitted by: peterj (maintainer)
security/libprelude:
- Remove BROKEN, update to version 1.0.1 [1]
- Add missing deps, port requires pkg-config during build
security/libpreludedb:
- Update to version 1.0.1p1
- Add missing deps
- Make options deterministic and not dependent on what's installed
security/prelude-lml:
- Update to version 1.0.1
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG
security/prelude-manager:
- Update to version 1.0.2
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG, remove PRELUDEDB option - it can't be turned off
by CONFIGURE_ARGS, package links to preludedb at all times if available
security/pflogger:
- Bump PORTREVISION, libprelude ABI version changed
www/py-prewikka:
- Update to version 1.0.1p1
- Convert to OptionsNG
- Sort plist
PR: 172056 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
- Rename gentium to gentium-plus tracking upstream changes
- Use the generic facilities provided in bsd.xorg.mk for handling
font installation, rather than rolling our own. This allows
removing files/fonts.dir from both ports.
- Add LICENSE, and so modify pkg-message not to mention licensing
- Use PLIST_FILES and PORTDOCS rather than a separate pkg-plist file