systems with nss. Notified upstream maintainers. Port rev bump.
PR: ports/75048
Submitted by: Rachel Willmer <rachel@hobthross.com>
Fix obtained from: Scott Wilson <scott.wilson@gmail.com>
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
own copy on the FreeBSD mirror network. Change PORT_REVISION to be the
date of the snapshot plus two digits for revisions within a version.
Move to storing the distfile in the drupal subdir along with the
modules.
Reported by: Andreas Kohn <andreas at syndrom23 dot de>
http://www.opera.com/docs/changelogs/linux/852/
I will worrying about xdg stuff later to see what my mind will making up, so
for now it's off by patch in the installer. It means that the *.desktop/images
stay unchange.
Security: - Replaced expired certificates from TrustCenter.
- Solved status bar issue described in Secunia Advisory 17571:
http://secunia.com/advisories/17571/
- Implemented stricter handling of the Online Certificate
Status Protocol (OCSP).
* add support for flash 7 plugin [1]
* add ${X11BASE} to the plugins' search path [1]
* changed the order that 'linkfarm' script searches for plugins, so that
jdk 1.4 instead of jdk 1.3 is found if both are installed [1]
* bump PORTREVISION
* portlint
PR: ports/87523 [1]
Submitted by: Simun Mikecin <numisemis@yahoo.com> [1]
Approved by: garga (mentor)
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)
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.
This port contains the apache module portion of the Pubcookie system.
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.
This port contains the login service portion of the Pubcookie system.
conditional by WITHOUT_NLS being set or not
* Fix path in EXTRACT_AFTER_ARGS
* Bump PORTREVISION because internationalization can now be turned on and off
PR: ports/91756, ports/91962
Submitted by: rushani, Josh Paetzel <josh@tcbug.org> (maintainer)
Approved by: garga (mentor), Josh Paetzel <josh@tcbug.org> (maintainer)
subvert the 'check_pid_file' procname check by setting it from the output
of 'ps'.
Remove the previous attempt at handling this problem, which was to put
a wildcard in procname. I'll wear my pointy hat for that bogus hack.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
RSSOwl is a free, opensource RSS / RDF / Atom Newsreader.
Some special features are:
- Export News to PDF, HTML, RTF, OPML
- Import Favorites from OPML
- Full text-search with syntax-highlight of the results
- Powerful Newsfeed search-engine
- View news in internal browser
- Manage favorites in categories (Drag and Drop support)
- Runs on Windows, Linux, Solaris and Mac
For a complete list of features, see: http://www.rssowl.org/overview
WWW: http://www.rssowl.org/
PR: ports/92708
Submitted by: Matthias Sund <m.sund@arcor.de>
to that of Apache LogFormat and CustomLog configuration directives.
This also allows for output in multiple formats to different log files.
See http://devel.squid-cache.org/customlog/ for more information.
PR: ports/92522
Submitted by: Matthew Will <mwill@spingen.com>
Approved by: maintainer
warning that there are left over files (fixes plist errors).
- Unconditionally enable UTF8 support
Submitted by: infofarmer@gmail.com (maintainer)
PR: ports/92546
(includes several security related fixes)
PR: 92348
Submitted by: Ralf van der Enden <tremere AT cainites dot net>
Approved by: maintainer (via delphij)
- Data flatfiles are now cautiously left behind whether they have changed or not
- Beta UTF-8 support
- Use external Perl modules instead of the bundled ones
- Tighter security through more carefully set file permissions
PR: ports/92316
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
- Add physical category net-p2p. [7]
- Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]
- INDEX can now be moved outside of ports tree. [9]
- Add ghostscript-gpl. [10]
- Remove obsolete USE_MESA. [12]
- Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]
- Document ALWAYS_KEEP_DISTFILES. [14]
- Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]
PR: ports/37596 [1], ports/57259 [2], ports/63216 [3],
ports/89448 [4], ports/89710 [5], ports/88996 [6],
ports/89260 [7], ports/89363 [8], ports/89809 [9],
ports/89853 [10], ports/91086 [11], ports/91710 [12],
ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
<jamie at thompson dot bishopston dot net>, tobez [4], Mark
Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
netchild [11], erwin [14]
Reviewed by: kris, clement (partially)
is added to LD_LIBRARY_PATH, to allow for the case where compatxx is
installed but compatxx_enable is not set in /etc/rc.conf (required to add
the directory to ldconfig with the new compat ports).
This allows Opera to run from a clean install on FreeBSD 5.x or 6.x again,
without needing changes to /etc/rc.conf.
Update pkg-message.
PR: ports/92226
Submitted by: maintainer
Calendaring imports events from an iCalendar (.ics) file and creates Plone
event objects. You can also publish the calendar directly to a Plone site using
iCal or Mozilla Calendar.
http://plone.org/products/calendaring
PR: ports/92179
Submitted by: Khairil Yusof <khairil.yusof@gmail.com>
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
Serendipity has a plugin that conveniently backups the
entire site.
This plugin requires the pear-File_Archive port in
ports/archivers.
Being that this is not part of the ported package but an
add on you may not want to place the pear-File_Archive on
the dependency list.
Submitted by: "Gerard J. Cerchio" <gjpc@OB1Net.net>
users to create blogs (folders) and pages, and upload rich content such as
photos and audio files (podcasts). It has features for user email validation,
automatic image sizing, and facilities for extending the core data and feature
set.
PR: ports/91771
Submitted by: Glen Campbell <glen@broadpool.com>
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
- Fix wbinfo_group.pl to correctly work with the wbinfo command
from samba-3.0.21 (squid bug #1472)
- Fix a crash when accessing async IO function counters via the
cachemgr CGI in cases where squid was compiled for aufs support
but not actually using it (squid bug #1464)
While at it, remove an unneeded patch from the ICAP core patchset.
PR: ports/91831
Submitted by: maintainer
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).
The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.
TurboGears is easy to use for a wide range of web applications.
Author: Kevin Dangoor et alii
WWW: http://www.turbogears.org/
PR: ports/91691
Submitted by: Nicola Vitale <nivit@email.it>
mod_ssl: Fix a possible crash during access control checks if a
non-SSL request is processed for an SSL vhost (such as the
"HTTP request received on SSL port" error message when an 400
ErrorDocument is configured, or if using "SSLEngine optional").
[1]
- reintroduce support of multiple instances of apache in startup
script [2]
- Add configtest command to apache22.sh [2]
- rewrite detection of accf_http filter to make it works on all
supported branches.
- fix rcorder [3]
- fix startup at boot time when profiles are used [4]
Spotted by: simon [1], flz[3]
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> [2],
Joe Horn <joehorn@mi.chu.edu.tw> [4]
PR: ports/91154 [2], ports/90708 [4]
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.
PR: ports/91686
Submitted by: Nicola Vitale <nivit@email.it>
Everything is optional, use validation only or just generate forms, you
can embed and merge them later.
The API was designed similar to other popular modules like Data::Form-
Validator and FormValidator::Simple, HTML::FillInForm is also built in
(and much faster).
WWW: http://search.cpan.org/dist/HTML-Widget/
PR: ports/91672
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name,
line number, file name, and code context surrounding the line number.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
PR: ports/91667
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
for user web traffic activity, as logged from a squid proxy.
MySAR consists of two parts:
* Command line utilities which import a squid log file in a
MySQL database and maintain the databas.
* A web interface for accessing the reports.
WWW: http://giannis.stoilis.gr/software/mysar/index.php?id=16
Author: Giannis Stoilis <giannis@stoilis.gr>
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
webserver and should not be modified
- Add a dependancy on php?-xml
- Delete redundant DISTNAME definition
- Don't undo the config file dance by splatting the default over the
top of the preserved file
- Get rid of an unnecessicary .for loop
- Move the message into pkg-message so it can be seen when installed
as a package, add an entry with an Apache Alias example for the
new DRUPDIR, and slightly improve the database examples
Approved by: maintainer
www/drupal is now up to 4.6.5 and is unmaintained. The attached patch
updates it and sets myself as the maintainer.
PR: ports/91484
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Upgrade to the latest, 1.1.1, version. I've added lang/ocaml to
RUN_DEPENDS for rebuild the port with portupgrade -r lang/ocaml.
PR: ports/90212
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: Stephane Legrand <stephane@freebsd.org>
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
PHProxy is a web HTTP (for now; FTP is not supprted yet)
proxy programmed in PHP designed to bypass firewalls and
other proxy restrictions through a web interface very similar
to the popular CGIProxy.
PR: ports/91375
Submitted by: Babak Farrokhi <babak@farrokhi.net>