Commit graph

1389 commits

Author SHA1 Message Date
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
rh
fade50d56c Add and enable gnome-vfs2 2002-09-07 03:04:59 +00:00
rh
828873daa6 Initial import of gnome-vfs2-2.0.4, a virtual file system for GNOME2.
Provided in PR pkg/18186 by Julio Merino <jmmv@hispabsd.org>, with
some PLIST fixes by me.
2002-09-07 03:04:06 +00:00
jschauma
8411c736b9 Changes to make amanda* work nicely on Linux:
- do not depend on gtar; GNU/Linux tar is gtar, obviously
 - set AMANDA_GROUP as on NetBSD and Darwin
2002-09-05 18:07:52 +00:00
wiz
94223ac453 Update to 0.11.33:
Excerpt of changes:
0.11.33
* Fixed stupid bug which made some dialogs not respond to being closed.
* Reimplemented the SelectToggle command, making it work in linear
  time as opposed to quadratic as previously. Paid in memory, as
  usual, but one bit per dir row isn't too much, in my opinion.
* Tweaked the Information window slightly, since the two columns
  had somehow clung too close together. Reported by Felix Rabe.
* Added (partial) French translation, thanks to Philippe Rossi.
* Removed version number from window title.

0.11.32
* Upgraded to newer versions of GNU gettext, Automake, and Auto-
  conf, for no apparent reason.
* Redid directory history slightly; it used to identify dirs pri-
  marily by their inode numbers, which failed the filesystem re-
  uses inodes after e.g. a delete. Reported first by Olle Viksten.
* Made ClearSize respect GetSize's selection-preservation flag.
* Made the command line help texts (shown by --help) translatable.
* Fixed a problem with window name setting that occured when gentoo
  was running in internationalized mode.
* Reworked all code setting window titles; they were affected by
  similar locale-dependent problems. This feels like a GTK+ problem,
  but I think GTK+ 1.2.x isn't being developed any longer, so a work-
  around is probably all we get.
* Added a few missing command window titles to gentoo.pot.
* Improved layout in ChOwn's window, more label alignment.
* Default config will no longer recognize Perl source code if it's
  not in a file with a ".pl" suffix. This removes use of 'file' in
  the type checking, which is desirable for performance.
* Removed all uses of assert(), especially since all (!) of them
  depended on side-effects. Did anyone ever build gentoo with de-
  bugging disabled? That ought to have broken, horribly. Oops.
* Hacked a bit on the code that restores the vertical position when
  a directory is re-entered. Reported by "Michael".
* Slightly improved large file support. Still untested by me.
* Removed a couple of non-ANSI-isms that must've snuck in when I was
  looking the other way. Thanks, Josip.
* Added support for more modifiers to mouse button command bindings.
  You need to test which "Mod" is which key, though. Thanks, "Mark".
* Cleaned up cmd_generic.c, which is used for many of the standard
  file commands' dialog boxes. Dialog now done through dialog.c,
  which means button keyboard accelerators are now supported.
* Dialog position now configurable: either follow mouse as always,
  or center on screen. See Windows config page. Lost the source of
  the suggestion.
2002-09-02 16:56:57 +00:00
drochner
eaa269bde1 round up to an even TOC len to avoid ATAPI driver complaints 2002-08-30 08:19:11 +00:00
jlam
690eb7c826 buildlink1 -> buildlink2 2002-08-28 16:49:38 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
grant
9a226d9a05 update to gentoo-0.11.31.
Provided by Miguel Mendez <flynn@energyhq.homeip.net> in pkg/18052.

Changes in 0.11.31:
* Directory statistics display is now updated by DirRescan.
* RenameRE didn't enter the source directory, and thus could easily
  fail to find its working files. Fixed.
* MkDir no longer (internally) generates double-slashed names.
  Not a big deal, but they were visible in the path entry box.
* Added file recognition for socket and FIFO special files. Cute.
* gentoo now supports SGI's File Alteration Monitor (FAM) tech-
  nology, and will update panes if contents are changed by some
  other program. This is very nice, and recommended.
* Ran Julian Seward's masterpiece Valgrind on gentoo, at least a
  little. Found and fixed a couple of badnesses. Thanks. I'm sure
  there are more, but finding them takes lots of time. I'm far from
  claiming gentoo to be "Valgrind clean".
