Commit graph

1972 commits

Author SHA1 Message Date
wulf
69adcdf481 Added missing PERL5_PACKLIST variable to dynamically create PLIST 2003-07-29 13:47:32 +00:00
seb
17cad0df4b Add TEST_TARGET. 2003-07-24 12:10:29 +00:00
mrg
a09b0ac07f add missing dependancy on p5-Gdk-Pixbuf 2003-07-21 17:39:44 +00:00
martti
86c6e000bc COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
martti
de776a690f COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
seb
5b69ceb8f5 Info files need to be listed in INFO_FILES. 2003-07-20 16:48:53 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
2d9b835f6b Update DEPENDS. 2003-07-13 17:54:29 +00:00
wiz
02f35e8dd9 Fix DEPENDS line. 2003-07-13 17:52:50 +00:00
wiz
bbdd3dd622 Fix grub-install problem reported in PR 22049 by Soren Jacobsen.
While here, convert to USE_NEW_TEXINFO, and make it compile.
[freestanding, but using nested functions; gcc emits __enable_exec_stack,
which lives in libgcc, but is not linked because the program is supposed
to be freestanding. Provide dummy __enable_exec_stack function.]
Bump PKGREVISION.
2003-07-13 17:35:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
rh
7bcb80ebad Update GWLib and gworkspace to 0.5.3. There are numerous changes,
including much improved viewers and inspectors, improved iconisation, and
many bug fixes.

While at it, replace home grown PLIST substitution with standard GNUstep
buildlink2.mk symbols.
2003-07-06 08:51:33 +00:00
agc
88cff5db55 Add and enable cpuid 2003-07-03 10:22:15 +00:00
agc
d2f2570e7f Initial import of cpuid-3.3 into the NetBSD Packages Collection - with
thanks to seb for pointing this one out. For x86-based platforms only.

This is a fairly complete CPU identification utility.  It has been
tested on several Intel, AMD and Cyrix CPUs.  If the Pentium III
serial number misfeature is present and enabled, this program will
display it.
2003-07-03 10:21:31 +00:00
jmmv
1b139d8d2e Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2. 2003-07-02 17:42:11 +00:00
grant
c6bd20eb08 unhardwire CC to allow this to be built with gcc3, which is not in
the PATH.
2003-07-02 09:28:58 +00:00
jmmv
2daa343934 Bump revision due to librsvg2 update (to 2.2.5). 2003-06-27 23:03:27 +00:00
agc
e63fb3abf8 Add and enable tob. 2003-06-27 12:02:23 +00:00
agc
4959707773 Initial import of tob-0.25 into the NetBSD Packages Collection.
This has been placed in sysutils rather than archivers since it doesn't
conform to the other archivers packages.

The nudge came from a netbsd-help posting by Thomas Hafner and a URL
posted by Jeremy Reed.

tob is a general driver for making and maintaining backups.

Given a set of `volume definitions', it creates arj, tar or afio based
backups, and stores them either to a device in /dev, or a file in the
filesystem, to be burned to optical media later, moved off to other
machines, etc.  Through a straightforward configuration file, you can
instruct tob to mount and unmount devices before beginning backups.

tob supports full backups, differential backups (of the files which
were changed since the last full backup), and incremental backups (of
files changed since any previous backups).  It lets you determine the
size of the backup before actually making it, maintain listings of
made backups, make remote backups and possibly more.
2003-06-27 12:01:12 +00:00
salo
b05def1c1c Add dvdrip (hi mrg!). 2003-06-26 03:49:54 +00:00
agc
9d09cbaa8a Use buildlink2 for this package. 2003-06-24 11:15:52 +00:00
hubertf
7aad7e98a3 add & enable shmux 2003-06-24 00:33:33 +00:00
hubertf
a5c6a3766e Import shmux-0.10a: Shell Multiplexor
shmux is program for executing the same command on many hosts in parallel.

For each target, a child process is spawned by shmux, and a shell on
the target obtained one of the supported methods: rsh, ssh, or sh. The
output produced by the children is received by shmux and either output
in turn to the user, or written to files for later processing.

Submitted by Christophe Kalt <kalt@taranis.org> in PR 21961
2003-06-24 00:32:03 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
agc
9703c22d38 Add and enable tcx. 2003-06-23 13:56:15 +00:00
agc
1a7e531c09 Initial import of tcx-19940124 into the NetBSD Packages Collection.
TCX is a system designed for the transparent decompression, execution
and recompression of executables under Unix.  It allows configuration
options such as the type of compression system used (compress(1),
gzip(1), your own local system etc), timeouts between recompressions,
and emergency directories in case a decompression fails from shortage
of disk space.  The system is designed with a reasonable amount of
robustness in mind, such as in the event of system crashes, or races
on trying to uncompress, compress or execute something.

This software is quite old (vintage 1993-94), and some things have moved
on since then. In particular, untcx is setuid root. I have done a minor
security audit, but anyone installing this software is invited to conduct
one for themselves.

===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $

    WARNING - this package contains a setuid root executable called
    untcx, which was written in 1994, and contained calls to getwd(3),
    sprintf(3), strcpy(3) and strcat(3).  I've done a minor audit of
    the code, and have fixed the above functions with calls to safer
    alternatives, but you may wish to delete this package from your
    own systems until you have carried out your own audit.

===========================================================================
2003-06-23 13:55:24 +00:00
adam
f2275a7606 Revision bumped because of gd shared library major bump 2003-06-23 11:18:42 +00:00
mrg
2a7ddd7bea new package for "dvdrip":
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools. dvd::rip itself is licensed under GPL / Perl Artistic License.

	"And note: it's spelled dvd::rip, and nothing else."
2003-06-23 07:36:14 +00:00
seb
f377e26c1f Update to version 1.6.5 as requested in PR pkg/19459 by Michael Santos
<mike at ethmoid dot org>.

Package changes:
	- the vicf script is not usable as is: patch it to make it obvious and
	install it as an example.
	- switch to requiring the auto* tools at build time.
	- While I'm here claim stewardship (before completely removing it
	from pkgsrc ?).

Changes in version 1.6.5:
	- bug fixes including a security issue with link races.
	- auto* tools update and commands installation directory change
	(overridden by this package patch files to keep it the same as
	previous versions and even cfengine 2.*)

XXX Threads support completely removed. From my humble experience it is
quite broken in cfengine 1.*. It is only used in cfd and when DCE support
is enabled: the latter is not activated in this package and if the former
really needs a performance/ability boost you should really consider
cfengine 2.*.

All in all you should not update but switch to cfengine2 package instead. ;)
2003-06-19 11:45:02 +00:00
tron
a3fbe78da6 Remove non-existing site "ftp.web.ad.jp" from master site list and
correct hostname of mirror in Sweden.
2003-06-19 07:31:13 +00:00
atatat
06607c96e0 Upgrade to lsof version 4.68. Changes related to or affecting NetBSD
(or pkgsrc) from the 00DIST file:

4.68            June 18, 2003
		...
                Upgraded EXT2FS and UFS support for NetBSD and
                OpenBSD to handle new inode information, and the
                fast UFS1 and UFS2 file systems.

                With the help of Andrew Brown <atatat@atatdot.net>
                determined the NetBSD snapshot (1.6F) at which
                <sys/mount.h> could be included under _KERNEL, thus
                eliminating the lsof netexport.h hack.  The same
                change applies to OpenBSD versions 3.3 and above.
		...

The former change obsoletes patches ab, ac, and ad.
2003-06-19 03:09:37 +00:00
seb
dc1c64f2a7 Update MASTER_SITES and HOMEPAGE. 2003-06-18 22:41:38 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
tron
7dce9fea04 "GNU_PROGRAM_PREFIX" gets defined in "bsd.pkg.defaults.mk". So we don't
need to check for that here.
2003-06-17 17:36:59 +00:00
fredb
894e32fde4 Make this build in current. (No more P_INMEM in <sys/proc.h>.) 2003-06-17 15:31:40 +00:00
fredb
d1b7ec3067 Fix a typo. 2003-06-17 15:30:52 +00:00
tron
e82a63b373 We although need to conflict if "GNU_PROGRAM_PREFIX" is undefined. 2003-06-17 15:10:05 +00:00
tron
b9c6bb2758 Conflict with "teTeX-bin" package if "GNU_PROGRAM_PREFIX" is "". 2003-06-17 15:08:18 +00:00
dan
653e319ce3 PKGREVISION= 0 confuses lintpkgsrc -i
comment out until bumped.
2003-06-15 01:32:16 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
b8737eca68 Bump PKGREVISION because of db4 shlib major bump. 2003-06-10 09:56:16 +00:00
cjep
b184c1e87e Truncate COMMENT to under 70 characters 2003-06-07 14:47:16 +00:00
cjep
7768c531ee Add NetBSD RCS tags. 2003-06-07 14:37:01 +00:00
jmmv
8731c91251 Use MASTER_SITE_DEBIAN. 2003-06-05 17:20:26 +00:00
drochner
e71413c20e update to 0.98a14
changes:
full drag&drop support (rearrange tracks or add files to master from KDE/Gnome).
completely new non-root-mode which does not require any group or a change of
 modes on the cdrtools.
complete rewrite of internal device handling. Up to 64 devices can be
 independently configured and used. Devices are no longer scanned at each
 startup, support for remote-scsi (networked devices), Linux kernel-2.5.x
 devices and any other cdrecord supports.
improved Mac OS X support with automatic autodiskmount daemon handling.
support copy of audio-CDs on-the-fly.
save window positions and sizes.
display progress of reading/writing in window title.
even more integration of cdrecord-ProDVD.
Full support of DVD-R/RW and DVD+R/RW with newest ProDVD-versions.
added greek and ukrainian translations, updated most others.
a helpful HTML-manual in doc/manual (online: http://www.xcdroast.org/manual)
numerous usage improvements and bug fixes.
2003-06-05 16:15:47 +00:00
drochner
685afd2483 update to 2.00.3
security update (buffer overflow in SCSI lib), portability fixes
2003-06-05 16:12:10 +00:00
markd
381437c12b Add kdirstat. 2003-06-05 12:46:43 +00:00
markd
1cd1fc4cd2 Initial import of kdirstat version 2.3.7
KDirStat is a graphical disk usage utility, very much like the Unix "du"
command.  In addition to that, it comes with some cleanup facilities to reclaim
disk space.
2003-06-05 12:44:46 +00:00
jschauma
921cc33b8e These don't really need X after all -- they can be useful on headless
machines without X, too, so remove USE_X11.
2003-06-04 18:21:48 +00:00
reinoud
646c171dad Update dvd+rw-tools to dvd+rw-tools-5.6.4.4.4
Mainly bugfixing and and extra command `dvd+rw-mediainfo' that regretfully
only gives information when its really a DVD+/-R{W} disc ... this can be
used to get more information about the booktype used etc.
2003-06-04 16:12:11 +00:00
jmmv
544cdfbf04 Add a buildlink2.mk file. Closes PR pkg/21769. 2003-06-03 21:32:02 +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
cjep
e676922b46 Add NetBSD RCS tags 2003-05-31 17:52:13 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
mjl
9933b48d83 Update pstree to 2.19
No changelog available; our local patches have been folded in.
2003-05-30 08:45:36 +00:00
seb
7ae8c4f567 Update to version 2.0.7p3.
Versions 2.0.7p1, 2.0.7p2 and 2.0.7p3 are patch releases.

