summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
1999-04-07Correct manual page: the "-o filename" argument is optional.tron1-0/+22
Fixes PR pkg/7315 by Mason Loring Bliss.
1999-04-07Avoid ugly "-n\n" output on Solaris when installing the package.agc1-0/+30
1999-04-07Make this package work on Solaris.agc1-1/+11
1999-04-06Minor modifications to the English.agc1-1/+1
1999-04-05Rename "amanda" package to "amanda-all" to avoid conflicts with its owntron1-1/+2
sub packages.
1999-04-04Move "amanda" related packages to "sysutils" category as suggested bytron15-19/+23
Klaus Klein in PR pkg/7159.
1999-04-04Update "gmc" package to version 4.5.29.tron5-29/+50
1999-04-04Update "mc" package to version 4.5.29.tron5-29/+50
1999-04-01Adjust for samba update.bouyer1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc2-6/+8
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-28Remove entries from lsof_4.40_W, just keep the current one.frueauf1-3/+1
1999-03-28Update to lsof_4.41_Wchristos4-32/+64
1999-03-22Correct the directory path on the redhat ftp site.agc2-4/+4
1999-03-17Make this package work on Solaris.agc5-8/+40
1999-03-16Depend on version 1.0.3 of "gnome-core" package.tron1-2/+2
1999-03-15Add and enable "gmc".tron1-1/+2
1999-03-15Add conflict with "gmc" package.tron1-1/+3
1999-03-15Initial import of "gmc-4.5.25" package:tron9-0/+252
Gnome version of Midnight Commander, a free Norton Commander Clone
1999-03-14Update version number.tron1-1/+1
1999-03-14Update "mc" package to version 4.5.25. Fixes PR pkg/6773 by Geoff C. Wingtron8-105/+80
and PR pkg/7149 by Mason Loring Bliss.
1999-03-14Move "mc" package to "sysutils" category.tron10-10/+11
1999-03-11Fix for procfs as per PR 7127 by Frederick Bruckman <fb@enteract.com>hubertf1-2/+2
1999-03-06Updated master site list to handle the gnu ftp reorganization.tron1-2/+2
1999-03-01Update to xps-3.06sakamoto3-17/+4
1999-02-27Add and enable xps.sakamoto1-1/+2
1999-02-27xps-3.04 (displays the Unix processes as a tree of forest)sakamoto6-0/+45
1999-02-26samba-2.0.2's tar client prints statistic on stderr by default. Disablebouyer1-0/+17
this by addind 'q' to the tar options.
1999-02-25Add a new make variable, AMANDA_VAR, to tell the default place of thebouyer4-3/+45
status and log files (default to /var/amanda). Change the example amanda.conf to use this path. Add --with-owner=root to CONFIGURE_ARGS so that executables get installed as root, not AMANDA_USER (better for security!).
1999-02-25Remove the FreeBSD Id, this has nothing to do with the FreeBSD package now.bouyer1-2/+1
1999-02-24A meta-pkg for amanda, requested by Hubert Feyrer.bouyer4-0/+35
1999-02-24Update description from README, change COMMENT to describe each parts.bouyer6-63/+402
1999-02-23Now in amanda-common, amanda-server, amanda-clientbouyer7-203/+0
1999-02-23An amanda 2.4.1p1 package, split into common, server and client parts.bouyer29-0/+1077
1999-02-23Shorten some comments to fit neatly in pkg_info display, without losing anyabs1-1/+1
information.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf4-12/+4
1999-02-18Add arg.c.patch to PATCHFILES, should fix security hole described infrueauf3-4/+20
http://www.hert.org/advisories/HERT-02.asc. Add patch to dialects/n+obsd/dlsof.h to define _KERNEL when including <sys/socket.h> to get the sockprot definition. Needed to compile on current.
1999-02-17Update lsof to 4.40.erh4-22/+7
1999-02-17Device handling changed in 1.6.1hubertf2-5/+6
1999-02-17Update xosview to 1.7.0.b, to improve apm configure autodetect. Howdy, y'all!bgrayson2-4/+4
1999-02-15Add an IGNORE= line if top is installed in /usr/bin/topsimonb1-1/+5
(from Hubert Feyrer).
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv2-6/+6
1999-02-10pkglint: add missing rcs id.frueauf1-0/+2
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1999-02-06also set seporig to NULL, per PR 6953 by Dave Huang <khym@bga.com>hubertf1-5/+6
1999-02-02Split patches into seperate files and fix compiler warning.tron9-208/+232
1999-02-02update to V1.7.0hubertf2-4/+4
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc2-4/+4
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-23Add conflict list and pkglint package.tron1-2/+4
1999-01-05Updated to skill-3.7.7. The author included my patch to avoidkim4-29/+13
segfaults on BSD 4.4 -derived systems (related to getting the number of signals right). Adds support for SIGPWR on NetBSD.
1999-01-05Updated to 3.7.6 (3.7@P5)kim4-6/+25