| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
supported in current release
PR: ports/101021
Submitted by: Babak Farrokhi (maintainer)
|
|
|
|
|
|
|
| |
for Google calculator.
PR: ports/101012
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Introduce app-side support for npapi/xpi smart linkfarming
- Remove old linkfarm and announce full automation
- Break all non-Makefile.npapi plugins (temporarily)
- Do not bump portrevision just yet
- Invite venturesome users to portupgrade -f xpi-* and linux-gecko-apps
Wiki: http://wiki.freebsd.org/NPAPI, http://wiki.freebsd.org/XPI
|
| |
|
|
|
|
| |
development framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce NPAPI infrastructure and a demo port, both at an alpha stage
mplayerplug-in is a browser plugin that uses mplayer to play digital
media from websites.
This plug-in gives Mozilla the ability to play media from a website
the net without reading the source html and getting the url manually.
Media is played embedded in the page or in a separate window depending
on how the author of the webpage intended the media to be seen.
WWW: http://mplayerplug-in.sourceforge.net/
Wiki: http://wiki.freebsd.org/NPAPI
|
| |
|
|
|
|
|
| |
PR: ports/100745
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CGI authentication module, from Tilman Baumann
<tilman.baumann@collax.com>.
- Correct libpreludedb runtime version check.
- Show multiple source/target in message listing/summary.
- Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address,
which is stored as string (#156).
- Fix aggregation on IDMEF-Path that are not string.
- Fix setup.py --root option (#166).
PR: ports/100961
Submitted by: Robin Gruyters (maintainer)
|
|
|
|
|
| |
PR: ports/100945
Submitted by: maintainer (Alexander Logvinov)
|
|
|
|
|
|
| |
PR: ports/100919
Submitted by: clsung
Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All people using mod_rewrite are strongly encouraged to update.
An off-by-one flaw exists in the Rewrite module, mod_rewrite.
Depending on the manner in which Apache httpd was compiled, this
software defect may result in a vulnerability which, in combination
with certain types of Rewrite rules in the web server configuration
files, could be triggered remotely. For vulnerable builds, the nature
of the vulnerability can be denial of service (crashing of web server
processes) or potentially allow arbitrary code execution.
This issue has been rated as having important security impact
by the Apache HTTP Server Security Team
Updates to latest versions will follow soon.
Notified by: so@ (simon)
Obtained from: Apache Security Team
Security: CVE-2006-3747
|
|
|
|
| |
Security: CVE-2006-3747
|
|
|
|
| |
Submitted by: simon
|
|
|
|
|
|
|
| |
NOTE: These commit fix the checksum problem.
Submitted by: Joel Hatton via ports@ ml
Approved by: krion (mentor), maintainer timeout
|
| |
|
|
|
|
| |
- Minor fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
several vulnerabilities which allows code execution.
On the mozilla page with known vulnerabilities [1] they state:
Firefox 1.0 is no longer supported and the last update,
Firefox 1.0.8, is affected by several vulnerabilities fixed in
newer versions of the program. All users are urged to upgrade
to the newest version of Firefox.
[1] http://www.mozilla.org/projects/security/known-vulnerabilities.html
With hat: security-officer
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 100808
Approved by: ale
|
|
|
|
|
|
|
| |
syntax for Apache.
PR: ports/100625
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/100779
Submitted by: Filipe Rocha <filiperocha(at)gmail.com>
Approved by: krion (mentor)
|
|
|
|
|
|
|
|
|
|
| |
games information via Yahoo! Baseball. (NPB = Nippon Professional Baseball)
WWW: http://search.cpan.org/dist/WWW-Baseball-NPB/
PR: ports/100674
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor)
|
|
|
|
|
| |
Submitted by: shaun
PR: ports/99344
|
| |
|
|
|
|
|
|
| |
PR: ports/100753
Submitted by: Maxime Zakharov <maxime(at)sochi.net.ru>
Approved by: krion (mentor), maintainer
|
|
|
|
|
| |
PR: ports/100794
Submitted by: maintainer hideo <hideo_AT_lastamericanempire dot com>)
|
| |
|
| |
|
| |
|
|
|
|
| |
default version.
|
|
|
|
|
| |
PR: ports/100754
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
|
|
| |
- Spell "dillo" as "Dillo" when refering to the Dillo project/software
PR: ports/100743
Submitted by: Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
|
|
|
|
|
|
|
|
| |
- added new article comments feature
- fixed imagemagick issue
PR: ports/100742
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: ports/100737
Submitted by: clsung
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/100658
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSSLProxy module Provides HTTPS proxy support to httplib and urllib2
classes.
* 'OpenSSLProxy' is derived from httplib.HTTPS and provides HTTPS
proxy support
* 'OpenSSLProxyHandler' is dervived from urllib2.HTTPSHandler and
provides HTTPS proxy support
* Support for Basic User Authentication
* Honors environmental variable https_proxy
WWW: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html
|
|
|
|
|
|
| |
PR: ports/100719
Submitted by: Babak Farrokhi <babak(at)farrokhi.net>
Approved by: krion (mentor), maintainer
|
|
|
|
|
| |
PR: ports/100665
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
|
|
| |
PR: ports/100581
Submitted by: miwi
Approved by: kiron (mentor), maintainer
|
| |
|
|
|
|
|
|
| |
PR: ports/100678
Submitted by: clsung
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/100693
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
(Also, 100677 predated my previous commit, and though I unwittingly
didn't use it, credit to the submitter).
PR: 100677
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/100661
Submitted by: maintainer (Gea-Suan Lin)
|
|
|
|
|
|
|
| |
google pagerank.
PR: ports/100552
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
|
|
| |
Video Information.
PR: ports/100551
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
|
|
| |
writing fun and easy.
PR: ports/100595
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
| |
Add this missing dependency and bump PORTREVISION.
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
HTML::WikiConverter for additional usage details.
WWW: http://search.cpan.org/dist/HTML-WikiConverter-Oddmuse/
Author: David J. Iberri <diberri@yahoo.com>
PR: ports/100643
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
HTML::WikiConverter for additional usage details.
WWW: http://search.cpan.org/dist/HTML-WikiConverter-DokuWiki/
Author: David J. Iberri <diberri@yahoo.com>
PR: ports/100642
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
| |
PR: 100637
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 100644
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 100646
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 100647
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 100648
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
ChangeLog:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.231&r2=1.515.2.252&ty=h
Approved by: ahze (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
If you use Firefox on more than one computer, you'll want Foxmarks. Install
Foxmarks on each computer, and it will work silently in the background to
keep your bookmarks synchronized. As a bonus, log in to my.foxcloud.com from
any computer anywhere to access your bookmarks.
A simple wizard guides you through the startup process. After that, just
forget about it. It's simple and solid.
WWW: http://www.foxcloud.com/
|
|
|
|
| |
MVC Web Framework.
|
|
|
|
|
| |
PR: ports/100484
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Tweak comment
PR: ports/100565
Submitted by: KATO Tsuguru
|
|
|
|
|
|
|
| |
- Respect PREFIX
PR: ports/100566
Submitted by: KATO Tsuguru
|
|
|
|
|
|
|
| |
- Fix comment in cherokee.sh.in
PR: ports/100564
Submitted by: KATO Tsuguru
|
|
|
|
|
| |
PR: ports/100507
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
| |
- new file: files/patch-tracgantt-gantt.py
PR: ports/100508
Submitted by: maintainer (Dryice Liu)
|
| |
|
| |
|
|
|
|
|
|
|
| |
module.
PR: ports/100378
Submitted by: chinsan <chinsan.tw at gmail.com>, Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/100434
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
| |
PR: ports/100433
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
| |
PR: ports/100477
Submitted by: maintainer (Tsung-Han Yeh)
|
| |
|
|
|
|
|
| |
Submitted by: cperciva
Two pointy hats in one day: erwin
|
|
|
|
|
|
|
| |
(Not Usenet).
PR: ports/100475
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
|
|
|
| |
Usenet).
PR: ports/100474
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
|
|
|
|
| |
Approved by: ahze
|
|
|
|
|
|
|
| |
- Mark deprecated in favor of www/rt36
PR: 100446
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
| |
PR: ports/99617
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- bump HARD_SERVER_LIMIT to 2048
- drop broken WITH*_EXPAT support.
we always depend on expat from ports (based on [1])
PR: ports/81183 [1]
Submitted by: Martin Nilsson <martin@svenskabutiker.se>
|
|
|
|
|
| |
PR: ports/100079
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
|
| |
|
|
|
|
| |
up awk with make search.
|
|
|
|
| |
blow up awk with make search.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Comfortable surfing with a keyboard. This extension provides some
functions that you can use to make your browsing with a keyboard more
comfortable.
Author: Pekka Sillanpaa <p.sillanpaa@hut.fi>
WWW: http://surfkeys.mozdev.org/
PR: ports/100345
Submitted by: Simon Olofsson <simon@olofsson.de>
|
|
|
|
|
|
|
|
|
|
| |
Click links by hitting hints! A keyboard friendly navigation method.
Author: Pekka Sillanpaa <p.sillanpaa@hut.fi>
WWW: http://hah.mozdev.org/
PR: ports/100344
Submitted by: Simon Olofsson <simon@olofsson.de>
|
|
|
|
|
| |
PR: ports/100065
Submitted by: Simon Olofsson <simon@olofsson.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This meens, there will be no more security fixes for this branch.
Mark it as DEPRECATED and set EXPIRATION_DATE to 2006-10-01
PR: ports/100384
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Test::More is included in perl 5.6.2 and later versions.
- Add lost path in pkg-plist.
PR: ports/100371
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Assign maintainership to perl@
|
|
|
|
|
| |
PR: ports/100214
Submitted by: David Otto <ottodavid at gmx.net>
|
|
|
|
|
| |
PR: ports/100246
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
| |
Spotted by: linimon
|
|
|
|
|
|
| |
PR: ports/100249
Approved by: maintainer
Security: CVE-2006-3458
|
| |
|
|
|
|
| |
and also fixes a couple of minor build issues.
|
|
|
|
| |
Submitted by: jatan on #catalyst
|
|
|
|
|
|
|
|
|
|
| |
- The new MediaWiki branch doesn't support PHP 4 and MySQL 3.23 anymore.
- Please read
http://www.mediawiki.org/wiki/Manual:Upgrading_to_1.7
carefully before updating the port.
PR: ports/99962
Submitted by: maintainer (Gerrit Beine)
|
|
|
|
|
| |
PR: ports/99961
Submitted by: maintainer (Gerrit Beine)
|
|
|
|
|
| |
PR: 100260
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
| |
|
|
|
|
| |
Noted by: linimon
|
|
|
|
|
|
|
|
|
|
| |
- File::Spec is in Perl Base.
- Sort some list.
- Use @dirrmtry.
PR: ports/100253
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (hideo_AT_lastamericanempire dot com)
|
| |
|
| |
|
|
|
|
|
| |
PR: 99660
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
| |
PR: ports/100200
Submitted by: maintainer
|
|
|
|
|
|
| |
Add OSUOSL as a master site as they seem to have stable files.
Security: vuxml vid:6da7344b-128a-11db-b25f-00e00c69a70d
|
|
|
|
|
|
|
| |
- Use 'exec' to launch the JVM
PR: 100203 [1]
Submitted by: maintainer [1]
|
|
|
|
|
|
|
| |
additional modifications.
PR: 98560
Submitted by: Rong-En Fan <rafan@infor.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
creates Gantt charts based on ticket reports. It is a
work-in-progress.
A Gantt chart is a graphical representation of the duration of tasks
against the progression of time. Gantt charts are very useful for
planning a scheduling a project based on different tasks that will
need to be completed and their durations and dependencies on other
tasks.
The TracGantt plugin uses Trac's ticketing system to generate Gantt
charts based on existing Trac Ticket Reports (found under the "View
Tickets" tab in Trac). The Gantt charts are pure XHTML and are
generated on-the-fly from the ticket reports, using only the tickets
provided by the report.
WWW: http://ideas.water-powered.com/gantt/#docs
PR: ports/100140
Submitted by: Dryice Liu <dryice at dryice.name>
|
|
|
|
|
|
|
|
| |
an issue - one can easily need /etc/rc.d/ldconfig to run first. So rather
than require 'SERVERS' and forcing to run before 'DAEMON', simply depend
on 'DAEMON'. (which is really to gate "servers" like httpd, ftpd, etc..)
Approvedby: anders@FreeBSD.org
|
| |
|
|
|
|
|
|
| |
PR: ports/100148
Submitted by: tjs <tjs cdpa.nsysu.edu.tw>
Approved by: Dominic Mitchell <dom happygiraffe.net> (maintainer)
|
|
|
|
|
| |
Submitted by: maintainer (private email)
Requested by: me (itetcu)
|
|
|
|
| |
Submitted by: Gea-Suan Lin (maintainer)
|
|
|
|
|
|
|
| |
- Use static pkg-plist
PR: ports/100124
Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer)
|
|
|
|
|
| |
PR: ports/99975
Submitted by: maintainer
|
|
|
|
|
|
|
| |
JavaScript.
PR: ports/100062
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
|
|
|
|
|
|
| |
and Catalyst::Devel
Catalyst.pm is in the Catalyst::Runtime distribution, so p5-Catalyst will
point at p5-Catalyst-Runtime in MOVED, and p5-Catalyst will go away.
|
|
|
|
| |
p5-Catalyst-Devel as well (if they have Helper modules).
|
|
|
|
| |
p5-Catalyst has been split - this is the development part.
|
|
|
|
| |
Catalyst
|
|
|
|
| |
painless
|
|
|
|
| |
types
|
|
|
|
|
|
| |
(Runtime)
p5-Catalyst has been split - this is the runtime part.
|
|
|
|
|
|
|
| |
HTML::TreeBuilder.
PR: ports/100076
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
|
|
|
|
| |
PR: ports/99976
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
|
| |
service vulnerability found by Felix Wiemann.
PR: ports/100081
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
Approved by: maintainer
Security: http://www.freebsd.org/ports/portaudit/b0d61f73-0e11-11db-a47b-000c2957fdf1.html
|
|
|
|
| |
versions of MySQL and was causing segfaults
|
|
|
|
|
|
| |
PR: ports/100044
Submitted by: maintainer
Security: http://www.vuxml.org/freebsd/f70d09cb-0c46-11db-aac7-000c6ec775d9.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>
to correct a problem with logging that could occur in certain cases
(Squid bug #1605)
- add some of the WWW mirrors found on
<http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
PATCH_SITES
(thanks to Robert Backhaus for the initial submission)
- make the rc.d script print "Stopping squid." in the hand rolled stop command
when shutting down, just like default rc.subr stop routine would do
PR: ports/100056
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- tinderboxed for 4,5,6 and 7
PR: ports/100072
Submitted by: maintainer (Babak Farrokhi)
|
|
|
|
|
|
|
| |
Mozilla.
PR: ports/99983
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a whole lot by itself - you need to create custom handlers to do the
grunt work. See the documentation for Xango::Manual::Intro for more
details on how to write your own crawler.
Please note that Xango is still in beta. Some behavior may change as
we keep on developing it.
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/dist/Xango/
PR: ports/99988
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
- Include official patchset #10799
- Minor fixes
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 100020
Submitted by: maintainer
|
|
|
|
|
|
|
| |
absolute URI.
PR: ports/99977
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/99863
Submitted by: Julian Elischer <julian@pan.ironport.com>
|
|
|
|
|
|
| |
PR: 99868, 99991
Submitted by: maintainer
Pointy hat to: rafan
|
| |
|
|
|
|
|
|
|
|
|
| |
For general information about OJS and other open research systems, visit the PKP
WWW: http://pkp.sfu.ca/
PR: ports/92197
Submitted by: Filipe Rocha <filiperocha at gmail.com>
|
| |
|
| |
|
|
|
|
| |
Reported by: dinoex (Dirk Meyer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stable Squid release. Because of the large amount changes introduced
in 2.6, we keep 2.5 as www/squid and make www/squid26.
New OPTIONS:
- WITH_/WITHOUT_SQUID_KQUEUE: use kqueue(2) support (defaults to yes)
- WITH_/WITHOUT_SQUID_WCCPV2: enable WCCPv2 support (defaults to no)
- WITH_/WITHOUT_SQUID_REFERER_LOG: enable referer-header logging (default no)
- make WITH_DEBUG a synonym for WITH_SQUID_STACKTRACES
Removed OPTIONS:
- WITH_SQUID_CUSTOM_LOG: the code is now part of mainline squid and can
be configured via squid.conf
- WITH_/WITHOUT_SQUID_UNDERSCORES: no longer configurable
- WITH_/WITHOUT_SQUID_CHECK_HOSTNAME: no longer configurable
- WITH_/WITHOUT_SQUID_RCNG: the start script is now rc.d only
Changed default:
- CARP support is enabled by default in squid 2.6 and needs to be
explicitly disabled defining WITHOUT_SQUID_CARP
Port infrastructural changes:
- no longer check for invalid user/group id; this problem should no longer
be an issue (if it ever was one, but you never know) and remove the
'changeuser:' target
- use files/squid.in instead of files/squid.sh.in as template
- remove ancient information about Harvest from pkg-descr, tighten COMMENT
- add some HTTP mirror sites taken from
<http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
PATCH_SITES (thanks to Robert Backhaus for the initial submission)
- ICAP support is not yet available, the squid-devel CVS is not synchronized
with mainline squid as I write this so mark WITH_SQUID_ICAP as IGNORE for
now. I'll add the necessary patches ASAP.
- spell "squid" as "Squid" when referring to the project as this seems to be
the spelling the Squid project prefers
- some cosmetic changes in macro definitions
PR: ports/99750
Submitted by: Thomas-Martin Seck <tmseck_at_netcologne.de> (squid maintainer)
|
|
|
|
|
|
|
|
|
|
| |
of the docutils module to parse and render "restructured text". Sites which
allow untrusted users to create restructured text as through-the-web
content should apply this hotfix.
PR: ports/99952
Submitted by: maintainer
Security: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-2006-07-05/
|
| |
|
|
|
|
|
| |
Pointed out by: maintainer
Pointy hat to: linimon
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Original package changes:
* make directory indexing mode not look so ugly
* build a text version of the manual page
* make "make clean" work properly
PR: ports/99878
Submitted by: maintainer (Janos Mohacsi)
|
|
|
|
|
|
| |
PR: 99872
Submitted by: Nicola Vitale <nivit email.it> (maintainer)
Approved by: delphij (mentor, implicit)
|
|
|
|
|
|
|
|
|
| |
This module provides some methods like DOM. This module is not strict
about XHTML format because many of HTML pages are not strict. You know,
many pages use <br> elemtents instead of <br/> and have <p> elements
which are not closed.
WWW: http://search.cpan.org/dist/p5-HTML-TagParser/
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 99868
Submitted by: maintainer
Approved by: delphij (mentor, implicit)
|
|
|
|
|
|
| |
* change maintainership of "devel/otrs" to "snb xx threerings.net"
Approved by: maintainer of "www/otrs"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/98229
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: 99823
Submitted by: rafan
Approved by: maintainer, delphij (mentor, implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/99824
Submitted by: Rick van der Zwet <rick_AT_wzoeterwoude dot net>
|
|
|
|
| |
- Pet portlint
|
| |
|
|
|
|
|
|
| |
same software
Requested by: ceri (maintainer)
|
|
|
|
| |
- Initial Metalink support
|
|
|
|
|
| |
PR: ports/99792
Submitted by: Nick Barkas <snb@threerings.net>
|
|
|
|
|
| |
PR: ports/92445
Hat: portmgr
|
|
|
|
|
| |
PR: ports/99793
Submitted by: maintainer (Alexander Zhuravlev)
|
|
|
|
| |
Submitted by: maintainer, private email
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: linimon
|
| |
|
|
|
|
| |
Approved by: markus (co mentor)
|
|
|
|
|
|
|
|
| |
- Recopied from www/dokuwiki
PR: ports/98778
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: markus (co mentor)
|
|
|
|
|
| |
PR: ports/99747
Submitted by: maintainer (hideo)
|
|
|
|
|
| |
Submitted by: linimon via mail
Approved by: krion (mentor)
|
|
|
|
|
|
| |
PR: 98581
Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
http://ruby-gnome2.sourceforge.jp/?News_20060701_1
I will add two new ports, ruby-poppler and ruby-vte, later in this week.
|
| |
|
|
|
|
|
|
| |
PR: ports/99675
Submitted by: www/serendipity-devel
Approved by: krion (mentor)
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD correctly.
- bump PORTREVISION
Thanks to Mikhail Teterin for this patch.
PR: ports/99684
Submitted by: maintainer (Gerrit Beine)
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD correctly.
- bump PORTREVISION
Thanks to Mikhail Teterin for this patch.
PR: ports/99685
Submitted by: maintainer (Gerrit Beine)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- reason
MediaWiki 1.3 is no longer supported by the MediaWiki Foundation.
This meens, there will be no more security fixes for this branch.
All users should upgrade their MediaWiki installations to
one of the newer versions (www/mediawiki14, www/mediawiki15
or www/mediawiki).
- The port will expire on 1st of Septembre, 2006.
PR: ports/99683
Submitted by: maintainer (Gerrit Beine)
|
| |
|
|
|
|
|
|
|
|
| |
- Add new WWW layout
PR: ports/99438
Submitted by: Kang Liu <liukang@cn.freebsd.org>
Approved by: markus (co mentor)
|
|
|
|
|
|
|
|
|
|
| |
- Which fixes several vulnerabilities
- Security: http://www.joomla.org/content/view/1511/78/
PR: ports/99601
Submitted by: Francisco Alves Cabrita <include_at_npf.deec.uc.pt> (maintainer)
Approved by: markus (co mentor)
|
|
|
|
|
|
| |
PR: ports/99621
Submitted by: Sean Farley <sean-freebsd@farley.org>
Approved by: maintianer
|
|
|
|
| |
Approved by: lbr (mental, explicit)
|
|
|
|
| |
Bump PORTREVISION.
|
| |
|
|
|
|
|
|
|
| |
system.
PR: ports/99445
Submitted by: rink
|
|
|
|
|
|
|
|
| |
- Update to 1.4.8
PR: ports/99433
Submitted by: Babak Farrokhi <babak_at_farrokhi.net>
Approved by: markus (mentor)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: markus (co mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Update to version 1.6.7
PR: ports/98989
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
Approved by: Markus (co mentor), maintainer
|
|
|
|
|
|
|
| |
markup.
PR: ports/99550
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99549
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
| |
PR: ports/99548
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
| |
PR: ports/99547
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
| |
PR: ports/99546
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
| |
PR: ports/99545
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99544
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99543
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99541
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99542
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
| |
markup.
PR: ports/99540
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
| |
PR: ports/99539
Submitted by: chinsan <chinsan.tw@gmail.com>
|