Changes in version 2.0.7:

Resolv.conf search directive removed from code. This was wrong, in spite
of pressure to put it in.

EditBackup -> Backup corrected in manual
Check for class definitions that are not installable

SMTP client handling patch in cfexecd - must wait for reply

AppendIfNoLineMatching replaced with regex, not Setline value

ChecksumPurge = ( on ) causes cfagent to purge its checksum database of
files that no longer exist.

Forgotten built in function RandomInt(a,b) - returns a random number in variable
assignments. Actually introduced in 2.0.6. Forgot this control:

           rand = ( RandomInt(4,7) )

Major rewrite of parser

  - code simplifications
  - Allowed escaping of quotes in strings and newlines e.g.

        var1 = ( "a b c\"substring\" d e" )
        var2 = ( "a b
        c" )

Tidy code tidied and bug fixed for new scheduler

Moduledirectory defaults to /var/cfengine/modules
2003-05-29 21:08:26 +00:00
agc
89b98fc6ad Let xmbmon find the patches it needs. 2003-05-28 09:26:46 +00:00
agc
59e07e5ea0 Add in the run-time path on NetBSD. 2003-05-28 09:22:58 +00:00
agc
d93fd5a560 The mbmon and xmbmon packages have only been tested on NetBSD/i386, so
only enable it on that platform.  Others can be enabled when they are
known to work.

Re-format the Makefile.common whitespace to be more aesthetically pleasing.
2003-05-28 08:43:41 +00:00
agc
2629dce42e Add and enable xmbmon 2003-05-28 07:26:35 +00:00
agc
d0a58e9db0 Initial import of the X11-based part of xmbmon-201 into the NetBSD
Packages Collection.

xmbmon is an X11-based program for monitoring motherboard environmental
information.
2003-05-28 07:25:41 +00:00
agc
e572a4c0da Add and enable mbmon 2003-05-28 07:23:50 +00:00
agc
376cd2b13b Initial import of the text-based part of xmbmon-201 into the NetBSD
Packages Collection.

mbmon is a text-based program for monitoring motherboard environmental
information.
2003-05-28 07:22:54 +00:00
salo
14948988b8 PKGREVISION++
- use included slang library, fixes various issues with colours and character
  printing (e.g., TERM=wsvt25 in color mode on wscons console or TERM=xterm in
  xterm).  From Pavel Arnost via PR pkg/21539.
- add patch from devel/libslang
2003-05-22 17:02:53 +00:00
salo
414cf8210d PKGREVISION++
- fix device handling on NetBSD ELF (from Pavel Arnost via PR pkg/21530)
- fix floppyd handling in better and simpler way
- don't hardcode -R, use RPATH_FLAG instead
- remove unused cruft, style nits
2003-05-22 16:16:03 +00:00
martti
3d837bc498 Updated etcupdate to 20030509
* sync with current (use awk instead of fgrep and sed)
2003-05-09 08:03:08 +00:00
jmmv
c0d51bc940 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-08 16:57:37 +00:00
uebayasi
b35c24ae98 Sort. 2003-05-08 03:35:58 +00:00
grant
aea7988dcf improve COMMENT. 2003-05-07 21:23:13 +00:00
grant
a82c9585c4 make this build on Solaris. 2003-05-06 19:52:43 +00:00
grant
d902006f44 s/PKGNAME/PKGNAME_NOREV/, the revision number is not important in this
context.
2003-05-06 18:38:32 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
jmmv
0e0976c10a Use tabs instead of spaces. 2003-05-05 16:51:06 +00:00
jmmv
54a84e2a76 Line up PKGREVISION whitespace. 2003-05-05 16:50:27 +00:00
jmmv
cf62b5616d Line up PKGREVISION whitespace. 2003-05-05 14:04:11 +00:00
salo
92cfd159f2 delint. 2003-05-04 10:28:30 +00:00
salo
2ee3c1ea97 Sync with reality. (hi atatat!) 2003-05-04 10:27:44 +00:00
rh
9f95b737b6 Make nautilus slightly more responsive when compiled with pth by yielding
the CPU every 200 ms.
Bump PKGREVISION.
2003-05-04 01:10:57 +00:00
wiz
1e0831959e Set USE_BUILDLINK2. 2003-05-03 22:08:39 +00:00
wiz
281d773b6e Convert to buildlink2. 2003-05-03 20:57:32 +00:00
wiz
1b130621dc Convert to buildlink2. 2003-05-03 20:52:06 +00:00
atatat
68b37f4439 Re-patch lsof with patches from Vic Abell. Building should now work
on all platforms, with ffs2 (and ext2fs) related bugs smoothed out.

Bump to PKGREVISION 2.
2003-05-03 16:55:28 +00:00
salo
62131cc5ab Bump PKGREVISION: Install html documentation into share/doc/html.
Whitespace police.
2003-05-03 07:08:37 +00:00
dan
dae811c99c Added dvd+rw-tools 2003-05-03 05:48:22 +00:00
dan
3c7a20e0e8 Tools to write images (such as iso-9660 produced by mkisofs) to
DVD+R/RW drives.  It includes "growisofs" as a wrapper around mkisofs
for appending or modifying contents of existing media.

It is also able to write to some DVD- drives and media.
2003-05-03 05:42:47 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
b908a4063e Set USE_PKGLOCALEDIR to yes 2003-04-29 04:54:08 +00:00
jmmv
075bea54fe Honor PKG_SYSCONFDIR, so that gnome-vfs2 can find files in vfolders (like
the "Start here" folder); Nautilus works better overall.
Bump PKGREVISION to 1.
2003-04-27 16:05:03 +00:00
jmmv
9145085da9 Fix the file method to not use readdir_r at all if it is not present in the
system.  Bump PKGREVISION to 1.  Fixes many problems in Nautilus and other
programs.
2003-04-27 14:44:33 +00:00
rh
d5278f611a Add and enable nautilus 2003-04-27 02:07:48 +00:00
rh
014b91020c Initial import of nautilus-2.2.3.1, the official file manager for GNOME2.
This is the same version that I imported to pkgsrc-wip earlier.  With the
latest gnome-vfs2 update, the package works now.
2003-04-27 02:06:55 +00:00
rh
03f61e483b Update gnome-vfs2 to 2.2.4. Changes are translation updates and bugfixes.
Most notably, this version fixes a series of fundamental, long outstanding
problems we had with GNOME2:

	* Nautilus works now

	* gnome-control-center no longer crashes

	* panel menus and entries are now correct

	* probably a ton of other gnome-vfs related problems
2003-04-27 02:03:01 +00:00
jmmv
157c1cd4d3 Add "windowmaker" as a secondary category; it already existed, but contained
a single package.
2003-04-26 09:49:35 +00:00
seb
bab6c45e24 Update cfengine2 and cfengine2-doc to version 2.0.6.
Package changes
	Vicf moved from $PREFIX/sbin to $PREFIX/share/examples/cfengine
	as it can really be used as is: site tuning is required.

	Both packages now share the same distinfo file.

Changes in version 2.0.6

	SKIPVERIFY removed from AccessControl checks. This was
	wrongly allowing access to files if they only had an accepted
	encryption key.

	SetLine added to AppendIfNoLineMatching to allow current
	line to be added.

	 ForEachLineIn "/tmp/in"
	    AppendIfNoLineMatching "ThisLine"
	 EndLoop

	Changed /etc/services reference to port 5308 in ipv6
	compatible calls.

	Efficiency, removed getpwnam from GetFile(). Was unnecessarily
	looking up the uid multiple times, which delays copying
	speed. Copy rates improved by five to ten times!!

	Single copy uses too much cache memory. Optimize by only
	caching copies that use the singlecopy keyword.

	Message status change: %s is a link which points to %s,
	but that file doesn't seem to exist Verbose only

	Patches to editfiles to check empty files. DefineinGroup
	added.

Changes in version 2.0.5

	Cfrun ipv6 patch

	Syslog messages name patch

	mountables, binservers variable usage fix

	backup=timestamp added in copy so that multiple backups
	can coexist.  Other backups use this by default.

	Cfenvd records loadaverage - and av.db renamed to cf_averages.db
	since records in av.db no longer compatible.

	Iteration added to disk paths

	Typo in filters.c UID -> USER meant that Owner field in
	filters would not always work for processes.  Bug in removal
	of spaces in process-filter matches could cause some criteria
	to fail to match.

	Netstat changed entry in solaris 2.9
	Hard class hpux10 -> hpux and the old hpux is deprecated

	tidy //tmp would start tidying / due to error in
	ExpandWildcardsAndDo. FIxed

	Cfenvd netstat state recorded in separate files now in
	WORKDIR, by protocol and incoming/outgoing. This allows
	accurate record of the state to which classes refer.

	excludes and ignores would not appended in a tidy command
	if a path already existed in another previous command.
	Fixed so that all excludes and ignores are concatenated
	for all related paths.

	Local AF_LOCAL addresses not handled by sockaddr in IPv6
	compatible functions.  Now returns 127.0.0.1 (why not ::1??)

	Typo in tidy.c prevented tidy old links from working.
	Documentation patches.

	Checksums no longer performed on dry run (-n) in files,
	but still in copy.

	No errors written to syslog in dryrun mode.
	Umask patch in editfiles - umask was not properly installed

	New copy options / variables singlecopy= and autodefine
	added.

	Alerts added as own section alerts: allow users to define
	a custom message triggered by a class activation. Alerts
	can also quote state information from cfenvd and the process
	table.

	tidy define= does not set class if file could not be tidied.

	debian detect patch (Andy Stribblehill)
	cfservd descriptor leak (Andy Stribblehill)
	cfservd daemonize modification
2003-04-26 08:33:00 +00:00
seb
c0fc274217 Remove ftp.cfengine.webmotion.net from MASTER_SITES, it has been
a while since it worked.
2003-04-25 21:08:41 +00:00
salo
350cafd228 Updated to version 1.5.
Changes:

- removed platform restriction.

1.5:
====
- Removed dead code from priv_mktemp.c
- Added EBCDIC support to priv_mktemp.c
2003-04-25 20:41:52 +00:00
cjep
b67c292b9f Add RCS tag 2003-04-21 20:29:14 +00:00
cjep
56a82b57ca Fix RCS tag 2003-04-21 20:28:45 +00:00
christos
0b3883902e make this compile again. No UFS2 support. 2003-04-19 02:09:09 +00:00
salo
cfd8650a15 Bump PKGREVISION after pthread/locking fixes. 2003-04-17 23:23:13 +00:00
nathanw
15ef0e67c0 Pull in a change similar to one in gnome CVS, to initialize
the g_thread subsystem before calling G_LOCK(). Fixes a case
of unlocking a mutex that isn't locked.
2003-04-17 23:09:52 +00:00
hubertf
6cddb071df Update e2fsprogs to 1.32. No list of changes available. 2003-04-14 23:15:53 +00:00
cjep
c4442b7012 Add and enable file 2003-04-13 10:25:10 +00:00
cjep
47ffc22c9f Initial import of file 4.02 into the NetBSD packages collection as
sysutils/file.

File is a file classification program. This version is the standard "file"
command for Linux, *BSD, and other systems. This is Ian Darwin's file(1)
command. It is maintained by Christos Zoulas.

Package supplied by Jeremy C. Reed in PR#20774 and also in pkgsrc-wip.
Thanks Jeremy.
2003-04-13 10:24:27 +00:00
tron
db48119bf5 Don't conflict with the latest version of the "gnome-utils" package which
doesn't install the "guname" package any more. Bump package revision to
reflect change.
2003-04-11 11:36:03 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
wiz
77129f3dd7 coreutils and gnome-utils currently conflict because both install guname. 2003-04-10 18:42:29 +00:00
wiz
8b2aa70c64 Remove fileutils, sh-utils, and textutils; replaced by coreutils. 2003-04-10 13:22:36 +00:00
wiz
02f7bab08c Add coreutils. 2003-04-10 13:19:35 +00:00
wiz
ec767a3f50 Initial import of coreutils-5.0, from Marc Recht via pkgsrc-wip.
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which
are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of GNU
utilities, fileutils, shellutils, and textutils. Those three have been
combined into a single set of utilities called the coreutils.
2003-04-10 13:18:36 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
hubertf
fa9d267e47 ../../local/pciutils, eh? 2003-04-06 12:44:22 +00:00
grant
e8e5c9cbcf nothing from bsd.prefs.mk is used, so don't include it. 2003-04-06 03:53:23 +00:00
wiz
6265d3d9ab Version 20030305 (hi perry) 2003-04-05 19:23:25 +00:00
perry
0da2fd6bad synchronize with the much better versions in -current 2003-04-05 18:17:22 +00:00
wiz
b3791962e9 Include machine/endian.h only ifdef __NetBSD__.
From Jeremy C. Reed in PR 20983.
2003-04-03 12:04:03 +00:00
abs
cfda1fe558 Update rconfig to 0.17:
0.16: Fix 'redhat' version for Advanced Server
    0.17: List failed hosts at end
          Extend probe.sh to include example raidframe status monitoring
2003-04-01 15:19:30 +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
f2c0357f0b Remove unnecessary empty lines. 2003-03-28 21:24:22 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
bouyer
abacd14103 Update to 3.8.6
Changelog: Fixed root exploit of slave machines
If you use the network features of apcupsd, you probably want to upgrade.
2003-03-27 20:01:22 +00:00
atatat
a822d6017a Upgrade to lsof version 4.67. Changes related to or affecting NetBSD
(or pkgsrc) from the 00DIST file:

4.67            March 27, 2003
                Began the transition of the lsof ftp server host
                name from vic.cc.purdue.edu to lsof.itap.purdue.edu.
                That reflects Purdue organizational changes.  This
                first step makes the new name an alias to the old
                one.   The old name, vic.cc.purdue.edu, will remain
                usable for an extended period.
...
                At the request of Alek O. Komarnitsky <alek@komar.org>
                added the "+c <width>" option to enable optional
                changing of the COMMAND column output maximum width
                from the default to <width>.  The default maximum
                width remains CMDL, as defined in lsof.h.
...
                Added kernel event queue file support for FreeBSD,
                NetBSD and OpenBSD.  Andrew Brown <atatat@atatdot.net>
                supplied the code.
...
                Augmented a lock ID test on NetBSD to check if the
                ID is an LWP pointer.
2003-03-27 14:13:26 +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
wiz
06d93ee453 lib/vfs is shared with the gnome2 version of this package. 2003-03-25 11:22:36 +00:00
ad
39ce4f0452 Update MASTER_SITES. 2003-03-23 22:33:23 +00:00
dillo
0c8354624d rename es.1 and vs.1 to iedit.1 and iview.1 to avoid conflict with shells/es. The programs have already been renamed by the author.
bump pkgrevision

(noted by Robert Elz in PR 18939)
2003-03-22 05:26:53 +00:00
wiz
1f6a5506d4 Update to 0.10.2, from PR 20268 by David S.
Minor bugfixes.
2003-03-22 01:03:09 +00:00
wiz
0d03437785 lib/charset.alias belongs to the libiconv package. 2003-03-21 23:36:46 +00:00
jmmv
f4ccf391d1 Fix build on NetBSD >= 1.6P. Thanks to atatat. 2003-03-19 17:56:38 +00:00
jschauma
6698537e46 Add man-page for bbsload, provided by Emanuele Rocca
(emarocca at libero dot it).
2003-03-18 01:07:56 +00:00
cjep
5cb169920e Typo. 2003-03-16 15:29:18 +00:00
kim
5e2dc4b6f8 Upgrade to roller-1.13:
- logroll now rolls wtmpx and httpd-ssl as well (no reporting)
- proc-ipmon adds scan analysis and log data summary
- proc-news now produces a sorted domain-only readership report
2003-03-15 18:20:59 +00:00
thorpej
d6c3cd26ba Replace uses of -fno-builtin with -ffreestanding. -ffreestanding also
implies -fno-builtin, but also conveys additional information ("not in
a hosted environment").

This is 1/2 of the fix for PR toolchain/19265.
2003-03-14 23:35:24 +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
wiz
b9488291b9 Fix some more dependencies. 2003-03-13 12:13:17 +00:00
jschauma
5ecc9f02e7 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
2003-03-12 21:02:24 +00:00
taca
b25e97965f Update bkpupsd 2.1.2.
2003-03-12  Takahiro Kambe  <taca@back-street.net>

	* bump version, 2.1.2.

	* improve startup script for NetBSD.

2003-01-21  Takahiro Kambe  <taca@back-street.net>

	* bump version, now 2.1.1a.

	* create "waiting indication file."
2003-03-12 16:43:45 +00:00
jmmv
48077b85f5 Add and enable wmmemmon 2003-03-09 10:54:30 +00:00
jmmv
3bfbce4bc4 Initial import of wmmemmon, version 1.0.0:
WMMemMon is a dockapp to monitor memory and swap usages. It is supported
by X window managers such as Window Maker, AfterStep, BlackBox and
Enlightenment.

Provided in PR pkg/20632 by Thomas Runge.
2003-03-09 10:53:50 +00:00
jmmv
4657d2a9a5 Update to 1.0.1. Changes since 0.9.0:
* src/cpu_freebsd.c: changed to use <sys/resource.h> instead of
                       <sys/dkstat.h> in the case of __FreeBSD_version
                       >= 500101. (Thanks to Philip Paeps <philip at paeps.cx)
  * doc/wmcpuload.1: updated
  * cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)
  * main.c: changed description for `--cpu' oprion to be more clear.
  * README: updated
  * cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)
  * version 1.0.0 released
  * code cleanup/review
  * dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
  * dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
               visual class.
  * src/Makefile.am: added missing @DFLAGS@
  * cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)
  * dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
  * libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
  * configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
                  *_search_path (Thanks to Thomas Runge <coto at core.de>)
  * README: added 'for GNOME users' section
  * cpu_cywin.c: rewrote to separate cpu_get_usage().
                 ( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
  * dockapp.c: removed background panel from windowed mode.
  * dockapp.c: added '-wp, --windowed-withpanel' option.
  * main.c: added '-t, --title' option to specify title name
            (Thanks to Ryan Lovett <ryan at ocf.berkeley.edu>)
  * wmcpuload.1: updated
  * cpu_netbsd.c: added 'CP_INTR' parameter
  * added NetBSD support (Thomas Runge <coto at core.de>)

Closes PR pkg/20631 by Thomas Runge (the maintainer).
2003-03-09 09:55:45 +00:00
grant
38245e9df8 default the config file to PKG_SYSCONFDIR/cdrecord.conf unless
overridden by the user via CDRECORD_CONF.

You must move your config file to the new location if you update!

patch man pages and print a MESSAGE if CDRECORD_CONF is not set to
`/etc/default/cdrecord', as required by license.

bump PKGREVISION.

addresses PR pkg/20593 from Steven M. Bellovin.
2003-03-08 08:16:58 +00:00
jmc
8c2aead1de Provide a PLIST_SUBST pattern for the machine specific directory installs 2003-03-07 07:34:43 +00:00
abs
191bae1dd9 Update rconfig to 0.15:
- Ensure ${name} is set when -f is used
    - configuration parsing now permits key += value, and continuation lines
    - If probe fails without output do not attempt to update rconfig_probe
    - Try to explain tags a little more clearly
2003-03-06 22:00:00 +00:00
seb
7b1e40667b Give OpenSSL prefix to configure so that systems without in-tree
OpenSSL can actually build this package.
2003-03-05 15:55:57 +00:00
jschauma
5be4aecf95 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 02:59:29 +00:00
kristerw
e311e1c97f Add and enable pciutils. 2003-02-26 00:34:06 +00:00
kristerw
b95f5d1cd5 Initial import of sysutils/pciutils-2.1.11:
PCI bus manipulation utility similar to NetBSD pcictl(8)

Provided by Quentin Garnier in PR 20490.
2003-02-26 00:12:42 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jschauma
6c7127d9bb Add ID tag missed in initial import. 2003-02-16 19:21:16 +00:00
jschauma
4f71591a1a When on Linux, don't disable fsck.
Thus, rename PLIST to PLIST.common and add PLIST.Linux.
Changes suggested by Jeremy C. Reed (reed at reedmedia dot net) in
PR pkg/19477.  Thanks and sorry for the delay.
2003-02-16 19:19:55 +00:00
jmmv
159be95476 Disable gtk-doc detection; not required and causes problems. 2003-02-16 11:55:42 +00:00
salo
8135592891 Add and enable wtail. 2003-02-16 00:26:20 +00:00
salo
e96e455f16 wtail does the equivalent of tail -f on several files at once. The screen
is split into as many parts as there are files to watch.

Package submitted by Juan RP via PR pkg/20351 with modifications by me.
2003-02-16 00:25:30 +00:00
jmmv
1726933842 patch-aa is also tracked in GNOME's bug system. 2003-02-15 16:41:20 +00:00
jmmv
582346a1f5 - Note which GNOME bugs are tracking some of the issues we are currently
patching.
- Remove useless patches that make maintenance harder.
- Use glib's g_dir_* functions instead of hacking the local file method to
  use readdir.
- Bump PKGREVISION to 1.

Reviewed by wiz.
2003-02-15 16:29:31 +00:00
salo
45df9c0bf6 Updated to version 1.2.13.
Changes:

- USE_PKGLOCALEDIR
- don't hardcode -Wl,-E

1.2.13:
=======
- Very minor changes: enforce no message popups during init_plugin(),
  and allow a " in mailbox passwords.
- Contributions
  - Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code
    so monitors now have a native Mac interface.

1.2.12:
=======
- Theme changing keyboard shortcuts changed to Page_Up/Page_Down.
- Fix Linux APM to use ac_online status when battery status is
  unknown.
- Allow spaces in remote mailbox username and password.
- Get data for remote fs mounts in a thread.
- Use data-suffix directories when running gkrellm -c or when in
  force-host-config mode.
- Contributions
  o Nick Mitchell <firepile@speakeasy.net> patch:
    Fix IMAP login fail if password had certain chars.
  o Christian Rose <menthos--at--menthos.com> sv.po update.
  o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update.
  o de.po translation update.
  o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update.
  o Grigory Batalov <bga--at--altlinux.ru> ru.po update.
  o Chris <chris@starforge.co.uk> patch adds clock chime option.
2003-02-15 09:33:03 +00:00
salo
ec28ab1096 Updated to version 0.1.54.
Patch from Juan RP via PR pkg/20351.

Changes:

BUGFIXES:
=========
* progressbars problems also fixed for jvc/teac drives
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* da.po update by Morten Bo Johansen <mojo@image.dk>
* opens a popup window when the -dummy option is enabled, informing
  the user of this
* multisession seems to have been broken for some time now, but I
  haven't had time to fix it

NEWS:
=====
* added an option for specifying the grace time
* DVD-R Media support (Mark Bryars <mark@darkskiez.co.uk>)
2003-02-15 08:34:20 +00:00
jmmv
67991aceb0 Updated to 2.2.2. Changes since 2.0.4:
gnome-vfs 2.2.2
	* Bugs fixed:
	       + fixed memleak in monitors
	       + fixed some ssh method problems
	       + fixed some vfs moniker bugs

gnome-vfs 2.2.1
	* Bugs fixed:
	       + Fixed deadlock wrt fam while adding many monitors
	       + fixed memleak

gnome-vfs 2.2.0
	* Bugs fixed:
	       + races and bugs in the GIOChannel support (Josh Parsons)
	* Featurelets
	       + Added (disabled for now) gnutls ssl lib (Andrew McDonald)
	         This will be enabled later when its been tested more.

gnome-vfs 2.1.91
	* Bugs fixed:
	       + gzip header creation time
	       + gnome_vfs_uri_extract_dirname crash
	       + gnome_vfs_socket_buffer_peekc corrected

gnome-vfs 2.1.6
	* Bugs fixed:
	       + fixed -lpthreads build failure (Owen Taylor)
	       + Handle directory moves overwriting themselves (Alex Larsson)
	       + Correct libdir handling (Frederic Crozat)
	* Featurelets
	       + Deprecated gnome_vfs_mime_shutdown, gnome_vfs_loadinit,
	         gnome_vfs_preinit and gnome_vfs_postinit. (Alex Larsson)
	       + Lots of docs updates (Diego Gonzalez)
	       + _ prefix internal functions. (Tim Janik)

gnome-vfs 2.1.5
	* Featurelets
		+ Added GNOME_VFS_ERROR_NO_MASTER_BROWSER to GnomeVFSResult

gnome-vfs 2.1.4
	* Featurelets
		+ gnome_vfs_open_fd() replaced console: method (Giovanni
		  Corriga)

Changes in the package:
- Honor PKG_SYSCONFDIR.
- Use GConf2's schemas.mk framework to register schemas.
2003-02-14 20:10:02 +00:00
grant
abd5c1713d move PLIST_SUBST and BUILD_DEFS outside ifdef(GNU_PROGRAM_PREFIX) and
conflict with id-utils if GNU_PROGRAM_PREFIX == "g".

noted by wiz.
2003-02-13 19:20:21 +00:00
grant
8711b60e9f - honour GNU_PROGRAM_PREFIX.
- USE_PKGLOCALEDIR.
- bump PKGREVISION.
2003-02-13 17:38:58 +00:00
jlam
5a7542fbc5 Bump PKGREVISION after previous change. 2003-02-13 06:35:45 +00:00
jlam
139efbe730 Correct usage of r:... for BUILDLINK_TRANSFORM, and use the COPTX and
LDOPTX variables to pass in our pkgsrc CFLAGS and LDFLAGS so that
OSS works properly.
2003-02-13 06:35:19 +00:00
yyamano
158f2d7434 Make this work on Darwin. Use same ps option as NetBSD's one. 2003-02-12 15:29:24 +00:00
grant
9e8dbb1652 Use the platform MESSAGE handling that we have and improve
the message.
2003-02-10 02:56:37 +00:00
hubertf
c1d205623f Note on using this under solaris, by Michael Robinson <mhr_54@cox.net> 2003-02-09 20:41:33 +00:00
dmcmahill
d3718b001e include freetype2 buildlink2.mk file so this can work on non-XF4 systems.
Problem noted in recent alpha bulk build.
2003-02-05 18:36:47 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
drochner
b22b17aab4 do the right LIBTOOL thing to cure the "cannot find -liconv" symptom
should fix PR pkg/20190
2003-02-04 10:52:15 +00:00
martti
5d8fb2a256 Updated etcupdate to 20030204 (bin/20196). 2003-02-04 08:40:56 +00:00
atatat
ea2631638b Add kqueue support to lsof. Bump PKGREVISION to 1, making this
4.66nb1.  This patch will be included in the next lsof release.
2003-02-03 01:03:14 +00:00
abs
260622aadc Update dvdrecord to 0.1.3nb1
Pull across scanbus patch from cdrecord
2003-01-31 11:02:28 +00:00
jmmv
6d5169b99e Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-29 12:31:40 +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
ad
3f29aa6876 Miscellaneous fixes and improvements; crank version to nb1. 2003-01-27 23:39:02 +00:00
martti
a9d9de6c1d Updated etcupdate to 20030124
Add a new -a flag (automatically update files which have not been
locally modified).  Patch provided by Sverre Froyen in a private mail,
slightly modified by me.
2003-01-27 07:54:22 +00:00
fredb
792b06e890 Add "shutdown" keyword to a couple of the daemons, so they're down before
the SIGHUP to all process causes them to reload their config files.
2003-01-26 00:48:24 +00:00
toshii
77ae202564 No reason to conflict with mkisofs, pointed out by Manuel Bouyer. 2003-01-25 10:10:06 +00:00
jmmv
2fa17d5ffc Update grub to 0.93. Changes in this version:
* Define the behavior of the boot loader when the load end address is
  zero and the bss end address is zero in the Multiboot Specification.
  Also, add the support into GRUB.
* Finally, we have a Bug Tracking System! Now the preferable way to
  report bugs is to use the BTS rather than sending e-mail to bug-grub.
  See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more
  details.
* The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on
  the web <http://www.gnu.org/software/grub/grub-faq.html> instead.
* The terminal handling code is rewritten radically, and many bugfixes
  are made at the same time.
* The command "color" is effective even in the command-line.
* The command "terminal" takes two new options, ``--no-echo'' and
  ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back
  input characters. If you specify ``--no-edit'', GRUB will disable the
  BASH-like editing feature. These options are useful when using an
  intelligent terminal (such as the comint mode in GNU Emacs).
* The utility ``grub-md5-crypt'' prompts to retype a password and checks
  if the passwords match.
* Support for booting Linux is rewritten, so GRUB now supports
  large-EBDA systems.
* The menu interfaces supports Page Up, Page Down, and Right Key.
* New command "terminfo", for vt100-incompatible terminals.
* New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD.
2003-01-24 23:49:54 +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
drochner
32dae9a8cd change naming scheme for cdrecord-xcdroast to avoid explicite CONFLICTs
in the future, as proposed by Matthias Scheler in PM
2003-01-23 16:12:42 +00:00
kristerw
658a83fc72 Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.
Changes since 0.4.0 include:
  + added Portuguese (Brazilian) translation thanks to Eduardo Aguiar
  + pause/resume support - don't count time while stopped
  + stop output when resumed in the background
  + terminal size change support
  + bugfix: <=> indicator no longer sticks at right hand edge
2003-01-22 21:35:49 +00:00
salo
98214f3e67 - s/INSTALL_MAN/BSD_INSTALL_MAN/ in patch-ac, remove unnecessary MAKE_ENV.
- restore Id in patch-ab and remove dollar signs around it
2003-01-19 09:39:06 +00:00
toshii
cc6aaf60b1 Add and enable dvdrecord. 2003-01-17 14:04:18 +00:00
toshii
a60eeb57fb Initial import of dvdrecord 0.1.3 into the NetBSD packages
collection.

Dvdrtools is a fork of cdrtools, with the primary goal of supporting
writable DVD drives.
2003-01-17 13:53:11 +00:00
rh
6ad4ddb7e8 Update gcombust to 0.1.53. Changes include:
Version 0.1.53 Oct 27 2002
BUGFIXES:
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* pl.po update by pbs <pbs@linux.net.pl>
	* added a space in the progresswindow
	* vol id can be max 32 chars
	* progressbar problems occuring with more recent cdrecord versions
	  fixed
NEWS:
	* autostart option (for HFS images)

-------------------------------------------------------

Version 0.1.52 Jul 08 2002
BUGFIXES:
	* fixed compilation error on non-Linux platforms
	* updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>)
	* 'Compute Estimate' could fail when only one file was added,
	  reported by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* the fix for broken (patched) GTK+ versions broke when using
	  completion (pressing tab), fixed, also fixed some other small
	  usability bugs caused by the fix
