Commit graph

1706 commits

Author SHA1 Message Date
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