Commit graph

3142 commits

Author SHA1 Message Date
jlam
8d4a872e98 Include bsd.pkg.mk unconditionally at the end of the package Makefile since
the suse/Makefile.application file doesn't include it for us anymore.
2003-03-26 18:12:02 +00:00
grant
9c3b8ed271 add phoenix-linux-nightly 2003-03-26 12:55:41 +00:00
grant
60c544aee3 Initial import of phoenix-linux-nightly into The NetBSD packages collection.
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.

This package provides a simple way to track nightly Linux builds of
phoenix.
2003-03-26 12:55:04 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
taca
4658a5720f Update squid package to 2.5.2.
pkgsrc change: install some supplemental documents.

Changes to squid-2.5.STABLE2 (Mars 17, 2003):

	- Contrib files added back to the distribution
	- Several compiler warnings fixed when using --disable-ident or
	  --disable-http-violations
	- authentication can now be used in most access controls, but
	  must in most cases first be enforced in http_access to force
	  the user to authenticate.
	- cleanups in the developer bootstrap.sh process when preparing
	  the sources.
	- several squid.conf.default documentation updated to correctly
	  refer to the current names when refering to other directives
	- authenticate_ip_ttl documentation updates
	- several assertion faults and segmentation violations corrected
	- the RunCache/RunAccel and squid.rc scripts updated to refer to
	  the squid binary in sbin rather than the old bin location.
	- squid_ldap_auth command line processing fixes when specifying
	  the LDAP server last on the line instead of -h option
	- aufs data corruption bugfix
	- aufs performance improvement for low traffic systems
	- aufs stability improvements
	- external_acl corrected to properly deal with quoted strings
	- WCCPv1 bugfix to make sure the router accepts the hash assignments
	- "Total accounted memory" now correctly reported in cachemgr
	- several small memory leaks (mostly reconfigure related)
	- new squid.conf option to allow GET/HEAD requests with a request
	  entity
	- "make uninstall" no longer removes squid.conf
	- cachemgr.cgi now uses POST to avoid having the cachemgr password
	  logged in the web server logs
	- authentication schemes which are known to not be proxyable are now
	  filtered out from forwarded server replies to avoid that the clients
	  tries to use such schemes when we know for a fact it won't work
	- spelling corrections in various error messages
	- now possible to define acl values with spaces in them
	  by using the "include file" feature
	- squid_ldap_group updated to 2.10 to fix compilation issues with
	  recent (and older) OpenLDAP libraries and to make the helper deal
	  correctly with true LDAP groups by first looking up the user DN.
	- Some internal code cleanups
	- now verifies that programs etc exists iside the chroot directory
	  when using chroot_dir. No longer neccesary to set up a split view
	  environment where the same paths works both inside the chroot and
	  outside just to convince Squid that the files is actually there..
	- improved memory usage reporting
	- --disable-hostname-checks configure option
	- no longer ignores double dots in host names. Any hostname with
	  double dots is now rejected as invalid.
	- log_mime_hdrs no longer logs garbage if very long headers
	  are seen.
	- 'select_fds_hist' object added to cachemgr 'histogram' output
	- pid file now unlinked when squid has really shut down, not
	  immediately when the shutdown request is received. This allows
	  the pid file to be monitored to determine when Squid has shut down
	  properly
	- correct authentication scheme setups on some platforms or compilers
	- several squid.conf.default documentation updates to remove references
	  to renamed or replaced directives by changing them to their current
	  names.
	- the SSL reverse proxy support updated to allow building with
	  OpenSSL 0.9.7 and and later.
	- Corrected a minor performance problem while processing HEAD replies
	  from various broken web servers not sending a correct HTTP reply
	- time acls can now specify multiple times in the same acl name, like
	  most other acl types.
	- winbind helpers updated to match Samba-2.2.7a and should
	  work with Samba-2.2.6 or later (required). For compability with
	  older Samba versions A new configure option --with-samba-sources=...
	  has been added to allow you to specify which Samba version the
	  helpers should be built for if different than the above versions.
	- Squid MIB definition syntax correction to work better with newer
	  (and older) SNMP tools.
	- Fixed access.log format when logging "error:invalid-HTTP-ident" on
	  requests where parsing the HTTP identifier (HTTP/1.0) failed.
	- "make distclean" no longer removes the icons, this avoids the
	  dependency on "uudecode" to rebuild Squid after "make distclean"
	- User name returned by external acl lookups (external_acl_type)
	  is now available as "ident" in later acl checks in addition to
	  the logging in access.log.
	- Incorrect behaviour of Digest authentication partly corrected - it
	  will not handle sessions, but will always enforce password
	  correctness.. (patch submitted by Sean Burford).
	- Issue with persistent connections and PUT/POST request corrected