NEWS:
	* added a "default number of pathcomponents to ignore/include",
	  suggested by "John L. Males" <software_iq@TheOffice.net>
	* added "Overburn" option

-------------------------------------------------------

Version 0.1.51 May 26 2002
BUGFIXES:
	* check for a valid data cd before reading the ISO info when the
	  "Info" button is pressed in order to avoid blocking
          (suggested by "John L. Males" <software_iq@TheOffice.net>)
	* the fix for broken (patched) GTK+ versions broke on some locales,
	  remade the fix in another way
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
NEWS:

-------------------------------------------------------

Version 0.1.50 May 23 2002
BUGFIXES:
	* gives a better error message if one attempts to burn a non-existant
	  image
	* various other error message improvments
	* started on support for "Re-load disk and hit <CR>" drives, but
	  it is not yet working
	* de.po update + english spelling fixes (Goetz Waschk
	  <waschk@informatik.uni-rostock.de>)
	* changing the cd size with "Try harder" enabled could essentially
	  lock the X-server while recomputing (bad X, bad GTK!), fix by
	  Goetz Waschk
	* the HFS options behaves badly no more
	* RH7.3 and then Debian sid included a patch to GTK+ which broke
	  gcombust when adding directories (thanks to Oskar Liljeblad
	  <oskar@osk.mine.nu> for suggestions)
	* no longer complaints about non-existing paths when clicking
	  cancel in the prefs window (suggested by "John L. Males"
	  <software_iq@TheOffice.net>)