* Removed ill-guided use of g_error(); reported by Pehr Johansson.
* Improved quoting and fixed plain wrong syntax in SelectRE example
  input button, in default config. Not a big deal, though.
* Improved interaction between CopyAs, MoveAs, Rename, and SymLink's
  dialogs and the progress reporting window. Less annoying, now.
* CopyAs now has full progress reporting. Don't know why it hadn't.
* Information now shows item size using ticks every third digits.
  Adds another place to configure a tick character; not optimal, I
  will clean this up at a later date. Suggested by "[zorba]".
* MenuPopup now understands an "atfocus" bareword argument, which
  will locate the menu over the currently focused row. If no focus
  exists, it will center the menu in the active pane. Suggested by
  "[zorba]".
* Fixed silly buglet that had the "Left" configuration page tree
  item stuck looking selected.
* Fixed bug that reported errors twice on double-click. Really
  annoying if you use error dialogs, which I guess noone does.
* gentoo now attempts to enable large file support if the host
  supports it. This should make large files have correct sizes
  shown, and also improves GetSize on large (>2GB) directories,
  but is largely untested by the author.
* Accidentally found, and hopefully fixed, a long-standing stealthy
  bug, that caused gentoo to falsely report failure to read a dir-
  ectory, with a code 2 (file not found). Caused by dangling links.
* Removed premature "Menu" frame from buttons config. Thanks, emj.
* Tweaked configure.in so it respects CFLAGS being passed in. Re-
  ported by Frederick Reeve.

Changes in 0.11.30:
* Fixed yet another incredibly stupid bug that caused Copy to fail
  when copying nested directories. Introduced in 0.11.28, and re-
  ported by Matthias Haase.
* Window sizes in default config should now be (kind of) clamped
  to 800x600. Suggested by Roger Sondermann.
* Redesigned the configuration interface a bit, replaced the many
  nested tabbed notebooks with a cleaner and more modern-looking
  tree for navigation.
* Made the MkDir command slightly more robust.
* Tweaked the progress window somewhat, to reduce flicker.
* Added support for console beep on error. See Errors config page.
* Error reporting seemed to fail sometimes, in e.g. Rename. Fixed.
* Reimplemented DirRescan, for no particular reason.

Changes in 0.11.29:
* Fixed incredibly stupid bug that caused column header clicking to
  break (caused by the ghost scroll fix). Thanks, Roger Sondermann.
* Added Ctrl+L as shortcut to path entry (along with shift+Return).

Changes in 0.11.28:
* Improved a long-standing very annoying problem, which caused a pane
  to react by scrolling sideways when a quick vertical drag-select
  was done. The fix isn't quite 100%, but it's better now at least.
* Fixed subtle bug in glob-to-regular expression translation code
  which would break SelectRE for a pattern like "*.[ch]". Reported
  by Jean-Yves Lefort.
* When copying a directory, if the destination exists, it will now
  be completely deleted before the copying starts. This takes time,
  but should ensure a proper result. Reported by Razvan Stranschi.
* Input check button field {Ix} now supports being checked by default,
  and also knows about user-defined result texts. The complete syntax
  is: {Ix[:LABEL][*][=TRUETEXT,FALSETEXT]}. Clear, huh? OK, here's an
  example: {Ix:"gzip compress?"*="-czf","-cf"}. This would emit "-czf"
  into the command when checked, "-cf" when unchecked. The box would
  default to being checked, that's what the asterisk does.
* Modified default config's Module (for tracker music files) RE to
  also match against files named *.mod, and not only mod.*. Reported
  by "Mahen".

Changes in 0.11.27:
* MkDir now has an option to focus newly created directory, rather
  than entering it. If disabled, gentoo will scroll the pane to
  show the newly created directory. Suggested by Ernest Beinrohr.
* If you entered "20 kb", just like that, in the Split size box,
  you got 20 bytes. Case-sensitivity is like that. It's nicer now.
* Fixed bug where SelectRow on an already selected row was stupidly
  thinking it could select it again. Reported by Kamil Burzynski.
