Disable on amd64, building has compile and runtime errors.
PR: ports/153443
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Added support for email notifications. If you have smtp enabled,
notifications will be sent for each ticket as needed if you so choose.
Thanks to gregmac for this patch.
The other big change is that all ticket changes are now made in one
transaction.
- simplifies PORTVERSION
- USE_XZ for smaller distfiles
- fix make "make reinstall"
- use update-mime-update
Submitted by: poyopoyo
- make update-desktop-database work
- make update-mime-update work
create a fast, secure, compliant web mail client that has great usability.
Hastymail2 is much more lightweight than most popular web based mail
applications but still maintains a competitive feature set. The project
originated as Hastymail in 2002, then was nearly completely rewritten as
Hastymail2 starting in January of 2008. We are very near our first stable
release of the second generation of Hastymail and development continues to be
active.
Pass maintainership to submitter.
PR: ports/152632
Submitted by: Aldis Berjoza (aldis@bsdroot.lv)
Approved by: itetcu (mentor) (implicit)
- Added GPLv2 LICENSE
Version 1.2.3 (14 Aug 2010)
- Fixed bug: could not save events with more than one category
- Include backtrace in fatal errors when in development mode
Version 1.2.2 (14 Aug 2010)
- Fixes for PHP warnings about default timezone not being set.
Reported by: portscout via miwi
application. webtrees works from standard GEDCOM files, and is
therefore compatible with every major desktop application. webtrees
aims to to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.
WWW: http://webtrees.net/
PR: ports/153160
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
- Removed Upload class patch file - now included in 1.7.3
Version 1.7.3 is a security maintenance release, including a
previously patched file Upload class, and a new security fix
to prevent possible directory traversal in certain circumstances.
There are no other significant changes.
PR: ports/152878
Submitted by: Bo-Yi Wu <appleboy dot tw at gmail dot com>
<ChangeLog>
*) Bugfix: if there was a single server for given IPv6 address:port
pair, then captures in regular expressions in a "server_name"
directive did not work.
*) Bugfix: a segmentation fault might occur in a worker process, if the
"auth_basic" directive was used.
Thanks to Michail Laletin.
*) Bugfix: compatibility with ngx_http_eval_module; the bug had
appeared in 0.8.42.
</ChangeLog>
Also sync extra patch for passenger with www/nginx.
<ChangeLog>
*) Bugfix: if there was a single server for given IPv6 address:port
pair, then captures in regular expressions in a "server_name"
directive did not work.
*) Bugfix: nginx could not be built on Solaris; the bug had appeared in
0.9.0.
</ChangeLog>
from 3.0.0 to 3.0.1.
Also:
o) respect CC/CXX/CFLAGS/PTHREAD_LIBS flags;
o) build depends against devel/libev instead of internal libev;
o) change depends from curl binary to libcurl;
o) revert back GEM_LIB_DIR for pkg-message. (!)
Do not bump PORTREVISIONs for www/nginx and www/nginx-devel ports.
<Note>
Patch extra-patch-passenger::ext::common::Utils.cpp obtained from
passenger's git:
9a811060db
and should be remove in next [3.0.2] port update.
</Note>
Approved by: maintainer [*]
Pointy hat to: wen (!)
non-blocking extensions) and AnyEvent.
It allows you to write a web application that does a immediate
response with template rendering, IO-bound delayed response (like
fetching third party API or XML feeds), server push streaming and
long-poll Comet in a clean unified API.
WWW: http://search.cpan.org/dist/Tatsumaki/
PR: ports/153007
Submitted by: Gea-Suan Lin <gslin at gslin.org>
(both RSS and Atom). Web pages like this are often called "Planets"
after the Python software which originally popularised them. Perlanet
is a planet builder written in Perl - hence "Perlanet".
WWW: http://search.cpan.org/dist/Perlanet/
PR: ports/153005
Submitted by: Gea-Suan Lin <gslin at gslin.org>
framework. Leveraging object-oriented JavaScript allows developers to
build impressive cross-browser applications. No HTML, CSS nor DOM
knowledge is needed.
It includes a platform-independent development tool chain, a
state-of-the-art GUI toolkit and an advanced client-server
communication layer.
WWW: http://qooxdoo.org/
apache 2.3.10 will be release next week, 2.3.11 will be 1st beta shortly
after that. 2.4.0 GA will follow not long after. Once 2.4.0 is released
2.0.x will be EOL upstream at httpd ASF.
Get this in before 7.4/8.2 to help raise awareness and start migration plans.
- Work is already well in to move the default apache to www/apache22
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009, help is appreciated there
with the goal to have this be true before 9.0.
- www/apache13* are on track to be deprecated after 9.0. apache1.3.x support has
been EOL upstream at ASF almost 1 year already.
With Hat: apache@
Discussed with: httpd@dev.a.o, private@dev.a.o, #bsdports
PR: 147907
Submitted by: Andrius Morkunas
Use the USE_TCL knob and rely on the variables set by bsd.tcl.mk
instead of figuring them out ourselves. Switching to USE_TCL makes
this port depend on Tcl-8.5 by default now, hence the PORTREVISION
bump.
- Bumped PORTREVISION
Follow-up to PR ports/151466
PR: ports/151466
Requested by: ohauer via email
Reported by: Douglas William Thrift <douglas at douglasthrift dot net> (maintainer)
When multipart boundary attributes contain non-halting regular
expression strings, the boundary searcher in the CGI module does not properly
escape the parameter and will execute arbitrary regular expressions.
This fix adds escaping for the user data.
* Affected application servers: standalone CGI, Mongrel, WEBrick
* Unaffected: FastCGI, Ruby 1.8.6 (all servers)
* Unknown: mod_ruby
This fix will not modify versions of Ruby greater than 1.8.5, and is
cumulative with previous CGI multipart vulnerability fixes.
WWW: http://blog.evanweaver.com/#cgi_multipart_eof_fix
which handles most of the low-level FCGI details for you. It can run FCGI
programs as simple scripts or as full standalone socket based servers who
are managed by FCGI::Engine::ProcManager.
WWW: http://search.cpan.org/dist/FCGI-Engine/
PR: ports/152803
Submitted by: Anes Muhametov <anes at anes.su>
<ChangeLog>
*) Feature: the "If-Unmodified-Since" client request header line
support.
*) Workaround: fallback to accept() syscall if accept4() was not
implemented; the issue had appeared in 0.9.0.
*) Bugfix: nginx could not be built on Cygwin; the issue had appeared
in 0.9.0.
*) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
Thanks to Maxim Dounin.
</ChangeLog>
Previously known as Google Analytics Plugin, this plugin will enable
your trac environment to be logged by Google Analytics.
It adds the necessary javascript code to log your environment, plus, it
also logs the downloads of regular filenames which end with a specific
extension; these extensions are defined by you; and also external links.
WWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics
PR: ports/151466
Submitted by: Douglas William Thrift <douglas _at_ douglasthrift.net>
While concerns have been raised within the ports community about the "pay as
you go" plan of the previous maintainer, given the fact that we have ports for
commercial software this in itself would not warrant such a measure.
However complete and obstinate disregard to the security vulnerabilities of the
version in the ports tree, including refusal to even document them
contradicts the idea of maintainership as the community understands it
and as it is documented.
Rene Ladan - rene@ has graciously offered his services to work directly
with google/chrome developers, push FreeBSD patches upstream and
generally maintain this port in accordance with our standards.
Approved by: portmgr@
- Make dependency on gconf2 optionable (for setting the preferences)
- Add support for pre-SSE2 processors
While here, remove BROKEN check for 6.X
Port remains FORBIDDEN
PR: ports/152816
Submitted by: maintainer
Though SF does not host latest version (2.1.5 in this case), we keep this
for future updates.
- Use EXAMPLESDIR in PLIST
- Pet portlint
Changes: http://www.piwigo.org/releases/2.1.5http://www.piwigo.org/releases/2.1.4
PR: ports/152840
Submitted by: sunpoet (myself)
Approved by: Goran Lowkrantz <glz@hidden-powers.com> (maintainer)
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
Along with Qt4 the following ports are updated:
PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119
New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl
This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)
We'd like to thank Martin Wilke (miwi) for exp-run.
from the fact that Smarty, a well known template engine, is getting older and
older. It carries the weight of it's age, having old features that are
inconsistent compared to newer ones, being written for PHP4 its Object Oriented
aspect doesn't take advantage of PHP5's more advanced features in the area,
etc. Hence Dwoo was born, hoping to provide a more up to date and stronger
engine. So far it has proven to be faster than Smarty in many areas, and it
provides a compatibility layer to allow developers that have been using Smarty
for years to switch their application over to Dwoo progressively.
WWW: http://dwoo.org/
PR: ports/151718
Submitted by: Joe Horn <joehorn@gmail.com>
<Note>
www/nginx and www/nginx-devel build support for nginx only.
For full support www/rubygem-passenger port compiled with
option WITH_NGINXPORT should be installed.
</Note>
Do not bump PORTREVISIONs.
While I'm here:
o) remove needless dynamic patch;
o) update minimal requirement nginx version tp 0.8.53.
Do not bump PORTREVISION cause WITH_NGINXPORT undefined by default.
Remove nginx.8.in from port, nginx(8) is in the distro.
<ChangeLog>
*) Feature: the "keepalive_disable" directive.
*) Feature: the "map" directive supports variables as value of a
defined variable.
*) Feature: the "map" directive supports empty strings as value of the
first parameter.
*) Feature: the "map" directive supports expressions as the first
parameter.
*) Feature: nginx(8) manual page.
Thanks to Sergey Osokin.
*) Feature: Linux accept4() support.
Thanks to Simon Liu.
*) Workaround: elimination of Linux linker warning about "sys_errlist"
and "sys_nerr"; the warning had appeared in 0.8.35.
*) Bugfix: a segmentation fault might occur in a worker process, if the
"auth_basic" directive was used.
Thanks to Michail Laletin.
*) Bugfix: compatibility with ngx_http_eval_module; the bug had
appeared in 0.8.42.
</ChangeLog>
- Changes:
fix segfault with HEAD requests
fix potential security problem in comments
allow to self start the fastcgi
Can now be used both as a fastcgi and a cgi
add rc script
SECURITY: Fix XSS when viewing details of a vCard (Bug #9357).
Fix exporting recurrence exceptions to vCalendar 1.0.
Skip event status synchronization with Outlook, which is broken.
Don't send SIF data to recent Funambol clients, unless requested.
Log all queries and errors by the history library.
Remove MD5