Commit graph

45713 commits

Author SHA1 Message Date
jschauma
3f885b4826 Add/enable awstats 2003-07-31 03:19:24 +00:00
jschauma
0213d64a18 Initial import of www/awstats into pkgsrc, based on the package submitted
by juan at xtraeme dot dyndns dot org in PR pkg/19608:

AWStats is a short for Advanced Web Statistics. It's a free tool that
generates advanced web server access statistics graphically.

This web server log analyzer works as a CGI or from command line and
shows you all possible information your log contains, in few graphical
web pages. It uses a partial information file to be able to process
large log files, often and quickly.

It can analyze log files from IIS (W3C log format), Apache log files
(NCSA combined/XLF/ELF log format or common/CLF log format), WebStar
and some other web, proxy or WAP servers (and even some FTP servers).
2003-07-31 03:18:20 +00:00
jschauma
c99eddd906 Note update of html2text to 1.3.1 2003-07-31 02:51:23 +00:00
jschauma
ff0a12552e Update to version 1.3.1, closing PR pkg/21342. This version is now
licensed under the GPL, has a new home and the following changes:

Multiple-line DOCTYPE declarations are now accepted (HTMLControl.C:352).
------------------------------
Bad initialisation of "fd_" in "urlistream" fixed (urlistream.h), so that an
error message is printed if a remote document could not be retrieved.
------------------------------
A missing node now is interpreted as node '/' (urlistream.C).
------------------------------
Closing DIV, FORM and BLOCKQUOTE tags as well as the closing UL, OL and PRE
tags are now optional (HTMLParser.y), so that the program won't die any longer
if one of them is omited in the document.
------------------------------
Some dificulties with non-ASCII chars fixed (HTMLControl.C).
------------------------------
Colons in elements and attributes now are tolerated and elements are not any
longer implecitly closed at a newline (HTMLControl.C), in order to handly
MS-Word's HTML better.
------------------------------
We do not use '/dev/stdin' as file descriptor any longer (html2text.C and
urlistream.C), in order to make reading from STDIN finaly work.
------------------------------
Block elements are not enclosed in -implecit- Paragraphs any longer
(HTMLParser.y), in order to avoid superfluous newlines in the output.
------------------------------
Fixed segmentation fault on tables with "border" attribute: we now assume that
any TABLE has at least one row and one column (table.C).
------------------------------
Fixed format.C to avoid excessive runtime increment on parsing much nested
block elements.
------------------------------
Some changes in configure, Makefile.in and the documentation.
------------------------------

------------------------------
Ported to g++ version 3.0.
This uses the 'istream.h' header file from the g++3's 'backward' directory.
------------------------------
Bugfix: '-' did not work as synonym for STDIN.
------------------------------
Added support for the EURO-sign (well, almost).
------------------------------
Finaly the GNU GPL as new copyright terms for all parts of the program, after
GMRS agreed to change the program's license terms to it.
------------------------------

------------------------------
Fixed coredump when parsing empty <SCRIPT> or <STYLE> elements (HTMLControl.C).
------------------------------
New image handling: <IMG alt=""> does no longer return the value of the SRC
attribute nor "[]". Added new ~/.html2textrc options: IMG.replace.{all noalt}
and IMG.alt.{prefix suffix} with new defaults in pretty-style mode. Added
method for checking whether an attribut was set, even to a zero-value.
------------------------------
(New) Copyright terms for all changes we made since version 1.2.2.
------------------------------
Some minor changes in configure and html2text.C.
------------------------------
Updated the documentation.
------------------------------


------------------------------
Fixed segmention fault when parsing <H5> tags (typo in format.C).
------------------------------
2003-07-31 02:49:51 +00:00
heinz
2beb84c96a Add TEST_TARGET 2003-07-30 21:57:17 +00:00
jmmv
22e8545463 Note update of libbonoboui to 2.2.3. 2003-07-30 21:30:18 +00:00
jmmv
d9b34bd691 Update to 2.2.3:
- Fixed BonoboSocket so that it will autoactivate controls appropriately;
  this did not work for in-process controls.
- Merged changes from the HEAD branch so that toolbar buttons are not
  focusable.
2003-07-30 21:29:11 +00:00
jmmv
f83ee8781a Note revision bump for ucb-snmp to 1. 2003-07-30 21:06:38 +00:00
jmmv
9516bd5b9a Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Use RCD_SCRIPTS to automatically handle rc.d scripts.

Also convert the two installed rc.d scripts to the rc.subr framework (keeping
some compatibility if not present).

Bump PKGREVISION to 1.
2003-07-30 21:04:58 +00:00
jtb
f08cc49fbe Note update of mmix to 20030622.
According to the MMIX homepage this version includes several important
corrections.
2003-07-30 19:23:08 +00:00
jtb
e63ac22db6 Update to mmix-20030622.
According to the homepage this version contains several important
corrections.
2003-07-30 19:20:33 +00:00
grant
9e8c899447 use LIBTOOL_OVERRIDE. 2003-07-30 19:12:03 +00:00
grant
6d62e266f7 drop unneeded parens 2003-07-30 18:35:53 +00:00
jmmv
08f2526e03 Note revision bump for pxe to 1. 2003-07-30 18:10:07 +00:00
jmmv
e7fdf9b4cf Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Automatically install configuration file from sample directory.
- Use RCD_SCRIPTS to automatically handle the rc.d script.
- MESSAGE is not needed because of the above two points (standard messages
  are used).

