summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-11-19pkglint --autofixrillig1-1/+2
2005-11-19Imported p5-HTML-Stream from pkgsrc-wip.rillig4-0/+26
This module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream (you can intermix HTML-stream-output and ordinary-print-output, if you like).
2005-11-18Update to version 20051024:simonb4-15/+17
- Add more ad patterns. - Add WEBBUGHTML zap class. Note: adds the new STUBURL_WEBBUGHTML variable; users should update to the latest adzap.conf as shown in the install message.
2005-11-16Update to 1.1.21. See databases/py-psycopg for the changes.joerg2-7/+7
2005-11-16Updated jalbum to 6.0martti3-49/+757
* New styles. * Supports several new file formats. * Tools can now be executed from the command line. Use the -runTool switch. * You can now upload albums from the command line. Use the -uploadAll or -smartUpload switches. * Bug fixes.
2005-11-13Remove navigator3. It's no longer useful, and shouldn't be used bytv9-173/+1
anyone at this point. (Mentioned on tech-pkg with no objections.)
2005-11-12Make a note about the lynxcgi security issue in <lynx2.8.6dev.15adrianp1-1/+7
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio3-6/+6
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11PKGBASE is defined too late to be used in PKG_OPTIONS_VAR.rillig1-2/+4
2005-11-09Updated for ruby18-1.8.3 pacakge; remove dependency to none existingtaca1-6/+2
pacakges. Bump PKGREVISION.
2005-11-08php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave:bouyer4-5/+21
(endless loop): http://bugs.php.net/bug.php?id=35067 Pull in a patch from the php CVS repository to fix this, as suggested a squirrelmail mailing list: http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.543.2.51.2.3&r2=1.543.2.51.2.4&ty=u OK'd by Jaromir Dolecek, tested on apache-1 and apache-2 servers. Bump pkgrevision.
2005-11-08Convert to use tex.buildlink3.mktonio3-6/+12
set LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 to allow whatever latex distribution
2005-11-08USE_TOOLS+=bison (to use new tools framework for build).tv1-2/+2
2005-11-06Change ../ns-plugger-common to ../../www/ns-plugger-common to silencekristerw2-4/+4
warnings from "make show-depends-dirs"
2005-11-06Update lighttpd to version 1.4.7, changes from NEWS:joerg3-7/+8
* added FD_CLOEXEC to fds which are kept open for a longer time * added smaller, moving mmaped windows to network_writev * added madvise() to instruct the kernel the do proper read-ahead in network_writev * added support for %I in mod_accesslog * added better compat to Apache for ?auto in mod_status * added support for userdirs without a entry in /etc/passwd in mod_userdir * added startup-time selectable network-backend * added location of upload-files to config as array * added webdav.log-xml for logging xml-content in mod_webdav * added Cache-Control: max-age to mod_expire * workaround missing client-bug by assuming we received a close-notify on non-keep-alive requests in SSL request * disabled kerberos5 support by default to fix compilation on RHEL * fixed order of library checks to fix compilation on Solaris 9 * fixed open file-descriptors on read-error * fixed crash if /var/tmp is not writable
2005-11-05Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Add py-nevow.minskim1-1/+2
2005-11-05Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+234
maintained by Siegmund Fuehringer. Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible. It separates your code into 'data' and 'render' functions, a simplified implementation of traditional MVC. It has various parts which can be used individually or as a whole, integrated web solution.
2005-11-04Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real pathtv1-2/+2
so that configure won't try to run the (possibly not installed) pkg-config.
2005-11-04Add <sys/socket.h> to pick up sockaddr on Interix (within the alreadytv2-1/+15
present __INTERIX block only).
2005-11-03Update to 0.9. Bump minimum versions of dependencies. Allow py-PgSQLepg5-138/+251
or py-psycopg to satisfy the database dependency, in addition to sqlite. Install man pages to PKGMANDIR. Closes PR 31984. Upstream changelog: Trac 0.9 (Oct 31, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9 * Support for a global trac.ini configuration file. * Changed logic for enabling plugins/components. * Improved support for handling repository subsets. * Fixes problems with Trac links when using multiple environments in the same Python interpreter. * Improvements to email notification layout and encoding. * Fixes for database locking with SQLite, in particular in a multi-threaded environment. * PostgreSQL compatibility fixes. * Fixed bugs: #804, #861, #927, #1044, #1051, #1123, #1153, #1169, #1239, #1344, #1463, #1562, #1881, #1886, #1895, #1909, #1921, #1930, #1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120, #2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170, #2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218, #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251, Trac 0.9-beta2 (Sept 25, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9b2 * Support for setuptools 0.6. * Allow insertion of a custom HTML snippet above the new ticket form to explain site-specific policies and/or guidelines. * Much improved Bugzilla import script. * Fixed a bug where deleting a wiki page version would sometimes delete the entire page. * Fixes for the rendering of diffs and patches. * Fixes for the Subversion authz support. * Fixed bugs: #2008, #2032, #2034, #1801, #1893, #1040, #2040, #1036, #1944, #1081, #1863, #2052, #2066, #2016, #2090, #1985, #2012, #2089, #2079, #1999, #2029, #2079, #1960, #2080, #2021, #2042, #2088, #1345, #2011, #2100, #2103, #2113, #2116, #2109 Trac 0.9-beta1 (Sept 5, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9b1 Trac 0.9 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * License changed from GPL to modified BSD (See the file COPYING). * Improved modularity and extendibility (plugin support). * Support for both pysqlite 1.x and pysqlite 2.x. * Postgresql database support (with psycopg or pyPgSQL). * Repository subsets. Multiple Trac environments can share a single repository. * Version control abstraction layer making it possible to support other version control systems besides subversion in the future. * FastCGI frontend support. * Python version >= 2.3 is now required. The complete list of closed tickets can be found here: http://projects.edgewall.com/trac/query?status=closed&milestone=0.9
2005-11-03Fix PKG_OPTIONS_VAR in previous.tv1-2/+2
2005-11-03Require availability of IPv6.tv1-5/+6
2005-11-03Security fix for SA17119:salo3-3/+528
"A vulnerability was found in W3C Libwww, which potentially can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to a boundary error in the "HTBoundary_put_block()" function when processing multipart MIME data. This may be exploited to cause an illegal memory access past the end of the input buffer via specially crafted multipart MIME data. Successful exploitation can potentially cause an application that uses Libwww to crash." http://secunia.com/advisories/17119/ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159597 Bump PKGREVISION. Patch from RedHat.
2005-11-03Using MASTER_SITE_XEMACS instead of hard-coded URLs. Removed those URLsrillig1-6/+2
that don't exist anymore. Added the others to MASTER_SITE_XEMACS in bsd.sites.mk.
2005-11-03Using MASTER_SITE_APACHE instead of hard-coded URL.rillig1-2/+2
2005-11-03Fixed it again after checking if it really exists.rillig1-2/+2
2005-11-03Fixed unknown MASTER_SITE_APACHE_HTTPD.rillig1-2/+2
2005-11-03Remove supporting ruby16-base package.taca1-5/+1
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca1-2/+1
2005-11-03Delete removed ruby related pacakge's entries.taca1-3/+1
2005-11-03Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)taca4-82/+0
packages only.
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca8-194/+0
and now bundled in ruby18-base pacakges.
2005-11-03Update www/ruby-actionwebservice package to 0.9.1.taca3-10/+10
*0.9.1* (October 19th, 2005) * Upgraded to Action Pack 1.10.1 and Active Record 1.12.1 *0.9.0* (October 16th, 2005) * Fix invalid XML request generation bug in test_invoke [Ken Barker] * Add XML-RPC 'system.multicall' support #1941 [jbonnar] * Fix duplicate XSD entries for custom types shared across delegated/layered services #1729 [Tyler Kovacs] * Allow multiple invocations in the same test method #1720 [dkhawk] * Added ActionWebService::API::Base.soap_client and ActionWebService::API::Base.xmlrpc_client helper methods to create the internal clients for an API, useful for testing from ./script/console * ActionWebService now always returns UTF-8 responses.
2005-11-02Update www/ruby18-actionpack package to 1.10.1.taca3-17/+49
Changes from 1.9.1 are many, please see ${RUBY_DOCDIR}/actionpack/CHANGELOG. pkgsrc change is installing example files, too.
2005-11-02Set RUBY_VERSION_SUPPORTED unconditionally.taca1-5/+5
2005-11-02Remove obsolete file "include/php/main/config.nw.h" from package list,tron2-3/+3
bump revision.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-1/+2
by Ruby 1.8.3 updates.
2005-11-02Remove "XML_RPC-1.4.0.tgz". It is part of PHP 4.4.1 and therefore notron1-5/+1
longer downloaded manually.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-3/+3
ruby18-base packages.
2005-11-02apply a more general fix than the last. whitespace.grant1-3/+3
2005-11-02GNU tar is needed on NetBSD-1.6.x to extract distfile. Patchesminskim1-1/+8
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
2005-11-01Update php to 4.4.1. Besides incorporating XML_RPC-1.4.0 and fopen wrappersjdolecek5-40/+8
security fix, this fixes serious security problems regarding overwriting of the GLOBALS array. All users of PHP 4.3 and 4.4 sare encouradged to update to this version. The --with-regex=system bug with re_magic has been fixed too, so re-enabling use of --with-regex=system for all operating systems again
2005-11-01Update wwwoffle to wwwoffle-2.8enb1abs3-20/+20
- Use gzip rather than gtar to extract in PLIST (should really be an INSTALL script) - Fix some lines in MESSAGE to for pkglint
2005-10-31Build "suse_openmotif" package from source directory matching the versiontron1-2/+2
of the currently installed SuSE packages. Patch submitted by Geert Hendrickx in PR pkg/31882.
2005-10-31Use official patch instead of temporary one.taca3-29/+9
2005-10-26 20:31 (Minor) fails to compile with undefined reference to setenv Bump PKGREVISION.
2005-10-30claim MAINTAINERjdolecek1-2/+2
2005-10-29Update to 0.10.1, hopefully fixing PR 28699. Add buildlink3.mk,epg5-13/+29
resolving PR 31001. Don't declare an unnecessary dependency on clearsilver-base in py-clearsilver or ruby-clearsilver. Upstream changelog: 2005/07/27 by blong@blong fix for cs_dist update 2005/07/27 by blong@blong update makefile for new release (and p4) 2005/07/27 by blong@blong update to -fPIC for position independent code to support amd64 machines Change makedep routine to use find instead of ls, so it won't error if there are no files (like in the top level directory) 2005/07/27 by blong@blong missed a file for const fix 2005/07/27 by blong@blong generic python location 2005/07/26 by blong@blong add limits.h to define _POSIX_PATH_MAX before we define it if it doesn't exist 2005/07/18 by nschrenk@nschrenk2 Fix bug that caused bogus tzoffset to be exported by export_date_tm(). 2005/07/07 by blong@blong Update configure to take a --disable-wdb argument We don't want to link with bdb sometimes 2005/07/07 by blong@blong Update ClearSilver to take correct const char * arguments in most places that it should. This should make clearsilver easier to use from C++ and just for people who like their const correctness for strings. Also fix the hdftest since some machines have "words" with periods in them in their dict file. 2005/07/01 by blong@blong Change clearsilver to link to checked-in versions instead buildonly. Add README.google and setup_google.sh files to document how to build for Google 2005/06/29 by nschrenk@nschrenk Fix an allocation bug in the HDF.getValue() native method: don't release the default_value string until after it has been copied. 2005/06/28 by nschrenk@nschrenk Fix bug where the HDF Java wrapper would not allow a default value of null, and clean up the code a bit so that exceptions are thrown in a couple more places, and the right type of exceptions are thrown instead of a generic RuntimeException. 2005/06/24 by nschrenk@nschrenk Change variable type from int to long to fix compile warning in the Clearsilver ruby support. 2005/06/22 by nschrenk@nschrenk Support more of the HDF C API in the Java wrapper. 2005/06/08 by quong@quong-clean Initial submit of Clearsilver This is simply the code from clearsilver-0.9.14.tar.gz from the http://clearsilver.net/ with the following files removed: *.pyc, */.cvsignore, and man/... I'll submit changes to this code in future CL's.
2005-10-29Reset maintainer to tech-pkg:wiz5-10/+10
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-29Correct the removal of .orig files so it does as intended, and thuskristerw1-2/+2
prevents those files from being installed.