NEWS:
	* Polish translation by pbs <pc2000@poczta.onet.pl>
	* added an "Info" button for ISO images too, suggested by "John L.
	  Males" <software_iq@TheOffice.net>
2003-01-15 07:48:06 +00:00
jschauma
edbf639d76 Synch PLIST with reality to fix problems seen in Huberts latest bulk-build. 2003-01-13 15:23:11 +00:00
cjep
a3defbee44 Actually PKG_SKIP_REASON would be better -- suggested by wiz 2003-01-11 15:21:48 +00:00
cjep
49822a4c21 Use PKG_FAIL_REASON 2003-01-11 14:21:16 +00:00
tron
b52b8bf62e Include buildlink2 glue code for "libiconv" to fix build problems in
packages depending on this package e.g. "controlcenter".
2003-01-10 12:41:33 +00:00
drochner
76aef4defb update to 0.98alpha13
changes:
-proxy support for CDDB lookups
-bugfixes
-use cdrtools-2.0
2003-01-10 11:24:51 +00:00
drochner
52e3eaacd8 update to cdrecord-xcdroast098a13-2.0:
-use cdrtools-2.0 (probably no significant changes to the last alpha
 release)
-prepare for xcdroast update to 098a13
2003-01-10 11:20:33 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
uebayasi
dc1117f8e4 Prototype buildlink2.mk's created automagically by createbuildlink(8). 2003-01-09 11:21:40 +00:00
rh
298c1590cb Update gnome-vfs to 1.0.5. Changes include:
New features:

