Commit graph

22 commits

Author SHA1 Message Date
roy
caf8b32518 Use curses framework. 2017-01-04 14:49:38 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
jperkin
d0e804caf5 Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
31bd9e0dc8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
zafer
0426552c67 update master site. 2009-05-22 18:07:09 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
joerg
7c0451f75a Uses C++. 2006-06-02 13:14:22 +00:00
sketch
3a9c059182 Update HOMEPAGE and MASTER_SITES. 2005-10-06 11:33:52 +00:00
sketch
c54181a612 Apply patch from Steve Kemp of Debian to fix insecure temporary file usage.
Fixes CAN-2005-2660.
2005-10-06 11:26:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
sketch
bccf32f4e9 Remove obsolete patches. 2004-11-27 00:28:10 +00:00
sketch
7193746657 Update apachetop to 0.12.5.
v0.12.5 (27th November, 2004)
20041126
 * change src/Makefile.am to install apachetop into bin, not sbin
 * add NetBSD compatibility hack for kqueue; their opaque datafield
   is an intptr_t (why?)

20040915
 * add attron back into configure.ac - not sure when that got removed
 * change timeout delay between log checks to a constant 1/10th of a second
 * get rid of all threading code. It was never really necessary; only ever
   implemented because the main-loop delay was too long. Now it runs at
   least 10 times a second.

20040725
 * incorporate gcc 3.4 building compatibility patch
   from Pascal Terjan <pterjan@linuxfr.org>


v0.12 (21st May, 2004)
20040508
 * finish up adns resolving; now host and/or ip are displayed as best
   as possible; if one is not available it is displayed as ... while
   being resolved.
 * TAKE NOTE!
     commandline option -r has changed to -d
     -r has been reassigned to enable resolving of hosts/ips

20040505
 * use kqueue and fam facilities for passing opaque user data back when
   an event occurs, allowing the removal of the ift struct (which sucked)

20040504
 * add runtime option key 'n' to toggle number columns between hits/bytes
   and return code breakdowns for each item.
 * expand sorting options so it's possible to sort by return codes as well
   as hits/bytes. Pressing 's' brings up a different menu if you're viewing
   return code breakdown.

20040416
 * add return code breakdown for each item in the top-list

20040308
 * improve header to display GB/MB/KB/Bytes in all appropriate fields
20040303
 * add adns support to resolve IPs into Hosts; if HostnameLookups is Off in
   your httpd.conf, ApacheTop will now look up IPs for you. Created
   --with-adns, like pcre/fam.

20040301
 * remove --enable-pcre; have configure always check for it and just warn if
   it can't be found. Specify --with-pcre to point it at the right place.
 * call realpath() on supplied filenames for sanity
 * add File Alteration Module (FAM) monitoring code (for Linux/IRIX mostly)
   Use --with-fam to point it at the right place, like pcre.



v0.11 (25th February, 2004)
20040224
 * acknowledge & as starting a query string as well as ?
20040219
 * clean up configure.ac, remove unused function checks
 * add --with-libraries and --with-includes to ./configure to provide
   hints about where to look other than standard places

20040218
 * add --enable-pcre and --with-pcre=<path> to ./configure; providing
   these enables regular expression filtering
 * add new filters submenu (press f)
 * add --with-logfile=<file> to ./configure; now you can override the
   default log position without editing the source

20040216
 * inline hashing functions for greater efficiency
 * replace localtime & strftime calls with a bit of maths in display_header()

20040204
 * add largefile checks into configure.ac

20040119
 * change nanosleep to usleep; I think this makes more sense..
   Solaris 2.6 doesn't have nanosleep, and it seems overkill
 * change configure.ac check for wattr_on to attron (fix Solaris compile
 * issue)


v0.10 (14th January, 2004)
20040104
 * remove old useless configure.ac stuff
 * fix crash bug when ApacheTop has nothing to display


v0.9 (22nd December, 2003)
20031222
 * don't call endwin() in a signal handler; set a flag and get the main
   loop to do it. Fixes intermittent segfault when Ctrl-C'ing to exit.
 * change instances of mvprintw() to mvaddstr() where printf features
   were unused anyway; should give curses an easier time.
 * add runtime help display; press s or ?

20031221
 * rework runtime options to make use of "submenus"
 * add facility for removing detailed-display sections (remove Referrers
   from a URL detailed display etc); press t during runtime for submenu
 * move sort runtime keys into their own submenu; press s for this

20031218
 * revamp pthreads detection in configure.ac. It works now, I swear.

20031212
 * code cleanups in display.cc
 * new display mode; press Right-Arrow to show statistics specific to the
   currently highlighted item. If you are highlighting a URL, host and
   referrer statistics for that URL will be shown. Press Left-Arrow to exit
   this display mode.
2004-11-27 00:25:03 +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
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
sketch
2dbfddea5c Initial import of apachetop-0.8.2 into the NetBSD Packages Collection.
ApacheTop provides a realtime display of Apache logfile statistics
in a similar manner to top(1).
2003-12-08 16:28:38 +00:00