2003-03-25 17:44:22 +00:00
jmc
8323049d60 Do the gunzip in post-extract with the correct path to the distfile 2003-03-24 23:15:34 +00:00
wiz
a27d6f0a07 Add libexec/cgi-bin and two files in there. Addresses part of PR 20854. 2003-03-24 11:08:47 +00:00
tron
dae738d793 Update "analog" package to version 5.32. Changes since version 5.31:
- Recognises Safari and Camino browsers.
- New LOGFORMAT specification %D (processing time in microseconds).
- Understands %A and %D in APACHELOGFORMAT.
2003-03-23 21:47:57 +00:00
wiz
cad5eb9518 Update to 7.2, provided by David Forrai in PR 20539.
Many minor new features (at least nothing major struck me)
and lots of bug fixes (details: http://www.w3.org/Amaya/User/New.html).
pkg: now uses GTK instead of Motif.
2003-03-22 06:46:19 +00:00
wiz
c77a18b704 Remove bogus dependencies for w3m-img, and bump PKGREVISION.
Noted by Takeshi Nakayama in PR 20734.
2003-03-22 03:28:01 +00:00
wiz
939aaa0f03 Fix PLIST. 2003-03-22 03:25:40 +00:00
wiz
8b5745aa52 Update to 2.1.10, from PR 20445.
Changes:
 o Fix posible obscure buffer overflow bug in DNS resolver code
 o Added additional extended character fixes
 o Let code accept partial content response codes along with 200's
 o Added code to catch blank hostnames (yes, they have been found!)
   Will convert them into 'Unknown'
2003-03-22 03:11:29 +00:00
wiz
6d6fdb9cd1 Let MASTER_SITES be overridden, if a package using this Makefile
fragment really wants to (like php4-apc).
Closes PR 20293 by Soren Jacobsen.
2003-03-22 01:18:20 +00:00
wiz
e98e15fd85 Enable gzip'd help files, just like in the lynx package.
Closes PR 20023 by Sergey Svishchev according to his suggestions.
2003-03-22 00:08:20 +00:00
jmmv
833c297a7f Update to 0.7.1.2. There are lots of new features, including plugin
support and IPv6; threads are now a must.

Patch provided in PR pkg/20672 by Quentin Garnier.
2003-03-21 18:15:28 +00:00
grant
b67a297c90 update mozilla-linux to 1.3.
What's new from release notes
* Mozilla Mail has junk-mail classification. With some initial
"training" the client can identify and segregate spam messages from
good messages. To see more about Mozilla's junk-mail classification,
visit the Mozilla Spam Filtering page.

* Newsgroup filters have been implemented.

* An initial implementation of Mozilla Midas, rich text editing
controls, has landed in Mozilla for 1.3. See the Midas page for more
information.

* Image auto sizing allows a user to toggle between full-sized images
and images sized to fit the browser window. To give it a try, load a
large image into the browser window or size the window to be much
smaller. Now clicking on the image will alternate between auto-sized
and full-sized. The feature can be disabled (or enabled) from the
Appearance panel in Preferences.

* Users can now "dynamically" switch profiles. To give it a try, from
the tools menu select "Switch Profile..."

* Find as you type, formerly known as type ahead find, has a new
preferences panel (Advanced: Keyboard Navigation).

* When installed, Chatzilla now has a normal Mozilla preferences panel.

* Mozilla 1.3 also includes fixes for performance, standards
compliance and site compatibility.

* Mozilla has a new splash screen. We already know. Please don't
report this to Bugzilla. Thanks
2003-03-18 07:21:39 +00:00
grant
4ffa99fe47 dynamically generate the PLIST. 2003-03-18 07:17:31 +00:00
taya
4e14558181 Update galeon to 1.2.9
Galeon 1.2.9 is a maintainance release on the stable branch
(for gnome 1.4 and mozilla compiled for gtk 1.2.x). It adds
compatibility with mozilla 1.3 final and fixes the c++ abi
compatability wrappers to actually work properly.
2003-03-18 03:25:29 +00:00
taya
82d2596528 update buildlink2.mk for mozilla-1.3 2003-03-18 03:24:01 +00:00
bouyer
0c6b709545 Update to 2.2.1.
Main changes since 2.0:
Add various translations
Add a preference to allow maintenance ops with no confirmation screen
Allow setting the number of columns in the summary screen as a user
      preference (Brian Keifer <brian@valinor.net>).
Make text, icon, or both menus a user preference
Add a Horde preferences screen, and a preference to refresh the summary
      screen.
Add text/enriched MIME_Viewer

See share/doc/horde/CHANGES for details.
2003-03-17 17:58:13 +00:00
taya
054dada29a Update mozilla to 1.3
What's new from release notes
* Mozilla Mail has junk-mail classification. With some initial
"training" the client can identify and segregate spam messages from
good messages. To see more about Mozilla's junk-mail classification,
visit the Mozilla Spam Filtering page.

* Newsgroup filters have been implemented.

* An initial implementation of Mozilla Midas, rich text editing
controls, has landed in Mozilla for 1.3. See the Midas page for more
information.

* Image auto sizing allows a user to toggle between full-sized images
and images sized to fit the browser window. To give it a try, load a
large image into the browser window or size the window to be much
smaller. Now clicking on the image will alternate between auto-sized
and full-sized. The feature can be disabled (or enabled) from the
Appearance panel in Preferences.

* Users can now "dynamically" switch profiles. To give it a try, from
the tools menu select "Switch Profile..."

* Find as you type, formerly known as type ahead find, has a new
preferences panel (Advanced: Keyboard Navigation).

* When installed, Chatzilla now has a normal Mozilla preferences panel.

* Mozilla 1.3 also includes fixes for performance, standards
compliance and site compatibility.

* Mozilla has a new splash screen. We already know. Please don't
report this to Bugzilla. Thanks
2003-03-17 16:07:32 +00:00
grant
2a7e8c59e8 dynamically generate the PLIST. 2003-03-17 11:33:50 +00:00
seb
eca9baa404 Add needed dependency on p5-MIME-Base64 package.
Bump PKGREVISION.
2003-03-17 01:12:54 +00:00
kleink
162ad8c82f Update to 3.17 (3.11 is no longer available from CPAN); changes include:
2003-01-18   Sean M. Burke <sburke@cpan.org>

   Release 3.17 -- minor bugfix

   HTML::Element : Making as_HTML('',...) work just like
   as_HTML(undef,...).  Also fixing as_XML's docs to remove mention of
   an unimplemented feature (specifying what characters to escape).


2002-11-06   Sean M. Burke <sburke@cpan.org>

   Release 3.16 -- just fixing a doc typo.


2002-11-06   Sean M. Burke <sburke@cpan.org>

   Release 3.15 -- a few new features.

   Added the aliases "descendents" and "find" to HTML::Element.

   Added a new method "simplify_pres" to HTML::Element.


2002-10-19   Sean M. Burke <sburke@cpan.org>
   Release 3.14 -- minor bugfix

   Just fixes a few problems in HTML::Element with the number_lists
   method.


2002-08-16   Sean M. Burke <sburke@cpan.org>

   Release 3.13 -- basically a bugfix version

   It turns out that 3.12 had a hideous HTML::TreeBuilder bug that
   made the whole thing damn near useless.  Fixed.
   Many many thanks to Michael Koehne for catching this!

   Wrote t/parse.t, to catch this sort of thing from happening again.

   Fixed a bug that would treat <td> outside any table context
   as <tr><table><td> instead of <table><tr><td>



2002-07-30   Sean M. Burke <sburke@cpan.org>

   Release 3.12

   Added as_trimmed_text method to HTML::Element, as described
   (prophesied?) in the fantabulous new book /Perl & LWP/.

   Bugfix: fixed unshift_content when given a LoL.  (_parent wasn't
   getting set right.)

   HTML::Element and HTML::TreeBuilder now enforce at least some
   minimal sanity on what can be in a tag name.  (Notably, no spaces,
   slashes, or control characters.)

   Semi-bugfix: $element->replace_with(...) can now take LoLs in its
   replacement list.

   Bumped HTML::Element version up to 3.12 (right from 3.09)

   Semi-bugfix: as_XML now doesn't use named entities in its return
   value -- it always uses numeric entities.

   Added behavior: new_frow_lol can now do clever things in list
   context.

   HTML::Tree -- added blurb for /Perl & LWP/

   HTML::TreeBuilder -- added blurb for /Perl & LWP/
   Also added a few tweaks to do better with XHTML parsing.
   Added guts() and disembowel() methods, for parsing document fragments.


   TODO: desperately need to add tests to t/
2003-03-16 21:27:21 +00:00
jmmv
a79c3c97fe Update to 2.2.1. There are too many changes since 2.0.1, most of them beeing
new features and bugfixes.  This version is part of the GNOME 2.2 platform.
2003-03-15 17:15:37 +00:00
mason
f17b2a4192 fix grammatical error 2003-03-14 20:41:30 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
mrg
098f597ca3 update to bozohttpd 20030313.
changes since bozohttpd 20021106:
        o  deprecate -r flag; make this the default and silently ignore -r now
        o  add support for file extentions to call CGI programs (from lukem)
        o  add dynamic support to add new content map entries, allowing both
           new file types and non /cgi-bin CGI programs to be run with the
           new -C "suffix cgihandler" and -M "suffix type encoding encoding11"
           options
        o  in -b mode, set the http date after accept() returns, not before we
           call accept().
        o  in -b mode, bind all addresses found not just the first one
        o  unsupport old hostname API
        o  in -b mode, set the SO_REUSEADDR socket option (lukem)
        o  allow -x (index.html) mode to work with CGI handlers
2003-03-13 12:06:20 +00:00
markd
f6d77522c7 Add and enable quanta3. 2003-03-11 13:54:05 +00:00
markd
46a521e896 Initial import of quanta 3.1
Part of kde3.1

Quanta Plus is a web development tool for the K Desktop Environment. Quanta is
designed for quick web development and is rapidly becoming a mature editor
with a number of great features.
2003-03-11 13:40:03 +00:00
taya
c99afed5b1 moz-install treated element between @comment begin DIRS & @comment end DIRS in PLIST.
if @exec ${MKDIR} -p %D/lib/${MOZILLA}/plugins in such a section,
directory '@exec', '${MKDIR}', '-p', '%D/lib/${MOZILLA}/plugins' are created.

this commit fixes this problem.
2003-03-10 23:41:54 +00:00
salo
3809e30ad8 Use --with-config instead of --sysconfdir. make it fully PKG_SYSCONFDIR
compatible (otherwise it adds tinyproxy/ to --sysconfdir which was set to
PKG_SYSCONFBASE and expressions like PKG_SYSCONFDIR.tinyproxy are invalid)
2003-03-09 00:55:06 +00:00
salo
94561fe7d4 Add and enable tinyproxy. 2003-03-07 23:47:13 +00:00
salo
00619c7d9e Import of tinyproxy-1.5.2: lightweight HTTP/SSL proxy.
tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be
fast and yet small, it is an ideal solution for sites where a full-featured
HTTP proxy is required, but the system resources required to run a more
demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all
existing web browsers.

Package submitted by Juan RP via PR pkg/20595 with modifications by me.
2003-03-07 23:46:01 +00:00
wiz
b336b3da6c Update to 20030225, and make it work again. From ISIHARA Takanori in PR 20538.
Changes: all in Japanese, but it now installs an imode-xhtm.dtd...
2003-03-05 10:03:45 +00:00
wiz
7a25ae3551 Update to 2.1pre9 (2.1.0.9):
* Fixed unability to move out of textarea
2003-03-03 12:01:15 +00:00
jschauma
af1d3ad77b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 03:33:59 +00:00
mjl
32e1a341a0 Update p5-CGI_Lite to 2.001
Note from the CPAN administration: The CGI::Lite module seems to be
abandoned by its original author. We cannot contact him anymore. The
2.0 release has been made on 2000-08-20. This 2.001 release is just an
emergency release that fixes the most urgent security need. It is not
endorsed by the original author. It was put together by me after the
advisory http://msgs.securepoint.com/cgi-bin/get/bugtraq0302/94.html
on the bugtraq mailing list.
2003-03-02 20:26:04 +00:00
taca
24f1ac426d Update squid package to squid-2.5.1nb4.
- include more official squid patches.

   o Make external_acl user names available as IDENT in later acl processing
   o digest authentication security issue
   o external_acl Assertion failed: auth_user_request != NULL
   o make install fails to install icons after make distclean
   o "error: invalid HTTP-ident" breaks log processing
2003-03-02 16:22:43 +00:00
is
bd42db7237 Fix client-side image maps to allow for non-integer coordinates.
By Mikulas Patocka, Twibright Labs.
2003-02-27 21:42:33 +00:00
uebayasi
7343e44c99 Update w3m / w3m-img to 0.4 - 20030224.
The biggest change is ``tab browsing'' support.  Other smaller changes from
NEWS:

* local cookie: passed via file named $LOCAL_COOKIE or posted not in url query
* func: SEARCH can take arg
* URL data: support
* URL news:, nntp: newsgroup support
* 2 stroke keybinding
* rc: pre_form_file: pre_form configuration file
2003-02-27 02:31:27 +00:00
tron
4b309107b6 Remove dead patch. 2003-02-26 16:33:02 +00:00
wiz
4a24436e31 Update to 2.1.0.8 (2.1pre8).
Changes:
Use arrow keys to select links in graphics mode
Max tries 0 means unlimited retries
Updated russian translation
parse_element rewritten to be faster because it is most used function
Use hash for cache of table cell sizes -- improves performance
Do not display '0xa0' on terminal
Do not put characters <= 0x20 to HTTP request
Clipboard pasting into links (works from all applications).
Fixed file uploading bug.
Fixed usemap & image scaling
Fixed bug in XBM parser.
"Kill all connections" function.
"Abort and delete file" button in download window.
Save bookmarks in File menu
URL to clipboard copying in X.
Fixed an overflow in search
Bookmark saving on "Save options"
Apage Coyote added to list of buggy http/1.1 servers
2003-02-25 11:20:41 +00:00
wiz
d3d38f3c45 Remove trailing empty line. 2003-02-25 10:59:13 +00:00
wiz
bf2f22a626 Add WRKSRC to make this build. Closes PR 20484. 2003-02-25 10:59:06 +00:00
jmmv
a754f1c0c3 Use MASTER_SITE_APACHE. 2003-02-23 15:55:57 +00:00
wiz
3ce30f14f4 Update to 2.88, closes PR 20323.
Edited list of changes (many bug fixes removed):

Version 2.87

1. Security hole patched: when processing multipart/form-data postings,
most arguments were being untainted silently. Returned arguments are
now tainted correctly. This may cause some scripts to fail that used
to work (thanks to Nick Cleaton for pointing this out and persisting
until it was fixed).
2. Update for mod_perl 2.0.
3. Pragmas such as -no_xhtml are now respected in mod_perl environment.

Version 2.84

2. HTML escaping code now replaced 0x8b and 0x9b with unicode references
< and *#8250;

Version 2.83

3. Added Max-Age to list of CGI::Cookie headers.

Version 2.82

1. Patch from Rudolf Troller to add attribute setting and option groups
to form fields.
3. Patch from Scott Gifford allows you to set the program name for
CGI::Carp.

Version 2.81

1. Removed extraneous slash from end of stylesheet tags generated by
start_html in non-XHTML mode.
2. Changed behavior of CGI::Carp with respect to eval{} contexts so that
output behaves properly in mod_perl environments.

Version 2.80

2. Changed checked="1" to checked="checked" for real XHTML compatibility.
3. Resurrected REQUEST_URI code so that url() works correctly with
multiviews.
2003-02-21 14:01:07 +00:00
lukem
600b084e41 Fix for wordwrap() buffer overflow, per
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1396
(Patch obtained from RedHat's php-4.2.2-8.0.7.src.rpm.)

Bump PKGREVISION.
2003-02-21 05:39:03 +00:00
salo
cd14df7c76 Updated to version 0.9.
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me.

Changes:

0.9:
====
- Many bugs are fixed, several segfaults, and many small annoying bugs.
- Major performance improvements:
  * highlighting performance improvements up to 50X faster in some cases
  * file loading times are faster
  * loading and closing of many documents is much faster (tested with
    3500 documents opened simultaneously)
- Many improvements for the user interface; much more compliant to the
  Gnome usability guidelines.
- New features:
  * line number support
  * new spell checker
  * and many more..

0.8:
====
- The first release of the gtk2 port of bluefish
- New features include:
  * new highlighting engine, for multiple filetypes
  * new filebrowser
  * configurable toolbar
  * new text widget with UTF-8 support, Xinput support etc.
2003-02-20 17:34:49 +00:00
taca
e34a5c50ad Remove patches/patch-cd since squid-2.5.STABLE1-mib.patch's content is fixed. 2003-02-19 23:44:42 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
grant
4e9bb73ceb add ap-access-referer 2003-02-18 00:54:39 +00:00
grant
fbf87c0edd Initial import of mod_access_referer 1.0.2 into the NetBSD packages
collection.

mod_access_referer is an Apache module that provides access control
based on the "Referer" HTTP header content.
2003-02-18 00:53:58 +00:00
grant
fe1e82bbab use MASTER_SITE_SOURCEFORGE and version numbered distfile. 2003-02-18 00:41:35 +00:00
grant
0caabb3407 use the postgresql-lib BUILDLINK_PREFIX. 2003-02-18 00:34:43 +00:00
grant
57bd7e624c add ap-auth-script 2003-02-18 00:23:24 +00:00
grant
32072e5142 Initial import of mod_auth_script 1.3 into the NetBSD packages collection.
mod_auth_script makes it possible to have Apache authentication and
authorization done by an external program. The external program can
be provided as CGI, PHP or other schemes which allow dynamic content
to Apache.
2003-02-18 00:22:59 +00:00
grant
e2b5643b1b add ap-bandwidth. 2003-02-17 23:34:07 +00:00
grant
37ca7956c1 Initial import of mod_bandwidth-2.0.5 into The NetBSD packages
collection.

mod_bandwidth is an Apache module to provide bandwidth usage limitation
either on the whole server or one a per connection basis based on the
size of files, directory location or remote domain/IP.
2003-02-17 23:32:33 +00:00
grant
49539fd643 the `AddModule' directive is not required, and results in a warning
when starting apache.
2003-02-17 23:30:27 +00:00
grant
088a8f5a10 use buildlink2 to satisfy the zlib dependency when zlib is not
included in the base system.
2003-02-17 23:18:15 +00:00
grant
8894f54ec8 use apache/module.mk. 2003-02-17 23:05:48 +00:00
grant
d149430d22 workaround pax-as-tar problem in -current by using gnutar to extract
the distfile.
2003-02-17 23:04:36 +00:00
grant
e2d4eac843 use apache/module.mk. 2003-02-17 22:46:01 +00:00
grant
5e35ba1dd9 use buildlink2 and apache/module.mk. 2003-02-17 22:34:41 +00:00
grant
e8bd0cf988 also pass CPPFLAGS to apxs. 2003-02-17 22:33:55 +00:00
grant
c0120deb5c pass LDFLAGS to apxs. 2003-02-17 21:31:09 +00:00
grant
c72b4b9bad - move LDFLAGS to Makefile, patch-aa no longer needed.
fixes runtime problem noted by zuntum.
- add MESSAGE.
2003-02-17 21:21:37 +00:00
grant
186b57d77a no need to specify *.c anymore. 2003-02-17 21:01:07 +00:00
grant
99f63263ee use apache/module.mk. 2003-02-17 20:59:57 +00:00
grant
a25ed7d30d set the default source files to *.c, as this is common in our apache
modules.
2003-02-17 20:58:19 +00:00
grant
909552f856 avoid loss of hair using this module by using the *correct* symbol
name in the example.
2003-02-17 20:55:24 +00:00
grant
3b0fd53f5a use apache/module.mk. 2003-02-17 18:02:21 +00:00
grant
1c767b90c4 use buildlink2 and apache/module.mk. 2003-02-17 17:57:19 +00:00
grant
a81795dd98 use apache/module.mk. 2003-02-17 17:52:02 +00:00
grant
221e72295f use buildlink2 to correctly register dependency on apache. 2003-02-17 17:50:12 +00:00
grant
69a1c6fa6e USE_PERL5 is already defined in apache/buildlink2.mk. 2003-02-17 17:47:52 +00:00
grant
0ce311e694 use apache/module.mk. 2003-02-17 17:35:22 +00:00
grant
710d00a6a3 add makefile fragment for Apache modules.
This provides a build and install target to simplify the writing of
Apache module Makefiles.

ok'd by wiz.
2003-02-17 17:32:08 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
grant
ed6f0a5c1e generate PKGNAME from DISTNAME. 2003-02-17 14:40:34 +00:00
taya
c0f73c207d Update galeon to 1.2.8
Changes:
1.2.8 "Gettextize me captain!"

- Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b
- API Wrappers added from Mozilla for support for old plugins when
  compiled with gcc 3.x
- *Finally* got new versions of gettext (0.11.x) working properly
- Couple of bugfixes
2003-02-17 14:34:00 +00:00
grant
42526d2c74 - generate PKGNAME from DISTNAME.
- sort .c files.
2003-02-17 13:50:25 +00:00
seb
83911c760d Provide buildlink2.mk 2003-02-16 23:06:55 +00:00
jmmv
4bfa147286 Disable gtk-doc detection; not required and causes problems. 2003-02-16 16:35:47 +00:00
grant
477e2afb6e add ap-throttle. 2003-02-16 11:20:32 +00:00
grant
f61e0ec21f Initial import of ap-throttle-3.1.2 into The NetBSD packages collection.
mod_throttle allows throttling of connections to the Apache web
server. It uses System V shared memory and semaphores to implement the
state information.

Provided by Eric Schnoebelen in PR pkg/20290, with some changes by me.
2003-02-16 11:19:03 +00:00
tron
5f5695fde8 Update checksum for "squid-2.5.STABLE1-disable-http-violations.patch". 2003-02-16 09:07:37 +00:00
taca
5de7836f7f - Add more official patches, last one is applied as patches/patch-cd
since it is broken (reported to squid-bugs@squid-cache.org.)
- use DIST_SUBDIR.
- bump PKG_REVISION.
2003-02-16 06:43:41 +00:00
taca
05b4d02ef5 - Add more official patches, last one is applied as patches/patch-cd
since it is broken (reported to squid-bugs@squid-cache.org.)
- use DIST_SUBDIR.
- bump PKG_REVISION.

These patches fixes those problem. See
<http://www.squid-cache.org/Versions/v2/2.5/bugs/> in detail.

   o Squid MIB definition syntax error
   o winbind helpers fail to work with Samba 2.2.6 or later
   o CONNECT data corruption if client pipelines data before 200 OK reply
   o time acls only accept a single time
   o Client performance issue with HEAD requests to certain servers
   o --with-ssl fails to compile with OpenSSL 0.9.7 or later
   o Slow filedescriptor leak for /etc/hosts
   o Warn if cachemgr_passwd is specified more than once for the same action
   o assertion failed: forward.c:96: "fwdState->err" on shutdown
   o Compilation fails if incorrect --with-auth-threads=NN option is given
   o squid.conf documentation still refers to authenticate_program
   o authenticateAuthenticate: no connection data, cannot process
     authentication
   o delay_pools example does not match text
   o cachemgr helper stats cleanup
   o Segmentation fault after ftpDataWriteCallback
   o Issues with auth scheme configurations
   o Removed Cachable stats "no.non_get"
   o unclear documentation of http_reply_body_max_size
   o The pid file was removed too early in the shutdown process
   o select loops statistics incorrect when using select()
   o Added select filedescriptor histogram output to cachemgr
   o Duplicate assignment of sc->copy_offset
   o mem_pool_free_calls should be printed as a unsigned integer
   o Internal cleanup of peer selection accounting
   o log_mime_hdrs can show garbage in the access log on overly long request
     headers
   o Improved memory usage statistics via sbrk
   o Hostname cleanups performed by Squid
   o cachemgr failure_ratio is a ratio, not percentage
   o offline_toggle cachemgr documentation
   o squid_ldap_group update to version 2.10
   o Documentation update to remove stale reference to Squid-1.1 release notes
   o further safeguards for aufs compilation problems when not using
     --enable-pthreads
   o chroot_dir complains about all paths in squid.conf
   o Segfault when using -S in combination with cache_dir coss/null
   o Stale cached data miss in offline_mode
   o Sometimes crashes while rebuilding dirty cache directories
   o RunCache/RunAccel scripts still looks for squid in bin
   o poor performance when using aufs
   o squid_ldap_group link failure
   o assertion failed: comm.c:646: "F->flags.open"
2003-02-16 06:43:40 +00:00
wiz
b77e353915 Update to 1.9, and use DIST_SUBDIR. Closes PR 19888. 2003-02-14 17:46:57 +00:00
wiz
c58ba4b1fb Update checksum: LICENSE file inside was incomplete and has been completed
without bumping the version number. Closes PR 19889.
2003-02-14 17:45:35 +00:00
wiz
0b7110b2c8 Needs at least gal-0.21. Closes PR 19830. 2003-02-14 17:07:52 +00:00
wiz
50ad457af9 Update to 0.21.0, by Marc Recht in PR 20338.
Changes in release 0.21.0:
* Added DASL searching and DeltaV basic versioning support, contributed
 by the GRASE team <grase@cse.ucsc.edu>.  New commands 'version',
 'checkin', 'checkout', 'uncheckout', 'label', 'history', 'search'.
* Enable netrc support by default.
* Fix 'mput' for filenames with spaces.
2003-02-14 16:59:53 +00:00
atatat
b96cfb43f8 Re-open stdin on /dev/null before executing netstat. netstat is a
setgid program that should not be executed with stdin closed,
regardless of whether the kernel will cover up for you or not.
2003-02-12 00:55:48 +00:00
yyamano
8798553df3 Make this build on darwin. 2003-02-09 11:59:16 +00:00
shell
f1a04c5c7c Updated to curl-7.10.3
Patches by Adrian Portelli <adrianp@stindustries.net> (PR#20142)


Changes :
- Steve Oliphant pointed out that test case 105 did not work anymore
  and this was due to a missing fix for the password prompting.
- Bryan Kemp pointed out that curl -u could not provide a blank password
  without prompting the user. It can now. -u username: makes the password
  empty, while -u username makes curl prompt the user for a password.
- Kjetil Jacobsen found a remaining connect problem in the multi interface
  on ipv4 systems (Linux only?), that I fixed and Kjetil verified that it
  fixed his problems.
- memanalyze.pl now reads a file name from the command line, and no longer
  takes the data on stdin as before.
- Fixed tests/memanalyze.pl to work with file names that contain colons
  (as on Windows).
- Kjetil Jacobsen quickly pointed out that lib/share.h was missing...

* For more, see CHANGES.
2003-02-09 08:46:36 +00:00
tron
baac183196 Don't depend on the "suse" packages if we the BSDI version is used.
Problem noted by Tyler Mitchell in private e-mail.
2003-02-07 13:37:35 +00:00
dmcmahill
c08acc1ba4 make sure bsd.pkg.mk is eventually included on all systems 2003-02-07 01:10:32 +00:00
jlam
ce49c3238f Bump PKGREVISION of www/galway to 1. Galway requires guile-gtk, which
at the moment requires guile14, so teach galway to use guile14.
2003-02-05 04:15:47 +00:00
jlam
d96e892d59 Replace "rm" with "${RM}" and create plugins directory as part of binary
package installation.
2003-02-05 03:34:23 +00:00
jlam
70fd0a4f3a Note that this is an APACHE_MODULE, which will automatically turn the
apache dependency into a "full" one.
2003-02-04 08:54:28 +00:00
jlam
48ead3a5dd Bump PKGREVISION of www/php4 to 1. This fixes a problem reported on
tech-pkg@ where the incorrect libtoolize was being invoked.  We now pass
in the path to libtoolize via the environment, much like how the other
GNU auto* tools are found in pkgsrc.
2003-02-03 23:53:24 +00:00
drochner
3bd9b480d4 +ap2-subversion 2003-02-03 20:27:21 +00:00
drochner
dd254da104 add the missing link between subversion and apache2,
mostly from Eric Gillespie <epg@pretzelnet.org>
2003-02-03 20:24:13 +00:00
drochner
13db47f649 -update to 1.99.8.
This makes it compile with apache-2.0.44.
-make doc installation more robust against reinstalls
-make apache dependency a "full" one -- I don't see what the buildlink
 files' default is good for...
2003-02-03 20:18:03 +00:00
jschauma
6f6bf72eb4 Update to version 2003-02-03; (aka make this find the distfile again; fix
bulk-build problem)
Changes: unknown, no information was available in any language or characterset
that I can understand.

Use REPLACE_PERL to obsolete a few patches.
2003-02-03 16:00:02 +00:00
drochner
b255d103ea bump PKGREVISION after fixing a critical bug, as suggested by wiz 2003-02-02 13:44:51 +00:00
drochner
e285e060d1 fix an unitialized variable problem which made the browser die
after downloading sth
should fix PR pkg/19427 and pkg/19718
2003-02-02 11:47:58 +00:00
jlam
9a223bb5d1 Always install apache htdocs, instead of checking to preserve any existing
htdocs.  Fixes PR 20153.
2003-02-02 09:59:09 +00:00
taya
3dab338a73 fix configure script to correctly configure with pthread. 2003-02-02 08:08:04 +00:00
shell
0708557e6e Updated to p5-libwww-5.69
Changes :
- Include lwptut.pod contributed by Sean M. Burke C<sburke@cpan.org>.
- The lwp-request aliases GET, HEAD, POST where installed when
- no program should be.  Fixed by David Miller <dave@justdave.net>.
- lwp-rget --help don't print double usage any more.
- HTTP::Header::Util is now more reluctant to put quotes around
  token values.
- Net::HTTP: Avoid warning on unexpected EOF when reading chunk
  header.

pkgsrc :
- Updated maintainer email
2003-01-31 10:46:10 +00:00
shell
4a982cc808 Updated to p5-URI-1.23
Changes :
- Support for tn3270 URIs.
- Use anchored DNS lookups in URI::Heuristic as suggested
  by Malcolm Weir <malc@gelt.org>.
- Delay calculation of MY_COUNTRY() in URI::Heuristic.
  Patch by Ed Avis <ed@membled.com>.
- Make test suite work for UNC paths.
  Patch by Warren Jones <wjones@fluke.com>.
2003-01-31 10:40:35 +00:00
drochner
262962b8cb update to 0.20.5
changes:
-Fix 'edit' on a path like `/one.two/three'
-[pkg framework] use pkg neon (this gives us IPv6 support)
2003-01-30 12:14:32 +00:00
jlam
f0306190ca Note that this package uses C++. 2003-01-30 11:51:12 +00:00
drochner
4eda96652b update to 0.23.7
changes:
-Fix for handling EINTR during write() call (Sergey N Ushakov).
-When available, use pkg-config to determine compiler flags needed to use
 OpenSSL headers and libraries.
2003-01-30 10:52:55 +00:00
jschauma
ffe377ad53 Only depend on suse_* packages if not on Linux.
Suggested by Jeremy C. Reed in Pine.LNX.4.43.0301111643530.17234-100000@pilchuck.reedmedia.net
on tech-pkg.
2003-01-30 03:24:12 +00:00
dmcmahill
d4b5796e21 use DIST_SUBDIR=${PKGNAME} since the distfile has no version number. 2003-01-29 02:05:19 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
abs
63fd8d49cc Update netscape7 to 7.01:
Changes:
    Netscape 7.01 offers a set of new features as well as minor stability
    and performance enhancements. These new features include optional
    Popup Controls that can be set within Preferences. Also, it adds
    the ability to view several tabbed pages as your home page experience.
    In addition, Netscape 7.01 offers enhancements to mail for AOL
    members who use the application to manage their mail, including
    the ability to unsend, check status and mark mail as unread. This
    release also has increased control in managing certificates. If a
    web site displays a certificate from a certificate authority you
    don't know, you now have the opportunity to accept or reject the
    certificate.

Also remove the need to set the "Destination Directory" by hand when installing.
2003-01-28 20:05:39 +00:00
martti
b8fd82715d Updated apache2 to 2.0.44 (patch provided by Eric Gillespie in pkg/20086)
* lots of bug fixes
2003-01-28 14:21:56 +00:00
grant
9f80382f97 Update ap-layout to 3.2.
Changes since 3.0.4:

Version 3.2
* Added rpm support
* Appends now working again

Version 3.1.7
* Removed ap_send_mmap calls which seem to be broken

Version 3.1.6
* Fix for files that were not always displaying the entire file
* Fixes from never released 3.1.5

Version 3.1.5
* File descriptor cleanup
* PHP 3 handlers are now on by default

Version 3.1.4
* Fixes for ignore rules
* During a directive merge some fields were not set to null
* Additional buffer call
* Makefile fix for RedHat 7.2

Version 3.1.3
* Fixed merge problem with directory and other pieces
* Pattern layouts will now work without a header or footer being defined.

Version 3.1.2
* Bit more random cleanup
* Found a couple of places where file descriptors were not getting cleaned up correctly.

Version 3.1.1
* Fixed filedescriptor problem (this is why dynamic documents were broken)
* Fixed Merge ruleset to make sure footers and headers always happen

Version 3.1.0
* New layout_print method for just printing single layouts
* Cleaned up all of the random errors when compiling with -WALL
* Layouts are now all just done by patterns allowing for multiple
  layouts on different tags

Version 3.0.5
* Shipped 3.0.4 with the debug file enabled.

From Nick Cuccia in PR pkg/20093.
2003-01-28 09:05:59 +00:00
abs
8b28d00afd Use XARGS="${XARGS}" rather than XARGS=${XARGS} when adding to MAKE_ENV.
Avoids breakage on Linux which has XARGS as "usr/bin/xargs -r"
2003-01-27 11:10:27 +00:00
salo
6bdb4110b2 CONFLICTS only with older elinks. Remove duplicate include. Bump PKGREVISION. 2003-01-26 22:48:36 +00:00
salo
d5797f5043 Update to version 0.4.2.
- no longer CONFLICTS with links{-gui}

Differences to Links

So far, we have the following major differences to Links:

    * Much cleaner code
    * Support for a Lua scripting
    * Enhanced cookies support
    * IPv6 support
    * HTTP Authentication support
    * Proxy authentication support
    * Much more powerful configuration
    * Hiearchic bookmarks (Links-2.x has these as well)
    * Download resuming support
    * Mailcap support
    * Also a lot of smaller but still pleasant features ;)
    * More active development

Too many changes to list them all, see ChangeLog for details.
(http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
2003-01-26 21:51:12 +00:00
rh
c0db2e1c69 Update to 20030125 since the distfile has disappeared again within less
than a day.  Changes unknown.
2003-01-25 23:36:40 +00:00
cjep
f113bde39c USE_PKGLOCALEDIR=YES 2003-01-25 18:02:14 +00:00
uebayasi
a5da345ad6 Sort. 2003-01-25 05:32:45 +00:00
rh
fc4a164e63 Update adzap do 20030123. Changes included an updated wrapper script and
config file.  Most importantly, this unbreaks bulk builds, because the old
distfile was not available long enough to be copied onto ftp.netbsd.org
2003-01-25 03:12:53 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
wiz
8babac5c30 Try to mark as dead. 2003-01-23 14:13:18 +00:00
jmmv
e067b1870f Update neon to 0.23.6, with patch provided in PR pkg/19998 by Marc Recht.
Changes since 0.23.5:
     * Fixes for error handling in socket layer on Win32 from Johan Lindh and
       Sergey N Ushakov:
          * meaningful error messages rather than "No error"
          * handle persistent connection timeouts properly
     * Fix to use RFC2617-style digest auth when possible (had reverted to
       only using RFC2068-style in 0.16.1).
     * Fix NULL pointer dereference on certain ill-formed PROPFIND responses.
     * Allow ne_sock_init to re-initialize after ne_sock_finish has been
       called (Sergey N Ushakov).

Changes in the package:
     * Switch to libxml2.
2003-01-22 16:23:39 +00:00
simonb
eb18912869 Update to version 20030120. Adds more ad patterns. Adds a new variable
(ZAP_MATCH); users should update to the latest adzap.conf as shown in the
message.
2003-01-22 12:52:35 +00:00
lukem
d55af7eae4 Don't install libnullplugin.so into the "active plugins" directory
(lib/${MOZILLA}/plugins).  This is a pointless plugin, and only serves
to annoy you every time you access a page that wants an unavailable
plugin.  At least mozilla's default behaviour (without this plugin)
gives you the option to tell it "please shut up, I *KNOW* I don't have a
flash plugin, so stop nagging me".
2003-01-22 10:52:55 +00:00
lukem
9eaac123bc Don't install libnullplugin.so into the "active plugins" directory
(lib/${MOZILLA}/plugins).  This is a pointless plugin, and only serves
to annoy you every time you access a page that wants an unavailable
plugin.  At least mozilla's default behaviour (without this plugin)
gives you the option to tell it "please shut up, I *KNOW* I don't have a
flash plugin, so stop nagging me".

Closes my own [pkg/19285], based on a reply from Greg Woods.
2003-01-22 03:29:52 +00:00
drochner
74e0fe321b update psychopg to 1.0.14.
This is a bugfix release, probably the last in the 1.0.x series.
2003-01-21 19:38:22 +00:00
tron
d14da97fca Revert last change. There is *no* patch "patch-bj". It has been deleted
when "mozilla" was updated to version 1.2.1.
2003-01-21 10:59:39 +00:00
taya
c98ef50e6f enable IPv4 mapped IPv6 address 2003-01-20 23:38:08 +00:00
jschauma
167d43fea7 Make this use ${CHOWN}, ${CHMOD}, ${XARGS} and ${FIND}, rather than the
hard-coded commands, which may not be in the PATH depending on the operating
system.  This partly addresses PR pkg/19804.
2003-01-20 22:58:26 +00:00
drochner
e8d45f1c76 recognize some nonstandard stuff - now it can digest the german Tagesschau
(approved by the author)
2003-01-20 22:35:04 +00:00
drochner
d8a43ccdc3 update to 0.9
changes:
Added localizer compatibility for internationalization
 New layout for management interface
 User can yet define which temporary folder to use
 User can yet add ZPhotoSlides Folder inside ZPhotoSlides Folder
 User can yet change some (more coming) ZPhotoSlides Folder layout
 Solve somes troubles for files with space in filename
 More feedback for end user while uploading thumbnails in zodb
 Cleared unuseful code
2003-01-20 22:28:55 +00:00
taya
91af2a906e enable IPv4 mapped IPv6 address. 2003-01-20 13:23:02 +00:00
wiz
62541724a5 Reinstate sha1 for patch-bj, lost in last commit (hi tron!) 2003-01-20 12:06:43 +00:00
tron
54e550eeaa Avoid connection problems to IPv4 sites on a NetBSD system with IPv6 and
native threads. This fix was suggested by Shin'ichiro Taya as fix for
PR pkg/19928 and successfully tested by me.
2003-01-19 20:22:19 +00:00
wiz
e17b867285 Update to 1.1.2.
Changes:
Fixed a bug that caused the wrong character encoding to be used
when checking multiple documents with different character encodings
Added support for proxies when validating remote documents
Added support for validation of URIs.  Thanks to Ville Skyttä for
the patch.
Updated DTDs XHTML 1.0 Second Edition and added support for XHTML
1.1, MathML2 2.0, WML 1.3, 1.2, 1.1, and 1.0.
2003-01-19 00:41:07 +00:00
is
0e471f8dde Patch for inlined xbm files. 2003-01-15 16:15:13 +00:00
is
fba275f92e Patch for inlined xbm files, by Petr Kulhavy 2003-01-15 16:15:12 +00:00
is
8ccc797c5a Patch for inlined xbm files. 2003-01-15 16:15:11 +00:00
christos
fdd5cb1cad new patch-aj 2003-01-14 21:39:54 +00:00
christos
967e9831cd make sure that gettext does not core dump on bad params. 2003-01-14 21:39:38 +00:00
tron
2732f27b23 Fix broken "README.html" target as suggested by Jan Schaumann. 2003-01-14 07:12:24 +00:00
rh
a5ffba4680 Add missing soup dependency. 2003-01-13 23:49:44 +00:00
christos
d8128632ae update checksum 2003-01-12 14:46:52 +00:00
christos
5070233956 PR/19207, PR/19681, PR/19367: package does not compile because threads
are required for ZTS. Disable ZTS if no threads.
2003-01-12 14:31:58 +00:00
christos
dbef88eab9 PR/18693: Simon Schubert: Remove stat stuff that breaks with apache2 virtual
paths.
2003-01-12 14:29:07 +00:00
uebayasi
5e84db0dcd Update to 1.3.3.
User visible change summary:

	* w3m.el (w3m-goto-url): Display a help message to stop
	  asynchronous process.
	* w3m.el (w3m-emacs-w3m-icon): Use helvetica-bold to widen image.
	* w3m.el (w3m-lynx-like-map): Don't define key bindings for
	  `w3m-zoom-out-image' and `w3m-zoom-in-image' when emacs-w3m in
	  running in non-graphical display.
	* w3m.el (w3m-w3m-dump-head-source): Display the message which
	  describes how to stop asynchronous process.
	  (w3m-lynx-like-map): Changed the key binded to `w3m-process-stop'
	  from `C-c C-g' to `C-c C-k'.
	* w3m-image (w3m-resize-image-by-rate): Limit the minimum scale.
	* w3m.el (w3m-resize-inline-image-internal): Remove an existing
	  image only for XEmacs.
	* w3m.el (w3m-resize-inline-image-internal): Remove an existing
	  image before resizing.
	* w3m.el (w3m-lynx-like-map): Unbind the key "N" to the command
	  `w3m-namazu' in order to avoid binding collision to
	  `w3m-view-next-page'.  Thanks to Satoshi TAOKA for his report.
	* w3m.el (w3m-lynx-like-map): Bind key M-] to `w3m-zoom-in-image';
	  bind key M-[ to `w3m-zoom-out-image'.
2003-01-11 15:32:57 +00:00
tron
50fc8e908c Update "analog" package to version 5.31. Changes since version 5.30:
- Recognises Phoenix and Chimera browsers.
- Fixes for Mac, OpenVMS and RISC OS ports.
- Various other small bug fixes.
2003-01-11 15:23:43 +00:00
taya
d72167b165 What's New In This Release
Mozilla 1.0.2 contains stability and security improvements.
1.0.2 also has fixes for standards support, UI correctness and polish,
performance, and site compatibility. This is not a feature release.
For new features, Mozilla 1.0 users are encouraged to upgrade to Mozilla 1.2.
2003-01-11 00:30:59 +00:00
jlam
2705582ec7 Build with shlibtool instead of libtool, like php4 really wants. 2003-01-10 22:10:18 +00:00
wiz
7f709a3101 Might be needed one day. 2003-01-10 19:14:36 +00:00
wiz
2946abdb93 Do what needs to be done to convert this to use buildlink2, and
mark as BROKEN, since it does compile neither against mozilla nor
mozilla-stable.
2003-01-10 19:14:14 +00:00
drochner
a9792b0cac update to 1.3.1
bugfixes only
2003-01-10 11:30:06 +00:00
drochner
efabac0969 update to 1.3.1
changes:
-Error messages can now be included in the XML serialization
-Ability to encode lists as a special type in values
-bugfixes
2003-01-10 11:27:56 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
rh
895a4efe18 Sync w/ changed PLIST 2003-01-09 11:36:03 +00:00
rh
4ec259afbf Update gtkhtml to 1.1.7. Changes include:
- Fix magic link segfaults.
 - Cursor movement crashes.
 - Fix citation printing.
 - Fix citation pasting.
 - Lots more bug fixes
 - Editor UI Improvements.
 - spell checking quotation improved
 - updated to new gnome-spell
   - better language selection
   - more than one language at once
   - spell checking control updated
 - <blockquote type=cite> support for improved quotation logic
 - Cut & Paste of formatted html
 - link insertion / editing completely reworked
 - dirty flag for composer
 - HUGE general speedup
 - selection drawing speedup
 - less flicker
 - new commands and keybindings (delete-word, delete-word-backward,
   text-color-apply)
 - UI usability enhanced
 - gconf as default configuration backend
 - smileys :-)
 - DND for URL's
 - printing API - gtk_html_get_pages_num
 - title setting in editor
 - body templates
 - itemized list fixed
 - animated images fixed (infinite loop)
 - PRIMARY selection fixed
 - header printing fixed
