Commit graph

1926 commits

Author SHA1 Message Date
wiz
076234792c Remove patch-ac -- this file has never been committed (mycroft?). 2003-09-19 12:46:18 +00:00
wiz
52e744485f When setting DISTINFO_FILE, also set PATCHDIR. 2003-09-19 12:29:15 +00:00
abs
213fd0bce6 Update rconfig to 0.19:
0.19:	Explicitly set PATH in probe.sh
	Avoid incorrect progress % in Probe list when host failing
	Fix path to rconfig.conf (Noted by Alan Horn)
0.18:	Use correct timeout (do not use rsh_timeout for everything)
2003-09-19 09:41:13 +00:00
cube
3d68afcfbb The installed library is named 'pciutils' only on NetBSD to avoid
collision with the library from base. All other OSes need to know
the real name. OK'd by seb@ and agc@.

Change my e-mail address, while I'm here.
2003-09-19 09:30:42 +00:00
hubertf
6242207915 fix HOMEPAGE 2003-09-19 02:27:12 +00:00
seb
b52c6c78fb Update to cfengine version 2.0.8p1.
Provided in PR pkg/22816 by Michael Santos <mike at ethmoid dot org>.

Changes since last packaged version:

        2.0.8 - released this far as a 2.0.x patch

        Check for illegal characters in classes.
        Able to bind to a specific IP addressed interface in cfservd.
                BindToInterface = ( 10.10.43.6 )

        Security fix to transaction lengths in remote copying.
        Suspicious names now applies only to regular files
2003-09-16 19:24:25 +00:00
jmmv
29ace625cb Add MANINSTALL to BUILD_DEFS for completeness. 2003-09-15 16:27:53 +00:00
recht
44917e36b8 Use my NetBSD.org email address. 2003-09-14 18:13:48 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
abs
d29e840cd3 Update rconfig to 0.17nb1
Add missing DEPEND on p5-Text-Substitute
2003-09-12 15:12:12 +00:00
jmmv
8abefb0b9d Add and enable idesk. 2003-09-08 14:28:11 +00:00
jmmv
11fed02bcd Initial import of idesk, version 0.3.5:
iDesk gives users of minimal window managers (like fluxbox, pekwm,
windowmaker...) icons on their desktop.  The icon graphics are either
from a PNG or SVG (vector) file and support some eyecandy effects like
transparency.  Each icon can be configured to run one or more shell
commands and the actions which run those commands are completely
configurable.  In a nutshell if you want icons on your desktop and you
don't have or don't want KDE or GNOME doing it, you can use idesk.

Initially provided in pkgsrc-wip by pancake@phreaker.net.
2003-09-08 14:27:27 +00:00
adam
6aeb12a85f Revision bump, because ImageMagick's shared library version change 2003-09-03 13:23:32 +00:00
cjep
b42456df51 Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
mycroft
e931ff9950 Update to 0.1.5.
No useful ChangeLog info.
2003-09-01 03:25:25 +00:00
mycroft
c2a89ff385 Update to dvdrip 0.50.15.
0.50.15 - [stable branch] -  Sun Aug 24 2003, joern

Bugfixes:
- mplayer DVD player command didn't work for LPCM tracks.
  Thanks to Fabio Russo for the patch. You must re-select
  the mplayer command from the Preferences page for this to
  take effect.
- Free diskspace warning wasn't exact. Thanks for the patch
  to Moritz Muehlenhoff <jmm AT informatik.uni-bremen.de>.
- Fixed a typo in the --avilimit option (for AVI files >2GB).
  Thanks for the report to Jarkko Seppa <Jarkko.Seppa AT oulu.fi>.
- Default target size was set to 1406, instead of 1400 (2x700).

Features:
- Expanded the subtitle selection popup to the maximum of
  32 entries, not only the probed entries. With some DVD's the
  subtitle probing fails. This way you can select even
  "impossible" subtitles, if they weren't detected correctly.
  Thanks for the suggestion to Stefan Raspl <stefan.raspl AT
  playofmind.net>.
- Blank CD-RW (uses the configured cdrecord command and device),
  supporting 'fast' and 'all' methods (choose in the preferences).
  Not really tested yet due to lack of CD-RW media. Suggested
  by <dvdrip AT vikas.mailshell.com>.