* UTF-8 gnome-mime-data support
* NNTP module
* Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific
  patch necessary any longer

Bug fixes:

* NNTP fixes
* Large file (64bit) support
* Build fixes
* C++ style comments corrected
* Miscelaneous fixes
* Fix memory leak for nested symlinks, avoid infite loop
* Detect OpenSSL libraries better
* Don't include <regex.h> to remove namespace clashes
2003-01-09 09:47:30 +00:00
jmmv
7d9b00585a Add and enable screentest. 2003-01-08 23:17:24 +00:00
jmmv
28ea9cc784 Initial import of screentest, version 1.0.
This is a GTK+ program for tesing the quality of CRT screens. It displays
various patterns and allows you to estimate the quality of your CRT
monitor.

Provided in PR pkg/18006 by Greg A. Woods with some modifications by me.
Reviewed by wiz.
2003-01-08 23:15:12 +00:00
wiz
b82840a358 Remove superfluous Ns. 2003-01-08 17:48:16 +00:00
jmmv
66c99d3a13 Update sysbuild to 1.9. Changes include:
- Addition of a new variable, MACHINE, which is used to tell the program
  the machine name. This is needed since NetBSD-current now automatically
  adds this value to RELEASEDIR.
- Properly pass RELEASEDIR's value to make when building an X release
  (pointed out by Douglas Brebner in private mail).
