Commit graph

5590 commits

Author SHA1 Message Date
joerg
fc775895da Fix DragonFly. Use C++ compiler for linkage and add a snippish comment
about the incorrect comment in the Makefile.
2005-12-30 14:52:17 +00:00
joerg
d868ab2791 Comment out an unused function, which takes FILE (!) as parameter,
breaking the build on DragonFly.
2005-12-30 14:37:38 +00:00
joerg
110063eda0 For py-extclass, use the buildlink3.mk, not just a dependency.
Fixes build on DragonFly, remove PKG_FAIL_REASON.
2005-12-30 13:24:34 +00:00
joerg
51f7c31aec Fix patch (the original file has no newline at the end, breaking the
BSD patch).
2005-12-30 13:13:40 +00:00
joerg
1e0228ce61 Fix errno. 2005-12-30 13:01:57 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
ghen
1e3adc7bae DESCR saying "skipstone is currently under heavy development" was not quite
up-to-date anymore.  Noted by reed@.
2005-12-28 18:29:31 +00:00
jmmv
fa29499e02 Unbreak this package by requiring a firefox package that provides the .pc
files.
2005-12-28 18:12:33 +00:00
jmmv
6873793da3 Install the .pc files again, removed during the update to 1.5 (thus breaking
packages needing them, e.g., epiphany).  Bump PKGREVISION to 2.
2005-12-28 18:11:56 +00:00
ghen
f1d88f337f Add skipstone. 2005-12-28 15:47:53 +00:00
ghen
b84efd59fc Reimport skipstone from pkgsrc-wip.
SkipStone is a Gtk+ Web Browser that embeds Mozilla's rendering component
Gecko. It aims to be light and fast with few dependencies.

SkipStone is currently under heavy development, but it's progressing quickly
and coming along nicely. It provides a nice and simple configurable interface,
bookmarks and all of the other mandantory browsing features.

Downloading is handled by SkipDownload by default, a Gtk+ frontend to the
famous web downloading utility wget. However, if you prefer to use other
download utilities / managers, this option is configurable.

Mail and external url handlers are also handled by external applications which
can be configured to the users choice, leaving SkipStone to do what it does
best - browsing.
2005-12-28 15:47:30 +00:00
jmmv
a1e4758636 Fix the build under NetBSD 3.0 and unbreak this package.
The code explicitly defines _XOPEN_SOURCE (to an empty value), which breaks
sys/select.h; change it to also define _XOPEN_SOURCE_EXTENDED as suggested
by kleink@.
2005-12-28 15:40:26 +00:00
reed
dbbbc1327f Update patch so it uses PKGMANDIR instead of "man".
And for INSTALLATION_DIRS also.
2005-12-27 22:19:12 +00:00
reed
7c71f95db4 Use PKGMANDIR. 2005-12-27 17:56:09 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
markd
2f9e56b144 Note uses libtool and don't try to use -Wno-deprecated with C. May fix
build problem on amd64 seen in bulk builds.
2005-12-25 10:23:37 +00:00
taca
3df9b5e52f - Sort PKG_SUPPORTED_OPTIONS.
- Fix configure's artument to meet "arp-acl" PKG_OPTION.
- Make "aufs" PKG_OPTION really work which noted by PR pkg/32314 from
  Wolfgang Stukenbrock.
2005-12-23 15:37:41 +00:00
joerg
5d399684e3 Disable usage of symbol visibility, Firefox is definitely not there yet.
Since the build with DragonFly's system gcc was successful before, but
segilled on startup, a revision bump is necessary.
2005-12-23 00:29:57 +00:00
adrianp
39c7200e8a Update horde to 3.0.9
From the CHANGES:
------
v3.0.9
------

