CRUD functionality for Class::DBI models.
Enzyme uses convention and configuration to provide e.g. extensible
CRUD out-of-the-box, and a common way of dealing with error handling
etc.
It's not completely unlike Maypole in this regard. However, at this
point Enzyme isn't as feature-rich as Maypole.
Enzyme is one way of bringing many Catalyst modules and concepts
together into a unified whole. There are other ways to do this
(obviously. This is, like... uh, Perl).
WWW: http://search.cpan.org/dist/Catalyst-Enzyme/
PR: ports/93229
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
allows users to authenticate to Drupal using pubcookie. Pubcookie is
used single sign-on to web-based applications at a site.
The module also provide LDAP integration to populate user profiles as
users register.
replacement code from bsd.port.mk because pubcookie lives in a
subdirectory of PREFIX and thus actually defining GNU_CONFIGURE won't
work.
Point hat: brooks
APACHE_DATADIR,APACHE_CGIBIN_ROOT,APACHE_DOCUMENT_ROOT
- new options:
APACHE_LOCALSTATE_DIR,APACHE_LOGFILE_DIR
Submitted by: Bernard J. Treves Brown
- support for options:
DEFAULT_PATH
Allow PostgreSQL to be used instead of MySQL (from Brian.Johnson at stellent.com).
Add missing php-gd dependency when WITH_GD is specified.
PR: ports/92825
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
'daemon'. No need for the port to create a PID file at install time
(it would just be eaten by rc.d/cleanvar anyway).
- Use 'ps -o comm' to grab a suitable procname. 'ps -o command' is not
reliable enough.
- Bump PORTREVISION since these changes fix broken rc script operation.
Approved by: maintainer timeout (as part of previous update)
Patch used from 92460, which also does some cleaning of pkg-plist.
PR: 92310, 92460
Submitted by: Lars Balker Rasmussen <lars@balker.dk>, tobez
Approved by: maintainer timeout (2 weeks)