- Update the TODO list in the manpage: remove the X11R6 item and add a new
  one about using build.sh to create and use a nbmake wrapper.
2003-01-08 17:45:09 +00:00
cjep
a9fc32ffda Fix configure process. 2003-01-04 11:27:44 +00:00
lukem
54fc7c45b6 Remove cdrecord-devel as cdrecord is now a newer version. 2003-01-03 16:30:32 +00:00
lukem
6d7de46c96 Update to cdrecord 2.0.
Too many changes to list them all here; see following for full details:
	ftp://ftp.berlios.de/pub/cdrecord/AN-2.0

cdrecord:
	-overburn option
	Driveropts "burnproof" renamed to "burnfree"
	CD-Text support.

cdda2wav:
	Added -L to query freedb.freedb.org for CDDB information.

mkisofs:
	Fix -graft-points.
	Various fixes to HFS support.

libedc:
	Performance enhancements.

libscg:
	Various improvements to SCSI & ATAPI transports.
2003-01-03 16:27:09 +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
rh
99dc2a2dee Make this coexist with GNOME2 by depending on gnome-mime-data instead of
installing local versions.  Patch provided by Eric Gillespie
<epg@pretzelnet.org>, with minor modifications.
Bump PKGREVISION.
2003-01-02 03:19:32 +00:00
jmmv
7b0d65dece Update sysbuild to 1.8:
- When calling MOUNT_PRECMD, do not quote its arguments, so the pre-command
  can determine which is the program that needs to be executed. Pointed out
  by Douglas Brebner in private mail.