* Automounting now tries "/mountpoint/" if "/mountpoint" failed,
  and vice versa. Should now work for both pane doubleclick and
  TAB-completed paths, regardless of /etc/fstab format. Yay.
* Redid much of the internal logic for entering a new directory,
  so that it's now possible to enter e.g. "/mountpoint/a/b/c",
  and actually have gentoo first automount "/mountpoint", then enter
  the dir. Previously this would fail if the device wasn't mounted.
* Investigated, found a reason, and speeded up the SelectNone command
  by a factor of, oh, I don't know. Some big number, no doubt.
* Finally realized how to adjust labels, and cleaned up the layout
  in the Information window a bit using this new knowledge.

Changes in 0.11.26:
* Fixed a XML parsing weakness which made a button label containing
  a backslash break config loading. Reported by Roger Sondermann.
* Fixed stupid race condition bug in child process handling, which
  sometimes caused a crash in "kill previous instance". Reported by
  Joakim Larsson.
* Removed almost 300 redundant calls to gtk_widget_show(). This
  should shave a few bytes off the executable size, and perhaps
  even save a millisecond or so when building complex GUIs.
* Fixed weird bug where buttons got put above the panes when the
  interface was rebuilt after a config change.
* The middle bar in the progress report window used by Copy and
  other operations was behaving weirdly (always full). Fixed.
* Added display of elapsed time (in MM:SS format) as well as the
  current processing speed and ETA to the progress window.
* Progress window's directory size computation was broken. Fixed.
* DpFocusPath now understands a boolean "clear" option.

Changes in 0.11.25:
* Added a command, DpReorient, to switch pane split orientation
  between vertical and horizontal. Suggested by Roger Sondermann.
  Bound to Ctrl+R by default. See docs/scratch/command_args.txt.
* view_video now calls mplayer, not xanim. My choice. :)
* Added WMV as a recognized movie format. MPlayer handles it.
* You can now chose *not* to override the base background color
  in the panes (uncheck "Override Parent?" in the Root style).
  This hopefully allows a theme, or the GTK+ RC file, to control
  the default base background color. Thanks to Thomas Weberstaedt
  for making me investigate and improve this.
* Applied a couple of tiny patches from Oliver Braun, the FreeBSD
  maintainer, to help gentoo build cleanly on FreeBSD systems.
* Simplified automounting modes; it's now either on or off, the
  vague "rare" mount mode has been removed.
* Removed the specialized Shortcut feature and associated config
  page, and replaced it with another "sheet" of ordinary buttons.
  Very very nice, and long overdue.
* Removed incorrect assignment of Tab as shortcut for Split in
  the default config.

Changes in 0.11.24:
* Fixed a missing initialization that caused gentoo to crash on
  startup, at least on Cygwin. Silly me.
* Improved window grouping even more, should now include most
  commands, and the progress reporting windows, too.
* The "Pick Built-In" dialog used in Command configuration was
  violently yet stealthily broken. Detected by quarto.
* Incorporated a fix to BSD mounting code, from Michael Ewe.
* SelectAll no longer messes up status numbers. Thanks to Martin
  Stubenschrott for letting me know it used to.
* Rewrote Size content handling. Folded old "IQSize" behaviour into
  the Size type, added support for "ticks" every 3 digits. Suggested
  by someone on IRC whose name I've forgotten.

Changes in 0.11.23:
* Added support for laying out the two panes vertically rather than
  horizontally, as has so far been the only way. Handy when you want
  to see plenty of columns. Suggested by James Lucha.
* The SelectType command now understands a bareword argument, which
  is a glob for type names to select. You can do "SelectType Arch*"
  to select all archives in the source pane. Smooth, huh? :)
* Fixed bug in DirParent; parent of "/a/b/" is "/a", not "/a/b".
* Finally broke down and added tab-completion to the path entry
  fields. Might require some minor touching up, but works. Nice.
* The Copy command now says something when trying to copy a non-
  enterable directory, rather than just failing silently. Oops.