[cjh] Fix showstopper bug in Horde_Form select fields (Bug #3123).


------
v3.0.8
------

[cjh] When deleting an identity, don't show the deleted identity
      in the default identity select dropdown on the next page load.
[cjh] Fix escaping of data in the preferences templates.
[cjh] Fix escaping of data in the data import templates.
[cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html.
[cjh] Close several XSS problems in the share edit window.
[jan] Fix weather.com portal block.
2005-12-21 10:46:15 +00:00
gdt
d65a82dd63 Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previous
this package failed to 'make install'.
2005-12-19 21:10:52 +00:00
markd
96ae91c9ce Add htdig-devel. 2005-12-17 19:28:38 +00:00
markd
9da2f19245 Import of latest htdig beta release (from 18 months ago) as htdig-devel.
The ht://Dig system is a complete world wide web indexing and searching
system for a small domain or intranet.

Imported during the freeze as its needed to fix a problem in kdebase3.
OKed by wiz.
2005-12-17 19:26:26 +00:00
wiz
abd0680412 Update HOMEPAGE. 2005-12-17 17:06:18 +00:00
wiz
883bd02991 Update to 0.9.2, provided by OBATA Akio in PR 32320, fixing a
security problem.

Changes since 0.9.0:

Trac 0.9.2  (Dec 5, 2005)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.2

 * Fixed SQL injection vulnerability in ticket search module.
 * Fixed broken ticket email notifications.

Trac 0.9.1  (Dec 1, 2005)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.1

 * Fixed SQL injection vulnerability in ticket query module.
 * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300,
   #2318, #2329, #2366, #2369, #2373, #2383, #2416, #2457
2005-12-17 16:56:12 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
martti
d7bf1ff7d9 Updated www/jalbum to 6.1
The most important improvements are listed here:
 *  Makes use of multiple processors in order to enhance album
    generation speed. On a dual core system the speed gain is close
    to 100%. On CPUs with hyperthreading, the gain is up to 60%
 *  Faster and more reliable album publishing thanks to a completely
    new ftp component.
 *  JAlbum can now automatically pick thumbnail images to represent
    folders instead of the folder icon being used as default
 *  Various user interface improvements
 *  New and updated languages
 *  Fixes to common bugs and minor internal updates
2005-12-16 06:05:20 +00:00
tron
9857c444b5 Add fix for security vulnerability reported in CVE-2005-3352 taken from
Apache SVN repository. Bump package revision because of that.
2005-12-15 12:57:29 +00:00
tron
9b0ef43f3e Add fix for security vulnerability reported in CVE-2005-3352 taken from
Apache SVN repository. Bump package revision because of that.
2005-12-15 11:29:00 +00:00
taca
61cae94891 Correct version of htmllint from 20050924 to 20051019 since previous
updated version was really 20051019, and backout DIST_SUBDIR change.
2005-12-14 13:44:52 +00:00
bad
88bbfbe2ac Fix previous by implementing the other half of the changes that I forgot
about yesterday in the hurry between busses.
2005-12-13 18:55:03 +00:00
bad
167357c509 I'm told that, 40 years after its introduction, variable scopes are
still considered suspect and COMMON blocks are the wave of the future.
Also, apparently we don't want underscores in constant identifiers, but
minus signs are fine. I.e. do_htpasswd -> bozohttpd-do-htpasswd.
2005-12-12 21:38:55 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
salo
0ff1385be2 Update to version 1.5
Changes:
- Automated update to streamline product upgrades. Notification of an
  update is more prominent, and updates to Firefox may now be half a
  megabyte or smaller. Updating extensions has also improved.
- Faster browser navigation with improvements to back and forward button
  performance.
- Drag and drop reordering for browser tabs.
- Improvements to popup blocking.
- Clear Private Data feature provides an easy way to quickly remove
  personal data through a menu item or keyboard shortcut.
- Answers.com is added to the search engine list.
- Improvements to product usability including descriptive error pages,
  redesigned options menu, RSS discovery, and "Safe Mode" experience.
- Better accessibility including support for DHTML accessibility and
  assistive technologies such as the Window-Eyes 5.5 beta screen reader
  for Microsoft Windows. Screen readers read aloud all available
  information in applications and documents or show the information on
  a Braille display, enabling blind and visually impaired users to use
  equivalent software functionality as their sighted peers.
- Report a broken Web site wizard to report Web sites that are not
  working in Firefox.
- Better support for Mac OS X (10.2 and greater) including profile
  migration from Safari and Mac Internet Explorer.
- New support for Web Standards including SVG, CSS 2 and CSS 3, and
  JavaScript 1.6.
- Many security enhancements.

Full release notes: http://www.mozilla.com/firefox/releases/1.5.html

XXX: Solaris packages available, need work.
2005-12-12 18:49:47 +00:00
joerg
9915df0cf5 Update lighttpd to 1.4.8.
From NEWS:
  * added auto-reconnect to ldap-server in mod_auth
    (joerg@netbsd.org)
  * changed auth.ldap-cafile to be optional
    (joerg@netbsd.org)
  * added strip_request_uri in mod_fastcgi
  * added more X-* headers to mod_proxy
    (Ben Grimm <bengrimm@gmail.com>)
  * added 'debug' to simple-vhost to suppress the
    (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
    messages by default
  * added support to let the server listen on UNIX-socket
  * changed default stat-cache-engine to 'simple'
  * fixed max-age timestamps in mod_expire
  * fixed encoding the filenames in PROPFIND in mod_webdav
  * fixed range request handling in network_writev
  * fixed retry on connect error in mod_fastcgi
    (Robert G. Jakabosky <bobby@alphatrade.com>)
  * fixed possible crash in mod_webdav if sqlite3 support
    is available but not use
  * fixed fdvent-handler init if server.max-worker was used
    (Siddharth Vijayakrishnan <mail@bluefireworks.net>)
  * fixed missing cleanup in mysql_vhost
  * fixed assert() in "connections.c:962:
      connection_handle_read_state: Assertion 'c->mem->used' failed."
  * fixed 64bit issue in md5
  * fixed crash in mod_status
  * fixed duplicate headers in mod_proxy
  * fixed Content-Length in HEAD request in mod_proxy
  * fixed unsigned/signed comparisions
  * fixed streaming in mod_cgi
  * fixed possible overflow in password-salt handling
    (reported on slashdot by james-web@and.org)
  * fixed server-traffic-limit if connection limit is not set
2005-12-12 17:56:51 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
wiz
2d551da2e6 Update MASTER_SITES. 2005-12-12 10:47:02 +00:00
taca
91d23bffa8 Distribution file seems to be updated without its name change.
So, include time-stamp information in DIST_SUBDIR.  (I didn't use
"${PKGNAME}-20051212" since pkglint warns.)
2005-12-12 03:16:05 +00:00
wiz
44156cb63c Update to 5.805:
2005-12-08   Gisle Aas

    Release 5.805

    HTTP::Date: The str2time function returned wrong values for
    years in the early 20th century, because timelocal() actually
    expects the year to be provided on a different scale than what
    localtime() returns.

    HTTP::Headers can now be constructed with field names that repeat.
    The $h->header function now also accept repeating field
    names and can also remove headers if passed undef as value.

    HTML::Form: The parse method now takes hash style optional
    arguments and the old verbose behaviour is now off by default.

    HTML::Form: Accept <select multiple=""> for compatibilty with
    other browsers.  Patch by Josh Rai

    HTML::Form: Sane handling of 'disabled' for ListInput.
    Based on patch by Joao Lopes

    HTTP::Negotiate: Fixed matching of partial language tags.
    Patch contributed by Dan Kubb.

    HTTP::Response: The as_string method now returns a status line
    that doesn't add the "official" code name in the message
    field.  This improves the ability to round-trip response objects
    via HTTP::Response->parse($res->as_string) and makes the first
    line of the string returned agree with $res->status_line.

    Net::HTTP: The host attribute can now be set undef in
    order to suppress this header for HTTP/1.0 requests.

    Net::HTTP: The default Host: header does not include the
    port number if it is the default (80 for plain HTTP). Some
    servers get confused by this.

    Net::HTTP: Ignore bogus Content-Length headers. Don't get
    confused by leading or trailing whitespace.

    LWP::Protocol::http: More efficient sending of small PUT/POST
    requests by trying harder to pass off the whole request in a
    single call to syswrite.

    lwp-request now give better error messages if you used the
    -o option without having the HTML-Tree distribution installed.
    Also document this dependency.



2005-12-06   Gisle Aas

    Release 5.804

    HTTP::Message->parse did not work when the first line of the body
    was something that looked like a header.

    HTTP::Header::Auth needs HTTP::Headers to be loaded before
    it replace its functions.

    LWP::Protocol::nntp improvements by Ville Skyttä
     - Support the nntp: scheme.
     - Support hostname in news: and nntp: URIs.
     - Close connection and preserve headers also in non-OK responses.
     - HEAD support for URIs identifying a newsgroup.
     - Comment spelling fixes.

    Fix quotes in Net::HTTP example.
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283916

    Detect EOF when expecting a chunk header.  Should address the
    warnings shown in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286775

    WWW::RobotRules: Improved parsing of not strictly valid robots.txt files

    Makefile.PL: Set name to LWP so that the .packlist ends up in the
    expected place.
2005-12-11 19:17:19 +00:00
wiz
9c07ee9397 Update to 2.1pre20:
=== RELEASE 2.1pre20 ===

Wed Dec  7 21:21:18 MET 2005 E. Rosten

	Blocklist blocks all accesses, not only images

Wed Dec  7 00:41:09 MET 2005 user:

	Fixed proper position after go-back if the file was not in cache
	Fixed incorrect initial position on some pages with long tables during
		viewing while loading
	Fixed some quirks with Braille terminal and jumping by words
	-dump -html-numbered-links 1 prints links' locations

Tue Nov 29 00:36:24 MET 2005 mikulas:

	Do not load too big files on background (maximum size is cache size / 4)

Mon Nov 28 01:49:54 MET 2005 mikulas:

	Restore terminal attributes on fatal errors

Sun Nov 27 22:35:25 CET 2005 mikulas:

	Allowed download of files larger than 2G

Thu Nov 24 18:17:38 MET 2005 Konstantin

	Regular expressions for javascript

Sat Nov 19 18:57:04 MET 2005 mikulas:

	Allow cookies with "secure" parameter
	Cookies without path act as if path was "/" instead of current directory

Sat Nov 12 23:34:13 cet 2005 mikulas:

	Remove username and password from referer
	An option to send real referer only to the same server

Sat Nov 12 20:37:06 MET 2005 user:

	Allow user and password in http url --- http://user:password@host/

Wed Nov  9 20:20:45 MET 2005 user:

	In graphics mode, prefer "title" to "alt" in <img> tag

Thu Nov  3 00:22:18 MET 2005 user:

	Status line is redrawn only when it changes --- prevents cursor flicker

Wed Nov  2 15:36:17 MET 2005 user:

	Do not use HTTP/1.1 on lighttpd server

Mon Oct 24 22:19:33 CEST 2005 mikulas:

	Account document.write content to javascript memory quota
	Print javascript memory in "memory info" dialog window

Mon Oct 24 16:32:40 MET 2005 user:

	Recognise "title" attribute in <LINK> tag

Mon Oct 24 16:23:41 MET 2005 user:

	Accept application/xhtml as html type

Sun Oct 23 03:38:48 cet 2005 mikulas:

	Allow usemap and ismap on images simultaneously

Sat Oct 22 17:16:52 MET 2005 Rezzie

	Updated Indonesian translation

Fri Oct 21 15:58:56 MET 2005 user:

	&quote;

Thu Oct 20 03:30:48 MET DST 2005 mikulas:

	Special handling for relative URLs beginning with '&' or '?'

Wed Oct 12 13:27:52 MET 2005 Jakub Bogusz

	Updated Polish translation

Tue Oct 11 17:23:26 MET 2005 user:

	An optional retry on internal server errors

Tue Oct 11 03:48:52 MET DST 2005 mikulas:

	Get indenting of TAB character in UTF-8 documents right

Tue Oct 11 02:40:17 MET DST 2005 mikulas:

	Better glob match that does not cause stack overflow
2005-12-11 18:56:30 +00:00
taca
25cf1250b7 Update www/htmllint package to 20050924.
Complete changes are unknown, but some items from HOMEPAGE.

- Make sure to close the file descriptors for temporary files
  when uploading files.
- Fix a problem with handling of "file:" scheme.

The second problem might be claimed as a security problem.

pkgsrc changes:

- Add dependency to p5-libwww.
2005-12-11 13:30:58 +00:00
markd
22c6942601 Update to KDE 3.5
Many new features and refinements.

Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
  ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
  ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
  easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
  Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11 11:09:40 +00:00
hira
1e9178dfee Update www/firefox-bin-flash to 7.0r61. Changes unknown. 2005-12-11 10:27:30 +00:00
salo
a1bd5f9ac1 Update to version 7.15.1
Changes:

- the libcurl.pc pkgconfig file now gets installed on make install
- URL globbing now offers "range steps": [1-100:10]
- LDAPv3 is now the preferred LDAP protocol version
- --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
- improved MSVC makefile

Bugfixes:

- URL buffer overflow problem (CVE-2005-4077)
- using file:// on non-existing files are properly handled
- builds fine on DJGPP
- CURLOPT_ERRORBUFFER is now always filled in on errors
- curl outputs error on bad --limit-rate units
- fixed libcurl's use of poll() on cygwin
- the GnuTLS code didn't support client certificates
- TFTP over IPv6 works
- no reverse lookups on IP addresses when ipv6-enabled
- SSPI compatibility fix: using the proper DLLs
- binary LDAP properties are now shown base64 encoded
- Windows uploads from stdin using curl can now contain ctrl-Z bytes
- -r [num] would produce an invalid HTTP Range: header
- multi interface with multi IP hosts could leak socket descriptors
- the GnuTLS code didn't handle rehandshakes
- re-use of a dead FTP connection
- name resolve error codes fixed for Windows builds
- double WWW-Authenticate Digest headers are now handled
- curl-config --vernum fixed
2005-12-10 17:57:29 +00:00
taya
ddf68ace69 one more file to update... 2005-12-10 14:21:30 +00:00
taya
3b5dc3222b distinfo was broken.
regen.
2005-12-10 13:51:27 +00:00
taya
6ee3203c43 Update firefox & firefox-gtk1 to 1.5
Including fix for long title & history file problem.
http://www.mozilla.org/security/history-title.html
https://bugzilla.mozilla.org/show_bug.cgi?id=319004


What's New in Firefox 1.5

Firefox 1.5 is the next version of our award-winning Web browser.

Here's what's new in Firefox 1.5:

* Automated update to streamline product upgrades. Notification of an
update is more prominent, and updates to Firefox may now be half a
megabyte or smaller. Updating extensions has also improved.
* Faster browser navigation with improvements to back and forward
button performance.
* Drag and drop reordering for browser tabs.
* Improvements to popup blocking.
* Clear Private Data feature provides an easy way to quickly remove
personal data through a menu item or keyboard shortcut.
* Answers.com is added to the search engine list.
* Improvements to product usability including descriptive error pages,
redesigned options menu, RSS discovery, and "Safe Mode" experience.
* Better accessibility including support for DHTML accessibility and
assistive technologies such as the Window-Eyes 5.5 beta screen reader
for Microsoft Windows. Screen readers read aloud all available
information in applications and documents or show the information on a
Braille display, enabling blind and visually impaired users to use
equivalent software functionality as their sighted peers.
* Report a broken Web site wizard to report Web sites that are not
working in Firefox.
* Better support for Mac OS X (10.2 and greater) including profile
migration from Safari and Mac Internet Explorer.
* New support for Web Standards including SVG, CSS 2 and CSS 3, and
JavaScript 1.6.
* Many security enhancements.

The Burning Edge has more detailed lists of new features and notable bug fixes.
http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html
2005-12-10 13:47:22 +00:00
taca
0bc9ae1ed5 Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
2005-12-10 02:51:35 +00:00
erh
00a0834774 Fix corrupted PLIST. 2005-12-09 21:33:54 +00:00
wiz
2364b5adea Remove ap-jserv:
Does not build on 2.0 and 3.0, and has been superseded by tomcat
and ap-jk.  Maintainer jwise agrees.
2005-12-09 20:46:30 +00:00
joerg
b1b0fc3914 Add DragonFly support. 2005-12-08 17:11:58 +00:00
joerg
bb77531fd0 Add buildlink3.mk to allow other packages to link against libcgic. 2005-12-08 16:09:05 +00:00
rillig
039c944473 Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.
2005-12-08 09:52:15 +00:00
rillig
6419e9879b Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
2005-12-08 09:14:50 +00:00
bad
e9c14f778e Enable HTTP basic auth support and .htpasswd files by setting:
PKG_OPTIONS.bozohttpd	do_htpasswd
2005-12-07 17:01:22 +00:00
joerg
00d0910229 msgfmt build time dependency. 2005-12-06 15:55:57 +00:00
rillig
4f0216671e Bumped PKGREVISION because of the recent change to patch-af. 2005-12-06 14:19:39 +00:00
rillig
4bc38f1be1 <sys/param.h> must be included before querying __NetBSD_Version__. Noted
by Mito Osamu in PR 25487.
2005-12-06 14:09:29 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
taca
ea24b4f961 - Add "carp" and "unlinkd" option which are enabled on default.
"unlinkd" option is propsed from Dave Sainty by private mail.
- Change "perl:run" to "perl" in USE_TOOLS since perl is used at build time.
- Quiet pkglint; changing make macro in double quotation into :Q modifier.

Bump PKGREVISION.
2005-12-05 14:06:03 +00:00
mjl
da0360c201 Update p5-SVN-Web to 0.41
Overhauled templates, more customization options, i18n support, css
support and a couple of bug fixes.
2005-12-04 13:52:30 +00:00
wiz
65f128cd3a Try fixing the PLIST for the bulk build. 2005-12-03 20:22:19 +00:00
wiz
cf2bdd4578 Convert to options framework.
Fix socks option (USE_SOCKS previously could not have worked for various
reasons).
Fix a few pkglint quoting warnings.
2005-12-02 17:06:03 +00:00
wiz
f6210738c3 Convert to options framework.
While here, fix two pkglint warnings.
2005-12-02 17:05:04 +00:00
adrianp
10aa377055 Update distinfo for last Makefile change
Pointed out by Hauke Fath on tech-pkg@
2005-11-29 21:21:12 +00:00
rillig
f6a384af1c Added two patches to make the build on Solaris 8 with SunPro work. 2005-11-28 14:45:39 +00:00
rillig
f2fb370f0b Added two patches that fix the build on Solaris 8 with SunPro. 2005-11-28 14:41:42 +00:00
rillig
53757baa1b Fixed pkglint warning:
- WARN: Makefile:9: PKGNAME should not be used in DIST_SUBDIR, as it
  sometimes includes the PKGREVISION. Please use PKGNAME_NOREV instead.

Noted by Geert Hendrickx on tech-pkg.
2005-11-28 09:48:10 +00:00
martin
0e79795cb1 Add support for PKG_OPTIONS.gecko += debug. 2005-11-26 22:09:25 +00:00
adrianp
8002af1d9d Bump to thttpd-2.25bnb4 to address a security issue:
http://secunia.com/advisories/17454/
2005-11-26 10:02:37 +00:00
adrianp
eb53021ad2 Update horde to 2.2.9
From the CHANGES:
> Changes in this release:
>     * Fixed a potential XSS vulnerability.
2005-11-25 21:21:04 +00:00
adrianp
82194769a8 Update to horde 3.0.7
From the CHANGES:
> Major changes compared to the Horde version 3.0.5 are:
>     * Fixed sidebar menu layout with Opera browsers.
>     * Fixed calendar popup with Safari browsers.
>     * Fixed blank screens with Internet Explorer browsers after logins.
>     * Fixed warnings with PHP 4.4.0 and 5.0.5.
>     * Added ability to enable and disable IMSP globally.
>     * Fixed URL generation with some PHP CGI setups.
>     * Fixed sharing with groups if using group hooks.
>     * Updated Finnish, French, German, Hungarian, Korean, Polish, Slovak,
>       Turkish, and Traditional Chinese translations.
>     * Minor improvements and bug fixes.
>
> Major changes compared to the Horde version 3.0.6 are:
>     * Fixed cross site scripting vulnerabilities in the gzip/tar and css MIME
>       viewers.
>     * Fixed MySQL session handler.
2005-11-25 20:59:15 +00:00
wiz
1b38c8484f Update to 1.80:
1.8    2005-10-06

  - Bug fix to stop death in Apache::Session::Lock::Semaphore.

1.70_01    2004-09-01

  - Casey West takes the pumpkin.
  - Complete rewrite of test suite to use Test::* modules.
  - Minor documentation tweaks.
2005-11-23 22:20:24 +00:00
wiz
da4aa36c24 Update to 1.27:
1.27 - October 20, 2005

localize ScriptSock directive to always point to t/logs/cgisock
regardless of inherited and custom mod_cgid settings
[Geoffrey Young]

Prevent the config file from being overwritten
on platforms such as WIN32 under certain conditions.
[Randy Kobes]

make sure that the TESTS Makefile.PL parameter is properly
recognized ["Christopher H. Laco"]

Add the output of ldd(unix/cygwin) and otool -L (darwin)
for httpd to the mp2bug report script.
[Philip M. Gollucci]

fall back on using httpd-defined HTTPD_ROOT as the base for
httpd.conf if all other options fail.  [Geoffrey Young]



1.26 - July 25, 2005

some people have their Apache user/group names include spaces, so fix
the autogenerated httpd.conf to quote the two. [Stas]

make sure mp2 loading doesn't make it impossible to complete
mp1 runs.  [Matt Sergeant, Geoffrey Young]

add Apache::TestConfigParrot and Apache::TestRunParrot to
support mod_parrot server-side testing [Geoffrey Young]

update -withtestmore action to properly work with newer versions
of Test::Builder [Geoffrey Young]



1.25 - June 17, 2005

provide $Apache::TestUtil::DEBUG_OUTPUT as target for t_debug()
statements, defaulting to STDOUT.  this allows for changing
t_debug() to STDERR when using functions like t_write_file()
from within handler() server-side tests.  [Geoffrey Young]

adjust need_module()/have_module() to not try to require a module if
it was explicitly passed with a .c extension. in certain cases this
prevents a fatal error (e.g. trying to call
Apache::Test::have_module('mod_alias.c') from the <Perl>
sections. [Stas]



1.24 - May 20, 2005

When adding TypesConfig directives (either inherited from the global
httpd.conf or from the locally generated mime.types) make sure to
enclose it in <IfModule mod_mime.c>..</IfModule>, since mod_mime might
be unavailable. [Stas]



1.23 - May 3, 2005

Fix Apache::TestRequest::hostport to return the default host:port
string if $Apache::TestRequest::Module is 'default' or undef [Stas]

Fix Apache::TestRequest::module2url to allow passing '' as a URI
path. [Stas]

tweaks to Apache::TestClient to better deal with corrupted responses
when LWP is not available. [Stas]



1.22 - April 14, 2005

    ******************** IMPORTANT ********************
      this version of Apache-Test does not completely
    configure mod_perl for mod_perl versions 1.99_21 or
    earlier.  Please read the below changes carefully.
    ***************************************************

remove Apache::TestConfig::modperl_2_inc_fixup().  Apache-Test
is no longer Apache2.pm aware - it will not configure mod_perl
support to look in Apache2/ automatically.  [joes]

Add support for mp2's Apache:: -> Apache2:: rename [joes]



1.21 - March 23, 2005

fix Apache::TestConfig (was missing 'use lib' before using
lib::import) [William McKee]

TestConfigPerl will now configure mod_perl last, giving mod_perl
highest priority throughout the httpd lifecycle.  [Geoffrey Young]

Apache::TestConfig::untaint_path needs to remove empty entries in the
PATH list, since -T considers those tainted too. [Stas]

add Apache::TestHarnessPHP which allows for running client-side
scripts via php instead of perl.  [Geoffrey Young]
2005-11-23 22:19:50 +00:00
wiz
07744493fe Update to 1.16:
1.16    Fri Oct 28 17:34:20 CDT 2005
        [ENHANCEMENTS]
        * Sped up Mech significantly (~20% in some cases).  Images and
          links are extracted from the HTML, and objects are created,
          only when they're actually needed.  This will be a speedup for
          pages where you're only following links, or vice versa.

        [THINGS THAT MAY BREAK YOUR CODE]
        * If you've been relying on the $mech->{images} and $mech->{links}
          fields being populated so that you can bypass the $mech->images()
          and $mech->links() accessors, your code will break.  That's OK,
          because you should have been using the accessors all along.

1.14    Tue Aug 30 17:17:40 CDT 2005
        [DOCUMENTATION]
        * Added lots of new FAQs.  Thanks to Peter Stevens.

        [INTERNALS]
        * Now requires Test::LongString.  That's not too odious.

        [FIXES]
        * Tests now pass with the shuffling around that Google did.

1.13_01 Tue Apr 12 14:11:18 CDT 2005
        [ENHANCEMENTS]
        * Now dies if you call submit_form() with a non-existsing
          form_number or form_name.  Before, it would just warn.

        [DOCUMENTATION]
        * Added an example of using credentials() in the cookbook.
2005-11-23 22:18:22 +00:00
wiz
c17f75e2d8 Update to 3.46:
2005-10-24   Gisle Aas

     Release 3.46

     Don't try to treat an literal &nbsp; as space.
     This breaks Unicode parsing.
     https://rt.cpan.org/Ticket/Display.html?id=15068

     The unbroken_text option is now by default on
     for HTML::TokeParser.

     HTML::Entities::encode will no encode "'" by default.

     Improved report/ignore_tags documentation by
     Norbert Kiesel

     Test suite now use Test::More, by
     Norbert Kiesel

     Fix HTML::Entities typo spotted by
     Stefan Funke

     Faster load time with XSLoader (perl-5.6 or better now required).

     Fixed POD markup errors in some of the modules.
2005-11-23 22:17:07 +00:00
wiz
e4ef9bdc9e Update to 3.10:
2005-11-08  Andy Lester

        * Release 3.10 -- Another rebundling, with a new maintainer.
2005-11-23 22:16:36 +00:00
jdolecek
bc8e12600a panix.com doesn't seem to mirror opera anymore, remove from the list
pointed out by Zafer Aydogan in private e-mail
2005-11-22 22:14:51 +00:00
jdolecek
0956fe5408 Update opera to latest 8.51. Updates are security fixes for:
http://secunia.com/advisories/16907/
        http://secunia.com/advisories/17437/

as well as multiple stability fixes.
2005-11-22 20:07:13 +00:00
joerg
02185a8424 Allow choosing of CGI or FastCGI as SAPI for the PHP interpreter.
This is done via an option group, default is CGI. Note that the
FastCGI interpreter can still be used for normal CGI, but there
might be security issues involved in doing so.
2005-11-21 09:13:28 +00:00
rillig
44bd5bb137 pkglint --autofix 2005-11-19 15:06:36 +00:00
rillig
3db6cb3a34 Imported p5-HTML-Stream from pkgsrc-wip.
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-19 12:43:04 +00:00
simonb
f92bd5bd89 Update to version 20051024:
- 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-18 01:06:27 +00:00
joerg
952e20f0cb Update to 1.1.21. See databases/py-psycopg for the changes. 2005-11-16 15:33:26 +00:00
martti
b3b0eb4751 Updated jalbum to 6.0
* 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-16 06:51:27 +00:00
tv
4466140b9a Remove navigator3. It's no longer useful, and shouldn't be used by
anyone at this point.  (Mentioned on tech-pkg with no objections.)
2005-11-13 01:17:40 +00:00
adrianp
aaa6de591a Make a note about the lynxcgi security issue in <lynx2.8.6dev.15 2005-11-12 13:59:28 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
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-11 18:50:23 +00:00
rillig
67cb6ffda2 PKGBASE is defined too late to be used in PKG_OPTIONS_VAR. 2005-11-11 07:04:57 +00:00
taca
b08fb56b6b Updated for ruby18-1.8.3 pacakge; remove dependency to none existing
pacakges.

Bump PKGREVISION.
2005-11-09 04:27:34 +00:00
bouyer
2fc572ef1d php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave:
(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-08 20:33:55 +00:00
tonio
64236a0344 Convert to use tex.buildlink3.mk
set LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 to allow whatever latex distribution
2005-11-08 20:06:43 +00:00
tv
55dfaf733d USE_TOOLS+=bison (to use new tools framework for build). 2005-11-08 02:25:37 +00:00
kristerw
7d230d552c Change ../ns-plugger-common to ../../www/ns-plugger-common to silence
warnings from "make show-depends-dirs"
2005-11-06 22:11:26 +00:00
joerg
8d68e0e099 Update lighttpd to version 1.4.7, changes from NEWS:
* 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-06 16:47:33 +00:00
rillig
6a417285d9 Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}. 2005-11-05 17:25:39 +00:00
minskim
c7e9aee735 Add py-nevow. 2005-11-05 02:00:28 +00:00
minskim
a42fe4a275 Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak and
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-05 01:58:41 +00:00
tv
588f2e8e9c Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real path
so that configure won't try to run the (possibly not installed) pkg-config.
2005-11-04 21:16:30 +00:00
tv
a7fab54e2d Add <sys/socket.h> to pick up sockaddr on Interix (within the already
present __INTERIX block only).
2005-11-04 19:48:45 +00:00
epg
603a911c67 Update to 0.9. Bump minimum versions of dependencies. Allow py-PgSQL
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-03 23:04:29 +00:00
tv
c79ea8f9ba Fix PKG_OPTIONS_VAR in previous. 2005-11-03 16:55:46 +00:00
tv
a710fc83bf Require availability of IPv6. 2005-11-03 16:33:43 +00:00
salo
ff648c14a8 Security fix for SA17119:
"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-03 15:51:59 +00:00
rillig
3f478b8ec0 Using MASTER_SITE_XEMACS instead of hard-coded URLs. Removed those URLs
that don't exist anymore. Added the others to MASTER_SITE_XEMACS in
bsd.sites.mk.
2005-11-03 13:47:46 +00:00
rillig
5b2d7797e2 Using MASTER_SITE_APACHE instead of hard-coded URL. 2005-11-03 13:45:46 +00:00
rillig
baea2ba98f Fixed it again after checking if it really exists. 2005-11-03 13:30:50 +00:00
rillig
13ab28407a Fixed unknown MASTER_SITE_APACHE_HTTPD. 2005-11-03 13:29:27 +00:00
taca
fc2da99a5a Remove supporting ruby16-base package. 2005-11-03 07:22:24 +00:00
taca
f3e3fdd845 Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:22:00 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
720d5e3211 Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)
packages only.
2005-11-03 06:24:53 +00:00
taca
7b36e0023e Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
2005-11-03 06:22:40 +00:00
taca
afbf129d50 Update www/ruby-actionwebservice package to 0.9.1.
*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-03 05:41:39 +00:00
taca
0d227a9c7b Update www/ruby18-actionpack package to 1.10.1.
Changes from 1.9.1 are many, please see ${RUBY_DOCDIR}/actionpack/CHANGELOG.

pkgsrc change is installing example files, too.
2005-11-02 14:48:39 +00:00
taca
5b6e2ce907 Set RUBY_VERSION_SUPPORTED unconditionally. 2005-11-02 11:37:09 +00:00
tron
9c44cbac33 Remove obsolete file "include/php/main/config.nw.h" from package list,
bump revision.
2005-11-02 10:48:01 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
tron
bd22bf435f Remove "XML_RPC-1.4.0.tgz". It is part of PHP 4.4.1 and therefore no
longer downloaded manually.
2005-11-02 09:47:23 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
grant
6fdb9e7009 apply a more general fix than the last. whitespace. 2005-11-02 06:26:27 +00:00
minskim
623f2b5c84 GNU tar is needed on NetBSD-1.6.x to extract distfile. Patches
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
2005-11-02 04:00:23 +00:00
jdolecek
d61df3cdc3 Update php to 4.4.1. Besides incorporating XML_RPC-1.4.0 and fopen wrappers
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-01 23:12:15 +00:00
abs
ceb456a94a Update wwwoffle to wwwoffle-2.8enb1
- Use gzip rather than gtar to extract in PLIST (should really be
	  an INSTALL script)
	- Fix some lines in MESSAGE to for pkglint
2005-11-01 12:22:24 +00:00
tron
f361c01d9a Build "suse_openmotif" package from source directory matching the version
of the currently installed SuSE packages.
Patch submitted by Geert Hendrickx in PR pkg/31882.
2005-10-31 22:56:52 +00:00
taca
5b3c9817ff Use official patch instead of temporary one.
2005-10-26 20:31 (Minor) fails to compile with undefined reference to setenv

Bump PKGREVISION.
2005-10-31 09:53:41 +00:00
jdolecek
7ea966db7a claim MAINTAINER 2005-10-30 20:30:34 +00:00
epg
97121aca24 Update to 0.10.1, hopefully fixing PR 28699. Add buildlink3.mk,
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-29 19:29:52 +00:00
wiz
f98a8ae7d3 Reset maintainer to tech-pkg:
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
    never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
kristerw
9d1c24cedb Correct the removal of .orig files so it does as intended, and thus
prevents those files from being installed.
2005-10-29 01:56:42 +00:00
taca
a1537c1dec This change should be fix build problem on NetBSD 1.6 noted
by Krister Walfridsson.
2005-10-28 04:38:05 +00:00
tonio
6b5ff3183f Use the configure script
Fix perl path for configure and scripts, and add dependency for opml2snow over
p5-XML-LibXML

Bump PKGREVISION
2005-10-26 12:44:21 +00:00
taca
2787a2cbc1 Add a patch to compile on SunOS from squid's bugzilla.
Bump PKGREVISION.
2005-10-25 14:05:22 +00:00
wiz
2b8550401e Update to 2.06:
2.06  Tue Oct 18 13:13:52 EDT 2005
        - Tightened up element interactions in TREE() mode when examing
          rows, columns, cells, etc. Was running into trouble with
          dereferencing scalars vs objects.
        - Documented space() H::TE::T method, added tests
        - Added POD tests
        - Documentation updates and fixes

2.05  Tue Oct  4 16:00:02 EDT 2005
        - Fixed a TREE() definition bug and class method assignments
        - Fixed a 'row above header' bug, added tests

2.04  Wed Aug  3 14:42:23 EDT 2005
        - Fixed some conditional optional dependency tests in order to
          avoid falure assertions on some test boxes.

2.03  Wed Jul 20 12:45:56 EDT 2005
        - Fixed greedy attribute bug (non qualifying tables were being
          selected under certain circumstances)
        - Moved more completely to File::Spec operations in testload.pm
          in order to make windows boxes happy.

2.02  Thu Jun 23 12:42:44 EDT 2005
        - squelched TREE() creation warnings for subclasses
        - fixed a rows() bug involving keep_headers

2.01  Tue Jun 21 22:05:53 EDT 2005
        - fixed some test changes

2.00  Fri Jun 17 17:28:10 EDT 2005
        - Can now return parsed tables as HTML::TableElement objects
          within an HTML::Element tree structure (via HTML::TreeBuilder)
          for such purposes as in-line editing of table content within
          documents. Invoked via 'use HTML::TableExtract qw(tree);'.
        - Added columns(), row(), column(), and cell() methods.
        - Added some handy reporting methods: tables_report() and
          tables_dump(). These are almost always handy while first
          analyzing a new HTML document for table content.
        - Debugging and error output can now be assigned to arbitrary
          file handles.
        ! Old 'table_state' methods are now merely 'table' methods,
          though the old table_state style is still supported.
        ! Chains have been dropped. Though interesting (think xpath),
          they needlessly complicated matters as they were nearly
          universally unused.
2005-10-25 13:40:24 +00:00
wiz
22d21836f1 + p5-HTML-Element-Extended 2005-10-25 13:34:35 +00:00
wiz
64c86bffde Initial import of p5-HTML-Element-Extended-1.13:
HTML-Element-Extended is a package of several enhanced HTML::Element
classes, most of which arose during the effort to implement an
HTML::Element based table class.
2005-10-25 13:33:57 +00:00
taca
52cba22436 Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
2005-10-25 04:15:48 +00:00
minskim
9a78f10f81 Add zope3. 2005-10-24 02:27:47 +00:00
minskim
b42a47591b Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu and
modified by me.

Zope is an open source application server for building content
management systems, intranets, portals, and custom applications.
2005-10-24 02:25:20 +00:00
rillig
3afcc73507 Use "+=" instead of "=" for CONFIGURE_ARGS. 2005-10-23 23:18:49 +00:00
taca
81c518753b Update squid package to 2.5.12 (squid-2.5.STABLE12).
Changes to squid-2.5.STABLE12 (22 Oct 2005)

	- [Major] Error introduced in 2.5.STABLE11 causing truncated responses
	  when using delay pools (Bug #1405)
	- [Cosmetic] Document that tcp_outgoing_* works badly in combination
	  with server_persistent_connections (Bug #454)
	- [Cosmetic] Add additinal tracing to squid_ldap_auth making
	  diagnostics easier on squid_ldap_auth configuration errors
	  (Bug #1395)
	- [Minor] $HOME not set when started as root (Bug #1401)
	- [Minor] httpd_accel_single_host breaks in combination with
	  server_persistent_connections (Bug #1402)
	- [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
	  implemented, effectively ignored. (Bug #1403)
	- [Minor] CNAME based DNS addresses could get cached for longer
	  than intended (Bug #1404)
	- [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
	  in transparently intercepting proxies (Bug #1410).
	- [Minor] Cache revalidations on HEAD requests causing poor cache
	  hit ratio (Bug #1411).
	- [Minor] Not possible to send 302 redirects via a redirector in
	  response to CONNECT requests (bug #1412)
	- [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
	  #1419)
	- [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
	- [Minor] Delay pools class 3 fails on clients in network 255
	  (Bug #1431)
2005-10-23 22:32:32 +00:00
jlam
813025b441 Add missing manpage to PLIST. Bump PKGREVISION for binary package change. 2005-10-23 20:14:43 +00:00
heinz
a62bd3992d Updated to version 2.1.10nb4.
Pkgsrc changes:
  - Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR
    (option geoip).
  - Converted the post-build target to the "subst" framework.
  - Removed an unnecessary CONFIGURE_ENV (setting a variable internal to
    autoconf).
  - We install now some documentation files.

Description of GeoIP patch:
===========================
By default, Webalizer uses DNS suffix to guess country and produce geographic
stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled,
so there's no DNS, and consequently no geographic stats. Well, Webalizer *has*
internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even
running 100 threads. So, is there any other way? Sure! It's GeoIP library!

GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.  It uses a file based database
that is accurate as of March 2002.  This database simply contains IP blocks
as keys, and countries as values.  This database should be more complete and
accurate than using reverse DNS lookups.
2005-10-23 19:50:55 +00:00
jdolecek
fd04002a2a remove NO_CONFIGURE - REPLACE_PERL is handled in pre-configure stage,
without that /usr/bin/perl in the scripts doesn't get replaced with
/usr/pkg/bin/perl

reported in private e-mail by Pavel Trubl
2005-10-23 18:27:45 +00:00
wiz
bc2c6268b0 Use ${RM} instead of /rescue/rm. 2005-10-23 17:04:28 +00:00
jdolecek
c3aaebde98 php regex is also necessary on Linux; pointed out by Ondrej Tuma
in private e-mail
2005-10-23 16:59:49 +00:00
wiz
5e5f5cc285 Use ${RMDIR} instead of rmdir. 2005-10-23 16:51:00 +00:00
tonio
8ebb857d2f Fix .mo generation when using the msg-plural hack 2005-10-22 22:06:21 +00:00
tonio
5d8d89ab8d bump PKGREVISION, as USE_MSGFMT_PLURALS ads a build dependency over perl 2005-10-22 09:46:44 +00:00
tonio
f4a523e840 add USE_MSGFMT_PLURALS= YES, as it is used (PR 31886) 2005-10-22 09:40:06 +00:00