2003-01-09 10:51:04 +00:00
jlam
6df0e56b17 Make php4 and ap-php4 actually use our libtool again. 2003-01-08 01:52:41 +00:00
cjep
47a7d5f5e8 Move the bsd.pkg.mk include outside of the conditional 2003-01-07 22:09:56 +00:00
wiz
885fd20920 Remove duplicate empty line. 2003-01-07 12:45:51 +00:00
uebayasi
9c73b5f2ad Trivially add buildlink2.mk. 2003-01-07 11:35:33 +00:00
jlam
117ad7ec15 Syntax error 2003-01-05 21:19:41 +00:00
jlam
475cbe5281 Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05 20:14:20 +00:00
rh
d8b565dee2 Update ns-plugger-* packages to 4.0. Notable changes include:
* Shows more mime types, including word, excel and pdf documents.
    * Updated pluggerrc to include applications for more platforms.
    * Now has the ability to use X applications *without* $window
    * New configuration keywords: swallow, fill, maxaspect, nokill
    * Moved some plugger functionality into an external program for more
      reliable operation.
    * Made the buffering code better
2003-01-05 04:27:10 +00:00
rh
3d09dd4ce7 Add and enable moz-linux-plugger 2003-01-05 04:14:52 +00:00
rh
4eb5ce7be4 Initial import of moz-linux-plugger-4.0, a streaming multimedia plugin for
Mozilla (Linux version).
2003-01-05 04:13:43 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
jmmv
8da1b29f2e The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
2003-01-02 22:44:43 +00:00
uebayasi
2577d37748 Correct the place of auxiliary commands. Pointed out by Katsuomi
Hamajima.  Bump pkgrevision.
2003-01-02 16:13:34 +00:00
mjl
ae192d9586 Update p5-libwww to 5.67
HTTP::Cookies::Microsoft, makes it possible for LWP to share MSIE's cookies.
	HTML::Form supports file upload better now.  There are some new methods on
	that kind of input; file(), filename(), content() and headers().
	Net::HTTP avoids exceptions in read_response_headers() with laxed option.
	New LWP::DebugFile, LWP::Authen::Ntml
	The format_chunk() and write_chunk() methods of Net::HTTP did not work.
	The Client-Peer response header is back.
	Make HTTP::Date compatible with perl 5.8.
	Try to avoid to default to overwriting /usr/bin/head on MacOS X when the
	perl install prefix is /usr/bin.
	HTTP::Negotiate doc patch.