* Rename could falsely report failure under some conditions.
2002-08-24 03:52:30 +00:00
skrll
25474731a0 Avoid namespace collision on errno. This should now build again. 2002-08-20 18:48:33 +00:00
grant
a5e01891b5 add scsiinfo. 2002-08-20 15:45:56 +00:00
grant
9398df20f5 Initial import of scsiinfo-4.7 into the NetBSD packages collection.
Scsiinfo displays information about SCSI devices attached to a given system,
as seen by a supported SCSI device driver.  For each target known to the SCSI
host adapter, scsiinfo reports SCSI transfer information for the device.  In
particular, when a target supports synchronous transfer, the negotiated
maximum transfer rate (in MB/sec) is reported.  Scsiinfo can also report the
type and speed of each supported host adapter attached to the system.

Scsiinfo is ONLY_FOR_PLATFORM SunOS.
2002-08-20 15:45:04 +00:00
atatat
19c1168b8e Make lsof 4.64 build under 1.5 again. Once 4.65 comes out, this patch
can be removed.
2002-08-19 22:52:24 +00:00
shell
cc01441583 Update p5-Unix-Syslog from v0.98 to v0.99.
Changes:
- Added functions priorityname() and facilityname().
- Documentations updated.
2002-08-19 09:58:10 +00:00
kei
9cf6a6eeaa remove a duplicated argument of configure script. 2002-08-19 02:35:56 +00:00
kei
7db1e0e704 remove duplicated entry (libexec/patch-system) from PLIST. 'make deinstall'
is happy now.
2002-08-19 01:16:17 +00:00
dmcmahill
d47d70a623 mark as only for i386 as it uses i386 assembly code to find the speed
of the i386 processor its running on.
2002-08-12 00:32:27 +00:00
dmcmahill
194e36dd0e add missing RCS ID 2002-08-12 00:31:56 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
martti
2cffbf33d8 Updated etcupdate to 20020731
fix usage() message for "-s" argument.  ie, do *not* suggest "/usr/src"
as this causes "make distribution" to be run in /usr/src.
2002-07-31 06:54:24 +00:00
wiz
bae6666537 Make gmc and mc share the distinfo again. 2002-07-25 10:49:45 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
he
802feee056 Use a macro name which is unlikely to collide with other packages' (mis)usage.
Fix from PR#17705 by Julio Merino (jmmv at hispabsd dot org).
2002-07-24 17:24:50 +00:00
hubertf
6cab7008fe fix handling of lha archives:
if ls(1) doesn't have a -e switch, it must have a --full-times
	switch, right?!?! Try -T also. (SUSv3 specifies neither -e nor -T)
