aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* New port: worldtoolsMichael Landin2003-08-275-0/+49
| | | | | | | | | | | | | | | | | | | | | worldtools consists of 3 simple scripts: - whereintheworld displays the great lines behind the build logs of a buildworld. It shows at which step the build is at, and which module is currently being built. - buildit runs a command, time(1)s it, logs the output and optionally sends a notification to the user by email when finished. - upgrade is a wrapper for buildit, whereintheworld, cvsup and make buildworld. PR: 55995 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Approved by: roberto (mentor) Notes: svn path=/head/; revision=87771
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-264-2/+4
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* - Update to 1.2.0Kirill Ponomarev2003-08-252-2/+2
| | | | | | | | PR: 55966 Submitted by: maintainer Notes: svn path=/head/; revision=87690
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-254-4/+4
| | | | Notes: svn path=/head/; revision=87644
* sysutils/pear-Log: upgrading to 1.7.0.Edwin Groothuis2003-08-253-2/+4
| | | | | | | | | | | Upgrade pear-Log to its latest stable release. Changelog: <http://pear.php.net/package-changelog.php?package=Log>;. PR: ports/55205 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87636
* update to 1.12bYen-Ming Lee2003-08-256-18/+60
| | | | | | | | | | | | | | | | | | | Freshmeat blurb: Identifies several new CPUS. Additional MSR decoding on various CPUs. A few misidentification bugs have been fixed. Completely rewritten cachesize determination. Various new cache descriptors added. Numerous MHz estimation improvements. AMD K7 powernow register/BIOS decoding. Now decodes extended Intel feature flags, cpuid brand field, and sSpec on some models. AMD Opteron/Athlon64 support. VIA Powersaver/Longhaul support. A --bugs option to display CPU errata. No longer retries opening /dev/msr if the first open fails. Fixes a memory leak in --url. PR: 55937 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=87633
* Port upgrade: sysutils/LinNeighborhood to 0.6.5_1Edwin Groothuis2003-08-233-91/+73
| | | | | | | | | | | | LinNeighborhood core dumps, if one of the windows share names or mount point names contain a space. (Thanks to Simon Barner for the fix). PR: ports/55179 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Notes: svn path=/head/; revision=87550
* Assume maintainershipEdwin Groothuis2003-08-231-1/+1
| | | | | | | | PR: ports/55789 Submitted by: Taylor Dondich <tdondich@majiknetworks.com> Notes: svn path=/head/; revision=87546
* update to 0.4.1Yen-Ming Lee2003-08-225-23/+19
| | | | | | | | PR: 55858 Submitted by: W. M. Shandruk <walt@erudition.net> Notes: svn path=/head/; revision=87484
* Fix build on -STABLE.Joe Marcus Clarke2003-08-213-2/+58
| | | | | | | | Submitted by: maintainer Tested by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=87463
* Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a headerJames E. Housley2003-08-212-2/+2
| | | | | | | problem on FreeBSD-5.1 Notes: svn path=/head/; revision=87462
* Update to 2.1.16.Hajimu UMEMOTO2003-08-212-2/+2
| | | | Notes: svn path=/head/; revision=87424
* fix my mistake in the last versionJames E. Housley2003-08-212-2/+2
| | | | Notes: svn path=/head/; revision=87413
* Fix for 5.xErwin Lansing2003-08-203-5/+27
| | | | | | | | PR: 55819 Submitted by: rwatson Notes: svn path=/head/; revision=87410
* Drop maintainershipErwin Lansing2003-08-201-1/+1
| | | | Notes: svn path=/head/; revision=87409
* Update to 0.7.1, this includes a "timeout" fix for select()James E. Housley2003-08-202-3/+3
| | | | Notes: svn path=/head/; revision=87398
* I had been testing the wrong version.Eivind Eklund2003-08-202-2/+3
| | | | | | | Fix a couple of typos that made etc not work at all. :-( Notes: svn path=/head/; revision=87386
* Add cdrtools-devel and mkisofs-devel after repo-copy.Alexander Leidinger2003-08-191-0/+2
| | | | Notes: svn path=/head/; revision=87304
* Add sysutils/cdrtools-devel (currently at version 2.01a18) andAlexander Leidinger2003-08-1917-45/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy from sysutils/cdrtools respectively sysutils/mkisofs. The cdrtools-devel and mkisofs-devel ports are for the alpha versions, for further information on changes since cdrtools 2.00 see ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18. Further changes to the cdrtools-devel and mkisofs-devel ports to relative to the existing ports of cdrtools and mkisofs are: Changes common to cdrtools-devel and mkisofs-devel: - Delete targets for mkisofs and friends when building cdrtools and vice versa to speed up the build of the respective port. - Respect CC already at the configure-stage (Patch taken from the OpenBSD port of cdrtools). - Add patches to prefer seteuid(2) over setreuid(2), this s inconsistend with the cdrtools package (Mostly based on patches from the NetBSD port/pkgsrc of cdrtools). - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. This is necessary as the cdrtools package doesn't have a valid configure script in it's root directory but several in sub-directories that are executed by the SING (Schily Is Not Gnu) makefile system further down the road. Therefor the port can't set GNU_CONFIGURE which would automatically copy the relevant files. - Install some relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some manual pages also reference these. Changes to cdrtools-devel: - Fix COMMENT, this port doesn't install mkisofs. Honor that some tools of the cdrtools package (namely cdda2wav and readcd) are for extracting CDs/CD-R[W]s. - Install scgcheck, a tool to check and validate the ABI of libscg. - Patch cdrecord to use ${PREFIX}/etc as the location of the global configuration file, rather than using /etc/default. The installed documentaion also gets patched accordingly and a PKGMESSAGE reflecting this change as required by the license of cdrtools is added (The idea for this and some wording in the PKGMESSAGE are taken from the NetBSD port/pkgsrc of cdrtools). See also PR ports/50835. - Install a sample configuration file for cdrecord, also install a configuration file if it doesn't already exist (the file doesn't cause problems if one doesn't edit it to suit local needs). - Patch manpages to better correspond to files and locations on FreeBSD. - Add a knob to optionally build and install rcsi, a tool that allows using SCSI-devices over the network. The required rscsi user gets added automatically and templates for the configuration file also get installed. PKGINSTALL points to for further information on how to configure remote access to SCSI-devices. Everything using lib(r)scg can act as a client to rscsi, e.g. sysutils/sformat (requires a bit of patching, however doesn't make much sense to use this over the network) and sysutils/cdrdao (requires a bit of patching). - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD and the affected code doesn't get compiled on neither pre-CAM nor CAM versions of FreeBSD. Changes to mkisofs-devel: - Add MLINKS for devdump.8, isodump.8, isovfy.8 to isoinfo.8. - Install isodebug, a simple tool to display the creation date and the commandline options used to create a certain ISO-image with mkisofs. - Remove apple_driver.8, this tool doesn't get installed. - Replace mkhybrid.8 (just includes mkisofs.8, broken without patching) with a MLINKS to mkisofs.8. - Quiet portlint (3 errors/1 warning -> 0 errors/1 warning). None of these changes is bound to the alpha versions of the cdrtools package and may be "back-ported" to sysutils/cdrtools (apart from a security issue with rscsi of cdrtools 2.00.3). PR: ports/52849 Submitted by (including this commit message): Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=87303
* cdrtools and mkisofs:Alexander Leidinger2003-08-192-1/+6
| | | | | | | | | | | | | | - Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=87302
* Update t0 -> 1.6.1Michael Landin2003-08-183-5/+4
| | | | | | | | | Use DOCSDIR macro in pkg-plist Approved by: roberto (mentor) Notes: svn path=/head/; revision=87211
* add xfce4-panel to RUN_DEPENDS tooOliver Lehmann2003-08-183-0/+3
| | | | | | | | Approved by: maintainer Noted by: demon Notes: svn path=/head/; revision=87183
* update sysutils/pwd_unmkdb: 1.1 -> 1.2Daichi GOTO2003-08-182-2/+2
| | | | | | | | PR: 55690 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer) Notes: svn path=/head/; revision=87180
* "Fixes for \Tim Vanderhoek2003-08-181-0/+14
| | | | | | | | | gcc33" PR: ports/55288 (Volker Stolz) Notes: svn path=/head/; revision=87166
* Use standard ${EXAMPLESDIR} instead of ${EXAMPDIR}. The two variablesTim Vanderhoek2003-08-181-5/+4
| | | | | | | | | just so happen to point to the same place. PR: ports/55288 (Volker Stolz) Notes: svn path=/head/; revision=87165
* Proclaim this as an X11 appl.David E. O'Brien2003-08-171-0/+1
| | | | Notes: svn path=/head/; revision=87151
* IGNORE: Does not run on 5.xKris Kennaway2003-08-171-0/+2
| | | | | | | PR: ports/45911 Notes: svn path=/head/; revision=87149
* Only build on i386.David E. O'Brien2003-08-171-0/+2
| | | | Notes: svn path=/head/; revision=87146
* Add rc_subr 1.13, common startup and shutdown subroutines used byJun Kuriyama2003-08-175-0/+77
| | | | | | | | | | scripts. PR: ports/54116 Submitted by: hetzels@westbend.net Notes: svn path=/head/; revision=87126
* take maintainershipOliver Lehmann2003-08-173-3/+3
| | | | Notes: svn path=/head/; revision=87112
* Utilize xfce categoryOliver Lehmann2003-08-163-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=87084
* Add MASTER_SITE_PACKETSTORM as an additional mirror.Pete Fritchman2003-08-162-2/+5
| | | | | | | | | PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts Notes: svn path=/head/; revision=87066
* New port: xfce4-minicmd-plugin.Dmitry Sivachenko2003-08-165-0/+32
| | | | | | | | | Displays a mini-command line on the xfce4-panel. Uses the same history file as xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the command and <Ctrl>-<Enter> executes the command in a terminal. Notes: svn path=/head/; revision=87063
* Start using the new xfce sub-categoryOliver Lehmann2003-08-163-3/+3
| | | | Notes: svn path=/head/; revision=87026
* update bsdsar_gather's arguments in pkg-installYen-Ming Lee2003-08-152-3/+3
| | | | | | | | | Submitted by: leafy <leafy@leafy.idv.tw> Reviewed by: eric@trinitel.com Approved by: eric@trinitel.com Notes: svn path=/head/; revision=86968
* Update to 0.2:Eivind Eklund2003-08-142-1/+12
| | | | | | | Take care of regenerating .db files Notes: svn path=/head/; revision=86935
* A patch to make duplicity work with the new librsync 0.9.6 in ports.Yen-Ming Lee2003-08-143-0/+57
| | | | | | | | PR: 55567 Submitted by: Gerhard Haering <gh@ghaering.de> Notes: svn path=/head/; revision=86922
* Update to newest version of rdiff-backup (0.12.3)Yen-Ming Lee2003-08-142-3/+3
| | | | | | | | | | update the URL of MASTER_SITES PR: 55566 Submitted by: Gerhard Haering <gh@ghaering.de> Notes: svn path=/head/; revision=86921
* install configuration file.Yen-Ming Lee2003-08-142-3/+10
| | | | | | | | | | bump PORTREVISION. PR: 55396 Reviewed by: Eric Anderson <eric@trinitel.com> Notes: svn path=/head/; revision=86907
* Upgrade modules: lpadmin-1.100-2, mon-1.100-2, squid-1.100-3, updown-1.100-4.Jimmy Olgeni2003-08-132-4/+10
| | | | Notes: svn path=/head/; revision=86883
* Update to 20030723. Consider this as a minor update.Akinori MUSHA2003-08-134-2/+4
| | | | | | | | | | | | | | | | | | | | | | - If pkg_* is found in $PREFIX/sbin, use them instead of ones in /usr/sbin. (regardless of the value of PATH) - pkg_fetch(1): Some servers like bento transfer packages files uncompressed, so add a workaround for this. They are automatically recompressed. - Get -q to work properly again. - As the MOVED file is getting bigger and bigger, do not cache all the entries in memory but look it up every time needed. - Show how to specify multiple arguments in one MAKE_ARG entry. FreeBSD PR: ports/54631 Submitted by: Bruce M Simpson <bms@spc.org> Notes: svn path=/head/; revision=86882
* Remove this ports as part of phase II of the GNOME 1.4 desktop removal.Joe Marcus Clarke2003-08-125-81/+0
| | | | Notes: svn path=/head/; revision=86827
* Remove this ports as part of phase II of the GNOME 1.4 desktop removal.Joe Marcus Clarke2003-08-126-81/+0
| | | | Notes: svn path=/head/; revision=86822
* Add nvclock, a utility that allows users to overclock their nVidia-basedJoe Marcus Clarke2003-08-115-0/+55
| | | | | | | | | | graphics cards. PR: 55478 Submitted by: Samy Al Bahra <samy@tommy.sdodson.com> Notes: svn path=/head/; revision=86783
* Drop maintainershipKris Kennaway2003-08-101-1/+1
| | | | Notes: svn path=/head/; revision=86742
* Update to 1.2.2Kirill Ponomarev2003-08-102-3/+3
| | | | Notes: svn path=/head/; revision=86723
* Add bksh 1.3, backup-only shell.Erwin Lansing2003-08-105-0/+36
| | | | | | | | | | | | | | | | bksh is a simple (some would say trivial) program designed to be used as a shell by ssh or rsh-like programs. All it does it to copy its input to a restricted set of backup files. It was made to allow administrators to create backup servers in potentially hostile environments without allowing full shell access to the server or the client. PR: 53786 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=86706
* Update to pstree 2.20Kris Kennaway2003-08-103-4/+20
| | | | | | | | | | Don't go into an infinite loop when encountering a zombie process on 5.x [1] PR: 48852 [1] Submitted by: Joel Ray Holveck <joelh@piqnet.org> [1], fuyuki@mj.0038.net [1] Notes: svn path=/head/; revision=86704
* Update to 0.1.5Patrick Li2003-08-092-3/+3
| | | | Notes: svn path=/head/; revision=86677
* Fix typoKirill Ponomarev2003-08-091-1/+1
| | | | | | | Reported by: kris via bento Notes: svn path=/head/; revision=86663