summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2004-04-24bl3ifyxtraeme1-3/+3
2004-04-24bl3ifyxtraeme8-23/+37
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam23-45/+45
2004-04-24make sure we link with the correct rpath on Solaris.grant2-1/+17
2004-04-24don't pass "-Q option" to ${LD}, it isn't needed and the Solaris linkergrant2-9/+17
errors on it.
2004-04-24catch up to current statvfs supporttaya3-7/+7
2004-04-24catch up to current statvfs supporttaya3-7/+7
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed3-8/+8
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed13-27/+13
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23Added screws.xtraeme1-1/+2
2004-04-23Initial import of screws-0.52, packaged for pkgsrc by the same authorxtraeme4-0/+134
"pancake" pancake at phreaker dot net. Screws is an experimental web server with extensibility in mind. It's designed in a little core that processes connections and petitions, setenv the spected values and calls an external program or script that processes this and shows what it wants. By this way it's possible to customize every answer of the web server, and extend it as we want in a simple way. Some features are: - UID/GID/CHROOT directives - Dynamic Module loading (security, optimization, extensions, etc..) - HSML (Embed scripts into HTML) Like PHP but using your prefered language. - Support for perl, sh, python, lua, brainfuck, Java... - Portable code: tested on Solaris, *BSD, GNU/Hurd, Darwin... - IPv4/IPv6 support
2004-04-23catch up to current statvfs supporttaya3-7/+7
2004-04-23bl3ifymarkd1-4/+4
2004-04-23"find ... -and ... -or ... "is a GNU'ism. Use -a and -o.uebayasi1-4/+4
2004-04-21Convert to buildlink3.snj1-3/+3
2004-04-21Regen for addition of patch-ac.snj1-1/+2
2004-04-20Update to 0.6.1.epg3-14/+16
Changes: * Duplication of empty lines on Windows should no longer happen. * RSS now escapes entities in summary. * Search results won't highlight dates anymore. * RPM for SuSE Linux. * Preliminary executable Windows Installer. * More documentation. * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223, #244
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek5-34/+75
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20don't do pear package-validate after extraction - our SHA1 checksumjdolecek1-2/+1
check is enough
2004-04-20Regen to make GNU patch happy.minskim2-6/+10
2004-04-20Bump revision; now Unicode support is optional, and the default is changeduebayasi1-1/+2
to disable Unicode.
2004-04-20Fix "M17N without Unicode".uebayasi2-8/+21
2004-04-20bl3ify and update to kde3.2.2.markd3-15/+9
Changes: * VPL: don't lose the comment text from inside a comment * make removal of top folders added with "New Top Folder" possible * never crash when invoking the CSS editor on an empty document * don't crash when invoking the CSS editor after a <style> without the closing </style> * other CSS editor invocation fixes * don't change the tab name if saving under a new name failed * use the correct quotation and case when inserting a link to a file from the treeviews * fix preview when preview prefix is used * remove the < and > from the misc. tag * don't crash when parsing an included file * don't break the opening tag when some new tag is pasted inside an existing one * don't insert the closing tag for a Tag action if it is not requested to do so * performance improvement: parse the included files less often
2004-04-19Update to adzap-20040408; changes since -20040104 include:kleink2-5/+5
* 2004-04-08 cameron: scripts/squid_redirect: Move % unescaping into the zap pattern matching function so that $words[0] remains undamaged. Previously a %20 in an input URL which hit a PASS rule (or no rule) transmuted into a bare space, and other nasty chars could do likewise - I imagine a %0a would really break stuff. Rod Savard reported this issue, which breaks chained redirectors, on 29mar2004. * 2004-03-31 cameron: rc/patterns: popups from popup.scambiositi.com * 2004-03-07 cameron: scripts/squid_redirect: Jean-Pierre Radley reports that the /usr/bin/env trick fails because SCO OpenServer 5.0.x has /bin/env, not /usr/bin/env. So I've reverted to the older, simpler system, undoing the suggestion of Petri T. Koistinen. Mykefile: Use $HOMEHOST instead of hardwiring "amadeus". * 2004-03-06 cameron: scripts/squid_redirect: Set #! line to #!/usr/bin/env perl on suggestion from Petri T. Koistinen. rc/patterns: popup at www.military.com from John Woodstock falkag.(de|net) pattern updates from Nick Leverton * 2004-02-03 cameron: rc/patterns: PRINT rule for sciencedaily.com planetark.com PRINT rule * 2004-01-31 cameron: rc/patterns: self ads at bigfoot * 2004-01-29 cameron: rc/patterns: more SWF ads * 2004-01-26 cameron: rc/patterns: content.ad-flow.com GIFs .falkag.net GIFs * 2004-01-22 cameron: rc/patterns: another PRINT rule for abc.net.au * 2004-01-20 cameron: rc/patterns: ads from klipmart.dvlabs.com, seen at forbes.com * 2004-01-19 cameron: rc/patterns: widen http://servedby.advertising.com/** on report from Billy Newsom big exception for webmail.aol.com from Neal Macklin exception for NYTIMES article about popup ads * 2004-01-14 cameron: rc/patterns: bar.hit-counter.udub.com * 2004-01-08 cameron: rc/patterns: raise priority of .yimg.com PASS rule on report from Mike Mitchell
2004-04-19Update to 1.2.3 and disable the nautilus view, as it is disabled by defaultjmmv3-9/+8
in this version (and AFAICT, it doesn't work or I haven't been able to find a way to get it working). Code changes * Cleanup chrome handling (Marco) Bugfixes * Fix bookmarks import from XBEL (Marco) * Set window icon on "About" dialogue (Christian) * Fix "Add" button appearance for some themes (Christian) * Fix "Go" button (Christian) * Fix "Open In New Tabs" from bookmarks editor (Christian) [#138343] * Fix context menu for anchors without href (Christian) [#138200] * Fix context menu for linked images (Christian) [#138200] * Fix startup script on solaris (Marco) [#138088] * Fix filechooser handling (Federico Mena Quintero) [#138263] * Fix compilation with -fdata-sections (Christian) [#136878] * Check for invalid font size pref (Piers) * Fix clear-history dialogue button size with themes (Piers) * Fix bookmarks toolbar visibility in fullscreen and ppview mode (Christian) [#138520] * Fix link dragging to new notebook tabs (Christian) [#138902] * Sync toolbar code with galeon gtk 2.4 port; fixes crash when dragging items from other applications (Crispin Flowerday) * Fix homepage setting to current page (Christian) [#139124] * Make pdm, prefs and print setup dialogue transient (Christian) * Sort the actions in location entry drop-down (Christian) [#139575] * Don't quit filechooser when choosing not to overwrite an existing file (Christian) [#139400] * Fix filename encoding in confirm-overwrite dialogue (Christian) * Fix accel setting for dynamic menus (Christian) [#139641] * Don't gunzip downloaded files (Marco) [#131778] * Fix content policy contract ID (Christian) * Fix chrome handling for new windows from _blank target links (Marco) [#139512] * Make message selectable in content handler dialogue (Piers) * Translations: bg, eu, is, hu, no, pa, ru
2004-04-19Introduce USE_SSL build parameter, that pulls in OpenSSL and compilescube1-1/+7
support for SSL/TLS connections with PHP. It is necessary to compile SSL support in PHP to be able to use TLS-enabled sockets. The openssl PHP module does not include that functionality.
2004-04-19Convert to buildlink3.snj4-13/+13
2004-04-19Convert to buildlink3.snj4-9/+9
2004-04-18add Solaris/sparc build of firefox-gtk2grant2-1/+8
2004-04-18Convert to bl3, drop maintainership.wiz2-6/+6
2004-04-18Update to 0.6.23, convert to bl3:wiz2-9/+8
* HTML export plugin is now XHTML compliant
2004-04-18Update W3m from 0.4.0 to 0.5.uebayasi6-201/+126
Now M17N patch is merged into the main development now. Pkgsrc changes: * Simplify options. * XXX "M17N without Unicode" is broken now. This should be fixed. Other changes in W3m: w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged w3m 0.4.2 - 2003-09-23 * options: -4, -6 * configuration file in $(sysconfdir)/$(package)/ * func: NEXT_VISITED, PREV_VISITED * autoconfiscate (partially) * rc: use_history w3m 0.4.1 - 2003-03-07 * fix bugs - completion segfault in lineinput - incremental search - URL pattern fix - UFhalfclose bug - allow pipe in shell command - enhance ftp directory support - linenumber in edit - fix Bug#181897 - W3M_TTY problem fixed
2004-04-16Add and enable p5-WWW-Mechanize.minskim1-1/+2
2004-04-16Import p5-WWW-Mechanize from pkgsrc-wip. Packaged by dieter Roelants.minskim5-0/+53
"WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited.
2004-04-16update to 1.1.11drochner2-8/+6
changes: -bugfixes -support for PostgreSQL 7.4 -support for PostgreSQL geometrical types -more feature additions...
2004-04-16Update neon to 0.24.5xtraeme3-8/+7
Changes in release 0.24.5: * SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in XML/207 response handling, reported by greuff@void.at. * Performance fix: avoid seeding the SSL PRNG if not creating an SSL socket. * ne_ssl_readable_dname() is now defined to return UTF-8 strings. * Fix case where gssapi/gssapi_generic.h was included but not present. * Fix ne_utils.c build on platforms where zlib does "#define const". * Fix use of ne_proppatch_operation with some C++ compilers. * Update libtool for fix to --enable-shared on Darwin. * BeOS: check for gethostbyname in -lbind (David Reid).
2004-04-16update to 0.22.1recht2-6/+5
Changes in release cadaver 0.22.1, 14 April 2004 (PGP signature) * Restore DASL/DeltaV support (GRASE team). * Fix to only use netrc on first attempt at authentication. * Update to neon 0.24.5: o SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities Changes in release cadaver 0.22.0, 10 September 2003 (PGP signature) * Fix build on BSD platforms, or if using bundled expat library. * Fixes for some URI encoding issues. * Update to neon 0.24.1: o only support PKCS#12-encoded client certs, using the "client-cert" option. * Support --with-libs argument to configure. * (Drop DASL/DeltaV support temporarily).
2004-04-16Fix CATEGORIES.kim1-2/+2
2004-04-15Remove USE_BUILDLINK2, define NO_CONFIGURE.snj1-2/+2
2004-04-15Convert to buildlink3.snj2-13/+13
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-2/+1
from the buildlink2.mk files.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv4-8/+8
*-dirs packages.
2004-04-13Update to 0.8.2: new translations: ru, wa and ja.jmmv3-6/+10
2004-04-13During print-PLIST, output a comment for the removal of the lib/epiphanyjmmv1-1/+4
directory, instead of removing it.
2004-04-13Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/).xtraeme1-2/+2
2004-04-13Switch to Tcl 8.4.minskim1-2/+2
2004-04-13Enable pkgviews installation.minskim1-1/+3
2004-04-12No longer used.snj1-28/+0
2004-04-12Accept p5-libapreq2 too.kim1-3/+8