- New preference "Preferred language". Default audio track
  and subtitle are selected accordingly after reading TOC,
  resp. the first audio track / subtitle matching the
  preferred language will be selected. Note that you still
  should review this setting, because the first matching item
  found must not be the one you really want. Suggested by
  John Washington <washingtonj AT acm.org>. Credits for the
  list of available language codes go to Chris Phillips
  <acid_kewpie AT users.sourceforge.net>, the author of lsdvd,
  from which I extracted the list.
- Video codec list takes the new XviD variants of transcode 0.6.9
  into account (xvid, xvid2, xvid3 and xvid4). For earlier
  transcode versions still xvid and xvidcvs are listed here.
- Support for xvid4conf, a tool to tweak all options of the
  new dev-api-4 XviD codec. You need at least transcode 0.6.9
  and xvid4conf 1.6 for this to work.
  Note: the xvid4 settings will be used for all titles of your
  project. Also they don't take effect in cluster mode. This will
  change for future dvd::rip/transcode releases.

New/Changed X?S?VCD|CVD stuff:
- Renamed '(S)VCD' container format to 'MPEG', which is in fact
  what it is.
- Added new MPEG "Codecs": XSVCD, XVCD and CVD
  - SVCD and VCD create standard conform streams. You
    can't change parameters to non-standard values.
  - XSVCD and XVCD allow you to choose arbitrary video and
    audio bitrates / samplerates.
  - CVD allows you everything (like X(S)VCD), but additionally
    dvd::rip checks for correct frame sizes.
- Added new Clip & Zoom presets: CVD anamorph and XSVCD
  anamorph for PAL and NTSC.
- Added new Preference: "Default Container Format", fixing also
  a mismatch, if you choosed 'SVCD' or 'VCD' as a default codec,
  but dvd::rip still set to 'avi' container format by default.
- Audio bitrate 224 was missing in the popup list.
- Renamed 'Target format' to 'Select container' and the 'Video
  codec' label got renamed to 'MPEG variant' for the MPEG
  container"

Thanks to James L. Paul who urged me to implement the CVD
stuff, which hopefully introduced not too many bugs ;)
2003-08-31 18:42:04 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jmc
d95286b983 Depend on latest version of lrmi 2003-08-30 16:17:45 +00:00
xtraeme
d5fc8ad9f9 Add and enable xfe 2003-08-30 16:11:39 +00:00
xtraeme
c16fdd367b Initial import of xfe 0.54.2
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X win Commander.
Xfe aims to be the file manager of choice for all the Unix Addicts!

Ok'ed by wiz@
2003-08-30 16:09:21 +00:00
reed
5dd81c8c4b Add missing spaces. 2003-08-30 05:07:24 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
hubertf
94e44ca606 add a manpage 2003-08-29 19:16:47 +00:00
hubertf
284daa0437 add & enable free 2003-08-29 18:51:56 +00:00
hubertf
626be26106 Import free-1.0: Displays memory usage
Many users with a linux-background expect the command free, here it is,
based on NetBSD's vmstat.

