aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a typo.Munechika SUMIKAWA2005-08-301-1/+1
| | | | Notes: svn path=/head/; revision=141390
* - Update to 1.2.0Pav Lucistnik2005-08-292-17/+8
| | | | | | | Approved by: maintainer timeout (17 days) Notes: svn path=/head/; revision=141371
* Add vii 4.0, execute a command repeatedly and scroll the output.Renato Botelho2005-08-294-0/+43
| | | | | | | | PR: ports/84852 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=141332
* - Update to 0.9.1Sergey Matveychuk2005-08-292-4/+12
| | | | | | | | | | - Install a documentation PR: ports/84492 Submitted by: maintainer Notes: svn path=/head/; revision=141303
* - Update to 0.8-rc1 (proper PORTVERSION autogenerated from this DISTVERSION)Sergei Kolobov2005-08-292-3/+4
| | | | Notes: svn path=/head/; revision=141292
* - Update to 1.3.0Sergei Kolobov2005-08-293-4/+6
| | | | Notes: svn path=/head/; revision=141288
* - Update to 0.6 [1]Renato Botelho2005-08-293-61/+61
| | | | | | | | | | - Use DATADIR macro on pkg-plist PR: ports/85006 Submitted by: maintainer Notes: svn path=/head/; revision=141271
* Adopt a distfileEdwin Groothuis2005-08-291-1/+1
| | | | Notes: svn path=/head/; revision=141250
* Update to 2.2.1Dejan Lesjak2005-08-293-14/+17
| | | | | | | Submitted by: Alexander Novitsky (maintainer) Notes: svn path=/head/; revision=141230
* - Update to version 3.0.7Markus Brueffer2005-08-296-42/+6
| | | | | | | - Remove some directories from the plist that are already covered by kdehier Notes: svn path=/head/; revision=141222
* Mark for deprecation since the last mastersite disappeared.Mark Linimon2005-08-281-1/+4
| | | | Notes: svn path=/head/; revision=141207
* Fix build on 4.x.Roman Bogorodskiy2005-08-282-8/+22
| | | | | | | | | PR: 84560 Submitted by: Pawel Pekala <c0rn@gazeta.pl> Approved by: David <david@pinko.net> (maintainer) Notes: svn path=/head/; revision=141197
* Remove the 'Author' line as the maintainer is not the authorMarkus Brueffer2005-08-282-2/+0
| | | | | | | | PR: ports/85133 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer) Notes: svn path=/head/; revision=141194
* Update to version 2.0.6Markus Brueffer2005-08-282-3/+3
| | | | | | | | PR: ports/85134 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer) Notes: svn path=/head/; revision=141192
* Update WWW.Roman Bogorodskiy2005-08-281-1/+1
| | | | Notes: svn path=/head/; revision=141143
* - Update to 0.9.0Michael Johnson2005-08-283-53/+45
| | | | Notes: svn path=/head/; revision=141134
* Update WWW lineSam Lawrance2005-08-281-1/+1
| | | | | | | | | PR: ports/84572 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=141104
* Update to 1.05.Jun Kuriyama2005-08-282-3/+3
| | | | Notes: svn path=/head/; revision=141102
* Update to version 0.12.3Markus Brueffer2005-08-2812-170/+6
| | | | | | | | PR: ports/85322 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) Notes: svn path=/head/; revision=141097
* Upgrade to 3.6.1.Oliver Braun2005-08-282-3/+3
| | | | Notes: svn path=/head/; revision=141086
* - Fix tests on 6.0/i386Pav Lucistnik2005-08-151-0/+11
| | | | | | | | | | PR: ports/84760 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: portmgr (clement) Notes: svn path=/head/; revision=140879
* - Update to 1.2.0. [1]Marius Strobl2005-08-1210-87/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <snip> Cdrdao changes: o SECURITY FIX: cdrdao now gives up its root privileges after setting up real-time scheduling, as well as before saving settings through the --save option. This fixes a potential local root exploit when cdrdao is installed with the +s chmod flag. Using --save now also forces an early exit after the settings are saved. o Added MP3 and Ogg Vorbis file support (through respectively the libmad and libvorbis libraries). cdrdao will decode the MP3 and Ogg files into temporary WAV files that will be deleted upon exit (unless the new option --keep is used). The directory used to store those temporary WAV files can be specified with the --tmpdir option (default is /tmp). o Improved native CUE file support: replaced old incomplete existing parser with the one from Matthias Czapla's excellent cue2toc. Added support for cutting binary files. o Added --rspeed option to manually set the device reading speed. Be warned not all devices support this. o Packaged scsilib library upgraded from cdrtools 2.01 (previously was from 2.01a31). o Added --no-mode2-mixed option. Don't read a MODE2 disk as MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu Castet). o Added help for little-known drive-info command. GCDMaster changes: o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and .ogg files from Nautilus into the sample display window. o Switched to gtkmm24 API. Improved file browsers. o CUE files support. o Sound output now uses libao library. o Added 'Select All' item in menu. o Added 'Eject' button to progress dialog. o Bug fixes (sample selection weirdness, couldn't close window during play, problems with gcdmaster command-line argument, crashes with multiple project windows, drive status not reported correctly). <snip> Note that the FreeBSD ports doesn't install cdrdao setuid root so you are not vulnerable by default. - Fix building on FreeBSD 7. - Turn on the usage of mlockall(2) again as it no longer causes negative side effects on FreeBSD >= 502113. Requested by: will [1] Approved by: portmgr (linimon) Security: http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html Notes: svn path=/head/; revision=140862
* - Unbreak on 6.XPav Lucistnik2005-08-113-4/+39
| | | | | | | | | PR: ports/84780 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=140853
* Unbreak on 6.x and 7.xKirill Ponomarev2005-08-0513-4/+188
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140788
* Fix build with just -O in CFLAGSVolker Stolz2005-08-041-0/+11
| | | | | | | | | Noticed by: cluster Submitted by: maintainer Approved by: portmgr (kris) Notes: svn path=/head/; revision=140772
* - Fix portsdb issue.Florent Thoumie2005-08-024-2/+24
| | | | | | | | | | Reported by: Igor Pokrovsky <ip@doom.homeunix.org> Patched by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Tested by: Igor Pokrovsky <ip@doom.homeunix.org> Approved by: portmgr (krion) Notes: svn path=/head/; revision=140731
* Update to 2.0.1Sam Lawrance2005-08-012-3/+3
| | | | | | | | PR: ports/84322 Submitted by: Kelley Reynolds <kelley@insidesystems.net> (maintainer) Notes: svn path=/head/; revision=140710
* s,machine/smb.h,dev/smbus/smb.h,Brian Somers2005-08-014-0/+44
| | | | Notes: svn path=/head/; revision=140661
* - Update to 3.1Sergey Matveychuk2005-08-013-11/+11
| | | | | | | | PR: ports/84407 Submitted by: Ports Fury Notes: svn path=/head/; revision=140657
* s,machine/smb.h,dev/smbus/smb.h,Brian Somers2005-08-013-0/+33
| | | | Notes: svn path=/head/; revision=140649
* Upgrade to 3.6.0.Oliver Braun2005-08-012-3/+3
| | | | Notes: svn path=/head/; revision=140613
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-07-318-14/+12
| | | | Notes: svn path=/head/; revision=140588
* - Unbreak on CURRENTSergey Matveychuk2005-07-311-0/+29
| | | | | | | | PR: ports/84228 Submitted by: maintainer Notes: svn path=/head/; revision=140547
* Upgrade to version 0.9.4 to fix a deadlock bug in the experimentalColin Percival2005-07-312-3/+3
| | | | | | | | | | pipelined http code. This has no effect for anyone not using the -x option to portsnap. Approved by: pav Notes: svn path=/head/; revision=140538
* - Chase libstatgrab versionSergey Matveychuk2005-07-311-2/+2
| | | | | | | | PR: ports/84359 Submitted by: maintainer Notes: svn path=/head/; revision=140533
* Upgrade to version 0.9.3.Colin Percival2005-07-302-3/+5
| | | | | | | | | | | | | | | | | | | This adds some new _experimental_ pipelined HTTP code which typically makes portsnap 3-10 times faster at downloading updates. This experimental code is disabled by default; to enable it, run portsnap with the (undocumented) -x option. (e.g., "portsnap -x fetch") I am not currently aware of any problems with this new code, but it has had less than 24 hours of testing; I would definitely like to know if it breaks anything. If portsnap is run without the -x option, this version should behave exactly the same way as the previous version. Approved by: simon Notes: svn path=/head/; revision=140507
* Use "ONLY_FOR_ARCHS=i386/amd64", as the port contains assembler codeJean-Yves Lefort2005-07-301-0/+2
| | | | | | | | | | | which is specific to these platforms. PR: ports/84350 Submitted by: maintainer Reported by: pointyhat via kris Notes: svn path=/head/; revision=140485
* Remove a .orig file that results from patching so it isn't installed.Brooks Davis2005-07-304-0/+4
| | | | | | | Reported by: pointyhat (vis kris) Notes: svn path=/head/; revision=140483
* Whitespace fixErwin Lansing2005-07-301-2/+2
| | | | | | | | Submitted by: flz Pointy hat: erwin Notes: svn path=/head/; revision=140445
* Upgrade modules mount-1.220-2, mysql-1.220-2, postgresql-1.220-2.Jimmy Olgeni2005-07-292-3/+11
| | | | Notes: svn path=/head/; revision=140425
* Add cmospwd.Jean-Yves Lefort2005-07-294-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cmospwd is a BIOS password recovery tool which is known to work with the following BIOS versions: * ACER/IBM BIOS * AMI BIOS * AMI WinBIOS 2.5 * Award 4.5x/4.6x/6.0 * Compaq (1992) * Compaq (New version) * IBM (PS/2, Activa, Thinkpad) * Packard Bell * Phoenix 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, 4.06 rev 1.13.1107 * Phoenix 4 release 6 * Gateway Solo - Phoenix 4.0 release 6 * Toshiba * Zenith AMI WWW: http://www.cgsecurity.org/index.html?cmospwd.html PR: ports/84250 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=140422
* Pass full path to pkg_{add,info} invoked from portupgrade.Renato Botelho2005-07-294-2/+46
| | | | | | | | PR: ports/84278 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Notes: svn path=/head/; revision=140411
* Upgrade to SGE 6.0 Update4.Brooks Davis2005-07-2981-1588/+4501
| | | | | | | | | | | | There are significant conceptual differences between SGE 5 and SGE 6 so potential upgraders should beware. At the file level the two are entierly incompatable so SGE 5 must be removed before SGE 6 is installed. The port has seen limited testing so beware. Notes: svn path=/head/; revision=140361
* - Fix crash when TERM is undefined in environmentPav Lucistnik2005-07-282-1/+12
| | | | | | | | PR: ports/84168 Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr> Notes: svn path=/head/; revision=140351
* sge and sgeee have been repo-copyed to sge53 and sgeee53 in preperationBrooks Davis2005-07-284-22/+5
| | | | | | | | | | | for the addition of an SGE 6 port. - Remove the sgeee port as the distinction between regular and Enterprise Edition has been removed in 6.0. - Temporarily disconnect sysutil/sge to avoid conflicts. - set NO_LATEST_LINK in sge(ee)53. Notes: svn path=/head/; revision=140348
* - Move a dirrm up before cwd in pkg-plist which should fixErwin Lansing2005-07-282-12/+19
| | | | | | | | | | | | | | | an extra file on pointyhat although I can't reproduce the error locally [1] - Install manpage [2] - WITHOUT_X11 needs more files, so install them as well [2] Submitted by: pointyhat via kris [1] PR: 82110 [2] Submitted by: Thomas Vogt <thomas@bsdunix.ch> [2] Approved by: obrien Notes: svn path=/head/; revision=140340
* - update to 0.5Yen-Ming Lee2005-07-272-3/+3
| | | | | | | | PR: 84196 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=140272
* Reset maintainershipRenato Botelho2005-07-271-1/+1
| | | | | | | | PR: ports/84181 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer) Notes: svn path=/head/; revision=140251
* - Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresizePav Lucistnik2005-07-272-1/+84
| | | | | | | | PR: ports/84048 Submitted by: Andriy Gapon <avg@topspin.kiev.ua> Notes: svn path=/head/; revision=140228
* - Update to 2.02Alexey Dokuchaev2005-07-274-13/+16
| | | | | | | | | - Teach about FreeBSD 7.X Approved by: maintainer timeout Notes: svn path=/head/; revision=140218