aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Seems like cvs is not happy about "$Id $". So take away the space.asami1997-06-041-1/+1
|
* New port, most:max1997-06-045-0/+42
| | | | | | A pager (like less) which has support for windows and binary files PR: 3732 Submitted by: Richard Hwang <rhwang@bigpanda.com>
* Version change: 1.2 -> 1.3jmz1997-06-032-4/+4
|
* Upgrade to version 4.09. This one works for -CURRENT.obrien1997-06-022-9/+4
| | | | | | | | | | | Note from Vic: There is a June 1 change to /usr/src/sys/sys/proc.h that lengthens the proc structure. If you have updated your kernel sources, but haven't built and installed a new kernel yet, then lsof report the open files belonging to exactly one process, usually its own child process. So, you'll either need to check out the previous copy of proc.h. Or install that new kernel.
* Fix a couple of master_site paths.fenner1997-05-291-3/+3
| | | | Found by: distfile checker
* Mark port as broken for -current.obrien1997-05-261-3/+8
|
* Upgrade to 4.08obrien1997-05-253-6/+17
| | | | | | from 00DIST: Added CD9660 (aka ISO) file system support to FreeBSD While at it, added file descriptor system support to FreeBSD
* The previous commit was an upgrade to 1.2.asami1997-05-201-1/+1
|
* Add lessechoache1997-05-201-0/+1
|
* version++;jmz1997-05-203-8/+7
|
* important fix for sparse file handling from the author of starandreas1997-05-202-1/+6
| | | | | | | PR: approved by: Satoshi Submitted by: Obtained from:
* Upgrade to 332ache1997-05-202-4/+4
| | | | (Peter says TAGGED)
* No need to use "+=" to define MAKE_ENV.asami1997-05-071-6/+3
| | | | | Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)... with a single line MAN1=star.1. I think that's much easier. :)
* Remove "x11" from categories, this is just an application that uses X.asami1997-05-071-4/+4
| | | | Move WRKSRC down to the right place.
* Remove empty line.asami1997-05-071-1/+0
|
* Fix a gross bug in the El Torito stuff, causing a coredump during exit().joerg1997-05-052-0/+42
|
* Add cd-write.jmz1997-05-051-1/+2
|
* As the name suggest, cd-write is a CD burner.jmz1997-05-055-0/+38
|
* enabled new port starandreas1997-05-031-1/+2
|
* New port "star"andreas1997-05-035-0/+50
| | | | | | | | | | | | | | | | Main advantages over other tar implementations: fifo - keeps the tape streaming. pattern matcher - for a convenient user interface sophisticated diff - user tailorable interface for comparing tar archives against file trees no namelen limitation - Pathnames up to 1024 Bytes may be archived. deals with all 3 times - stores/restores all 3 times of a file does not clobber files - more recent copies on disk will not be clobbered from tape automatic byte swap - star automatically detects swapped archives automatic format detect - automatically detects archive formats: Old tar, gnu tar, ansi tar, star. fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible.
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-303-6/+6
|
* After being able to reproduce and fix the coredumps i've got with thisjoerg1997-04-286-20/+74
| | | | | | | version, now finally upgrade to mkisofs 1.10. PR: ports/3143 Submitted by: partially by Brian Handy <handy@lambic.space.lockheed.com>
* Upgrade to 4.05. (sorry Philippe Charnier, Vic Abell updated the distobrien1997-04-282-4/+4
| | | | | | before I could commit an upgrade) Submitted by: Philippe Charnier <charnier@xp11.frmug.org> (4.04 notice)
* Author applied our 4.4BSD patches and released a new version.obrien1997-04-253-31/+3
| | | | Submitted by: John DiMarco <jdd@cs.toronto.edu>
* Need to use htons() on the port number before calling getservicebyname().obrien1997-04-251-2/+13
| | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net>
* Two more dist sites. (thanks Josh!)obrien1997-04-251-2/+4
| | | | Submitted by: Josh Gilliam <soil@quick.net>
* share tcplist with the worldobrien1997-04-241-1/+2
|
* Tcplist makes a list of tcp connections to and from the local machine,obrien1997-04-247-0/+114
| | | | | | | displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines.
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Upgrade to 4.03.obrien1997-04-152-4/+4
|
* Add second categorie `net'wosch1997-04-141-2/+2
|
* Add missing slash to ${MASTER_SITES}fenner1997-04-021-2/+2
| | | | Found by: distfiles checker
* The "Backup" directory is now named "backup".fenner1997-04-021-2/+2
| | | | Found by: distfile checker
* Upgrade to 2.4. (no new features... just supports more systems).obrien1997-03-272-4/+3
| | | | Notified by: John DiMarco <jdd@cs.toronto.edu>
* More style police. :)asami1997-03-252-6/+6
| | | | | | | (1) NOMANCOMPRESS is set by user, not porter. To indicate that MAN? variables are referring to already compressed manpages, use MANCOMPRESSED. (2) Remove second address from MAINTAINER line, I don't want anything to break.
* Style police.obrien1997-03-252-6/+10
| | | | | * moved some vars around * added Id
* Upgrade to 4.02.obrien1997-03-253-4/+10
| | | | | | Now includes useful scripts in the package. Closes PR: ports/3065
* Added sysutils/idledjfitz1997-03-241-1/+2
|
* Import of idled, a daemon for logging off idle users.jfitz1997-03-2414-0/+368
| | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au>
* Oops, missed one change.asami1997-03-182-4/+4
|
* Back out the un-cleanup introduced by the previous commit. Check thisasami1997-03-154-28/+10
| | | | | file against two revisions ago to see what was the "real" intention of the previous commit.
* Update of xperfmon++ from Lars. The previous port didn't work withjoerg1997-03-1516-1412/+1490
| | | | | | | | | | | | | | 2.2 (says Lars). I have now also moved freebsd_system.c out into a files subdirectory, it used to be created in its entirety by patch-aa before which makes maintenance fairly uncomfortable. I have now verified that it builds and works with FreeBSD 2.1.x (freefall -- it is really funny to watch it there, the disk transfers and interrupts remain in the red zone all the time ;-), 3.0-current (thud), and 2.2. Submitted by: Lars_Koeller@odie.physik2.Uni-Rostock.DE OKed by: asami
* Don't let the resulting image claim it's written by Linux. ;)asami1997-03-152-2/+4
| | | | Submitted by: jmz
* Upgrade, 1.0 -> 1.2. Closes PR ports/2909.asami1997-03-103-7/+8
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* /etc/super-users --> $PREFIX//etc/super-usersobrien1997-03-033-7/+63
| | | | | | | /etc/utmp --> /var/run/utmp Man page now tells the correct paths. Closes PR: ports/2823
* Update ports to new __FreeBSD_version numbering scheme (220000 forasami1997-02-214-34/+16
| | | | 2.2-RELEASE, 300000 for 3.0-current for now).
* Activate stat.wosch1997-02-161-1/+2
|
* Stat prints out the contents of an inode as they appear towosch1997-02-165-0/+31
| | | | stat(2) in a human-readable format.
* Upgrade to 3.87.obrien1997-02-122-5/+5
| | | | Notified by: Vic Abell
* Upgrade, 3.82 -> 3.86.max1997-02-043-8/+8
| | | | | Pointed-out by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (Closing part 1/2 of PR #2650.)
* Update to FreeBSD 3.0-current: the network interface structurejoerg1997-01-204-2/+126
| | | | | | has been turned into a linked list. It still also compiles on 2.2, but the binaries are incompatible.
* Put help file in lib/help rather than share/help to follow the other xviewobrien1997-01-093-4/+4
| | | | | | applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
* Upgrade, 1.3 -> 1.4. Also fixes <net/if.h> change.asami1997-01-082-4/+4
| | | | Submitted by: jdli@csie.nctu.edu.tw
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-063-9/+3
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Contool will capture and display system console messages with timestamps.obrien1997-01-0612-0/+309
| | | | | | | | | | | | | It is a replacement for the standard X console. Contool will flash its icon and beep when messages are written to the icon, so you can keep it closed on your desktop until a message arrives. You can modify this beeping and flashing behavior; see the man page for more details. You can instruct contool to filter and ignore certain common console messages or act upon them. Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me) Closes PR: ports/2152
* Moving contool from ports/x11/ to ports/sysutils/obrien1997-01-061-1/+2
| | | | Reviewed by: Jordan and Satoshi
* Added some docs and examples to the package.obrien1997-01-063-3/+65
| | | | | There was an unused file (saturn.backup) in the files/ dir. Renamed that and installed it as an example.
* Upgrade to 2.4.2.obrien1997-01-064-56/+113
| | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (w/many organizational changes by me) Closes PR: ports/1991
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveasami1996-12-311-6/+5
| | | | | | | | | | | | | | been ".../pub/pib/" (I first thought the second "pib" was bogus, until I realized that the problem was in fact a typo of "pub" and a missing "/"!) (2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1" here. ;) (3) Change install: target to do-install: and also move it above the .include <bsd.port.mk>. (You shouldn't define your own "install" or "patch" or any of the big targets unless absolutely necessary, the "do-*" targets are where most of the real work is done.)
* Use '-f' when creating the symlink to avoid falling over if the linkmsmith1996-12-301-2/+2
| | | | already exists.
* Add pib.msmith1996-12-301-1/+2
|
* This is PIB, the Ports Index Browser, a GUI tool for manipulating themsmith1996-12-305-0/+35
| | | | | | | FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
* Added ${MASTER_SITE_GNU} to MASTER_SITESmax1996-12-261-2/+3
|
* Activate su2.max1996-12-191-1/+2
|
* New port: su2.max1996-12-197-0/+122
| | | | | | An enhanced su, allows user to su with own password, etc. Reviewed by: max Submitted by: John-Mark Gurney <gurney_j@efn.org>
* I know it's hard to remember changing this file.asami1996-12-121-1/+1
|
* Upgraded to 3.83 (supports 3.0-current now)obrien1996-12-121-3/+3
| | | | Obtained from: Email from Vic Able
* Switched to using new MANCOMPRESSED variable.obrien1996-12-111-6/+3
|
* Remove empty line inside MASTER_SITES.asami1996-12-101-2/+1
|
* Upgrade to 3.7.2ache1996-12-093-5/+5
|
* Upgrade xcpustate to 2.2betaobrien1996-12-082-3/+7
|
* Author fixed a path bug.obrien1996-12-078-324/+192
| | | | Broke up huge patchfile by filename.
* Turned on xloadface.obrien1996-12-041-1/+2
|
* `xloadface' is a network load monitor for X11. This program use the rwhodobrien1996-12-046-0/+393
| | | | | | | | | | | database for display `user' and `CPU load'. It displays a face for each machine gotten from rwho. Quite cute. The README and manpage are in Japanese. Closes-PR: ports/2115 Submitted by: furusawa@com.cs.osakafu-u.ac.jp
* Add mkisofs.asami1996-11-261-1/+2
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-1811-27/+9
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-8/+2
|
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-6/+3
|
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-182-4/+6
|
* Converted to MAN[1-8]obrien1996-11-171-2/+2
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= -> CATEGORIES=obrien1996-11-1714-57/+37
| | | | Converted to new MAN[1-9]
* Upgrade LSOF to version 3.81.obrien1996-11-172-4/+4
|
* Checksum file was obsolete. (Kinda hard to imagine since Makefileasami1996-11-161-1/+1
| | | | is still at 1.1.1.1.... ;)
* sudo is moved from sysutils to security.asami1996-11-121-2/+1
| | | | Forgotten by: obrien ;)
* Moved LSOF from ports/misc to ports/sysutilsobrien1996-11-121-1/+2
|
* Moving Vic Abell's LSOF package from ports/misc to ports/sysutils.obrien1996-11-126-0/+74
| | | | | LSOF is a very useful package for a system administrateor. Ot shows all kind of open files, including sockets, pipes and knows about NFS.
* CATEGORIES+= --> CATEGORIES=obrien1996-11-112-4/+4
| | | | Misc variable reordering, cleaning up, etc.
* Checksum was wrong.asami1996-10-311-1/+1
|
* Upgrade to xsysinfo v1.3jfitz1996-10-302-4/+9
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw>
* change maintainer from joerg to woschwosch1996-10-271-2/+2
|
* Update from the port maintainer:max1996-10-254-36/+34
| | | | | | | | | | Cleaner compile and make depend cycle. Update of FreeBSD's version numbers. (Closing PR #1875.) Submitted by: Lars Koeller
* make gzip in post-install: target to depend on NOMANCOMPRESS.torstenb1996-10-151-1/+3
| | | | Submitted by: max (long time ago)
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-102-2/+2
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Add rtty and socket.asami1996-09-161-1/+3
|
* Remove package nameache1996-09-141-1/+1
|
* Compress manpages so this one actually packages. :)asami1996-08-251-1/+6
|
* Explode the directory "rtty".asami1996-08-251-1/+13
|
* The program Socket implements access to TCP sockets from shell level.wosch1996-08-256-0/+383
| | | | | | | First written for the need to open a server socket and read and write to the socket interactively for testing purposes, it quickly evolved into a generic tool providing the socket interface for shell script and interactive use. [Juergen Nickelsen <jn@berlin.snafu.de>]
* rtty 3.2jkh1996-08-256-0/+40
| | | | Obtained from: Paul Vixie
* Bring in mkisofs 1.0.5 as a port.jkh1996-08-088-0/+60
|
* Upgrade to 321ache1996-07-264-7/+5
|
* Fix to make this run Ok on both -stable and -current with -stable'sasami1996-07-122-12/+12
| | | | | | | new __FreeBSD_version. (Gee, why do these things always have to be committed right before the release? ;) Submitted by: peter
* Shorten, it was 4 lines.asami1996-07-102-8/+2
| | | | Pointed out by: James Raynard <fports@jraynard.demon.co.uk>
* freefall.cdrom.com -> freefall.freebsd.orgasami1996-06-031-2/+2
|
* update to version 1.2wosch1996-06-022-3/+3
|
* Upgrade, 1.1 -> 1.2.asami1996-05-272-6/+5
| | | | Submitted by: jdli@csie.nctu.edu.tw
* Reorder variables. Take out unnecessary "PREFIX=/usr/X11R6"asami1996-05-202-16/+12
| | | | | (USE_IMAKE implies that). Change package name to have a hyphen between the name and the version numbers.
* Upgrade to version 1.33. This works on either -current and -stablejoerg1996-05-1910-1612/+2396
| | | | | | | (though i noticed some problems with the NFS display, and will point Lars to it again). Submitted by: Lars_Koeller@odie.physik2.uni-rostock.de
* Replace the color: target with a macro. If you want to build lessmarkm1996-05-141-12/+5
| | | | | | with colour, you need to define COLOUR_LESS (or if you are from a place that is speling impaired, COLOR_LESS will do ;-)) OKed by: asami and others
* Added xsysinfo.asami1996-04-091-1/+2
|
* Display system states on an X window.asami1996-04-095-0/+24
| | | | Submitted by: Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw>
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Added xcpustate.asami1996-02-291-1/+2
|
* Graphically tell you a lot about the CPU.asami1996-02-295-0/+35
| | | | Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
* COMMENT should be only one line.asami1996-02-272-6/+2
|
* Upgrade to 3.7.1ache1995-12-184-24/+5
|
* Major upgrade from Lars. The geometry bug has been fixed, and thejoerg1995-12-1610-1064/+2738
| | | | | | swap display improved. Submitted by: Lars Köller (Lars_Koeller@odie.physik2.uni-rostock.de)
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-262-4/+4
|
* Make it work again.asami1995-11-154-1120/+1042
| | | | Submitted by: joerg
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-093-3/+3
| | | | lot of ports or what! ;>
* Shorten the COMMENT line.joerg1995-10-251-1/+1
|
* Fix typo in *comment* (blush), "2.4." should have been "2.4.1".asami1995-10-051-2/+2
| | | | | Juergen Lock <nox@jelal.hb.north.de> (the original author of the port) contributed to this report from your local FreeBSD station.
* Added afio.asami1995-10-051-1/+2
|
* Archiver & backup program w/ builtin compression.asami1995-10-056-0/+176
| | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de>
* added sudo to Makefileerich1995-10-021-1/+2
|
* MAINTAINER goes in a section of its own.asami1995-09-141-2/+2
|
* Add manck.asami1995-09-131-1/+2
| | | | Forgotten by: joerg (:p)
* Wolfram Schneider's man page consistency checker.joerg1995-09-115-0/+33
| | | | Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* You guys now belong to sysutils.asami1995-07-136-12/+12
|
* New Makefile with top, tua, xbatt, xdu, xperfmon and xsysstats.asami1995-07-131-0/+11
|
* xpermon -> xperfmonasami1995-06-232-2/+2
| | | | Reported by: Michael Smith <msmith@atrad.adelaide.edu.au>
* These belong to utilities, not x11, so change CATEGORIES to reflectasami1995-05-192-4/+4
| | | | | the fact. They will be moved via repository copy after the release when we reorganize the ports subdirectories.
* compress manpagetorstenb1995-05-062-3/+5
|
* xbatt 1.0 - battery status display for X11asami1995-05-065-0/+28
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Updated utils Makefiles!asami1995-04-231-7/+1
|
* Remove NCFTPFLAGS, ncftp defaults changedache1995-04-161-2/+1
|
* - changed path in MASTER_SITES (local/tua _> /pub/local/tua)torstenb1995-04-161-2/+4
| | | | - added myself as MAINTAINER
* Upgradeache1995-04-164-6/+6
|
* Another round of Makefile updates, in utils!asami1995-04-153-10/+16
|
* And now the rest of the x11 ports Makefiles.asami1995-04-132-4/+4
|
* Some more ports Makefile updates...sorry, don't have time now soasami1995-04-122-8/+6
| | | | x11/ is only halfway finished.
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-122-7/+14
| | | | some Makefiles along the way.
* Upgrade.ache1995-04-083-5/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-017-7/+16
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-04-011-0/+1
|
* Wow here is another port without a checksum...surprise! :pasami1995-03-302-0/+2
|
* This is an X program with an Imakefile. Remove the Makefile part fromasami1995-03-302-2478/+0
| | | | | | the patch. Problem reported by: phk
* This package contains the binary release of xperfmon++ V1.1 a X basedjmz1995-03-2910-0/+3672
| | | | | | | | | system performance meter for several systems, ported to FreeBSD 2.X. The program monitors user-, system-, idle-cputime, free mem, disk io, number of interrupts, network-input, -output, -collision packets and NFS client and server activity. Submitted by: Lars Koeller <uphya001@odie.physik2.uni-rostock.de>
* Upgrade, 1.32 -> 1.34asami1995-03-283-72/+8
|
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-242-2/+4
| | | | and some other minor cleanup.
* Upgrade.ache1995-02-226-48/+14
|
* tua - the uucp analyzer, version 4.0torstenb1995-02-167-0/+135
|
* Converted Makefiles as much as I could.asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Another patch for the "new" make :-). screen/doc/Makefile has some spacesats1995-02-111-0/+19
| | | | in it.
* Oops sorry, previous one had wrong argument orders.... ;)asami1995-02-105-0/+30
| | | | xdu displays output of du graphically.
* Put back in the color patch, but not as default. User should explicitlyasami1995-02-071-1/+18
| | | | | type "make color" to get the color version. This should make both Andrew and people who requested color-less happy. :)
* Checksum.asami1995-02-061-0/+1
|
* Add the COMMENT, DESCR and PLIST files in the pkg directory so that lessats1995-01-303-0/+8
| | | | can now also be build as a package.
* Upgradeache1995-01-184-45/+24
|
* Use list of master sitesache1994-12-281-5/+2
|
* Upgradeache1994-12-222-5/+4
|
* Upgrade.ache1994-12-172-5/+5
|
* xsysstats-1.32, a system information display tool. Someone please testasami1994-12-135-0/+107
| | | | this, I can't for my life figure out how the heck all those options work....
* Upgrade...ache1994-12-122-5/+5
|
* Upgrade to version 3.5.16betaache1994-12-023-34/+59
|
* Upgrade to version 252ache1994-11-222-57/+34
|
* add the missing packing listtorstenb1994-11-211-0/+5
| | | | (sorry..)
* screen 3.5.2torstenb1994-11-214-0/+53
|
* less 2.37ache1994-11-082-0/+93