Commit graph

1065 commits

Author SHA1 Message Date
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
hubertf
e1e6dc4122 this is is in .. now 2001-11-07 04:01:10 +00:00
tv
e55d4b59d8 Fix patch (no longer needed), and install new manpage. 2001-11-04 03:28:45 +00:00
agc
79084f4f33 Commit the last changes to the correct file - its commit message was:
"Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!)."
2001-11-01 18:41:49 +00:00
hubertf
9efb18fa4b Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!).

I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-11-01 14:08:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
lukem
70bae73d77 Package of the development version of sysutils/cdrecord
The stable version is currently 1.10, this is 1.11a34
2001-10-31 22:52:57 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +00:00
zuntum
8e0671a861 o use REPLACE_PERL
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah

Update sarah to 0.7b

Changes:

v 0.7b  2001/10/01
        * all directives may now be specified within an OPTIONS{} block to set
          defaults
        * when both '-c' and '-V' options are used, sarah will dump
          interpreted config file(s) to STDOUT
        * fixed archive rotation bug: a regex to match file.log.xx would also
          match myfile.log.xx, causing rotation of file.log to fail

v 0.6b  2001/02/09
        * added INDEX command to allow date-based archive naming
        * added quiet mode (-q argument)

v 0.5b  2001/01/04
        * fixed timing bug -- DATE based log rotations would fail if the
          minute changed during the run
2001-10-31 18:11:25 +00:00
tv
c9394f5281 Clean out my pkgsrc diffs:
Update bchunk to 1.1.1.  Adds WAV support, fixes MODE2/2352 reading, and
several minor fixes.
2001-10-31 14:36:41 +00:00
hubertf
b672a3c005 Update lavaps to 1.20. Changes:
* memory sizes now are self-scaling (141MiB rather than 144660KB)
 * work around black border in sawfish when using lozenge mode
 * Port to AIX
 * Port to NetBSD
2001-10-31 02:03:29 +00:00
hubertf
f249dbd914 Create plugin directory when installing from binary pkg 2001-10-31 01:15:36 +00:00
damon
f4d337acef Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR pkg/14369. 2001-10-30 13:31:47 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
veego
c40be5e1b2 Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
2001-10-23 19:27:31 +00:00
lukem
134aed38d4 this needs suse_compat as well 2001-10-23 16:07:56 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
agc
83c04ab4bc Standardise on one xmeter package:
+ Use sysutils as the category, since it's best-placed there

+ Bring over the patch from x11/xmeter to quieten the compilation.

+ Retain the installation into X11BASE from sysutils/xmeter (there's an
application default file that has to be placed somewhere)

+ Retain the better description from sysutils/xmeter
2001-10-23 11:38:31 +00:00
agc
5a15a909b2 Add and enable xmeter 2001-10-23 10:30:59 +00:00
agc
5cbc12daed Initial import of xmeter-1.15 into the NetBSD Packages Collection.
Xmeter displays a periodically updating histogram of the system
statistics gathered by rstat(3) for the specified hosts.  Meters can
be displayed in a vertical, horizontal or rectangular arrangement.  As
statistics range between 4 user defineable levels (OK, WARN, ERROR or
FATAL), the background, foreground, highlight, border and internal
border colors, and the background bitmap of each meter can be changed.

Xmeter uses the StripChart widget of the Athena Widget Set to graph
each statistic.  StripCharts automatically scale the graph as the
value varies.  Each time a graph is updated, xmeter will examine the
current value of the statistic and the current scale.  As the number
of scale lines increases above wlevel and elevel the background colors
and bitmaps of each meter are modified as specified.  The current
scale value can be examined by clicking any mouse button while the
mouse pointer is in the StripChart.  If the host is down the time it's
been down will also be displayed.

Each meter has its own label displaying the host name and statistics
name.  The statistic being graphed may be modified while xmeter is
running by moving the mouse pointer into the label part of a meter,
clicking any mouse button, and sliding down to the desired stat.  This
menu also contains a quit option to exit xmeter.
2001-10-23 10:30:12 +00:00
zuntum
02999f8714 Minor changes:
o use @@SERVICEDIR@@ instead of /service as substitution imput,
    same with /usr/local/ ( -> @@PREFIX@@ )
  o fit in 80 columns
  o rewrite pkg/DEINSTALL
2001-10-22 19:03:42 +00:00
zuntum
ec635d2b0a Switch to date-versioned manpages tarballs, as requested
by Gerrit Pape <pape@smarden.org> in private mail:

>Since I plan to make an updated set of manpages for djbdns in the next weeks,
>I decided to switch to date-versioning the archives to not break the BSD
>ports in future. The newest archive will always be accessible through
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man.tar.gz
>This is a symlink to
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man-20010502.tar.gz
>right now. The date-version is always YYYYMMDD.

Thanks for the note!
2001-10-22 13:42:28 +00:00
atatat
2a6275afcb Upgrade to lsof version 4.59, which obsoletes patch-ab. NetBSD
releated changes from the release notes for 4.59 include:

4.59		October 20, 2001
		...
		Added an additional UVM test to the NetBSD Configure
		stanza.  Andrew Brown <atatat@atatdot.net> supplied
		the test; it recognizes NetBSD 1.5Y UVM changes to
		the vnode structure recently committed by Chuck
		Silvers.
		...
		Added an IP version selector to the -i option
		parameters.