2003-01-01 21:16:52 +00:00
lukem
c81681ad85 Convert back to supporting INFO_RUNTIME instead of INFO_BATT_RUNTIME.
I *really* dislike how newapc changed from supporting INFO_RUNTIME
(runtime in minutes, which is what the UPS actually reports) to
INFO_BATT_RUNTIME (runtime in seconds, which is UPS result * 60),
because the latter is much less useful as a realistic guess (IMHO),
and because this broke my upslog format and ups monitoring stuff
that used '%VAR runtime'.

(Unfortunately, newapc is written in a way which precludes supporting
multiple results from the same 'UPS status code' (in this case
`j'), so we can't support both results at this time.  I decided
that INFO_RUNTIME is more useful, because '81' (minutes) is easier
to "use" than '4860' (seconds))
2002-12-31 22:47:05 +00:00
jmmv
fad8adc322 Update sysbuild to 1.7:
- Set DESTDIR properly while building toolchain.
- Create HOMEDIR if not exists when copying the sample configuration file
  (by the config target).
2002-12-28 14:58:31 +00:00
jmmv
c759671d65 Update etcupdate to 20021227:
- Fix a typo in the yesno() function: add a missing question mark.

Approved by martti.
2002-12-27 19:41:45 +00:00
mjl
ebe1d0da80 Update to 2.17 as our version is no longer at primary site.
No changelog available though.
2002-12-25 22:44:53 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +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
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
jmmv
d6891004f7 Depend on GNU Tar (archivers/gtar) if we are running NetBSD 1.6K or above,
where tar(1) is pax(1). cdbkup needs several options that only exist in
GNU Tar (for now). Bump PKGREVISION to 1 because of the new dependancy.
2002-12-22 22:24:56 +00:00
atatat
9fb7624b7b Sorry. Botched distinfo file. This one should be fine. 2002-12-22 20:09:00 +00:00
atatat
3e074711b2 Upgrade lsof pkg to 4.66. Notable changes are:
...
                Implemented the HASNOSOCKSECURITY compile-time
                option.  When it and HASSECURITY are defined, lsof
                will be built to list only the user's open files,
                but will also list anyone else's open socket files,
                provided the "-i" option selects their listing.
                Updated the Customize script to ask about setting
                HASNOSOCKSECURITY.  Left it undefined in all dialect
                machine.h header files.  This change was requested
                by Kenneth Stailey <kstailey@speakeasy.net> for
                use with ntop.
...
                Improved lsof help (-h) and version (-v) information
                reporting.
...

In order to the provide a simple pkgsrc hook for the new
HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS
setting (as a complement to the LSOF_MORE_SECURE option we already
have).
2002-12-22 20:04:30 +00:00
seb
bd66a6e13a Add & enable cfengine2 and cfengine2-doc. 2002-12-22 13:13:39 +00:00
seb
74faa7fd67 Add a final dot. 2002-12-22 13:09:51 +00:00
seb
91938c51cc Initial import of documentation for cfengine version 2 into the NetBSD
Packages Collection.

Provided in PR pkg/19458 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.

Documentation for cfengine, a very high level language for building
expert systems to administrate and configure large computer
networks.
2002-12-22 13:08:59 +00:00
taca
19df480e2f Update bkpupsd package to 2.1.1. No functional change.
from CHANGES:

* bump version, now 2.1.1.

* Update copyright notice.

* Update my mail address.

* Fix LP64 problem from NetBSD pkgsrc.

* Add kernel patch for NetBSD 1.6_STABLE, it should be OK on
  NetBSD 1.6 release.

* Fix compile problem on FreeBSD 4.5 Release reported from
  Naoki IDO <ido@hitachi-ms.co.jp>.

* Add kernel patch for FreeBSD 4.4 based on mail from
  Yasuhiro Abe <abe@dzn.co.jp>.

* Convert shell script patching FreeBSD 3.4 into normal patch file.

* Add files for NEWLAYOUT style FreeBSD ports contributed by
  yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu).

* remove package support for NetBSD since bkpupsd is now included
  in NetBSD package collection.
2002-12-22 13:06:02 +00:00
seb
3b91c7b547 Initial import of Cfengine version 2 into the NetBSD Packages Collection.
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.

Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system
2002-12-22 13:04:38 +00:00
lonewolf
f7e1402484 Add and enable fakeroot. 2002-12-20 11:30:20 +00:00
lonewolf
97f9b5cc18 Add fakeroot-0.5.8 from Debian.
fakeroot creates a faked root environment for building tar (or other) packages with proper file ownerships and permissions as normal user
2002-12-20 11:23:53 +00:00
jmmv
97998d0bce Fix typo: NO_PATH -> NO_PATCH 2002-12-19 14:23:00 +00:00
jmmv
f27242496f Update sysbuild to 1.6:
- When running install-kernel, unset DESTDIR variable so kernel is placed
  in the right location.
2002-12-19 12:55:56 +00:00
jmmv
5e13ca1257 Update sysbuild to 1.5. Changes in this version:
- Added build-x-release target to build a full X11R6 binary snapshot. The
  process works as an unprivileged user, keeping sources clean (using
  mount_union(8)).
- Added install-x-sets target to install the sets built by build-x-release.
2002-12-18 11:28:08 +00:00
jmmv
2fd9e4926a Update fam to 2.6.9. Changes since 2.6.7:
fam-2.6.9

    added idle_timeout and nfs_polling_interval options to fam.conf.
    [joup@bigfoot.com, wardle@sgi.com] (wardle@sgi.com)

    use daemon() as an alternative to _daemonize() to background the
    fam process if it is available.
    [wardle@sgi.com] (wardle@sgi.com)

    allow for different socket structure on FreeBSD and other small
    changes to assist FreeBSD build.
    [daverufino@btinternet.com, ports@geeksrus.net] (wardle@sgi.com)

fam-2.6.8

    #include some standard header files to help build on FreeBSD.
    (wardle@sgi.com)

    improved group handling from IRIX.
    (wardle@sgi.com)

    untrusted user's GID is set to NOGROUP if getgrmember() gave FAM
    an invalid or inconsistent GID.
    (wardle@sgi.com)

    should now handle strerror returning null.
    (wardle@sgi.com)

    initalize libtool earlier in the configure process to avoid binaries
    being created with a .C extension on some systems.
    [alexl@redhat.com] (wardle@sgi.com)

    added libstdc++ to linker flags to make libfam always build as a
    C++ library.
    (wardle@sgi.com)

    added CLEANFILES make target.
    (wardle@sgi.com)

    /etc/mtab (or equivalent) is now opened read-only.
    (wardle@sgi.com)

Approved by wiz.
2002-12-17 19:43:39 +00:00
lukem
84e01f1a33 bump pkgrevision for cgi move 2002-12-17 12:03:01 +00:00
lukem
ea7becbda8 install cgi into libexec/cgi-bin instead of share/nut/cgi 2002-12-17 05:53:41 +00:00
jmmv
bcb2e0c6bc Update sysbuild to 1.4.
Change since 1.3: Set BSDSRCDIR, OBJMACHINE and MKOBJDIRS when calling
build.sh and nbmake, so object directories are created in the right place,
not inside the sources.
2002-12-14 23:23:08 +00:00
salo
2b2c058270 Add and enable mktemp. 2002-12-13 09:50:19 +00:00
salo
446bfae487 Initial import of mktemp, version 1.4.
Mktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.

This package is in base system of *BSD so it's marked as:
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
2002-12-13 09:32:08 +00:00
lukem
94bcc2b664 Update from nut 0.50.0 to 1.2.1.
Many changes, too many to list here.
See:
	http://www.exploits.org/nut/release/1.2/new-1.2.1.txt
and (after installation):
	/usr/pkg/share/doc/nut/UPGRADING
2002-12-13 04:23:17 +00:00
abs
6826b96b8b shorten COMMENT 2002-12-12 14:34:49 +00:00
christos
f9f1cfa841 comment out all the old swap code, because <sys/map.h> is no more. 2002-12-11 22:35:55 +00:00
christos
bbb0a917ac re-enable. 2002-12-11 21:38:20 +00:00
christos
b6939eba31 put the one line change needed to make this work under /current. 2002-12-11 21:38:06 +00:00
jmmv
39cc155e34 Add and enable vifm. 2002-12-11 21:10:29 +00:00
jmmv
6fc1f39517 Initial import of vifm, version 0.1. Description follows:
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.

Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
  applications per extension.
* Visual mode for selecting files.
* User-defined commands.

Package provided by Stefan Walter in PR pkg/18010, with several
modifications by me.

Approved by wiz (thanks for your suggestions!).
2002-12-11 21:09:25 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
ad
06fb337b73 Mention sysutils/dptutil. 2002-12-09 11:12:50 +00:00
ad
05ce6920fc raidutil -> dptutil. 2002-12-09 11:09:00 +00:00
ad
4fc97e5e66 Re-import of raidutil-3.31 as dptutil-3.31. 2002-12-09 11:07:20 +00:00
ad
71086417d2 Removed pending rename. 2002-12-09 10:58:51 +00:00
jmmv
c8c69a55da Update sysbuild to 1.3.
Changes since 1.2:
- Fixed several bugs in fast mode `-f' (directories were cleaned even if
  this flag was given, so it was of no use).
- Ability to keep tools while cleaning (KEEP_TOOLS variable); rebuild them
  only when necessary (not found).
- When directly calling "make" or "config", use the binaries in the TOOLDIR
  directory, not the ones of the current system.
- Fixed a typo in usage (pointed by Sergio Jiménez).
2002-12-08 11:37:18 +00:00
ad
ea522adfe3 Add & enable raidutil. 2002-12-07 19:59:28 +00:00
ad
3f117199b7 Initial import of raidutil-3.31.
DPT/Adaptec control utility for use with EATA and I2O controllers.
2002-12-07 19:58:57 +00:00
jmmv
bfb10044a7 Update gentoo to 0.11.34. Changes since 0.11.33:
* Added used bytes display to status line. Overdue, I guess.
* Reintroduced the [root] indicator in the main window title bar,
  for when you're running as root. Thanks, Roger Sondermann.
* Fixed horrible bug that seemed to be happy to just break the
  history saving when running as root, but should have done a
  lot more if there had been any justice in the universe. Thanks
  again, Roger.
* Incorporated an updated Polish translation. Thanks Slawomir.
* Made built-in pane menu translatable. This is temporary.
* Tweaked the man page (docs/gentoo.1x) a bit.

Update patch provided by Juan RP in PR pkg/19308.

I've also seized the opportunity to make this package honor PKG_SYSCONFDIR
and depend on gettext-lib, which is required by the program.
2002-12-07 10:12:42 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00