Commit graph

40 commits

Author SHA1 Message Date
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
af0815cad2 Add missing dependency on gettext-lib.
While here, move buildlink3.mk files ahead of make targets.
2004-12-28 08:02:33 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
minskim
3c40e8c1e5 bl3ify and enable pkgviews installation. 2004-04-09 00:39:20 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jwise
5cf27e54eb Update to use freetype2. Verified working.
net/mrtg deserves the same treatment, but I won't have time to provide it.  Anyone?
2003-07-01 14:32:59 +00:00
adam
912bcd684f Revision bumped because of gd shared library major bump; buildlink added for freetype-lib 2003-06-23 11:20:39 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +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
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
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
veego
a67527f048 ftp.mrunix.net moved the webalizer directory into an pub directory. 2002-02-24 14:55:59 +00:00
martti
88885e7057 Updated webalizer to 2.1.9
Fixes several known bugs, as well as a cross-site scripting vulnerability
(discovered by Flavio Veloso of Magnux Software), that could allow
malicious HTML tags to be injected in the reports generated by the Webalizer.
This release also includes several new and updated language files. All users
are encouraged to upgrade as soon as possible.
2002-02-19 13:09:37 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
jlam
f94711f954 Buildlink'ify, respect PKG_SYSCONFDIR, and use the general INSTALL scripts. 2001-12-01 15:08:02 +00:00
briggs
043e5f4650 Make sure we can find libgd.* 2001-12-01 02:26:24 +00:00
wiz
011bf78d9b Add '--enable-dns' to CONFIGURE_ARGS. pkg/12753 by Dave Burgess. 2001-05-05 12:12:14 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
briggs
ed6e9d0f21 Add USE_XPM and a dependancy on freetype-lib. 2000-11-14 00:01:27 +00:00
mjl
2ec6415a2c Updated to 2.01.06. Changes include:
o Fixed possible segfault condition in MangleAgent code on
   some malformed user agent names.
 o Fixed DNS to prevent hangs on blank and malformed hostnames.
 o Fixed problem calculating visits.
 o Fixed hostname lowercase problem (wasn't) when using DNS lookups.
 o Fixed problem with incremental datafile which could cause a read
   error under certain circumstances
 o Fixed problem with hash table node creation
 o Fixed problem where country graph could be produced incorrectly
 o Found and fixed a problem with a possible 32-bit wrap around

 o Added DailyGraph and DailyStats configuration options
 o Improved visit calculation logic to reduce 'false' counts
 o Added reverse DNS lookup capability.
 o Added ability to dump Sites, URL's, Referrers, User Agents,
   Usernames and Search Strings to tab delimited files
 o Added username analysis, based on usernames found in the log,
 o Added the ability to display ALL sites, URL's, Referrers,
   User Agents and Search Strings on a seperate HTML page
 o Added support for squid proxy logs
 o Completely modified the way the various TOP tables are handled
   and sorted
 o Added the ability to group domains automatically
 o Added user configurable search engine specification
 o Changed code to use the latest version of GD which supports PNG
 o Added ability to override log file to STDIN by use of '-'
 o Added gzipped logfile support.
 o Minor changes to search string code to increase accuracy.
 o Minor changes to URL parse code to allow additional characters.
 o Major changes to hash table node format for reduced memory usage.
2000-10-18 16:41:23 +00:00
hubertf
bda7724938 * link in libjpeg (ELF issue?)
* be more liberal about gd version
2000-04-26 03:21:35 +00:00
explorer
73fb698e0e Connected to www.mrunix.net.
220 tex.eurobase.net FTP server (Version wu-2.6.0(1) Wed Oct 20 01:43:26 EDT 1999) ready.
331 Guest login ok, send your complete e-mail address as password.
530-Sorry, anonymous access is not allowed.  If you are looking for
530-the Webalizer software, please visit ftp.mrunix.net
530 Login incorrect.
1999-11-29 04:06:27 +00:00
jlam
fffb0b7af0 * Modify to support gd-1.7.3. 1999-11-01 03:37:35 +00:00
agc
916a3550bb Update this package to depend on gd-1.6.3, with the resulting GIF ->
PNG changes necessary.
1999-08-27 09:06:37 +00:00
mjl
d53bd8c844 Updated to 1.30.04.
Major changes include:

 o Fixed minor bug that would allow incorrect site totals for the
   first day of the month under certain conditions.

 o Added Top Entry and Exit Page tables.

 o Added 'Group' labels.  Allows display of a specified label for
   grouped entries (in 'Top' tables).

 o Added 'Visits' totals.

 o Added Search String analysis.

 o Added native support for ftp logs (xferlog ala wu-ftpd).

 o Added background lines to graphs.

 o Added additonal 'Top' tables for SITES and URL's, sorted by
   KBytes instead of hits.

 o Added additional calculations for max/avg files, pages, visits
   and KBytes in monthly statistics.

 o Updated generated HTML code to fully comply with the HTML 4.0
   Transitional spec.  DOCTYPE header reflects this change as well.

 o Changed code to use 4 digit years in filenames.

 o Language files and documentation updated for new functions.
1999-08-26 20:25:43 +00:00
tv
ed9cfb063d Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.
1999-05-03 20:25:36 +00:00
mjl
d2145a13c2 Updated to 1.22-03 as per PR/7341 by D'Arcy J.M. Cain (originally from
Bradford L. Barrett <brad@ns.eurobase.net>)
In this version, a potential segfault condition that has
been corrected.
1999-04-09 20:19:11 +00:00
mjl
99281b5e7b Rename to webalizer-1.22.01 (no dash in version number) 1999-03-30 22:41:41 +00:00
mjl
6945839dd6 Update webalizer to 1.22-01. 1999-03-23 21:16:06 +00:00
frueauf
796068145a Initial import of webalizer-1.20-07, a Web server log file analysis program.
Provided in pr 6405 by Martin J. Laubach.
1998-11-07 13:22:53 +00:00