aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.6.4mnag2005-12-0210-20/+20
| | | | | | | Security: http://drupal.org/files/sa-2005-007/advisory.txt http://drupal.org/files/sa-2005-008/advisory.txt http://drupal.org/files/sa-2005-009/advisory.txt http://secunia.com/advisories/17824/
* Update to 2.12.lawrance2005-12-013-8/+9
| | | | | | PR: ports/88261 Submitted by: Cheng-Dae Choe <whitekid@gmail.com> Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* - Update to 2.1garga2005-12-015-5/+28
| | | | | | PR: ports/89766 Submitted by: garga Approved by: maintainer
* - Mark it as BROKEN until it's not updated to version 2.1garga2005-12-011-0/+2
| | | | Discussed with: clement
* Move recently added port from ports/www/p5-HTML-Chuncks toehaupt2005-12-015-0/+1
| | | | ports/www/p5-HTML-Chunks
* Move recently added port from ports/www/p5-HTML-Chuncks toehaupt2005-12-011-1/+0
| | | | ports/www/p5-HTML-Chunks
* [MAINTAINER] www/gallery2: update to 2.0.2edwin2005-12-016-30/+82
| | | | | | | | | | - Update to 2.0.2 - This fixes a security issue described at http://gallery.menalto.com/gallery_2.0.2_released - While here, convert some dependencies into options, as suggested by <ingmar.gebert at web.de> PR: ports/89785 Submitted by: Alex Varju <freebsd-ports@varju.ca> Security: as described on http://gallery.menalto.com/gallery_2.0.2_released
* Add SHA256 to my BSD# portstmclaugh2005-12-012-0/+2
| | | | Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Fix typo in commentsahze2005-12-011-1/+3
| | | | - Add .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" to the example
* - Bump PORTREVISIONahze2005-12-016-6/+6
| | | | Spotted by: pav
* - Reenable svg support, this must've sliped with all the massive changes.ahze2005-12-016-0/+6
| | | | | PR: 89764 Submitted by: Roland Smith <rsmith@xs4all.nl>
* Update to 20051024 and clean up port a bitkris2005-12-018-103/+102
| | | | | PR: ports/89535 (based on) Submitted by: Andrew Pantyukhin
* - Define LATEST_LINKpav2005-12-011-0/+1
|
* - Connect phpwiki13pav2005-12-011-0/+1
|
* - Update to 1.3.11p1 after repocopy from www/phpwikipav2005-12-013-140/+1503
| | | | | PR: ports/89693 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - Fix desktop entry, there's no FF_SUFX anymorepav2005-11-3012-6/+12
|
* Add SHA256 hashes to my portsehaupt2005-11-302-0/+2
|
* Update to 3.47.demon2005-11-302-4/+4
|
* - Add a patch to fix UTF-8 strings escaping.flz2005-11-303-0/+12
| | | | | PR: ports/89750 Submitted by: maintainer
* - Mark broken with firefox 1.5ahze2005-11-302-0/+2
| | | | Reported by: dougb
* - Update WWWahze2005-11-306-6/+6
|
* Correct the plug-in regular expression for Ephy 1.8.marcus2005-11-301-2/+2
|
* Update to 3.16.marcus2005-11-302-4/+4
|
* Bump PORTREVISION to chase the firefox update.marcus2005-11-301-0/+1
|
* Correct a typo.marcus2005-11-301-1/+1
|
* - Add seamonkeyahze2005-11-3055-2466/+901
| | | | | | | | | | | | | | This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ Repocopied by: marcus
* - Update to 2.1.9pav2005-11-306-10/+16
| | | | | | PR: ports/88707 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: maintainer timeout (clement; 3 weeks)
* Convert to USE_GECKO.marcus2005-11-304-141/+13
| | | | Obtained from: MarcusCom CVS
* Convert to USE_GECKO.marcus2005-11-301-48/+5
|
* - Remove firefox-devel since firefox 1.5 is stable nowahze2005-11-3085-6580/+0
|
* - Update to 2.0.0ahze2005-11-304-95/+10
| | | | | - Use USE_GECKO - No longer install galeon startup script
* - Update to 0.3.3ahze2005-11-305-202/+9
| | | | - Use USE_GECKO
* - Use new Makefile.common from mozillaahze2005-11-3028-680/+492
|
* - Update firefox to 1.5ahze2005-11-30207-9498/+1440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs
* Update to 4.5.3 and include security fix to mambomnag2005-11-303-11/+12
| | | | | | | | | Add SHA256 PR: 89665 Submitted by: Francisco Alves Cabrita <include@npf.deec.uc.pt> (maintainer) Security: http://www.mamboserver.com/index.php?option=com_content&task=view&id=172&Itemid=1 http://secunia.com/advisories/17622/
* - Update to 1.8.8.flz2005-11-305-50/+86
| | | | | | | - Add SHA256 checksum. PR: ports/89649 Submitted by: maintainer
* Update to 3.8.2.marcus2005-11-304-8/+8
|
* Add p5-HTML-Chuncks, a simple nested template engine for HTML, XML and XHTMLehaupt2005-11-295-0/+50
| | | | | PR: 89631 Submitted by: Alexander Koch <fbsd@meersau.de>
* - Register CONFLICTS.flz2005-11-292-4/+10
| | | | | | | - Remove hardcoded variables (test, www:www). PR: ports/89694 Submitted by: maintainer
* - Update to 1.4.8 [1]barner2005-11-292-5/+7
| | | | | | | | - Fix detection of OpenSSL if world is build with NO_OPENSSL [2] Submitted by: delphij [1], Artis Caune <Artis.Caune@latnet.lv> [2] PR: ports/89709 [1], ports/89370 [2] Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer) [1, 2]
* Update to 1.10erwin2005-11-292-5/+5
| | | | | PR: 89669 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* - Update to 0.03clsung2005-11-292-4/+5
| | | | | | | | | | - improving kwalitee - add SHA256 checksum - made portlint happy about IGNORE messages PR: 89705 Submitted by: clsung Approved by: maintainer
* - Update to 2.0.7pav2005-11-292-3/+4
| | | | | PR: ports/89699 Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer)
* - Unbreak by upgrading to 0.10.2;thierry2005-11-294-72/+1004
| | | | | | | | | | | | - Fix the shebang path; - Add a --daemon argument to startup script; - Since I'm there add 2 mirrors. PR: ports/89175 Submitted by: Alastair Rankine <arsptr (at) optusnet.com.au> Approved by: maintainer
* - Update to 0.4.0pav2005-11-293-11/+17
| | | | | PR: ports/89584 Submitted by: Ports Fury
* - Remove a junk file.sem2005-11-283-249/+0
| | | | Asked by: maintainer
* - Update to 1.0.4sem2005-11-289-39/+48
| | | | | | | | | | | | | | | | | | | | | | | It fixes 6 Security Vunerabilities: Critical Level Threats Potentional XSS injection through GET and other variables - Affects all previous versions of Joomla! and Mambo 4.5.2.3 Hardened SEF against XSS injection - Affects all previous versions of Joomla! and Mambo 4.5.2.3 Low Level Threats Potential SQL injection in Polls modules through the Itemid variable - Affects all previous versions of Joomla! and Mambo 4.5.2.x series Potential SQL injection in several methods in mosDBTable class - Affects all previous versions of Joomla! and Mambo 4.5.2.x series Potential misuse of Media component file management functions - Affects all previous versions of Joomla! and Mambo 4.5.2.x series Add search limit param (default of 50) to `Search` Mambots to prevent search flooding - Affects all previous versions of Joomla! and Mambo 4.5.2.x series PR: ports/89596 Submitted by: Francisco Alves Cabrita (maintainer)
* Fix build on 4.xedwin2005-11-282-0/+12
| | | | | | Add SHA256 while we're at it. Noticed by: YAPHR
* - add SHA256 checksumclsung2005-11-2810-5/+10
| | | | - IGNORE messages begin with a lowercase letter
* - add SHA256 checksumclsung2005-11-2810-5/+10
| | | | - IGNORE messages begin with a lowercase letter
* - update to 0.07clsung2005-11-282-4/+5
| | | | | | | | - from Changes ! Changed method of setting content_type [cpan #13854] which broke between Spiffy 0.22 and 0.24. ! Code reformatted using perltidy. - add SHA256 checksum
* - update to 0.05clsung2005-11-282-4/+5
| | | | | | - from Changes - Improved Kwalitee - add SHA256 checksum
* Update to 1.8.2.marcus2005-11-282-4/+4
|
* Update to 1.8.3.marcus2005-11-281-0/+0
|
* Update to 1.8.3.marcus2005-11-283-15/+4
|
* Update to 0.06.tobez2005-11-272-4/+5
| | | | | PR: 89622 Submitted by: maintainer
* Update to fresh release 0.3.12.osa2005-11-274-10/+10
|
* With portmgr hat on, reset inactive maintainer. There have been severallinimon2005-11-275-5/+5
| | | | maintainer-timeouts.
* Add support for amd64; it runs flawless on amd64 linux32-emulation.mezz2005-11-274-8/+32
| | | | | PR: ports/89560 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
* - Add SHA256pav2005-11-2710-0/+10
| | | | Approved by: maintainer
* - Update to 3.0.0.flz2005-11-263-6/+9
| | | | | | PR: ports/88795 Submitted by: Ilya Pizik <polzun@scar.jinr.ru> Approved by: maintainer timeout (2 weeks)
* BROKEN: Unfetchablekris2005-11-261-0/+2
|
* - Add SHA256pav2005-11-265-0/+5
|
* - Unfetchable; detonate in two monthspav2005-11-261-2/+4
|
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-262-2/+2
|
* - Add SHA256pav2005-11-261-0/+1
| | | | Approved by: mat (perl; maintainer)
* Gekko is an Open Source solution for your Web Content Management necessitiespav2005-11-266-0/+1013
| | | | | | | | | which integrates a variety range of useful features. With Gekko you can create, manage, maintain or develop personal to large community websites in just a few minutes. PR: ports/89395 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Django is a high-level Python Web framework that encourages rapid developmentpav2005-11-2617-0/+3381
| | | | | | | | | | | | | and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site. PR: ports/89437 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* - Add SHA256pav2005-11-26191-2/+209
|
* - Remove mbuni patches; the files are gonepav2005-11-262-15/+1
| | | | - Add SHA256
* Fix plist.novel2005-11-251-0/+2
| | | | Reported by: pointyhat via kris
* Fix typo.linimon2005-11-251-1/+1
| | | | noticed by: kris
* Remove dead mastersite per distfile survey.linimon2005-11-251-2/+1
|
* Update URL per distfile survey.linimon2005-11-252-2/+2
|
* Chase mastersite per distfile survey.linimon2005-11-251-1/+1
|
* Chase some stale URLs per mastersite survey.linimon2005-11-252-2/+2
|
* remove dead mastersties.linimon2005-11-251-6/+1
| | | | source: distfile survey
* Mark deprecated: mastersite disappeared.linimon2005-11-251-1/+4
|
* Chase some URLs per the distfile survey.linimon2005-11-2545-49/+50
| | | | hat: portmgr
* big whitespace cleanup (see ports/65409)edwin2005-11-253-23/+23
| | | | | | | | Ache's ports whitespace cleanup PR: ports/65829 Submitted by: trevor Approved by: ache
* New port: www/yabbedwin2005-11-256-0/+724
| | | | | | | | | | | | YaBB is a very nice free open-source forum written in Perl. This port is still a work in progress, but tested and usable. Many features (such as multi- lingual support) are still to be added as knobs. WWW: http://www.yabbforum.com/ PR: ports/89204 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Mark as deprecated: no longer on author's mastersite.linimon2005-11-251-1/+4
|
* Fix fetch and mark deprecated; project is no longer being developed.linimon2005-11-251-1/+4
|
* remove shar-file, accidental commitedwin2005-11-251-63/+0
|
* New port: www/squid_radius_authedwin2005-11-256-0/+101
| | | | | | | | | | | New port: </usr/ports/www/squid_radius_auth> <RADIUS authenticator for Squid proxy 2.5 and later> Output of shar located in the fix section below. WWW: http://www.squid-cache.org/contrib/squid_radius_auth PR: ports/87858 Submitted by: "Michael Capp" <myntric@exeonline.com>
* [NEW PORT] www/joomla: Content Management Systemedwin2005-11-2519-0/+5614
| | | | | | | | | | | | | Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable. WWW: http://www.joomla.org/ PR: ports/87522 Submitted by: Francisco Alves Cabrita <francisco@nortenet.pt>
* Update to 1.28mnag2005-11-252-4/+5
| | | | | | | | Add SHA256 Portlint PR: 89496 Submitted by: Sergey Lyubka <valenok@gmail.com> (maintainer)
* - Update to 0.02lth2005-11-242-4/+4
| | | | | PR: ports/89476 Submitted by: maintainer
* - Update to 0.02lth2005-11-242-4/+4
| | | | | PR: ports/89475 Submitted by: maintainer
* - Update to 0.11lth2005-11-242-7/+8
| | | | | | | | - Add SHA256 checksum - Pass maintainership to submitter PR: ports/89474 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* 1: remove extra patch.vanilla2005-11-242-8/+1
| | | | | | 2: set MAINTAINER to submitter. Submitted by: Josh Tolbert hemi at puresimplicity.net
* Upgrade to 1.07.vanilla2005-11-242-3/+4
|
* Fix build on FreeBSD 4.X.ale2005-11-241-0/+28
| | | | Reported by: pointyhat via kris
* - Add SHA256 checksumspav2005-11-2420-0/+21
|
* drupal missing dependencyedwin2005-11-245-0/+10
| | | | | | | | When ports/www/drupal is installed, it is missing a dependency for php4-session which causes the pages to fail to load. PR: ports/86715 Submitted by: Vivek Khera <vivek@khera.org>
* - Add missing dependency on Net::LDAPvs2005-11-242-1/+8
| | | | - Point to helpful tutorial in pkg-message
* - Add some SHA256spav2005-11-241-0/+1
|
* - Update to 1.00.flz2005-11-242-4/+5
| | | | | PR: ports/89464 Submitted by: maintainer
* - Update to 0.09.flz2005-11-242-4/+5
| | | | | | | | | - Pass maintainership to submitter. - Add SHA256 checksum. PR: ports/89462 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Approved by: maintainer
* - Update to 0.07.flz2005-11-242-4/+4
| | | | | | | - Add SHA256 checksum. PR: ports/89463 Submitted by: maintainer
* - Update to 0.06.flz2005-11-242-5/+6
| | | | | | | | | - Pass maintainership to submitter. - Add SHA256 checksum. PR: ports/89461 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Approved by: maintainer
* Security issues should:edwin2005-11-231-0/+1
| | | | | | | | | | | * Be tagged with Security: in the commit log * Get a portrevision bump (Semi forced commit) PR: ports/85872 Security: Fixes insecure directy permissions Submitted by: chinsan <chinsan.tw@gmail.com>
* - Update to 0.8.5novel2005-11-233-3/+5
| | | | | | | - Add SHA256 checksum PR: 89444 Submitted by: Dryice Liu (maintainer)
* Backout changes to pkg-message.in as requested by ale@edwin2005-11-231-31/+7
|
* Update to 1.4.7mnag2005-11-232-5/+6
| | | | | | | | | Fix IPV6 OPTIONS Add SHA256 PR: 89319 Submitted by: delphij Approved by: maintainer
* - Make acroread work with acroread 7.X in default rc filepav2005-11-231-1/+3
| | | | | PR: ports/89400 Submitted by: Jason W. Bacon <jbacon@mcw.edu>
* - Update to 8.51pav2005-11-234-210/+186
| | | | | | PR: ports/89435 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Security: http://secunia.com/advisories/16907/
* - Update to 0.16.6pav2005-11-232-4/+4
| | | | | PR: ports/89434 Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer)
* Update to 8.51, see changelogs for detail:mezz2005-11-2312-488/+590
| | | | http://www.opera.com/docs/changelogs/linux/851/
* - Mark BROKEN on 4.Xpav2005-11-231-1/+7
| | | | Reported by: krismail
* Upgrade to 3.0.7: fix cross site scripting vulnerabilities.thierry2005-11-239-18/+12
| | | | | | | Changelog available at <http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.167.2.4&r2=1.515.2.167.2.7&ty=h>. Security: VuXML 873a6542-5b8d-11da-b96e-000fb586ba73
* - Add ENV_FILETYPES to OPTIONSpav2005-11-232-0/+2
| | | | | | | - Add SHA256 PR: ports/89343 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* Update to 0.9.marcus2005-11-232-5/+5
|
* - Update to 0.61 (bugfix release).flz2005-11-222-5/+6
|
* [NEW PORT] www/thttpd-st: Tiny/turbo/throttling HTTP serveredwin2005-11-226-0/+77
| | | | | | | Tiny/turbo/throttling HTTP server with State Threads PR: ports/86601 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
* [PATCH] www/eaccelerator: security issue & provide more installation ↵edwin2005-11-222-8/+33
| | | | | | | | | | | instructions - Fix some security issue(s/0777/0755) - Provide more installation instructions PR: ports/85872 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer timeout
* Update to 0.05mat2005-11-223-6/+7
|
* Add p5-HTTP-Request-Params-1.01mat2005-11-225-0/+57
| | | | | | | | | This software does all the dirty work of parsing HTTP Requests to find incoming query parameters. Incoming query parameters come from two places. The first place is the query portion of the URL. Second is the content portion of an HTTP request as is the case when parsing a POST request, for example.
* Update to 0.17mat2005-11-223-10/+7
|
* Update to 0.26mat2005-11-222-4/+4
|
* Update to 1.26mat2005-11-223-4/+5
|
* Update to 0.23mat2005-11-222-4/+4
|
* Update to 0.26mat2005-11-222-3/+4
|
* Update to 0.06ehaupt2005-11-222-5/+7
| | | | | PR: 89360 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.4mnag2005-11-223-7/+7
| | | | | PR: 89373 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
* Add p5-Task-Catalyst 0.01, all you need to start with Catalyst.lth2005-11-225-0/+57
| | | | | PR: ports/89381 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 5.57lth2005-11-223-11/+15
| | | | | PR: ports/89378 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-Catalyst-Plugin-FormValidator-Simple 0.06, validator for Catalystlth2005-11-225-0/+49
| | | | | | | with FormValidator::Simple. PR: ports/89359 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 2.1.8hq2005-11-217-19/+102
| | | | | PR: 89371 Submitted by: maintainer
* Update to 1.13; require perl from ports, since one of thetobez2005-11-212-5/+11
| | | | | | | dependencies does so. PR: 87982 Approved by: maintainer timeout
* Add extra command - reload.osa2005-11-214-2/+4
| | | | | | Bump PORTREVISION. Submitted by: marck
* Hook p5-Bundle-Catalyst into build again, now that dependencies have been ↵lth2005-11-211-0/+1
| | | | fixed. Apologies all around.
* Add p5-Catalyst-Plugin-Session-Store-File 0.04, file storage backend forlth2005-11-215-0/+52
| | | | | | | session data. PR: ports/89223 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-Catalyst-Plugin-Session-State-URI 0.01, saves Catalyst Sessionlth2005-11-215-0/+48
| | | | | | | IDs by rewriting URIs. PR: ports/89173 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-Catalyst-Plugin-Session-State-Cookie 0.01, stores a Catalystlth2005-11-215-0/+47
| | | | | | | Session in a Cookie. PR: ports/89172 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Unhook p5-Bundle-Catalyst from the build to unbreak INDEX builds.kris2005-11-211-1/+0
| | | | Pointy hat to: lth
* BROKEN: Conflicting dependencies (apache 1.x vs 2.x)kris2005-11-211-0/+2
|
* - Fix runtime linking on Firefoxpav2005-11-211-1/+1
| | | | | | PR: ports/84140 Submitted by: Tom Maher <tmaher@eecs.berkeley.edu> Approved by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
* Add p5-Catalyst-Plugin-Session 0.01, generic Catalyst Session plugin.lth2005-11-215-0/+64
| | | | | PR: ports/89167 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 0.9.4-rc1 release.ale2005-11-213-27/+11
|
* - Mark this port as deprecated due to the development focus moving toahze2005-11-213-0/+12
| | | | seamonkey and multi vulnerabilities in mozilla-devel.
* - Update to 0.04lth2005-11-212-13/+22
| | | | | | | - Add SHA256 checksum - Pass maintainership to submitter Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* - Security Fixdinoex2005-11-202-1/+30
| | | | Submitted by: Andrey Chernov
* New port: www/campsite - The free and open multilingual web publishing tool forpav2005-11-2015-0/+2492
| | | | | | | news sites PR: ports/89243 Submitted by: Ondra Koutek <koutek@o-k.cz>
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* - Update to 0.16.1pav2005-11-194-12/+38
| | | | | PR: ports/89240 Submitted by: Ports Fury
* Mark FORBIDDEN due to arbitrary command execution vulnerability in CGIsimon2005-11-181-0/+2
| | | | | | script. Reported by: Roman Mashirov <mrj@mrj.spb.ru>
* Update to 0.5erwin2005-11-182-5/+5
| | | | | PR: 89222 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Upgrade to 2.8.6dev.15ache2005-11-182-4/+5
|
* - Update to 1.5rc3ahze2005-11-1818-93/+636
| | | | | | | - Use system nss/nspr/libm [1] Obtained from: www/firefox [1] Release notes: http://www.mozilla.org/products/firefox/releases/1.5.html
* - Add amd64 to the list of working archs.flz2005-11-181-1/+1
| | | | | | PR: ports/87873 Submitted by: Bill Squire {billsf} <billsf@cuba.calyx.nl> Approved by: maintainer timeout (3 weeks)
* Add p5-Catalyst-Plugin-Singleton 0.02, singleton accessors to context.lth2005-11-185-0/+40
| | | | | PR: ports/89177 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Fix install when WRKDIRPREFIX is differentmnag2005-11-181-1/+1
| | | | | | PR: 88871 Submitted by: Dean Phillips <dmphilli@gmail.com> Approved by: Dan Larsson <dl@tyfon.net> (maintainer)
* This action implements a sensible default end action, which will forwarderwin2005-11-185-0/+45
| | | | | | | | | | | | | | to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode. If you have more than 1 view, you can specify which one to use with the 'view' config setting. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/ PR: ports/89170 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 3.15, and fix the build with Firefox.marcus2005-11-182-5/+5
|
* Fix path to /usr/bin/mailmnag2005-11-183-0/+21
| | | | | | | | Bump PORTREVISION PR: 89192 Noticed by: Frank Steinborn Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 0.16.4pav2005-11-182-4/+4
| | | | | PR: ports/89188 Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer)
* FormEncode is a validation and form generation package. The validation can bepav2005-11-186-0/+140
| | | | | | | | | used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism. PR: ports/89160 Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
* - Update to 1.22pav2005-11-174-8/+10
| | | | | PR: ports/89182 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
* - update to 1.21clsung2005-11-172-4/+4
| | | | - add SHA256 checksums
* Add p5-Catalyst-Model-DBIC 0.11, DBIx::Class model class for Catalyst.lth2005-11-175-0/+50
| | | | | PR: ports/89157 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Require perl version 5.6 or above.demon2005-11-171-1/+7
|
* - Don't create /var/log/jarfile, it's not usedpav2005-11-171-3/+0
| | | | Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com>
* Add p5-Catalyst-Model-DBIC-Plain 0.01, DBIx::Class model class forlth2005-11-175-0/+53
| | | | | | | Catalyst, without loader. PR: ports/89156 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 0.19lth2005-11-173-5/+8
| | | | | PR: ports/89149 Submitted by: maintainer
* Update to 0.03lth2005-11-172-5/+6
| | | | | PR: ports/89148 Submitted by: maintainer
* Add p5-Catalyst-Engine-Apache 1.00, catalyst Apache Engines.lth2005-11-175-0/+50
| | | | | PR: ports/89147 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Missing file from previous checkin.lth2005-11-171-0/+8
| | | | Pointy hat to: me
* Update to 5.56lth2005-11-173-70/+64
| | | | | PR: ports/89146 Submitted by: maintainer
* Add p5-HTTP-Body 0.4, HTTP Body Parser.lth2005-11-175-0/+50
| | | | | PR: ports/89137 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-HTTP-Request-AsCGI 0.2, setup a CGI enviroment from alth2005-11-175-0/+46
| | | | | | | HTTP::Request. PR: ports/89136 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Mark IGNORE. This ports functionality has been integrated into MT3.arved2005-11-171-0/+3
| | | | | | | It is unlikely that it even works with the new version of MT. Set a short EXPIRATION_DATE Approved by: maintainer timeout (7 weeks)
* - Update to 0.06.flz2005-11-173-7/+7
| | | | | | | - Add SHA256 checksum. PR: ports/89145 Submitted by: maintainer
* Add secondary master sitemnag2005-11-166-3/+9
| | | | | | | Add SHA256 PR: 89133 Submitted by: maintainer
* - Fix post-installpav2005-11-161-5/+5
| | | | Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com>
* Update to 0.654lth2005-11-162-3/+3
|
* - Fix rc scriptpav2005-11-162-4/+7
| | | | Reported by: Adam McMaster <adam@moosoft.net>
* Update to 2.5.1vs2005-11-161-2/+2
| | | | | PR: ports/86142 Submitted by: maintainer
* Update to 0.3.11.osa2005-11-154-8/+8
|
* Update to 0.3.10.osa2005-11-156-30/+30
|
* Update to 0.16.3lawrance2005-11-153-4/+6
| | | | | PR: ports/89053 Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer)
* Fix build with Boost 1.33.0 by moving a conflicting boost headers a bitbarner2005-11-151-0/+19
| | | | | | | | | up. The conflicting symbol was "None", which is definied in ${LOCALBASE}/include/boost/numeric/conversion/detail/converter.hpp and ${X11BASE}/include/X11/X.h Reported by: pointyhat via kris
* Update to 0.653lth2005-11-152-3/+3
|
* Update to 0.10lth2005-11-152-4/+3
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1548-56/+48
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 0.8.marcus2005-11-153-13/+5
|
* - Update to 0.4.29pav2005-11-156-8/+12
| | | | | PR: ports/89020 Submitted by: Ports Fury
* - Add support for new lib/browser_linux_pluginsahze2005-11-1513-26/+26
|
* Update to 1.24mat2005-11-152-4/+4
| | | | | PR: 87780 Submitted by: tobez
* - Register CONFLICTS with chinese/phpbb-twgarga2005-11-151-0/+2
|
* Update the description of CGI::Minimal module port from vague to something moremat2005-11-141-2/+6
| | | | | | | | particular (appropriated from the port's documentation). Also, add the URL too. PR: 87157 Submitted by: Parv <parv at pair dot com>
* Take a perl@ hat and add SHA256 checksumsmat2005-11-1418-0/+18
|
* Be hipe and add SHA256mat2005-11-148-0/+8
|
* Update to 2.0.6.knu2005-11-143-6/+7
|
* Update to 3.46.demon2005-11-142-3/+4
|
* - Run privoxy under user 'privoxy'pav2005-11-146-14/+47
| | | | | | | | - Modernize rc script, pkg-message and SHA256 while here PR: ports/88602 Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com> Approved by: John Von Essen <john@essenz.com> (maintainer)
* Add SHA256mnag2005-11-142-0/+2
| | | | | PR: 88955 Submitted by: maintainer
* Add SHA256mnag2005-11-141-0/+1
| | | | | PR: 88954 Submitted by: maintainer
* Correct a copy&paste problem.marcus2005-11-141-2/+2
| | | | Reported by: FreshPorts check
* Do not detect libexecinfo.marcus2005-11-141-0/+2
| | | | PR: 88674
* - Set NO_LATEST_LINKpav2005-11-141-0/+2
| | | | | PR: ports/88947 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
* Fix a reinstallation problem.thierry2005-11-1412-33/+102
| | | | | | | | Note: don't bump PORTREVISION, won't take effect before the next reinstallation. PR: 88621 Submitted by: Heinrich Rebehn <rebehn (at) ant.uni-bremen.de>
* Add session2 0.6, a quixote session manager with persistence support.lawrance2005-11-145-0/+94
| | | | | PR: ports/88083 Submitted by: Dryice Liu <dryice@liu.com.cn>
* Mark this port IGNORE and set an EXPIRATION_DATE.arved2005-11-141-5/+4
| | | | | | | | After i fixed compilation on current versions of FreeBSD, i noticed that the browser crashes on the first webpage with a png image. The program was never converted to use libpng 1.2.x, looks like nobody used it in the last four years.
* Chase dependency on ja-p5-Jcode.nork2005-11-131-1/+7
| | | | | | I don't bump PORTREVISION. Because dependency on ja-p5-Jcode is correct, only path isn't correct. This is build phase issue.
* - fix build with APACHE1.3 IPV6dinoex2005-11-131-0/+27
|
* - add SHA checksumdinoex2005-11-136-0/+12
|
* - take maintainershipdinoex2005-11-131-1/+1
|
* Update to 20051113.nork2005-11-134-22/+25
| | | | | | | | | | | | | | | | o Fix many typos. [1] o Add support is_enabled_lpw, confirms that Linux Plugin Wrapper is enabled like following test. $ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found" $ echo $? 1 This is for information to mozilla and related browsers, to use /usr/X11R6/lib/browser_linux_plugins or not. [2] Pointed out by: many people [1] Suggested by: mezz [2]
* - Update to 0.6.1pav2005-11-134-263/+293
| | | | | PR: ports/88892 Submitted by: kaworu <kaworu@users.sourceforge.jp> (maintainer)
* Add SHA256.mezz2005-11-132-0/+2
|
* - Respect PREFIXpav2005-11-132-68/+36
| | | | | | | - Cosmetic changes PR: ports/88673 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* Move IDN related ports from devel to dns category:pav2005-11-131-1/+1
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* - Update to 5.2.1sem2005-11-133-5/+13
| | | | | PR: ports/88885 Submitted by: maintainer
* - Unbreak port, missed that it had been marked BROKEN in the FreeBSDtmclaugh2005-11-131-2/+0
| | | | | | tree. This port was fixed when devel/monodoc was updated. Approved by: ahze (mentor, implicit)
* Update to 1.02. Assign maintainer to perl@. Require perl from ports.tobez2005-11-122-5/+12
|
* Update to 0.24. Assign maintainer to perl@.tobez2005-11-122-4/+5
|
* Rejik is a squid redirector used for blocking unwanted content basingpav2005-11-127-0/+178
| | | | | | | on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/). PR: ports/88395 Submitted by: Elisey Savateev <b3k@mail.ru>
* Update to 0.16.2mnag2005-11-122-3/+4
| | | | | | | Add SHA256 PR: 88855 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer)
* Unbreak. The port did not override PLIST, which is required forarved2005-11-112-8/+8
| | | | | | | | | dynamic plists. This solution is different from the one submitted by the maintainer and does not require a 600k pkg-plist file in the ports tree. PR: 88812
* - Yield to a total SHAtification.sem2005-11-113-0/+3
| | | | - mysql-administrator: simplify BROKEN message
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-1130-30/+30
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Update to 1.5rc2ahze2005-11-116-9/+12
|
* Update to 0.7.marcus2005-11-114-9/+28
|
* - Add SHA256 to all ports submitter maintaingarga2005-11-113-0/+3
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* - Unbreak on 4.x: Set USE_GETOPT_LONGvs2005-11-102-3/+3
| | | | | - Use DISTVERSION instead of DISTNAME/PORTVERSION - Add WWW-tag
* - Mark broken on 4.xahze2005-11-101-2/+2
|
* Searches for book information from the O'Reilly & Associates's online catalog.garga2005-11-105-0/+51
| | | | | | | WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-ORA_Driver/ PR: ports/88670 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Put SHA256 checksums.matusita2005-11-101-0/+1
| | | | | Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me a pointyhat to me...)
* Update to 0.3.9.osa2005-11-104-6/+8
| | | | Add SHA256.
* Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).matusita2005-11-103-5/+6
|
* - Correct pkg-plist for gacutil changes with Mono 1.1.9.xtmclaugh2005-11-104-3/+9
| | | | | | | - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* Move ports to a newly created net-im category:pav2005-11-106-864/+0
| | | | | | | | net/jabber-pyicq -> net-im/jabber-pyicq net/p5-Net-XMPP -> net-im/p5-Net-XMPP www/jwchat -> net-im/jwchat Repocopies by: marcus
* - Update to 20051109garga2005-11-104-12/+22
| | | | | | | - Add SHA256 PR: ports/88726 Submitted by: maintainer
* Chase Boost shared lib version after update to Boost 1.33.0.barner2005-11-091-2/+2
| | | | | devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to LIB_DEPENDS.
* Searches for book information from the (US) Amazon online catalog.garga2005-11-095-0/+53
| | | | | | | WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/ PR: ports/88669 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* The WWW::Scraper::ISBN class was built as a way to retrieve information ongarga2005-11-095-0/+52
| | | | | | | | | | | | | | books from multiple sources easily. It utilizes at least one driver implemented as a subclass of WWW::Scraper::ISBN::Driver, each of which is designed to scrape from a single source. Because we found that different sources had different information available on different books, we designed a basic interface that could be implemented in whatever ways necessary to retrieve the desired information. WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN/ PR: ports/88667 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* The WWW::Scraper::ISBN::Record module defines a class that can be used to dealgarga2005-11-095-0/+50
| | | | | | | | | | | | | | with book information. It was primarily created as a return type for the WWW::Scraper::ISBN module, though it could be used for other purposes. It knows minimal information about itself, whether the book was found, where it was found, its ISBN number, and whether any errors occurred. It is usually up to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the fields get set correctly. WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/ PR: ports/88666 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* This is a base class, all site-specific drivers should inherit its membersgarga2005-11-095-0/+50
| | | | | | | | | | | | | | and methods. Driver subclasses named '$name' should be packaged as WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for LOC (Library of Congress) driver. Each driver need only implement the search() method, though they may have as many other methods as they need to get their job done. Only search() will be called by WWW::Scraper::ISBN->search(). WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/ PR: ports/88668 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Update to 3.10. Quieting portlint.lth2005-11-092-4/+3
|
* - Add SHA256pav2005-11-092-0/+2
| | | | | PR: ports/88723 Submitted by: chinsan <chinsan.tw@gmail.com>
* - Add SHA256 checksums.flz2005-11-092-0/+2
|
* Update to 0.16lth2005-11-092-3/+3
|
* upgrade to 1.9.5cijliao2005-11-095-58/+15
|
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* - Add SHA256ahze2005-11-096-0/+6
| | | | - Add SIZE to a few ports
* Add SHA256mnag2005-11-092-0/+2
|
* Update to 3.3g01mnag2005-11-094-6/+10
| | | | | | | Add SHA256 PR: 88675 Submitted by: maintainer
* - Update to 1.4.0pav2005-11-093-4/+5
| | | | | PR: ports/86357 Submitted by: Mun-Kyo Seo <munggo@pmy.lv> (maintainer)