2001-10-22 12:39:17 +00:00
martti
c7ebe6c3ea Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22 06:14:31 +00:00
martti
02c1061097 The Unix::Syslog module provides an interface to the system logger
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble
the native libc-functions of your system, so that anyone being familiar
with syslog.h should be able to use this module right away.
2001-10-22 05:48:08 +00:00
veego
87da114b0f Use AMANDA_GROUP?= instead of AMANDA_GROUP=, so you can overwrite the
default amanda group.
2001-10-19 09:44:10 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
tron
6da02b984b Don't build and install the GNU "uname" to avoid conflicts with the
"gnome-utils" package if "xpkgwedge" is used.
2001-10-12 21:20:37 +00:00
agc
aafa80f012 Fix package name in BUILD_DEPENDS to have a numeric suffix and a wildcard. 2001-10-11 10:02:04 +00:00
agc
b206d87a51 Add and enable extipl 2001-10-11 09:57:50 +00:00
agc
fd11b83d3d Initial import of extipl-5.03 into the NetBSD Packages Collection.
ExtIPL is a boot selector compatible with IBM-IPL. ExtIPL has
many extended features such as

 - boot an OS in a nonactive partition
 - boot an OS in an extended partition
 - boot an OS in the second or later hard disks
 - support LBA access

Provided in PR 13955 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp)
2001-10-11 09:56:57 +00:00
jlam
ae8961da1c REPLACE_BUILDLINK_SED should generally do the opposite of what
BUILDLINK_CONFIG_WRAPPER_SED does, so add a definition for it.
2001-10-10 13:44:29 +00:00
jlam
3e3c7a50e3 Convert -I${X11PREFIX}/lib/gnome-vfs-1.0/include from the output of
"gnome-vfs-config --cflags" into the buildlink equivalent with
BUILDLINK_CONFIG_WRAPPER_SED.  Also correct the list of files to symlink
into ${BUILDLINK_DIR} based on the contents of the PLIST: BUILDLINK_FILES.*
should resolve to files, not directories.
2001-10-10 13:39:22 +00:00
rh
2e80762acb Remove include search path hack that is no longer necessary after last
week's buildlink changes.
2001-10-10 08:01:55 +00:00
atatat
139def845f New patch sum for altered patch file 2001-10-09 14:11:06 +00:00
atatat
0eefe67998 Add RCS Id to patch. 2001-10-09 14:05:15 +00:00
atatat
a127ceeb4e Update to lsof release 4.58 (no obvious NetBSD related changes) and
add a patch to "detect" uvm after Chuck's recent work.
2001-10-09 13:57:46 +00:00
lukem
cf4076984f add mgm (moaning goat meter) 2001-10-08 07:18:33 +00:00
lukem
5c54da29cf MGM, the Moaning Goat Meter, is the ultimate sixty-ton cast
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
2001-10-08 07:10:08 +00:00
lukem
66a5d39b18 MGM, the Moaning Goat Meter, is the ultimate sixty-ton cast
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
2001-10-08 06:09:34 +00:00
rh
fb2aef1a1e s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/ to use pkgsrc libtool
Patch configure instead of configure.in to remove dependency on autoconf
2001-10-07 11:45:02 +00:00
wiz
5283a2b21f Make it work with windowmaker libproplist compatibility stubs instead
of libproplist.
2001-10-05 14:16:04 +00:00
rh
41fc148ef9 Update gnome-vfs to 1.0.2 and while at it, buildlinkify. Changes include:
New APIs:

* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)

New features:

* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
  protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)

Bug fixes:

* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
  headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)

Portability fixes:

* Fix module configuration files and parsing code to work on systems
  that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
  recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)
2001-10-05 06:56:45 +00:00
tron
b915dc0f22 Use "${STRIPFLAG}" and not "${STRIP}" as argument to "install" in the
"do-install" target so that the "lsof" binary really gets stripped. Patch
supplied by Eric Gillespie Jr. in PR pkg/14092.
2001-09-29 06:18:10 +00:00
lukem
de223eab6d update from 0.44.3-pre5 -> 0.45.1. changes as per ups-nut (see its commit log).
part of this includes local fixes to ensure that upsimage.cgi gets linked with
the appropriate -R option so that it can find its libraries.
2001-09-28 04:42:48 +00:00
lukem
47753fccb3 update from 0.44.3-pre5 to 0.45.1 (with an extra vendor patch).
changes include:
- ups info moved to ups.conf instead of upsd.conf
- unified driver control between ups drivers
- upsmon doesn't run as root by default any more; most of the work is
  done by an unprivileged child, with a parent only accepting shutdown
  messages
- more model support:
	- AEG Proect S. - aeg
	- SMS Ltda (Brazillian) - sms
	- SOLA 620 - bestups
	- Ever UPS - everups
- various other improvements and bugfixes

see http://www.exploits.org/nut/release/new-0.45.1.txt for more details)
2001-09-28 04:37:27 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
lukem
d141e006e7 http support also needs threads, so disable http for now as well 2001-09-27 12:55:40 +00:00
ad
d3c7a35158 Add storage-manager. 2001-09-26 07:32:23 +00:00