While here, avoid overriding CFLAGS while building and use the right C++
compiler (from CXX's value).

Bump PKGREVISION to 1.
2003-07-30 18:09:25 +00:00
jmmv
65735f9282 Note revision bump for upclient to 3. 2003-07-30 17:57:50 +00:00
jmmv
1e1dfbb62b Use RCD_SCRIPTS from bsd.pkg.install.mk to automatically handle the rc.d
script and convert it to the standard rc.subr format.  Bump PKGREVISION to 3.
2003-07-30 17:56:42 +00:00
grant
e918ba458b link against libsocket and libnsl on Solaris.
from Jonathan Perkin in PR pkg/22295.
2003-07-30 17:23:59 +00:00
grant
8257275c8b fix multiline literals in configure script to appease gcc3.3.
from Jonathan Perkin in PR pkg/22294.
2003-07-30 17:21:06 +00:00
grant
4de50fcf1b explicitly disable pcre support as it was never enabled.
fixes build on systems which have libpcre installed as the configure
script's detection of it is slightly broken.
2003-07-30 17:00:04 +00:00
jmmv
0db653ceda Note revision bump for netatalk-asun to 6. 2003-07-30 16:33:27 +00:00
jmmv
2fb266f746 Use buildlink2.
Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Use RCD_SCRIPTS to handle the installed rc.d script.
Bump PKGREVISION to 6.
2003-07-30 16:32:09 +00:00
markd
a40cad636e -kde-3.1.3
-kdbg-1.2.8
2003-07-30 16:19:34 +00:00
markd
bf21aeecbf kde to 3.1.3 plus kile and kdbg updates. 2003-07-30 16:17:49 +00:00
gehenna
d4f0fb813b Note cvsync 0.24.2 2003-07-30 16:13:01 +00:00
gehenna
156d1ca17a CVSync 0.24.2
Changes:
	* A 'access' file is reloaded dynamically. (server)
	  This file is reloaded when a client is connected if necessary.

	  Not necessary to restart for reloading any files.

	* New keyword: base-prefix (server)

	  Specifies the prefix for the keyword 'prefix' of collections.
	  It must be an absolute path.

	* Fix a bug to try to remove wrong pid file mistakenly. (server)

	* Fix a bug to forget to tranfer the last file in some cases. (server)

	* native SHA1 is enabled on OpenBSD 3.3 or prior again.
	  All SHA1 calculations is wrapped by giant lock on OpenBSD.

	* Fix a rdiff bug. (server)

	* New keyword: haltfile (server)

	  When specified, a server checks it instead of /var/run/cvsyncd.HALT.

	* New feature: file-based halt (server)

	  If /var/run/cvsyncd.HALT is created or modified when a server is
	  running, the server exits gracefully.

	* New keyword: pidfile (server)

	  Specifies the file to store the pid number in a configuration file.

	* Fix a bug to mirror directories/files specified as 'deny'
	  in 'distfile' mistakenly.
2003-07-30 16:11:48 +00:00
markd
9923e30d22 Remove kde3 (moved to meta-pkgs). 2003-07-30 16:06:53 +00:00
markd
cb0f57025d add kde3 2003-07-30 16:02:07 +00:00
markd
b6d7c42bd5 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:56:08 +00:00
markd
b2ff2753a2 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:43:43 +00:00
jmmv
df6d55d76d Note revision bump for iplog to 2. 2003-07-30 15:42:57 +00:00
jmmv
708b347f14 Convert to use the bsd.pkg.install.mk framework:
- Install sample file in the examples directory.
- Honour PKG_SYSCONFDIR properly.
- Use RCD_SCRIPTS to handle the rc.d script.
As a result, bump PKGREVISION to 2.
2003-07-30 15:41:51 +00:00
markd
927eb73924 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:41:48 +00:00
grant
8aea3201dc get a working awk on Solaris, sort includes. 2003-07-30 15:41:10 +00:00
markd
84a36342b5 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:36:49 +00:00
markd
9796962052 Update kile to 1.5.2 (seems 1.32 was actually 1.3.2).
Changes 1.5 - 1.5.2:
user can define an arbitrary number of user tools/tags
autosave (optional)
user can stop running processes (for example latex)
better syntax highlighting (deals with \verb and verbatim environment)
summary of compilation results after running LaTeX
support for templates
improved error handling
many small improvements in the interface
fixed spell checking bugs
many other small bugfixes

Changes 1.32 - 1.5:
Unknown.
2003-07-30 15:27:10 +00:00
markd
53009da925 Update kdbg to 1.2.8
* Fixed security flaw regarding the program specific debugger command.
2003-07-30 15:19:21 +00:00
grant
d92d0ee777 imake doesn't create libXrender.so.major nor libXrender.a on Solaris,
so exclude them from the PLIST.

XXX perhaps we should automatically handle the libraries and links that
imake builds on different platforms..
2003-07-30 15:15:43 +00:00
markd
6eb3264971 Update kde-i18n-* to 3.1.3. 2003-07-30 15:13:04 +00:00
jmmv
9e7247e000 Use !commands(do-configure) instead of !target(do-configure). 2003-07-30 15:12:28 +00:00
jmmv
210c5d84be Modify the build-defs-message target so that it is only printed once, in the
pre-fetch stage.  Do this by creating a cookie file inside the WRKDIR.

Also let the user override the target from mk.conf to disable these messages.
This fixes PR pkg/22305 by Robert Elz.
2003-07-30 15:04:21 +00:00
markd
7300249f3c Update kdemultimedia to 3.1.3.
Changes:
* kscd: add method to determine if KsCD is playing
* noatun: memory leak and memory corruption fixes
* noatun: Add volume slider for "simple" module
* artsbuilder: fix several corruptsions and other crashes
2003-07-30 14:55:59 +00:00
markd
dc987ce281 Update kdesdk to 3.1.3.
Changes:
* cervisia: Immediately save changed settings in the settings dialog
* cervisia: Fixed the size of the diff overview widget
* cervisia: Fixed crash when hidden files changed
* cervisia: Re-added the "clear" command to the context menu of the protocol view
* kbabel: Fix TP robot interaction
* kbabel: Allow upgrade translation database from Berkeley Database II to Berkeley
  Database IV
* kbabel: DocBook entities can contain dots
* kapptemplate: Fix UIC detection for KDE 2.x projects.
* kapptemplate: tail -n / head -n POSIX compliance fix.
2003-07-30 14:51:13 +00:00
jmmv
fde9da3cba Note revision bump for freeradius to 3. 2003-07-30 14:51:00 +00:00
jmmv
6a4cd0d9be Convert to the bsd.pkg.install.mk framework:
- Install all configuration files under the examples directory.
- Copy configuration files to PKG_SYSCONFDIR using CONF_FILES.
- Honour PKG_SYSCONFDIR.
- Use OWN_DIRS to handle the /var/run/radiusd status directory.
- Use RCD_SCRIPTS to handle the rc.d script automatically.
As a result, bump PKGREVISION to 3.
2003-07-30 14:50:07 +00:00
grant
d0cd7cfd05 xmms/Linux -> Y 2003-07-30 14:46:18 +00:00
markd
750b63a42c Update kdetoys to 3.1.3. 2003-07-30 14:42:28 +00:00
markd
041f091789 Update kdegames to 3.1.3.
Changes:
* kbattleship: Improve IA, fix winner checking order
* atlantik: core management fixes (Rob Kaper)
* atlantik: do not just delete players, also remove portfolios when resetting
  core (Rob Kaper)
* atlantik: don't show money in portfolio when not in game (Rob Kaper)
* atlantik: Fix multiple close button problem (Rob Kaper)
* atlantik: Fix user sorting (Rob Kaper)
* atlantik: Don't tell client that the game has started when it has not (Rob Kaper)
* kolf: fixing the two most long-standing bugs (Jason Katz-Brown)
* kmahjongg: Selected tiel not highlighted when hit is being displayed
* kmahjongg: Correct alignment of column headings in highscore dialog.
* kpat: Fix "is game lost?" check
* kpat: move cards toger for 40 & 8
* kmahjongg: Fix bug: i18n names aren't displayed correctly in highscores
* konquest: Allow 10 players, not just 5.
* konquest: Fix prompting prolem when first player is eliminated during run
2003-07-30 14:39:47 +00:00
markd
8896c06ae4 Update kdegraphics to 3.1.3.
Changes:
* gcc 3.4+ compile fixes (Dirk Mueller)
* kiconedit: Answering Yes to save the modified file acted as No (Adrian Page)
* kiconedit: Fix off-by-one error in "Select All"
* kamera: fix status output message (Marcus Meissner)
* kruler: do not use hardcoded font names
* kghostview: the mimetype is application/x-gzpostscript actually for .ps.gz
* kghostview: Fix bug #58904
* kfax: Fix format string problem (Dirk Mueller)
* kghostview: Fix bug #59041
* kmrml: null-terminate clipboard data (Dirk Mueller)
* kuickshow: Add license declarations (Carsten Pfeiffer)
2003-07-30 14:30:15 +00:00
markd
714555b233 Update kdeutils to 3.1.3.
Changes:
* kcalc: ignore keypresses combined with alt, Meta or Control
* kjots: Fix DnD issues
* kedit: correct overwrite/insert handling
* kedit: fix session management
* ark: fix .rar archive handling.
* klaptopdaemon: icon updates.
* kdf: fix handling of mountpoints with whitespaces
* build system fixes
2003-07-30 14:24:49 +00:00