From bsdforums.org (http://www.bsdforums.org/forums/showthread.php?s=&threadid=13410),
with permission by the author Karsten Kruse <tecneeq@tecneeq.de>
2003-08-29 18:51:05 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
wiz
77f9554d12 Add and enable atitvout (hi mrg!). 2003-08-28 09:50:13 +00:00
mrg
c9535c1b9b add a "-r" flag that enables a "raw" mode - copy the data out in 2352
sector chunks.  this flag has already been included by the upstream and
will be in the next release of bchunk.
2003-08-25 12:11:29 +00:00
recht
04d3f5a175 Update {x}mbmon to 2.03.
changes since 2.01:

* Genesys Logic GL512SM and GL520SM sensors are supported.
* Intel ICH5 SMBus access supported.
* LM85, Analog Devices ADM1024/1025/1027/ADT7463,
 and SMSC EMC6D10X sensors are supported.
* Analog Devices ADM1020/1021/1023 temperature sensors are supported.
* A log standing bug from version 2.00 in the treatment of
 fan-divisor for the IT87xxF sensor chip is fixed.
* NetBSD/OpenBSD support is added (by a contribution of a patch
 given by Stephan Eisvogel). "./configure; make" just works.
* The AMD8111 and NVidia nForce2 SMBus access is supported
 (by information from Alex van Kaam).
* National Semiconductor LM90 temperature sensor is supported.
* Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported.
* The case of two sensor chips are supported.
* Others: Fixing small bugs,  clean-up the code.
2003-08-23 16:41:58 +00:00
drochner
1c84c87cd9 simplify build a bit, and allow any Python version >=2.2 2003-08-18 10:24:11 +00:00
reed
f058bf91b9 Remove un-needed operating system specific reference. 2003-08-16 07:09:20 +00:00
abs
a425cdb4d8 Update rdiff-backup to 0.12.3 (Also fixes PR pkg/22095)
- Over 1500 lines of changelog since 0.10.2
	- Now rdiff-backup writes metadata (uid, gid, mtime, etc.) to a
	  compressed text file in the rdiff-backup-data directory
	- No longer seems compelled to send symlinks every time
2003-08-14 12:08:00 +00:00
mrg
964c40cf57 automatically detect how to talk to a mobility radeon 9000 2003-08-13 13:58:57 +00:00
atatat
8a3a940f43 A patch (courtesy of the lsof maintainer) to make lsof build again on
NetBSD-current, where the structure of the vnode has been altered.
This patch will, as usual, be obsoleted by the next lsof release.
PKGREVISION bumped accordingly.

Install the lsof.8 man page in man8 instead of installing the
preformatted copy in man1 (doing so used to slide by, by new groff
really doesn't like formatting preformatted man pages, and besides, it
was in the wrong place).

Since the only thing left untouched was the DESCR file, I also added
mention of kqueues as something lsof might note, meaning that this
patch touches every file in the pkg.
2003-08-13 13:24:15 +00:00
mrg
cde1bddce7 initial import of the "atitvout" package that provides tv-out capabilities
for many recent ATI video cards.  tested to be able to switch from the lcd
to the s-video tv-out with a radeon mobility 9000 (M9), and also known to
work on:
	ATI Technologies Inc Rage Mobility P/M AGP 2x
	ATI Technologies Inc 3D Rage LT Pro AGP-133
	ATI Rage Mobility M3
but to fail on:
	ATI Technologies Inc Rage Mobility M4 AGP
2003-08-13 05:22:59 +00:00
martin
f1257f075e Update to xuvmstat-20030810 (fixes for gcc3.3). 2003-08-11 07:39:26 +00:00
wiz
0c99c5f94f Remove empty lines to make fewer pkglint warnings. 2003-08-10 21:47:32 +00:00
wiz
398c6d4817 Make build with gcc-3.3.1. From Sean Davis in PR 22420. 2003-08-10 07:56:54 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
heinz
4cad9c9591 add TEST_TARGET 2003-08-09 07:45:46 +00:00
wiz
4baec72088 Declare exp static to make this compile with gcc-3.3.1.
From Anders Hjalmarsson in PR 22370.
2003-08-06 06:23:29 +00:00
seb
df1f54a717 Convert to USE_NEW_TEXINFO. 2003-08-05 21:22:36 +00:00
seb
8b36c9c8e3 Convert to USE_NEW_TEXINFO. 2003-08-05 21:07:43 +00:00
seb
b11675ec5d Convert to USE_NEW_TEXINFO. 2003-08-05 20:29:55 +00:00
seb
81f8de84f9 Convert to USE_NEW_TEXINFO. 2003-08-05 20:21:42 +00:00
seb
1a5b643369 Convert to USE_NEW_TEXINFO. 2003-08-05 15:14:11 +00:00
seb
50fe3b7cd3 Add patch for handling info file properly. 2003-08-05 14:24:58 +00:00
seb
23254e1ee3 Handle info file properly. 2003-08-05 14:23:58 +00:00
seb
96c576f3f5 Convert to USE_NEW_TEXINFO. 2003-08-05 13:51:21 +00:00
drochner
15d0f250e6 bump revision after qt3/kde prefix change 2003-08-05 13:39:59 +00:00
jmmv
90828eda56 Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Install configuration files in sample directory and copy them to
  PKG_SYSCONFDIR when appropiate.
- Use RCD_SCRIPTS to handle installed rc.d script.
Use buildlink2 too.  Bump PKGREVISION to 1.
2003-07-31 11:07:30 +00:00
abs
63fabae8a7 Update fix4SA110rev2 to 1.0nb1
Fix compilation under NetBSD 1.6.1/shark - from Krister Walfridsson
2003-07-31 09:17:45 +00:00
markd
b2ff2753a2 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:43:43 +00:00
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