2003-01-02 14:42:25 +00:00
jlam
89fcd02fac Require a iasp user and group (defaulting to APACHE_{USER,GROUP}) and
run the iASP proxy server as that user for improved security.  Bump
PKGREVISION on www/iasp to 1.
2003-01-02 06:40:32 +00:00
grant
d80920f0b2 include pkgconfig/buildlink2.mk rather than using BUILD_DEPENDS,
since this achieves the same outcome in a more consistent way.

Noted by Eric Gillespie on tech-pkg.
2003-01-02 05:41:56 +00:00
jlam
8142a167e7 Add and enable ap-iasp and iasp. 2003-01-01 07:06:09 +00:00
jlam
b1b099b68a Initial import of www/ap-iasp.
mod_iasp allows the Apache web server to interface with an iASP proxy server
to provide Active Server Pages (ASP) support.
2003-01-01 07:04:28 +00:00
jlam
3380df32a8 Initial import of www/iasp.
Instant ASP (iASP) is a portable Active Server framework that allows
deploying Active Server Pages (ASP) on any Java technology-enabled web
server.

This package contains the developer's version of iASP, which may be
fully licensed into the Enterprise iASP Edition.
2003-01-01 07:03:40 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
grant
8e14bac154 add a BUILD_DEPENDS on devel/pkgconfig when building with Xft2. 2002-12-31 04:33:21 +00:00
kristerw
a5f3c38031 Force use of libxml1. This makes the package compile if libxml2 is installed.
Fixes PR 19489.
2002-12-30 18:55:48 +00:00
jlam
8d07c1b468 Use the JAVA_HOME of the JDK upon which the jakarta-tomcat package depends
as the default JAVA_HOME.  It can still be overridden by an environment
variable.
2002-12-28 22:34:13 +00:00
jlam
9aa6ec3ba1 For correctness, surround the example mod_jk directives in <IfModule/>. 2002-12-28 22:29:29 +00:00
jlam
659d9c5347 Convert to use buildlink2, bsd.pkg.install.mk, and java-vm.mk. 2002-12-28 21:35:04 +00:00
jlam
e503817fe4 Refer to www/ap-jk (distributed as part of Tomcat) instead of the older
www/ap-jserv.
2002-12-28 21:09:15 +00:00
jlam
19dbab3e79 Add a MESSAGE file explaining how to use mod_jk.so. 2002-12-28 20:52:14 +00:00
jlam
338e27bd07 Separate out version number into TOMCAT_VERSION and use it everywhere
instead of hardcoding the version number.  Also use apxs to do the
installation of the shared module.
2002-12-28 20:50:21 +00:00
grant
4e7442a275 Update mozilla-linux to 1.3a.
Major changes since Mozilla 1.2:

Browser
* Bookmark quick search capability

Mail
* New junk mail classification capabilities
* Improved filters
* Mozilla Views to help locate, organise and prioritise mail
* Improved interoperability with IMAP servers

The full list of changes can be found at

        http://www.mozilla.org/releases/mozilla1.3a/
2002-12-27 16:28:08 +00:00
cjep
42bf4ea4d1 Make this package build on SunOS. 2002-12-27 14:36:01 +00:00
jlam
87e060f2b7 Replace "/usr/pkg" with "%D". 2002-12-26 22:59:32 +00:00
jlam
3b900ff0fc Convert to use buildlink2 and java-vm.mk. Also introduce DOCDIR to make
the Makefile a little more readable.
2002-12-26 22:42:31 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
grant
1d6ceb0dfd Add optional Xft support to Mozilla and Phoenix, to enable various
font features including anti-aliasing.

The new variable MOZILLA_USE_XFT defaults to NO.

Bump PKGREVISIONs.

From Eric Gillespie in PR pkg/19433.
2002-12-25 09:21:42 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00