aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12krion2004-01-123-2/+24
| | | | | PR: 61229 Submitted by: maintainer
* Update to version 9632.demon2004-01-122-2/+2
| | | | Submitted by: maintainer
* Add w3m-m17n-img, w3m with multilingualization and inline image support.nobutaka2004-01-123-0/+35
|
* Update to 2004-01-11 snapshot of w3m 0.4.2.nobutaka2004-01-127-112/+71
| | | | Make portlint happy.
* Thomas-Martin Seck has agreed to take over any remaining maintainencelinimon2004-01-121-1/+1
| | | | | | | | | | duties of this port. Note, however, from his email: As stated on ports@ already, I would like to retire it ASAP. I am currently trying to get all consumers of it to depend on www/squid. So consider this as a heads-up that this port will be delted at some time in the future.
* Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1
| | | | | | 3d@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago)
* - Pass maintainership to volunteerclement2004-01-121-1/+1
| | | | | | PR: 61216 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: erwin (mentor) (implicitly)
* Make mod_auth_mysql working with mysqld 4.1.x. Replace make_scrambled_password()mbr2004-01-121-0/+33
| | | | | | with hash_password(). PR: 54067
* Upgrade to 2.8.5 dev 17ache2004-01-122-7/+5
| | | | PR: 61172
* Update to 0.5clement2004-01-114-15/+40
| | | | | | now suPHP supports apache2. Approved by: erwin (mentor) (implicitly)
* o Add support Java Advanced Imaging (JAI) API.nork2004-01-113-2/+3
| | | | | | Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: ume and OISHI on the fly
* Update to 1.55erwin2004-01-112-2/+2
|
* - convert to using PERL_CONFIGURE. this fixes issues with some manpagespetef2004-01-112-13/+7
| | | | | | | | | (since PERL_CONFIGURE sets MAN3PREFIX for us) [0] - fix pkg-plist to not be greedy about ${SITE_PERL}/${PERL_ARCH}/Bundle and Apache directories. PR: 58724, 59710 [0] Submitted by: lev [0]
* - Per popular request, add "you can you use make show-modules"-likeclement2004-01-118-34/+66
| | | | | | | | | | | | | | | | | | | | | | | message option in pre-everything:: target. - Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined) There are too many cases of failure (at leat 3), so I can't force -STABLE users to use SSL_EXPERIMENT_ENGINE [1] - Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2] - Better db42 apr-util detection [3] - Add fastest mirror to PATCH_SITES - Add db42 to "make show-options" Note to users: Unless you have a *really* good request, no more features will be added. Please send me with your bug reports: - uname -a output - all config.log files - pkg_info output - your make command line Noticed by: apache2-test-ng.sh script [1] Barry Pederson <bp@barryp.org> [3] Requested by: jb@perso-web.com [2]
* Uncomment db42-related lines, since db42 is in theclement2004-01-112-6/+6
| | | | | | | ports tree now. Reminded by: lev Approved by: erwin (mentor) (implicitly)
* update to 4.3.2mharo2004-01-1110-10/+10
| | | | | PR: 61170 Submitted by: maintainer
* Update to 1.10.3clement2004-01-102-2/+2
| | | | Approved by: erwin (mentor) (implicity)
* Add port for py-webware 0.8.1,perky2004-01-107-0/+1512
| | | | | | | | | A suite of software components for developing object-oriented, web-based applications. PR: 42295 Submitted by: Stefan Schwarzer <sschwarzer@sschwarzer.net> Reminded by: linimon (thanks!)
* s/APACHE_USER/WWWOWN/.clement2004-01-102-2/+2
| | | | | | | | | | I don't use APACHE_USER, so SUEXEC_CALLER is set to "". Since apache only produce error at run time, I didn't catch it. BTW, SUEXEC_CALLER is now correctly set. Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Pointy hat to: me Approved by: erwin (mentor) (implicity)
* - Use PORTDOCSclement2004-01-102-14/+6
| | | | | | - cosmetic cleanups Approved by: erwin (mentor) (implicity)
* Add mod_auth_mysql41_ap2 1.00, mySQL 4.1 and Apache 2 port ofclement2004-01-107-0/+87
| | | | | | | | mod_auth_mysql. PR: 57503 Submitted by: Douglas A. Maske <maske@maske.org> Approved by: erwin (mentor) (implicity)
* Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTSclement2004-01-102-20/+32
| | | | | | | | | is not defined. This workaround should avoid weird apache behaviours when apache is linked against the wrong apr* libraries. Time to add CONFLICTS_BUILD option to bsd.port.mk ? Approved by: erwin (mentor) (implicity)
* align RUN_DEPENDS.edwin2004-01-101-1/+1
|
* New port: www/zope-cmfphotoalbumedwin2004-01-106-0/+103
| | | | | | | | | | | CMFPhotoAlbum is a product for Zope/CMF It allows users to browse gallery of thumbnail images. WWW: http://plone.org/collective PR: ports/61067 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
* - fix SSL detection problem on stable with base OpenSSL [1]clement2004-01-104-4/+30
| | | | | | | | | | | | | | | | | Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses -STABLE and base OpenSSL. This is an *apache* problem. It's not the port. I strongly encourage users to use OpenSSL from ports. From httpd-2.0 Status: * mod_ssl: fix a link failure when the openssl-engine libraries are present but the engine headers are missing. - fix a typo in WITH_DBM, should be bdb and not db [1] I keep db for backward compatibility - Add WITH_APR_FROM_PORTS to use devel/apr with apache2. !!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5. Noticed by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1] Approved by: erwin (mentor)
* Update to 0.12mat2004-01-103-4/+3
| | | | + some cleanups
* - Integrate another patch for the LDAP authentication helpersergei2004-01-1012-24/+36
| | | | | | | | | | | | (see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details) - Correct MASTER_SITES: + fix URL for Melbourne University's ftp server + replace unreachable ftp mirror at Loughborough University with the one at LEO.org, Munich - Bump PORTREVISION PR: 61128 Submitted by: maintainer
* Add mod_watch4 4.3, an Apache2 module to monitor bandwidth usage, forclement2004-01-097-0/+123
| | | | | | | | use with MRTG etc. PR: 57865 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Approved by: erwin (mentor) (implicitly)
* Add mod_cfg_ldap 1.0, allows you to keep your virtual host configurationclement2004-01-096-0/+127
| | | | | | | | | in a LDAP directory and to make changes visible in nearly realtime. WWW: http://modcfgldap.sourceforge.net/ PR: 58256 Approved by: erwin (mentor) (implicitly)
* One more attempt to get the plist right.linimon2004-01-092-2/+3
|
* Fix conflicts. Also check in the changes to the plist that I foolishlylinimon2004-01-092-43/+43
| | | | | | | forgot last time (thank you cvs update!) PR: ports/61098 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer)
* Apache2 PORTREVISION 2:clement2004-01-0918-512/+876
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move docs-related stuff to Makefile.doc - Better MPM handling (for slave ports) - Fix HTTP_PORT behaviour - Make suExec more configurable [1] - Now config script are regenerated by buildconfig, to improve slave ports support and minimize apr/apache2 ports conflict [2] - Fix typo in AUTH_MODULES routine [3] [4] - apr threaded support [5] - Fix Segmentation fault with LDAP [6] - Add db42 support. [7] (just uncomment related lines if you installed it from shar) - add SLAVE_DESIGNED_FOR variable for slave ports to automaticaly mark them as BROKEN, if they are out of sync with apache2 PRs: 60444 [1], 61030 [4] Requested by: Matthias Andree <matthias.andree@gmx.de> [7] Suggested by: kuriyama [2] [5] Submitted by: Daniel Tasov <danielt@pilgerer.org> [1], kuriyama [5], motoyuki [3], Scott Michel <scottm@cs.ucla.edu> [4] Obtained from: Apache CVS [6] Reviewed by: erwin, linimon Approved by: erwin (mentor)
* - Update to version 3.0.b3krion2004-01-0910-205/+62
| | | | | PR: 61065 Submitted by: ale (maintainer)
* - Update to version 5.15.3krion2004-01-082-2/+2
| | | | | PR: 61081 Submitted by: Ports Fury
* - Update to 040106krion2004-01-082-2/+2
| | | | | PR: 61056 Submitted by: maintainer
* - update to 2.1.8petef2004-01-085-33/+34
| | | | - use %%DOCSDIR%%
* Update to 2.6.1-11: bugfixes and better start/stop script; also, somelinimon2004-01-085-93/+169
| | | | | | | attempt to pacify gcc3.3. PR: ports/61048 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer)
* new port: www/adzap2squirmedwin2004-01-089-0/+153
| | | | | | | | | | | | adzap2Squirm is a Perl script to take an Ad Zapper pattern file (or the original Ad Zapper script itself, which includes the patterns) and write out a corresponding file of patterns which Squirm can use for ad zapping. This port also includes a modified update-zapper (from the Ad Zapper) so that updates of the ad definitions can be run through cron PR: ports/56359 Submitted by: rmuir@radford.edu
* Add zope-btreefolder2, a Zope product that acts like a Zope folder but can storepav2004-01-086-0/+73
| | | | | | | | | | | many more items. It also includes CMFBTreeFolder if you have CMF installed. WWW: http://hathaway.freezope.org/Software/BTreeFolder2 PR: ports/60973 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
* Add zope-cmfquickinstaller, a tool which serves as helppav2004-01-086-0/+88
| | | | | | | | | for installing/uninstalling CMF Products inside a CMF Site. http://plone.org/collective PR: ports/60971 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
* - Update to 0.4.r2pav2004-01-083-4/+4
| | | | | PR: ports/60970 Submitted by: Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
* Update to 1.7.4 release.nork2004-01-082-5/+4
| | | | | PR: ports/61017 Submitted by: ale (maintainer)
* Update to version 2.6.1.6: mainly bugfixes.linimon2004-01-075-49/+44
| | | | | | PR: ports/57162 Submitted by: Petr Rehor <petr.rehor@i.cz> Reworked by: Freddie Cash <fcash@sd73.bc.ca> (maintainer)
* Fix 'make describe' on older versions of 5.x by removing extralinimon2004-01-071-1/+1
| | | | | set of parentheses. Seems to do the right thing on 4.9, 5.0, and -current now.
* Add mod_cvs-0.5.91 (known as mod_cvs2), apache2 version of mod_cvs.clement2004-01-076-0/+58
| | | | | | | | | | | | | | mod_cvs recognizes if the files in your webtree are checked out from a CVS repository. If so, it checks if the file is up-to-date and, if not, updates it. Another neat feature of mod_cvs is the date-checkout feature. You can specify a date in the URI that gets passed to CVS, which checks out an older revision of the requested file and sends it to the user. WWW: http://resare.com/noa/mod_cvs/ Approved by: erwin (mentor) (implicitly)
* - Change runtime dependency from www/squid24 (which is about to be retired) toclement2004-01-071-4/+3
| | | | | | | | | | | | www/squid. Since the squid redirector interface should not have changed from squid 2.4 to 2.5, squirm should work with squid 2.5 as well (testers welcome). - Reinstate original MASTER_SITE: while the content on that site only refers to squirm 1.0-BetaB, squirm-1.23 is actually fetchable from there. - Bump PORTREVISION. PR: 60991 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Approved by: erwin (mentor) (implicitly)
* Patch to work with apache2. Pacify portlint.linimon2004-01-071-1/+7
| | | | | PR: ports/60969 Submitted by: vinc@freebsd-fr.org (maintainer)
* Use 'strings' vs. 'grep' to find strings w/in a binary.obrien2004-01-071-11/+15
| | | | | | Also minor portlinting. Approved by: nork
* Add mod_vdbh 1.0.3, allows mass virtual hosting usingclement2004-01-066-0/+66
| | | | | | | a MySQL backend with Apache 2.0.x. PR: 58251 Approved by: erwin (mentor) (implicitly)
* - Integrate a new patch issued by the squid development teamsergei2004-01-0618-12/+96
| | | | | | | | | | | to correct the behaviour of the LDAP authentication helper wrt TLS, see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details - Reinstate the errorpages.patch and work around its partial brokenness by installing some Lithuanian error pages manually. - Bump PORTREVISION PR: 60950 Submitted by: maintainer
* Add p5-CGI-Application-ValidateRM 1.06, help validate forms withpetef2004-01-065-0/+45
| | | | | | | the CGI::Application framework. PR: 56536 Submitted by: Manuel Rabade <mig@mig-29.net>
* Add mod_mya 3.0.1,clement2004-01-066-0/+61
| | | | | | | allows basic authentication data to be stored in a MySQL database. PR: 58252 Approved by: erwin (mentor) (implicitly)
* - Update to 5.500pav2004-01-063-24/+70
| | | | | PR: ports/60961 Submitted by: Doug Silver <freebsd@urchin.com> (maintainer)
* Add mod_limitipconn2 0.22,clement2004-01-065-0/+47
| | | | | | | | allows you to limit the number of simultaneous connexions. PR: 59416 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> Approved by: erwin (mentor) (implicitly)
* - Update to 040104 snapshotclement2004-01-062-2/+2
| | | | | | PR: 60959 Submitted by: Thierry Thomas <thierry@pompo.net> Approved by: erwin (mentor) (implicitly)
* Remove gnujsppav2004-01-061-1/+0
|
* Remove this three years abandoned port, with a security vulnerabilitypav2004-01-066-144/+0
| | | | | | | and with much better alternatives in the tree. PR: ports/60866 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* - Portlint whitespacepav2004-01-062-10/+10
|
* - Add conflicts between www/plone and www/zope-formulator, they both installpav2004-01-063-0/+6
| | | | | | | Zope Product named Formulator, which are incompatible. PR: ports/60845 Submitted by: Filippo Natali <filippo.natali@widestore.net> (plone maintainer)
* - Update distinfo after tarball was changed to fix security issues, please seepav2004-01-062-2/+2
| | | | | | | http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=161943 for details. PR: ports/60921 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
* Update to 0.2.9.knu2004-01-063-47/+56
|
* add mod_uid-1.1.0leeym2004-01-065-0/+58
| | | | | | | | | | | | | | | | | | The standard distribution of Apache does not provide adequate means for user tracking, and this module provides them. What it actually does: + if the user has provided the cookie header with the correct cookie-name, the module writes this cookie in notes with the name uid_got (accordingly, then it may be written to the log); + if the user has arrived without the required cookie, the module issues the SetCookie header for him/her and writes the cookie thus issued in notes with the name uid_set (and this may also be written to the log); + if built-in P3P support is included, the P3P header is also issued as the Set-Cookie header is issued. WWW: http://www.lexa.ru/programs/mod-uid-eng.html
* o Upgrade to 1.99r12.kuriyama2004-01-054-20/+22
| | | | | | o Fix plist. Approved by: maintainer
* Add mod_extract_forwarded2 0.1,clement2004-01-056-0/+65
| | | | | | | an Apache module that can make proxied requests appear with client IP. PR: 59094 Approved by: erwin (mentor)
* Change maintainer to Thomas-Martin Seck.will2004-01-056-6/+6
| | | | Approved by: adrian
* - update to 1.10.2clement2004-01-053-2/+5
| | | | Approved by: erwin (mentor)
* Adjust the dependency check on p5-Net-DNS to take into account itsdougb2004-01-041-1/+1
| | | | | | | new PERL_ARCH'ified location. In a few cases, standardize on searching for ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
* - Update to 0.5pav2004-01-035-52/+22
| | | | | PR: ports/60855 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.0x45.org>
* Add zope-cmfphoto, a Photo product for Zope/CMFpav2004-01-036-0/+101
| | | | | | | | | It shows an image file at user selectable resolutions. WWW: http://plone.org/collective PR: ports/60689 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
* Fix in MASTER_SITE_SUBDIRerwin2004-01-031-1/+1
| | | | | PR: 60848 Submitted by: maintainer
* New port: www/urchin, web traffic analysis tooledwin2004-01-036-0/+1887
| | | | | | | | | | | | Urchin is the most powerful web traffic analysis program available. We have set this to install into $PREFIX/urchin, i.e. /usr/local/urchin and upon completion two services start up, our Apache server on port 9999 and a scheduling daemon. If starting up a service is a problem, it can be adjusted in the Makefile (START_SERVERS = yes). PR: ports/58646 Submitted by: Doug Silver <freebsd@urchin.com>
* Update to version 3.0.8.demon2004-01-038-8/+8
| | | | Approved by: maintainer
* o Though this port does not support packaging, but fixed pkg-plistkuriyama2004-01-032-4/+9
| | | | | | while I'm here. o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified mt.cfg file.
* Add zope-silva, a Zope-based web application designed for the creation andpav2004-01-036-0/+1446
| | | | | | | | | | | | management of structured, textual content. Silva allows users to enter new documents as well as edit existing documents using a web interface. SilvaDocument and SilvaMetadata are included in this port. WWW: http://www.zope.org/Members/infrae/Silva PR: ports/60757 Submitted by: Tim Middleton <x@vex.net>
* Update to version 9493.demon2004-01-033-2/+3
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Add zope-proxyindex, a plugin catalog index. It uses a TALES expression insteadpav2004-01-036-0/+87
| | | | | | | | | | of an attribute lookup/call to retrieve the value to index from an object. The value retrieved can then be indexed by any available plugin index. WWW: http://www.zope.org/Members/infrae/ProxyIndex PR: ports/60755 Submitted by: Tim Middleton <x@vex.net>
* Add zope-annotations, a generic way to add information to arbitrary Zope ↵pav2004-01-036-0/+89
| | | | | | | | | | | objects. It is used by Silva Metadata to store metadata. WWW: http://www.zope.org/Members/infrae/Annotations PR: ports/60754 Submitted by: Tim Middleton <x@vex.net>
* Add zope-silvaviews, a component that is used by Silva to attach views to ↵pav2004-01-036-0/+86
| | | | | | | | | | | objects. It could also be used outside of Silva in other projects. WWW: http://www.zope.org/Members/infrae/SilvaViews PR: ports/60741 Submitted by: Tim Middleton <x@vex.net>
* - Update to 1.3pav2004-01-034-11/+40
| | | | | PR: ports/60767 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 0.10.2pav2004-01-034-6/+11
| | | | | PR: ports/60739 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 0.20.0pav2004-01-034-98/+157
| | | | | PR: ports/60734 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 1.6.0pav2004-01-034-3/+10
| | | | | PR: ports/60729 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 1.3.21pav2004-01-033-44/+17
| | | | | PR: ports/59801 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Fixed name of PID file in pkg-deinstall.znerd2004-01-0214-12/+19
| | | | | | | Bumped PORTREVISION. PR: 60781 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Update to 1.9.1.znerd2004-01-023-9/+3
| | | | | PR: 58946 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* More patches for squid, to keep up to date with the squid distribution.edwin2004-01-0212-66/+78
| | | | | Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (privately) Approved by: maintainer timeout (still)
* Refer to perl binary as ${PERL}, not ${PERL5}, so the program continues todemon2004-01-021-1/+1
| | | | work after perl update.
* add missing MAN3 and update PLISTleeym2004-01-012-35/+113
| | | | | | PR: 60782 Submitted by: leeym Approved by: maintainer
* Update to MovableType 2.65, which contains an important XMLRPC securityroam2003-12-313-6/+13
| | | | | | | | fix and other improvements. Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does indeed introduce a build-time dependency on MySQL, too, but IMHO this ought to be acceptable for the present. Is it time for USE_MYSQL_BUILD and USE_MYSQL_RUN already? :)
* - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6dinoex2003-12-311-3/+4
| | | | are selected.
* Vendor update to 2.46erwin2003-12-312-2/+2
| | | | | | | - lib/WWW/Search.pm (user_agent): fix for undef warnings in LWP::UserAgent::proxy PR: 60721 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add web-traceroute, a traceroute cgi for your website implemented in C.pav2003-12-306-0/+83
| | | | | PR: ports/58553 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* HTML::MagicTemplate package now include in Text-MagicTemplate, which iserwin2003-12-305-48/+0
| | | | | | | merged in textproc/p5-Text-MagicTemplate PR: 60712 Submitted by: maintainer
* Add more patch files for www/squidedwin2003-12-3012-12/+78
| | | | | PR: ports/59091 (based on) Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
* - Update PATCH_SITES for mod_snmpdinoex2003-12-301-2/+2
| | | | Problem found by: Subhi S Hashwa
* add goose 0.5ijliao2003-12-306-0/+126
| | | | Command line Google search utility
* [New Port]:: www/drupal 4.3.1 Update & Fix plistedwin2003-12-2921-0/+956
| | | | | | | | | | | | | | Drupal is an open-source platform and content management system for building dynamic web sites offering a broad range of features and services. Drupal can support a diverse range of web projects ranging from personal weblogs to large community-driven sites. WWW: http://drupal.org PR: ports/60204 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info>
* [NEW PORT] www/zope-archetypesedwin2003-12-295-0/+385
| | | | | | | | Archetypes is a framework for the development of new Content Types in Zope/CMF/Plone. PR: ports/59176 Submitted by: Filippo Natali <filippo@widestore.net>
* [NEW PORT] www/zope-FileSystemSite: Enable file system based sites within Zopeedwin2003-12-296-0/+131
| | | | | | | | | | | | | | This is a repackaging of the CMF's FileSystem Directory Views such that it is independent of the CMF. The major use of this is to develop view code on the file system such that it can be edited with normal development utilties and checked into a source control management system. WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite PR: ports/54550 Submitted by: Tim Middleton <x@vex.net>
* [NEW PORT] www/zope-xmlwidgets: XMLWidgets - dynamic translations of ↵edwin2003-12-296-0/+99
| | | | | | | | | | | | | | | ParsedXML to HTML pages XMLWidgets is a Zope Product/Framework to create dynamic translations of ParsedXML documents to HTML pages. Each XML node is represented by a widget. A widget can display itself (to HTML), and handle user events (clicks, form submits) in the same HTML page. WWW: http://www.zope.org/Members/faassen/XMLWidgets PR: ports/54251 Submitted by: Tim Middleton <x@vex.net>
* New port: www/exuserfolder, Zope Extensible User Folderedwin2003-12-296-0/+327
| | | | | | | | | Extensible User Folder is a user folder that provides custom authentication methods, including support for many database backends. PR: ports/53983 Submitted by: Tim Middleton <x@vex.net>
* New port: www/formulator, Formulator for Zopeedwin2003-12-296-0/+176
| | | | | | | | Formulator is an extensible framework that eases the creation and validation of web forms. PR: ports/54079 Submitted by: Tim Middleton <x@vex.net>
* New port: www/parsedxml, ParsedXML for Zopeedwin2003-12-296-0/+585
| | | | | | | | | | Parsed XML allows you to use XML objects in the Zope environment. You can create XML documents in Zope and leverage Zope to format, query, and manipulate XML, using the standard W3C DOM. PR: ports/54095 Submitted by: Tim Middleton <x@vex.net>
* Uncomment the lines I needed to test the port. Mea Culpa.edwin2003-12-286-12/+12
| | | | *grabs pointy hat*
* [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches)edwin2003-12-2812-24/+336
| | | | | | | | | | | | | | | [...] - Add 2.5-STABLE4 vendor patches - cache.log message on "squid -k reconfigure" confusing - digest auth never detects password changes - login with space confuses redirector helpers - FQDNcache discards negative responses when using internal DNS - Full details at http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE4 [...] PR: ports/58090 Submitted by: Jonathan Noack <noackj@concordiacrusaders.org> Approved by: MAINTAINER TIMEOUT
* [PATCH] www/squid: update to 2.5 STABLE 4edwin2003-12-2818-300/+174
| | | | | | | | | - Update to 2.5-STABLE4 - plist is correct -- see ports/56392 for details on extra files PR: ports/56926 Submitted by: Jonathan Noack <noackj@concordiacrusaders.org> Approved by: MAINTAINER TIMEOUT
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonedwin2003-12-288-11/+11
| | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* New port: pear-HTTP_Upload: Easy and secure managment of files submitted via ↵edwin2003-12-285-0/+49
| | | | | | | | | | | | | | | | | | | HTML Forms This class provides an advanced file uploader system for file uploads made from html forms. Features: * Can handle from one file to multiple files. * Safe file copying from tmp dir. * Easy detecting mechanism of valid upload, missing upload or error. * Gives extensive information about the uploaded file. * Rename uploaded files in different ways: as it is, safe or unique * Validate allowed file extensions * Multiple languages error messages support (es, en, de, fr, nl) WWW: http://pear.php.net/package-info.php?package=HTTP_Upload PR: ports/60196 Submitted by: Alex Miller <asm@asm.kiev.ua>
* New port: pear-HTTP_Session: OO interface to the session_* family functionsedwin2003-12-289-0/+111
| | | | | | | | | | | | | Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB package. It introduces new methods like isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and others. WWW: http://pear.php.net/package-info.php?package=HTTP_Session PR: ports/60195 Submitted by: Alex Miller <asm@asm.kiev.ua>
* New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easilyedwin2003-12-285-0/+49
| | | | | | | | | This class provides methods to set/modify HTTP-Headers. To abstract common things, like caching etc. some sub classes are provided that handle special cases (i.e. HTTP_Header_Cache). PR: ports/60198 Submitted by: Alex Miller <asm@asm.kiev.ua>
* New port: pear-HTTP: PEAR miscellaneous HTTP utilitiesedwin2003-12-285-0/+34
| | | | | | | | | | The HTTP class is a class with static methods for doing miscellaneous HTTP-related stuff like date formatting or language negotiation. WWW: http://pear.php.net/package-info.php?package=HTTP PR: ports/60197 Submitted by: Alex Miller <asm@asm.kiev.ua>
* Update a message if you don't enable libmap.conf(5) feature.nork2003-12-281-0/+6
| | | | Asked by: Mike Harding <mvh@ix.netcom.com>
* o Correct to use acrobat on firebird. But I don't know that this fix isnork2003-12-284-11/+14
| | | | | | | | | | | right. I heard BAD and OK:-). [1] o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2] OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29. It really got to me. Reported by: Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1] Tested by: osa, ale [1] Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [2]
* Add IGNORE. Because this port should be obsolated:-).nork2003-12-281-0/+2
|
* Update to 5.0.16.znerd2003-12-2820-125/+195
| | | | | Submitted by: maintainer PR: 60036
* Add rnews, a server-side RSS aggregator written in PHP using MySQL database.pav2003-12-276-0/+132
| | | | | PR: ports/60527 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Use APACHE_PORT in the usual waypav2003-12-271-4/+4
| | | | | PR: ports/60611 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Update to version 1.11krion2003-12-263-4/+7
| | | | | PR: 60577 Submitted by: maintainer
* - Update to version 1.4.2krion2003-12-265-9/+12
| | | | | PR: 60576 Submitted by: maintainer
* add bk_edit 0.6.23ijliao2003-12-268-0/+113
| | | | Bookmark Editor
* Add emp, CGI application that creates a hierarchy of categorized links.pav2003-12-265-0/+43
| | | | | PR: ports/60031 Submitted by: Allan Bowhill <abowhill@blarg.net>
* Add chpasswd, a cgi program that allows users to change their Squid account'spav2003-12-265-0/+33
| | | | | | | password from their web browser. PR: ports/60365 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add admuser, a small C program that allows to change Squid or Web accesspav2003-12-265-0/+34
| | | | | | | | files (.htpasswd). Create, change, remove, disable or enable users from your web browser. PR: ports/60360 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to version 0.9.0krion2003-12-263-3/+93
| | | | Approved by: maintainer
* - Update to 0.6.3pav2003-12-264-29/+14
| | | | | PR: ports/59928 Submitted by: Koop Mast <einekoai@chello.nl> (maintainer)
* - Add optional mod_speedycgi.sokrion2003-12-251-0/+1
| | | | | | PR: 60553 Submitted by: leeym Approved by: maintainer
* Update to 1.0.marcus2003-12-255-58/+28
|
* Update to 5.76.petef2003-12-253-2/+3
| | | | | Submitted by: demon Neglected by: petef
* - Fix MASTER_SITESdinoex2003-12-241-2/+1
|
* Update to 1.2.tobez2003-12-232-2/+2
|
* Per bento logs, mark as broken on recent versions of 5.x due to the gcc3.3linimon2003-12-231-0/+4
| | | | preprocessor being more strict. Informed maintainer.
* Update to 2.13erwin2003-12-222-2/+2
|
* - Update to 1.2.2sergei2003-12-222-6/+4
| | | | | | | | - Reset maintainership to ports@FreeBSD.org as the previous maintainer doesn't use FreeBSD anymore Submitted by: Andrew Maltsev <am@amsoft.ru> (maintainer) in <20031221111358.A25058@z1.russian-z1.org>
* - Fix MASTER_SITESkrion2003-12-221-1/+1
| | | | Submitted by: maintainer
* - Update to 2.2.7clement2003-12-223-13/+7
| | | | | | | - use PORTDOCS macro - Change my email address Approved by: erwin (mentor)
* Update to 0.4.petef2003-12-224-19/+25
|
* - Update to 1.10.1clement2003-12-223-6/+6
| | | | | | - Change my email address Approved by: erwin (mentor)
* Update to 1.20.petef2003-12-222-2/+2
| | | | Submitted by: demon
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-216-6/+6
|
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-3/+2
|
* [patch] www/mod_dav - fix symlink problemedwin2003-12-203-0/+239
| | | | | | | | | | | | | | While playing with mod_dav, I found out that it didn't follow symlinks properly. Looking through various mailinglists I found this patch by Mark Montague (markmont@umich.edu) I do not say we should include this patch by default, but if a knob called WITH_SYMLINK_PATCH could be made which adds these patches it would help people already. PR: ports/59163 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* . Use MASTER_SITE_APACHE_JAKARTA now bsd.sites.mk has been updated. [1]glewis2003-12-203-12/+11
| | | | | | | | | | . Fix the packing list to use %%PORTDOCS%% and %%DOCSDIR%%. [1] . Update the Linux Sun JDK 1.4 dependency to 1.4.2. [2] [2] This should probably just be USE_JAVA=1.4+ PR: 58945 [1] Submitted by: Palle Girgensohn <girgen@pingpong.net> [1]
* . Sync with changes in MASTER_SITE's layout.glewis2003-12-201-0/+1
| | | | | PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Update to version 1.25.demon2003-12-192-2/+2
| | | | Approved by: maintainer
* Fix the version info so the port/package tools recognize this asmarcus2003-12-191-2/+2
| | | | | 1.3.11a and not 1.3.11 Alpha. I've been futzing with mozilla-devel too long.
* Update to 1.3.11a which fixes a font configuration issue.marcus2003-12-192-3/+6
|
* Update to 1.3.11. For a list of what's changed, checkout:marcus2003-12-196-63/+19
| | | | http://galeon.sourceforge.net/news/index.php#66
* Remove some leftover directories.marcus2003-12-191-0/+2
| | | | Reported by: adamw
* Add a missing RUN_DEPENDS.clement2003-12-191-1/+3
| | | | | Pointy hat to: me Approved by: erwin (mentor)
* - Add CONFLICTS with apache-contrib-1.*clement2003-12-198-0/+16
| | | | Approved by: erwin (mentor)
* - Add WITH_MODULES_PORTS knob. If the user defines it, will be installclement2003-12-183-9/+77
| | | | | | | | | the latest version of the modules available in ports tree. - Bump PORTREVISION - Add CONFLICTS PR: 57652 Approved by: erwin (mentor)
* www/mod_fastcgi:clement2003-12-183-3/+3
| | | | | | | | | - Update to 2.4.2 www/fcgi: - Pass maintainership to volunteer PR: 60179 Submitted by: JunSeon Oh <hollywar@holywar.net> Approved by: erwin (mentor)
* - Respect CFLAGS and add -fPIC to fix build on amd64clement2003-12-182-39/+41
| | | | | | - Use DOCSDIR PR: 59603
* Update to 3.01.tobez2003-12-172-2/+2
|
* Fix Potential security issue with search in phpbbmharo2003-12-172-2/+2
| | | | | PR: 59741 Submitted by: maintainer
* Bump PORTREVISIONmharo2003-12-171-1/+1
|
* add support for Apache2mharo2003-12-171-1/+9
| | | | | PR: 60188 Submitted by: maintainer
* use DOCSDIRmharo2003-12-173-72/+73
| | | | | | | | | | -- mharo add -DHAVE_ZLIB to Makefile to use system libz and fix a bug -- Matthew Reimer <mreimer@vpop.net> PR: 55844 Submitted by: Matthew Reimer <mreimer@vpop.net>
* - Give maintainership to volunteer (he already maintains bluefish-devel)pav2003-12-171-1/+1
| | | | Submitted by: Koop Mast <einekoai@chello.nl>
* Set the mozilla-devel snapshot to "trunk."marcus2003-12-172-2/+2
|
* Build with Mozilla 1.6b.marcus2003-12-171-1/+1
|
* - add WITH_APACHE2dinoex2003-12-162-0/+8
| | | | Submitted by: takeda@takeda.tk
* This port should now work on amd64, so remove the NOT_FOR_ARCHS macro.marcus2003-12-163-6/+0
|
* Update to 2.0.3.knu2003-12-162-2/+2
|
* Update to 2.0.2.knu2003-12-152-2/+2
|
* Jim Mock (jim) returned his commit bit, so set his ports free.pav2003-12-152-2/+2
| | | | Thank for all your work, Jim!
* Update to 1.6b, and add Peter's amd64 patches from Firebird. For a listmarcus2003-12-1545-273/+1833
| | | | | | of what is changed in 1.6b, checkout the release notes at: http://www.mozilla.org/releases/mozilla1.6b/
* - Update to 1.3fsergei2003-12-143-4/+4
| | | | | PR: 60214 Submitted by: maintainer
* Add a patch to the port which improves the -throttle option bysilby2003-12-142-0/+28
| | | | | | | shrinking the receive socket buffer size to 2K. The patch has been submitted to http_load's author for possible inclusion in future versions of http_load.
* Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)peter2003-12-14136-3974/+9554
| | | | | | | | | | | | | | | | I've taken a chance and split the sparc64 and alpha mega-diffs up because sparc64 patched the result of alpha's patches, and amd64 needed to do the same again - but it was sorted lexically before alpha/sparc64. I've grouped the xptcall patches together since they are standalone and split up and merged the other infrastructure jumbo-patches. I also attempted to sync up the nspr vs firebird diffs for sparc64 and alpha because they disagreed. HOWEVER... While this port 'depends' on the nspr port, it doesn't actually *use* it. It should probably be removed from the LIB_DEPENDS list. Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla database.
* Remove duplicated WITH_EXPERIMENTAL comment.kuriyama2003-12-132-2/+0
| | | | Reviewed by: maintainer
* o Allow to use $SQUID_CONFIGURE_ARGS in /etc/make.conf for additionalkuriyama2003-12-136-6/+6
| | | | | | $CONFIGURE_ARGS. No response from: maintainer
* o Fix schemas directory in mt-load.cgi to fit our installation.kuriyama2003-12-132-0/+4
| | | | o Add plist entries to remove directories when they are empty.
* * Fix pkg-message generation on read-only filesystem.kuriyama2003-12-132-0/+4
| | | | | | | * Add CONFICT to www/tdiary and japanese/tdiary. PR: ports/60201 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
* Opera has given us permission to redistribute.marcus2003-12-132-2/+0
| | | | Submitted by: maintainer
* Updated to 0.59skv2003-12-112-2/+2
|
* Add www/oscommerce, a PHP-based e-commerce system with support forlinimon2003-12-116-0/+1170
| | | | | | | | credit card payment gateways, gateways for major shipping companies to gather rates, customer tracking, shopping carts, and many other features. PR: ports/60122 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* - Take maintainershipdinoex2003-12-112-9/+7
| | | | | | | | | - remove squid dependecy (squid may depend on this module when configured) - new option SAMBA_PORT - use DOCSDIR - don't install another copy of GPL - don't use INSTALL_MAN for non manpages
* Update to version 3.18.demon2003-12-102-2/+2
|
* Ooops... instead of removing the perl 5.8 test completely revertnetchild2003-12-101-2/+4
| | | | | | | | to check for perl 5.6.1 or better. [1] Remove -DCHECK_FOR_IC_USER from MAKE_ARGS, it's not needed there. Noticed by: erwin [1]
* - remove BROKEN, the user gets used as intendednetchild2003-12-102-7/+1
| | | | | | | | | | | - remove perl 5.8 dependency, no problems with 5.6 here - fix one very little bug in the plist (only shows up if you deinstall right after installing interchange) If you experience a problem, please report via send-pr and not in some kind of chat where the actual content of the report may get lost. Go ahead and do what's needed by: linimon
* - Release maintainership of my portspav2003-12-106-12/+3
| | | | | PR: ports/60092 Submitted by: Jamie Hermans <jamie@hermans.ca>
* - Update to 1.3.8.s.3pav2003-12-103-1416/+1416
| | | | | | | | - Sort plist - Give maintainership to submitter PR: ports/60082 Submitted by: Vincent Tantardini <vinc@freebsd-fr.org>
* - Fix malformed request which prevents from authenticate agaist Zope serverserwin2003-12-093-8/+27
| | | | | | | | | | | | | Notice by: Morten W. Petersen" <morten@nidelven-it.no> Obtained from: srp@grex.org (author) - Port changes: - use USE_APACHE - use PORTDOCS - fix install/deinstall behaviour with package install PR: 60030 Submitted by: maintainer
* Update to 2.12erwin2003-12-092-2/+2
|
* Update to 2.45erwin2003-12-092-2/+3
|
* Update http_load to 20020104 from 20010405; remove patch-idle as it hassilby2003-12-093-47/+4
| | | | | been integrated into http_load. Also remove the maintainer, as the port was quite out of date.
* Fix a security related problem in tDiary 1.5.6, seelinimon2003-12-096-2/+106
| | | | | | | | | | | http://www.tdiary.org/20031119.html (Japanese-language) for details. It only happened in the following case: * "@secure = true" in setting file (tdiary.conf) * output_rdf.rb or tb-send.rb by plugin choice PR: ports/59451 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
* Updated to 1.06skv2003-12-092-3/+4
|
* Updated to 0.9skv2003-12-094-23/+23
|
* Update to version 9194.demon2003-12-082-2/+2
| | | | Submitted by: maintainer
* Update to version 9176.demon2003-12-082-3/+4
| | | | Submitted by: maintainer
* Update to 1.1perky2003-12-084-23/+384
| | | | Submitted by: Mina Naguib <webmaster@topfx.com>
* add py-mt 1.0ijliao2003-12-085-0/+41
| | | | A Python module which provides Movable Type XML-RPC connectivity
* - Fix build on 5.x and unbreakpav2003-12-084-18/+52
| | | | | PR: ports/59848 Submitted by: Ports Fury
* - Update to 1.10.0krion2003-12-082-2/+2
| | | | | PR: 60022 Submitted by: maintainer
* - option WITH_APACHE_IPV6dinoex2003-12-084-3/+22
| | | | | | | PR: 42427 Submitted by: sec@42.org - fix Usage
* If a GTK2 mozilla is specified in WITH_MOZILLA, build the headers in theadamw2003-12-072-4/+24
| | | | | | | | | appropriate mozilla-*-gtk2 directory. While the end package is the same, this has implications at build time. On a clean system, this obviates the introduction of gtk12 and orbit-1 libraries, and allows the GNOME2 desktop to be installed from ports without ever needing GTK+-1.2 libraries.
* English grammer fixes.matusita2003-12-071-5/+4
| | | | Submitted by: Kenneth Stailey <kstailey at yahoo.com>
* Restyle email address of (non)maintainer.linimon2003-12-071-1/+1
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-2/+3
|
* Set gnome@FreeBSD.org as maintainer.adamw2003-12-072-2/+2
|
* Force dependency on Perl 5.8. Without that, the port attempt tolinimon2003-12-071-2/+6
| | | | | | | | | | | do nasty things like install into non-subdirectories of /usr/local. (This was reported to me privately). Also, mark as BROKEN due to a configuration error in which it requests you create a userid but then refuses to use it. The submitter of the original email reports that this port has become out of date, and that he also had much better success with the (upcoming) port of osCommerce, which is much less difficult to understand.
* - Update to 1.9.14pav2003-12-063-4/+9
| | | | | PR: ports/59663 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* Add Monkey HTTP Daemon, a small, powerful, and fast Web server written in C.pav2003-12-069-0/+249
| | | | | | | | | | Features include language support, GET, POST, and HEAD methods, CGI, PHP4 , a config file (optional for every user), a mime.types file, virtual hosts, the ability to deny URLs and IPs, to run as a different user (such as nobody), serve users home directories, resume, and more. PR: ports/58290 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Update to 2.6.0pav2003-12-053-6/+15
| | | | | PR: ports/59476 Submitted by: zhuravlev alexander <zaa@ulstu.ru> (maintainer)
* - Update to 1.3.8.s.2pav2003-12-053-618/+881
| | | | | PR: ports/58311 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Upgrade to 2.8a.sumikawa2003-12-053-8/+8
|
* Update to 1.4p2.tobez2003-12-056-152/+57
|
* - Update to 1.24sergei2003-12-052-2/+2
| | | | | PR: 59408 Submitted by: maintainer
* - Update to 0.8.1pav2003-12-052-2/+2
| | | | | PR: ports/59947 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer)
* - Update to 0.8.2pav2003-12-052-3/+3
| | | | | | | | | * Fix buffer overflow vulnerability. * Support properties which have namespace other than DAV:. * More options. PR: ports/59939 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer)
* - Update to version 0.10krion2003-12-053-5/+12
| | | | | PR: 59647 Submitted by: Ports Fury
* Add p5-HTTP-Lite 2.1.5mat2003-12-045-0/+47
| | | | | | | Perl5 modules for Lightweight HTTP implementation. PR: 59539 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add p5-IMDB-Movie 0.10mat2003-12-045-0/+43
| | | | | | | Perl module to fetch movie info from www.imdb.com. PR: 58929 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Fix build on 5.xpav2003-12-041-0/+15
| | | | Approved by: maintainer
* - Add conflictspav2003-12-041-0/+2
| | | | | PR: ports/59585 Submitted by: Koop Mast <einekoai@chello.nl>
* - Update to 0.12pav2003-12-044-60/+62
| | | | | | | | - Add new knobs WITHOUT_WEBLINT, WITH_TIDY and WITHOUT_SPLASH - Add conflicts PR: ports/59931, ports/59585 Submitted by: Koop Mast <einekoai@chello.nl> (maintainer)
* - Update to 0.4.3pav2003-12-044-61/+3
| | | | | PR: ports/59771 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
* Update to 0.06erwin2003-12-042-3/+4
| | | | | PR: 59839 Submitted by: Lars Thegler <lars@thegler.dk>
* - suport spaces in filenamesdinoex2003-12-042-1/+96
| | | | - enviroment variable THUMBNAILBASEDIR to strip absolute pathnames
* It seems that MASTER_SITES release rerolled distfile.leeym2003-12-041-1/+1
| | | | | | | | So, update md5 checksum correspondingly. Sorry, due to license, users can only fetch the distfile from MASTER_SITES by themselves. Therefore I have no idea about what's different between the latest distfile and the previous one.
* The gauche-config command was not being invoked by the shell.linimon2003-12-041-1/+1
| | | | | PR: ports/59785 Approved by: Kimura Fuyuki (maintainer)
* - Fix build with gcc 3.3pav2003-12-041-0/+15
| | | | | | PR: ports/59585 Submitted by: Koop Mast <einekoai@chello.nl> Approved by: marcus (portmgr)
* Fixed the MASTER_SITES.znerd2003-11-272-2/+2
| | | | Approved by: portmgr (adamw)
* Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.marcus2003-11-263-21/+5
| | | | | Reported by: bento via kris Approved by: portmgr (implicit)
* Fix fetch due to a re-rolled distfile.marcus2003-11-264-20/+20
| | | | | Submitted by: maintainer Approved by: portmgr (implicit)
* Don't build these ports on amd64.marcus2003-11-2414-0/+28
| | | | Approved by: portmgr (implicit)
* Update to 7.23.marcus2003-11-228-10/+40
| | | | | | | | | | | | * Addresses two security issues: - Forced placement of downloaded skin-files in undesirable locations - Buffer overflow when processing skins * Adds an OpenSSL ASN.1 patch (http://www.openssl.org/news/secadv_20031104.txt) * Allow for Xft support with WITH_XFT2 [1] PR: 59577 Submitted by: maintainer Obtained from: trevor [1]
* Upgrade www/zope to version 2.6.2nbm2003-11-2218-282/+234
| | | | | PR: 59000 Submitted by: Osma Suominen <ozone@sange.fi>
* Fix build on -stable. [1]nork2003-11-222-3/+4
| | | | | | Add another MASTER_SITES. Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1]
* . Removed unneeded patch files.glewis2003-11-213-55/+0
| | | | Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* . Remove unneeded patches.glewis2003-11-212-52/+0
| | | | Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
* Add -fPIC to CFLAGS to hopefully fix build on amd64arved2003-11-211-0/+1
|
* Fix last commit. PORTVERSION should be 4.1.29, not 4.1.27.znerd2003-11-212-2/+2
| | | | Noticed by: ve@hardcore.lt
* Security update to 7.23 (aka 20031119).osa2003-11-214-26/+26
| | | | | | | | | | | | | It addresses these vulnerabilities: - Addressing two issues reported by Jouko Pynnonen: - Forced placement of downloaded skin-files in undesirable locations - Buffer overflow when processing skins - Additionally, added an OpenSSL ASN.1 patch (from OpenSSL 0.9.6k, November 4, 2003) Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) PR: 59542
* Author remove some needless files from distro and reroll it.osa2003-11-211-1/+1
|
* Remove needless filenork2003-11-211-16/+0
|
* Update port to version 4.1.29znerd2003-11-214-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the process, fix the packing list to obtain a clean pkg_add/pkg_deinstall sequence (a number of empty directory where not created in previous versions) The generated package now includes directives to fix file/dir ownership after install, so that the installed tree is identical to what you obtain after 'make install' from the port. Summary of changes to Tomcat since 4.1.27: . The Coyote connector (HTTP/1.1 and AJP/1.3) has been upgraded to Coyote 1.1, which is the one used by Tomcat 5.0.x. . Upgrade distributed jars: DBCP (1.1) commons-modeler (1.1) Xerces (2.5.0) regexp (1.3). . Added support for nesting a Context Listener and a Webapp Loader within a DefaultContext. . Minor docs updates. . StandardContext: Fix reloading regression. . StandardDefaultContext: Fix support for defining ResourceLink . StandardWrapperValve: Fix infinite recursion when logging in certain cases . JNDIRealm: Many bugfixes (18698, 11678, 19864, 20518, . 14817, 22236), and allow multiple user patterns. . CGI Servlet: Bugfixes (22857, 22858). . WebDAV Servlet: Fix bad handling of the destinationPath URL. . SecurityClassLoad: Preload a few additional classes from Coyote. . MemoryUser: XML-escape the values when writing out the tomcat-users.xml file. Submitted by: Angelo Turetta <aturetta@commit.it> PR: 58973
* Submitted by: ijliaofoxfair2003-11-212-5/+5
| | | | Plugins folder should go under mt/, fix it and bump PORTREVISION.
* add MT-PM 0.1ijliao2003-11-215-0/+90
| | | | Movable Type Plugin Manager
* . Use the newer, more simplified APACHE dependency handling.glewis2003-11-211-7/+4
| | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Remove www/netraider. Per bento logs, this port (a reduced version oflinimon2003-11-215-52/+0
| | | | | | | Konqueror) only compiles on 4.X on i386. The mastersite disappeared 2 years ago. The last distfile is 3 years old and its status on Sourceforge is listed as "alpha". PR: ports/58313 and no objection for one month.
* - Update to version 0.1.4krion2003-11-214-6/+25
| | | | | | | - Do not overwrite config files PR: 59490 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* . Update to 1.2.5.glewis2003-11-212-5/+3
| | | | | | | | . Fix MASTER_SITE_SUBDIR. . Unbreak (port now fetches). PR: 58944 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* . Avoid conflict between resin2 and resin3glewis2003-11-2112-234/+380
| | | | | | | | | | | | | . Fix resin{2,3}ctl first line (perl path) . Pid file is no more created in the Makefile . New resin.sh startup script, manages pid file . pkg-[de]install and pkg-message are now generated . Do not write anything after including bsd.port.post.mk . Packages are now supported (reported by Arcadius Ahouansou) . Integration with apxs for [de]activating mod_caucho PR: 57566 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* . Avoid conflict between resin2 and resin3glewis2003-11-2112-606/+738
| | | | | | | | | | | | | . Fix resin{2,3}ctl first line (perl path) . Pid file is no more created in the Makefile . New resin.sh startup script, manages pid file . pkg-[de]install and pkg-message are now generated . Do not write anything after including bsd.port.post.mk . Packages are now supported (reported by Arcadius Ahouansou) . Integration with apxs for [de]activating mod_caucho PR: 57566 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* . Update to 5.0.14glewis2003-11-2115-290/+315
| | | | | | PR: 59480 Submitted by: Angelo Turetta <aturetta@commit.it> Approved by: "Kang Liu" <liukang@bjpu.edu.cn> (maintainer)
* Update to 0.2.7.knu2003-11-212-2/+2
|
* s/epiphany/mozilla-bonobo/marcus2003-11-211-1/+1
| | | | Noticed by: maintainer