summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll16-61/+61
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Update to 2.1.7. Changes are merely bugfixes.jdolecek2-6/+6
2002-02-14Updated wdg-validate to 1.03abs2-5/+5
* added a --emacs command-line option to produce output intended for parsing by Emacs * added errors for references to non-existent IDs in attributes such as the headers attribute of the td element
2002-02-13Update htmlfix to 1.01 - ignore symlinksabs2-5/+5
2002-02-13Update "analog" package to version 5.2. Changes since version 5.1:tron4-20/+24
5.2 (13-Feb-02) - You can now plot the lower levels of hierarchical reports on the pie charts by using the new CHARTEXPAND family of commands. - Added MACHTTP to the list of built-in log formats that analog recognises automatically. - Recognises ; as well as & as query-string separator. - The rules for generating "organisations" from numerical addresses have changed. - Filenames given on the command line are now relative to the current directory, not the analog directory. - Ignores completely blank lines at the top of a logfile. - Makefiles for Microsoft Visual C++ can be found in the new src/build directory. Makefiles for other platforms have moved out of the source tree into there too. - You can now refer to kilobytes as kibibytes by editing your language file. - Revised versions of Japanese language files. - Revised the Licence. - Advertised new donations page.
2002-02-12Update dillo package to version 0.6.4. Main new features are improved tablereinoud2-5/+5
support making it render NetBSD's homepage correctly (!) and other goodies like remembering where the scroll bar was when you go back...
2002-02-12Update ap-ruby package to 0.9.7.taca2-5/+5
Tue Feb 12 13:00:01 2002 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Tue Feb 12 12:59:21 2002 Shugo Maeda <shugo@modruby.net> * lib/aapche/ruby-run.rb (handler): return DECLINED for OPTIONS requests. * lib/aapche/eruby-run.rb (handler): ditto. * lib/aapche/erb-run.rb (handler): ditto. * lib/aapche/ruby-debug.rb (handler): ditto. * lib/aapche/rd2html.rb (handler): ditto.
2002-02-11Update to adzap 20020209.simonb3-8/+8
- Fix a typo in the wrapzap script. - Add/adjust more ad patterns.
2002-02-10Create ${PREFIX}/etc/squid during pre-install, so copying the defaultveego1-1/+2
config file doesn't fail.
2002-02-10Update galeon to 1.0.3taya2-6/+6
From release mail: NEWS - a few bugfixes - Mozilla 0.9.8 compatibility
2002-02-09Update mozilla to 0.9.8taya14-186/+426
See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.8/
2002-02-08Mozilla is install in X11PREFIX, not PREFIX. Make config.mk relfect the rightjmc2-13/+53
pathnames
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-2/+2
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-06Fix dependency typo for gnome-libsjmc1-2/+2
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-3/+3
Make the print-PLIST target output ${MKDIR} also.
2002-02-05ap-mod_python->ap-pythondrochner8-9/+9
2002-02-05add ap-mod_pythondrochner1-1/+2
2002-02-05initial import of ap-mod_python-2.7.6, a Python interpretter embedded intodrochner7-0/+219
Apache submitted by Jarkko Torppa per PR pkg/14522
2002-02-05add py-HTMLgendrochner1-1/+2
2002-02-05initial import of py-HTMLgen-2.2.2, a class library for the generation ofdrochner6-0/+96
HTML documents such a pkg was submitted in PR pkg/13042, but the URL it refers to is invalid
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam3-9/+9
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Add apache buildlink so it installs perl when building. That way apxs can runjmc1-1/+2
2002-02-05Remove the perl buildlink. I disagree that installing a perl script shouldn'tjmc1-2/+1
commit the package to depending on perl as well but that seems to be the current way it's done for apache.
2002-02-05Make sure configure knows where MM is located. Also include the apachejmc1-3/+3
headers in the CPPFLAGS
2002-02-05Apache installs apxs which is a perl script so the package needs to depend onjmc1-1/+2
perl as well.
2002-02-01Update to horde 2.0, as 1.2.7 doesn't work with the new php.bouyer12-557/+483
"has been released. The 2.0 release is a massive upgrade of the Horde Application Framework. Many components have been added or streamlined. Inter-application support is much more robust, a generic MIME_Viewer framework is included, a new preferences system supports global or application scope for preferences, and more!"
2002-02-01Update p5-HTML-FixEntities to 1.01.abs2-5/+5
Fix (downright stupid) braino that could result in the tail end of the string being truncated.
2002-02-01Update www/ap-ssl to 2.8.6:jlam2-15/+11
*) Upgraded to Apache 1.3.23 *) Fixed a subtle indexing bug in SHMCB. Each sub-cache used an indexing structure that (correctly) used index values (and ranges) as "unsigned int", but the meta-structure in the header had these ranged as "unsigned char". *) Perform the SHMCB remove operation under mutual exclusion to prevent a inter-process synchronization problem. *) Made sure that mod_ssl does not segfault in case of SCOREBOARD_SIZE < 1024. *) Merged in the SDBM patch from Uwe Ohse which fixes a problem with sdbms .dir file, which arrises when a second .dir block is needed for the first time. read() returns 0 in that case, and the library forgot to initialize that new block. A related problem is that the calculation of db->maxbno is wrong. It just appends 4096*BYTESIZ bits, which is not enough except for small databases (.dir basically doubles everytime it's too small).
2002-02-01Update apache to 1.3.23 with the EAPI patch from mod_ssl-2.8.6-1.3.23.jlam7-27/+32
The main new features in 1.3.23 (compared to 1.3.22) are: * HTTP/1.1 support for mod_proxy. * Other mod_proxy improvements. * The new 'FileETag' directive to allow one to build the format of the ETag via runtime directives. * Addition of a 'filter callback' function to enable modules to intercept the output byte stream for dynamic page caching. The following bugs were found in Apache 1.3.22 and have been fixed in Apache 1.3.23: * Fix incorrect "Content-Length" header in the 416 response. * Revert mod_negotation's handling of path_info and query_args to the 1.3.20 behavior (PRs: 8628, 8582, 8538). * Prevent an Apache module from being loaded or added twice due to duplicate LoadModule or AddModule directives.
2002-02-01Update ap-ruby package to 0.9.6 and make sure to install necessary files.taca3-7/+14
Wed Jan 30 17:41:47 2002 Shugo Maeda <shugo@modruby.net> * version 0.9.6 released. Wed Jan 30 17:34:01 2002 Shugo Maeda <shugo@modruby.net> * lib/apache/ruby-debug.rb: new file. Wed Jan 23 17:51:05 2002 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_cleanup): call ruby_finalize(). * mod_ruby.c (ruby_child_init): new function to initialize child processes. * mod_ruby.c (ruby_child_cleanup): new function to cleanup child processes. * request.c (request_notes): new method. Wed Jan 16 14:02:51 2002 Shugo Maeda <shugo@modruby.net> * apachelib.h (CSTR2OBJ): use rb_tainted_str_new2(). * array_header.c: ditto. * table.c: ditto. * server.c: ditto. * lib/apache/ruby-run.rb: use untaint. * lib/apache/eruby-run.rb: ditto. * lib/apache/erb-run.rb: ditto. * lib/apache/rd2html.rb: ditto. Mon Jan 7 18:08:09 2002 U.Nakamura <usa@osb.att.ne.jp> * Makefile.in (install-ruby): lib/$$file -> $(srcdir)/lib/$$file. * Makefile.in (install-siteruby): ditto.
2002-01-31Added htmlfix-1.00 - replace latin1 with html entities / fix line endingsabs1-1/+2
2002-01-31imported by accidentabs1-224/+0
2002-01-31Import htmlfix-1.00. Simple perl script to replace latin1 characters withabs5-0/+252
HTML entities, and/or fixup line endings.
2002-01-31Added p5-HTML-FixEntities 1.00 - A simple perl module for converting latin1abs1-1/+2
characters to html entities
2002-01-31Import p5-HTML-FixEntities 1.00 A simple perl module for converting latin1abs4-0/+25
characters to html entities
2002-01-30Enable wApuamjl1-1/+2
2002-01-30Initial import of wApua 0.05, a perl WML browser.mjl4-0/+44
2002-01-29we have Python-1.5, so we can enable it againdrochner2-10/+11
2002-01-29use python20/Makefile.inc instead of python/Makefile.incdrochner2-5/+5
2002-01-29add py-curldrochner1-1/+2
2002-01-29initial import of py-curl-0.4.5, a python module interface to the cURL library,drochner4-0/+27
submitted by Shell Hung per PR pkg/15103
2002-01-28Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggsjlam3-11/+11
<briggs@ninthwonder.com>. If you use CGI.pm, then this update is highly recommended. Changes from version 2.75.2 include: * Changes to CGI::Carp to avoid "subroutine redefined" error messages. * Default DTD is now XHTML 1.0 Transitional * Patches to support all HTML4 tags. * Added ability to change encoding in <?xml> assertion. * Fixed the old escapeHTML('CGI') ne "CGI" bug * In accordance with XHTML requirements, there are no longer any minimized attributes, such as "checked". --> Patched bug which caused file uploads of exactly 4096 bytes to be truncated to 4094 (thanks to Kevin Mahony) * New tests and fixes to CGI::Pretty (thanks to Michael Schwern). * New esc.t regression test for EBCDIC translations courtesy Peter Prymmer. * Patches from James Jurach to make compatible with FCGI-ProcManager * Additional fields passed to header() (like -Content_disposition) now honor initial capitalization. * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in URLs.
2002-01-25Set path in skipstone script to X11BASE -- that's where mozilla is installed;wiz1-3/+2
skipstone doesn't have to be installed there, too, then, so remove USE_X11BASE.
2002-01-25USE_X11BASE so this actually compiles without xpkgwedge.rh1-1/+2
2002-01-24Utilize apache's buildlink.mk rather than BUILD_LINK.taca1-2/+2
2002-01-24Add BUILD_DEPENDS to perl since apache's apxs utility is perl script.taca1-1/+2
2002-01-24Update to 0.7.8. Compiles with 0.9.7 mozilla, thus fixingwiz7-57/+82
bulk build problem. Changes since 0.7.4: 0.7.8 ----- - use putenv instead of setenv for sun systems. - Added a FavIcon plugin, requires GdkPixbuf and will only work with current CVS skipstone and 0.7.8 or higher releases. Introduces a new plugin position (PLUGIN_IN_TOOLBAR_BEFORE_ENTRY) some of you may have to recompile your plugins. - Fixed title setting for notebook window and added a check for null titles in adding go menu items. - Patch from Ashie, to fix copy/paste between notebook tabs. - Fix to the reload menu as I was not returning what gtk was expecting, it was causing a reload hangup - Lots of Improvements to the Throb plugin thanks to M.R. Muthu Kumar. Now Throbbers should be placed in ~/.skipstone/plugins/throbbers - Thanks to "M.R.Muthu Kumar" <m_muthukumar@users.sourceforge.net> for noticing a bug when closing the config window with plugins that wants its stuff saved, that crashes skip. Fixed now. - Fix titles so that they are not shortened in the window title of the notebook interface, if the notebook label itself is shortened. - Added an option to disable annoying popups, in mozilla node check disable popups to activate. - Applied a patch with changes from Petr Blahos <pblahos@suse.cz> so that hitting alt-l does not open the url entry dialog if the navigation bar is on, rather just grabs focus on the entry, otherwise default behavior is kept if the navigation toolbar is off. - Fix crash recovery some more! it was dying out too fast because of the recent changes. - make cvsmozilla=1 for those of you using CVS mozilla as of 9th of dec. update since an API had changed. people using <= 0.96 should just do a make as usual - Applied a patch from : "M.R.Muthu Kumar" <m_muthukumar@users.sourceforge.net> That loads a pixmap for bookmark link in the bookmark toolbar and another one for the bookmark folder. mini_folder.xpm and mini_link.xpm. Those are added to the default theme ofcourse, now people are more than welcome to draw other ones for the rest of the themes :) - Added an option to toggle the use of HTTP version 1.0, as i found out that my intenet junkbuster proxy does not like http version 1.1 - so if you are seeing weird behavior using jb with skipstone, check use 1.0 in mozilla config section. - updated japanese translations from ashie. - Changed the way the titles are handled since the new patch didn't play well with windowed mode. - Another Patch from ashie@home.ne.jp for internationlizing copy/paste. - Set title on window even on notebook mode and on switch of notebook. - Use g_get_home_dir() instead of getenv("HOME"); - Patch from ashie@home.ne.jp that enables title encoding so that japanese, chinese and other chars display correctly in bookmarks and titles. - Add SkipStone's version to the user_agent string. - Fixed a crash for confirmEx dialog temporarly until I finish the implementation. - Applied a patch for bookmarks from ashie@home.ne.jp that fixes dropping of bookmarks onto the root of another bookmark and also adds the ability to autoscroll when you are dropping a bookmark further down the ctree. 0.7.7 ----- - Fixed a condition where mozilla embedding components could be faulty and would still cause crash recovery to respawn even though we are trapping the respawning. Now skipstone should print the message about the fast respawning and just quit. - Added skipstone-desk.png and skipstone-now.png one for your desktop and one to promote skipstone :) Thanks to Jenn <spam@neurodreams.net> for the skipstone-now icon - I lost the email which I got the skipstone.png desktop icon so if the user who made it can email me again so I can give him appropriate credit. - crash fix when closing a detabbed tab, thanks to Dam <damien@mandrakesoft.com> for noticing that one. - Patch from Dam's <damien@mandrakesoft.com> to shorten the spaces in the toolbars. - Ben Winslow <rain@bluecherry.net> sent in a patch that reported exact progress if known, I modified it to do a progerss_all instead displaying the site name and also calculates estimated speed in bps. Anyone else is welcome to do timed calcuations if they like. - Now SkipStone can be compiled with a debug=1 flag that will enable function calls to be displayed for debugging purposes, if you are having problems with skipstone its a good idea to recompile with make debug=1 and run skipstone > debugout then send me the latest lines from debugout - helps. - Added webbrowserpersist to include according to new mozilla include dirs - Renamed read_config() to read_skipstone_config() and the same for write_config(), read_config() was causing CrossOver plugin problems. Appearntly they were using the same or something went wrong with both Skip and the plugin so the easiest solution was to rename our functions. Thanks to Martin Wulffeld <tranquil@mail.dk> for doing all the detective work with this, he came up with the answer and emailed me about it. - More renaming for CrossOver stuff. I wonder why all those conflicts. - Updated nl.po by Francois Duprez. 0.7.6 ----- - A new AutoComplete plugin, install it and hit tab on the entry location to get a list of possible completions when typing a url. - Mozilla 0.9.5 and CVS Mozilla compatibility. - Added Escape as a key handler to destroy the windows in history, bookmarks print, open location, config, and error dialogs. Basically all the windows will be destroyed when hitting escape except for skipstone window which stop load when hitting escape. - Patch from Petr Blahos <pblahos@suse.cz> Adds directory locations for SUSE distros to skipstone startup script, fixes the previous tab menuitem which was calling the next function! and adds a new fixed tab size feature. - Patch from Mike Meyer <mwm@mired.org> to config.mk so that PREFIX can be passed and used in INCLUDE and LIB locations instead of only installtion location, helps with FreeBSD port maintaince. - Disable all warnings for submit/enter secure/leave secure site by default if crypto is compiled in until I file a bug about not being prompted to stop this behavior by mozilla prompt service. - avoid potential crash when appending an entry to go menu and location is null. - Added a new position to plugins, PLUGIN_IN_TOOLBAR_START which causes plugins to be loaded before skipstone's control buttons (back, forward, etc) and added two examples that use that .. a button that when clicked creates a new skipstone page or notebook tab and if pasted on, it'll create a page with the buffer loaded on. There are two versions of this plugin, a text only version for people without Imlib2 and an Imlib enhanced version that can load a graphical image that can be set via the config (it can be disabled also in the imlib version to remain text only) - Set the image file from its config section in skipstone's config. You may want to recompile all your plugins and skipstone ofcourse. 0.7.5 ----- - Fix to compile with 0.93 and keep backward compatibility with 0.92 calls. - Added an option to control underlining of links in the Appearance section. - Originally patch from Mike Meyer <mwm@mired.org> for adding an option to disable use of web page colors, I put that in its own Appearance node in prepration to make the colors configurable from skipstone also, rather than using the default mozilla colors. - Fixed an odd crash when setting the title sometimes. - Patch from Mike Meyer <mwm@mired.org> to fix SIGUSR1 in ipc for BSD users. - Spec file fixed from IKEUCHI Hiroki <e5215@icsc.maizuru-ct.ac.jp> - Patch from Takuro Ashie <ashie@homa.ne.jp> to add support for changing fonts for multiple languages instead of western only. Also adds Cursive and Fantasy fonts settings. -Another patch from Takuro, adds _() internatilization around strings in skipstone-prompter and skipdownload.
2002-01-24regen (patch-a[acd] don't exist, it seems -- forgot to commit?)wiz1-4/+1
2002-01-22Fix last commit (package was already at PKGREVISION 1, addingwiz1-3/+3
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2.
2002-01-22use buildlink file for python, but keep tied to version 2.0drochner4-11/+14
because of some dependencies