2002-07-24 05:05:59 +00:00
hubertf
5b0b86843e Find binaries in LOCALSRC/*bin*, not LOCALSRC.
Pointed out by Bernhard 'burnhard' Riedl on hanirc's #NetBSD
2002-07-24 04:30:15 +00:00
agc
b32ec1e5b0 Mark this package as only for NetBSD-*-i386 platforms. From Ben Collver in
PR 17690
2002-07-23 14:33:24 +00:00
agc
e22cb9ff94 Add and enable isapnptools 2002-07-23 12:08:43 +00:00
agc
c60741ec10 Initial import of isapnptools-1.26 - manually query and configure isapnp
devices.

Provided in PR 17681 by Ben Collver (collver1@attbi.com)

The isapnptools consist of two programs - one allows the dumping of
resource data and generation of a skeleton configuration file, the
other configures ISA PnP hardware using a configuration file.
2002-07-23 12:07:45 +00:00
schmonz
048a5d0a01 Add a default AMANDA_GROUP for Darwin, and use canonical pkgsrc
config.guess and config.sub. Noted by Randy Beaudreault
<maccult@pacbell.net> in private mail.
2002-07-21 19:07:32 +00:00
wiz
51a8adfaa2 SHA1+size instead of MD5. 2002-07-21 15:43:12 +00:00
kim
f1cb2c5676 Remove unused settings (from the Makefile used as template). 2002-07-20 16:48:10 +00:00
tron
afe7887560 Install "README.netboot" if networking boot support is enabled. 2002-07-20 13:27:32 +00:00
tron
6184c63b15 Add optional netboot support to "grub" package as suggested by
Julio Merino in PR pkg/17354.
2002-07-20 12:42:35 +00:00
mycroft
c08ac95128 Actually, this should be done in gnome-core. 2002-07-19 04:49:58 +00:00
mycroft
23d86a801e Create and destroy share/mc. 2002-07-19 04:46:33 +00:00
agc
7788a354e2 Make this compile - fixes a problem in the bulk build. 2002-07-18 12:48:51 +00:00
wiz
ab0146ba17 Add buildlink.mk. 2002-07-13 15:38:15 +00:00
tron
6a8d9c3d9e Add and enable "cdbkup" package. This fixes PR pkg/15680 by Mishka. 2002-07-11 11:41:28 +00:00
tron
4a6031718a Import new "cdbkup" package: CD-R(W) backup/restore system
This package was contributed by Mishka in PR pkg/15680.
2002-07-11 11:37:52 +00:00
agc
76bc923eed Add and enable gkx86info 2002-07-10 13:48:51 +00:00
agc
95ea089f2e Initial import of gkx86info-0.0.2 into the NetBSD Packages Collection.
Provided in PR 17219 by ptiJo (ptiJo@noos.fr)

This is a plugin for gkrellm that simply prints the current clock
speed for users that own speed stepping processors.  It works on
normal non-stepping processors also, but there isn't really any point
in measuring the clock if it is the same every time you measure it, is
there?  Included code from x86info to calculate an estimate clock
speed.
2002-07-10 13:46:58 +00:00
agc
1eddb0fff3 Update extipl to version 5.04 from 5.03.
Changes are

* Fix an error with "Mark active and boot" when LBA mode is used.
* Compile with nasm 0.98.24.

Provided in PR 17542 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp)
2002-07-10 13:05:32 +00:00
kim
53672ebc4d Upgrade to roller-1.12:
Add support for:
- repeating IMAP and HORDE warnings.
- new cyrus versions: lmtpd, master
- net-snmp as a new name for ucd-snmp
- recognize more NetBSD boot messages and new devices
- new daemons: netsaint, pptpd
- use pflogsumm to process maillog (postfix only)
2002-07-10 12:45:04 +00:00
kim
530b242b99 Add pflogsumm. 2002-07-10 12:43:34 +00:00
kim
e01c94099c Add sysutils/pflogsumm:
A script to provide an overview of postfix activity, with
just enough detail to give the administrator a "heads up"
for potential trouble spots.

Used by the new version of sysutils/roller.
2002-07-10 12:42:37 +00:00
jschauma
704db0f623 Update xnc to version 4.4.7 using most of the patches provided in PR pkg/14037
by former MAINTAINER Rui-Xiang Guo (rxg at ms25 dot url dot com dot tw).
Some modifications by me to adjust patches (which were for 4.4.6) to 4.4.7.

Changes from 4.4.6 to 4.4.7:
-Changed to a new method of detection pseudotty type, works well on more
 platforms including CygWin32.
-IVES command line viewer and editor has been renamed. 'vs' to 'iview', 'es' to
 'iedit'. This was made becouse older names conflict with another applications.
-New image library for using with IVES. Now XNC can view the following image
 formats:
  * GIF
  * JPG (with external or built in libjpeg)
  * PNG (with external or built in libpng)
  * TIF (with external libtiff)
  * BMP
  * PCX
  * PNM
  * PCD
  * LBM
  * XPM
-Fixed bug in running UPGRADE/INSTALL inside RPM archives.
-Fixed legal issues, added some copyrights
-Small bug fixes, as usual. Thanks to all who reported.

Changes from 4.4.5 to 4.4.6:
-Added new program 'xncloader' for faster xnc starting up.
-Fixed bug with wrong display rxvt terminal contents.
-Fixed small bug in FTP vfs.

Set MAINTAINER to myself as Riu no longer uses this pkg.  If there are any
volunteers who wish to take over, please feel free to change this.
2002-07-08 14:25:03 +00:00
wiz
5404b7fa91 Fix typo reported in bin/17516. 2002-07-08 11:33:20 +00:00
abs
354fd9e347 Updated rconfig to 0.11:
Fix probe on machines which do not support uname -p
    Allow +tag=value to be specified after hostnames
    Retire rsh_opts as does not work with rdist
2002-07-03 13:18:30 +00:00
wiz
75dc60bb09 Remove IGNOREd mkisofs package -- can be reimported if someone really
splits mkisofs out from cdrecord.
2002-07-03 12:15:55 +00:00