| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1).
- Fix plist.
PR: ports/96274
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer (timeout 15 days), mnag (mentor)
Notes:
svn path=/head/; revision=164096
|
|
|
|
| |
Notes:
svn path=/head/; revision=164083
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.opera.com/docs/changelogs/freebsd/900b2/
PR: ports/97683
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Notes:
svn path=/head/; revision=164067
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=164063
|
|
|
|
|
|
|
| |
Approved by: maintainer, krion (mentor, implicit)
Notes:
svn path=/head/; revision=164058
|
|
|
|
|
|
|
|
| |
PR: 97695
Submitted by: Alexander Zhuravlev (maintainer)
Notes:
svn path=/head/; revision=164050
|
|
|
|
| |
Notes:
svn path=/head/; revision=164027
|
|
|
|
| |
Notes:
svn path=/head/; revision=164026
|
|
|
|
| |
Notes:
svn path=/head/; revision=164025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer
- Add perl5 to list of categories
Approved by: tobez (implicit)
Version: 3.09
- POD doc fixes.
- MP2: remove _check_request_req() - this was only necessary when
running under both MP1 and MP2. Package name change eliminates the
need for this.
- test suite converted to Test::More style test suites.
- descriptive test descriptions added
- make login() stash credentials in $r->pnotes("${AuthName}Creds") so
that the login form can access the user-supplied credentials if the
login fails.
- bug fix: use of Apache2::URI::unescape_url() does not handle
'+' to ' ' conversion. This caused problems for credentials
that contain spaces.
- MP2: remove mod_perl features from "use mod_perl2" line. This is
no longer supported by mod_perl2.
- MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
several form data handling bugs)
- In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
for MP1).
- remove Apache2::AuthCookie::Util - no longer necessary
- multi-valued form fields are now handled properly in POST -> GET conversion
- MP2: require CGI.pm 3.12 or later
Notes:
svn path=/head/; revision=164016
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/97952
Submitted by: Nicola Vitale
Reviewed by: aaron
Approved by: tobez
Notes:
svn path=/head/; revision=164001
|
|
|
|
|
|
|
|
| |
PR: 98139
Submitted by: maintainer (Neal Nelson)
Notes:
svn path=/head/; revision=163980
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=163972
|
|
|
|
|
|
|
|
|
| |
PR: 98155
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by: erwin (mentor, implicit)
Notes:
svn path=/head/; revision=163971
|
|
|
|
|
|
|
|
|
|
| |
- This release of Apache-DBI fixes some serious/crtical bugs under mod_perl2.
PR: ports/98081
Submitted by: maintainer (Philip M. Gollucci)
Notes:
svn path=/head/; revision=163956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please welcome a one-port-to-rule-them-all localization pack
for *firefox browser. It installs most popular languages by
default (zh-CN de fr ja ru it es-ES), but you can tune it by
setting FIREFOX_I18N in your /etc/make.conf to any other of
supported locales or to "all" to install them all.
It depends on xpi-locale-switcher extension by default, which
makes it very easy to switch between locales (Tools->Languages).
Define WITHOUT_SWITCHER to avoid the dependency.
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=163929
|
|
|
|
| |
Notes:
svn path=/head/; revision=163921
|
|
|
|
|
|
|
|
|
|
| |
- Fix .desktop file so it actually starts firefox-devel instead of firefox
also change Firefox to Firefox-devel in comments
Release notes: http://www.mozilla.org/projects/bonecho/releases/2.0a3.html
Notes:
svn path=/head/; revision=163920
|
|
|
|
| |
Notes:
svn path=/head/; revision=163918
|
|
|
|
|
|
|
| |
- Pet portlint and remove quotes around BROKEN messages
Notes:
svn path=/head/; revision=163917
|
|
|
|
| |
Notes:
svn path=/head/; revision=163908
|
|
|
|
| |
Notes:
svn path=/head/; revision=163872
|
|
|
|
| |
Notes:
svn path=/head/; revision=163871
|
|
|
|
|
|
|
| |
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=163866
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow redefinition of public targets
- Make relink-all catch extensions with non-GUID ID's
- A bit smarter XPI_ID extraction
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=163865
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/FWILES/Apache-DB-0.13/Changes
Notes:
svn path=/head/; revision=163863
|
|
|
|
| |
Notes:
svn path=/head/; revision=163862
|
|
|
|
|
|
|
|
| |
* unbreak build with apache22+mod_perl2
* take maintainership
Notes:
svn path=/head/; revision=163861
|
|
|
|
|
|
|
| |
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=163860
|
|
|
|
|
|
|
|
| |
PR: 97893
Submitted by: maintainer (TAKAHASHI Kaoru)
Notes:
svn path=/head/; revision=163859
|
|
|
|
|
|
|
|
|
|
| |
- Add additional MASTER_SITE
PR: ports/98050
Submitted by: maintainer (Lars Engels)
Notes:
svn path=/head/; revision=163856
|
|
|
|
|
|
|
|
| |
PR: 97099
Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com>
Notes:
svn path=/head/; revision=163852
|
|
|
|
| |
Notes:
svn path=/head/; revision=163851
|
|
|
|
| |
Notes:
svn path=/head/; revision=163850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attempts to keep this port working with 5.005_03 got too low work
involved/usefulness ratio to bother any more, so require Perl from
ports.
Please note that various bits and pieces concerning DBI, GD::Graph, XML,
and LaTeX support were removed from this version of Template Toolkit.
Instead, they are now in separate distributions which are coming soon
to the ports collection near you.
Notes:
svn path=/head/; revision=163831
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The default UI for Firefox and Thunderbird does not provide an easy way
to switch between multiple installed language packs for the application,
because ordinary users aren't expected to install multiple language packs
However, some developers or users who speak multiple languages may wish
to install language packs and easily switch between multiple languages.
The locale-switcher extension provides simple menu to switch between
languages. The extension adds a "Languages" item on the "Tools" menu
under the existing Extensions/Themes options, allowing the user can
select a language.
WWW: http://benjamin.smedbergs.us/switch-locales/
PR: ports/97611 (based on)
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=163821
|
|
|
|
|
|
|
|
| |
PR: ports/98073
Submitted by: maintainer (Denis Shaposhnikov)
Notes:
svn path=/head/; revision=163815
|
|
|
|
| |
Notes:
svn path=/head/; revision=163791
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.75/CHANGES
Notes:
svn path=/head/; revision=163735
|
|
|
|
|
|
|
|
|
|
|
| |
- quickstart and testsite editions dropped
PR: ports/97954
Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=163708
|
|
|
|
| |
Notes:
svn path=/head/; revision=163703
|
|
|
|
|
|
|
|
|
|
|
| |
- update dependency
- refine IGNORE
PR: ports/96448
Submitted by: leeym
Notes:
svn path=/head/; revision=163685
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
Notes:
svn path=/head/; revision=163683
|
|
|
|
|
|
|
|
|
| |
now running on production server under high load.
WWW: http://trac.lighttpd.net/xcache/
Notes:
svn path=/head/; revision=163671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
Notes:
svn path=/head/; revision=163666
|
|
|
|
| |
Notes:
svn path=/head/; revision=163661
|
|
|
|
|
|
|
| |
Approved by: tobez (implicit)
Notes:
svn path=/head/; revision=163642
|
|
|
|
|
|
|
|
| |
PR: ports/98031
Submitted by: maintainer (Gerrit Beine)
Notes:
svn path=/head/; revision=163640
|
|
|
|
|
|
|
|
|
|
|
| |
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
Notes:
svn path=/head/; revision=163629
|
|
|
|
|
|
|
| |
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=163605
|