aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.4.0_1Marcus Alves Grando2005-12-132-0/+521
| | | | | | | | | | | * Fixes potential seg fault on 4.11 systems. * Added log entry times PR: 90339 Submitted by: maintainer Notes: svn path=/head/; revision=151114
* - Update to 15.14Emanuel Haupt2005-12-133-22/+10
| | | | | | | | | | | | - Remove files/patch-Makefile.freebsd (incorporated upstream) - Add additional master site - Pass maintainership to submitter PR: 90306 Submitted by: itetcu@people.tecnik93.com Notes: svn path=/head/; revision=151090
* Drop maintainership for ports which I sadly no longer haveBruce M Simpson2005-12-122-2/+2
| | | | | | | the time, hardware, or resources to maintain. Notes: svn path=/head/; revision=151060
* Update to 0.4.0Marcus Alves Grando2005-12-129-1487/+4
| | | | | | | | PR: 90283 Submitted by: maintainer Notes: svn path=/head/; revision=151018
* Update MASTER_SITES (fetchable again)Marcus Alves Grando2005-12-121-1/+2
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=150983
* Correct pkg-descr (was an erroneous copy from another port).Sam Lawrance2005-12-121-8/+3
| | | | | | | | | PR: ports/86385 Submitted by: Vivek Khera <vivek@khera.org> Approved by: bms (maintainer, timeout 2 months) Notes: svn path=/head/; revision=150948
* Fix build on 4.x actually. We need to pass CPPFLAGS and LDFLAGSHajimu UMEMOTO2005-12-122-4/+9
| | | | | | | to use USE_GETOPT_LONG. Notes: svn path=/head/; revision=150942
* fix build on 4.x.Hajimu UMEMOTO2005-12-121-1/+2
| | | | | | | | Reported by: pointyhat via kris Approved by: takawata (maintainer) Notes: svn path=/head/; revision=150941
* - Update from 1.0 to 0.5 thus,Emanuel Haupt2005-12-112-5/+8
| | | | | | | | | | | - bump PORTEPOCH - provide additional master site PR: 90178 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer) Notes: svn path=/head/; revision=150921
* Only use MNT_NODEV if it is defined.Craig Rodrigues2005-12-112-0/+4
| | | | Notes: svn path=/head/; revision=150919
* Really fix the build on FreeBSD 7 (after MNT_NODEV was removed)Simon Barner2005-12-111-1/+1
| | | | | | | | Inspired by: rodrigc's fix for editors/manedit Reported by: pointyhat via kris Notes: svn path=/head/; revision=150912
* - Update to 2.0.14 (bugfix release)Sergey Matveychuk2005-12-102-5/+5
| | | | Notes: svn path=/head/; revision=150801
* New port -- ATI Radeon video card contoroling tool useful for laptops.Hajimu UMEMOTO2005-12-097-0/+175
| | | | | | | Submitted by: takawata Notes: svn path=/head/; revision=150756
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-099-17/+17
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Fix runtime failure by linking against libpthread (GnomeVFS needsJean-Yves Lefort2005-12-081-1/+4
| | | | | | | pthread, and bpm may use GnomeVFS via GtkFileChooser). Notes: svn path=/head/; revision=150674
* Fix build on arches other than i386.Roman Bogorodskiy2005-12-082-0/+28
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=150664
* ghasher is a GUI tool to easily calculate the MD5 sum(or md2,md4,sha1,sha,Renato Botelho2005-12-075-0/+52
| | | | | | | | | | | | ripemd160,dss1) of a file. WWW: http://asgaard.homelinux.org/code/ghasher/ PR: ports/90056 Submitted by: Remington Lang <MrL0Lz@gmail.com> Notes: svn path=/head/; revision=150609
* Mark BROKEN on 4.X.Joe Marcus Clarke2005-12-062-0/+8
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=150525
* MNT_NODEV is no longer defined when __FreeBSD_version >= 700008.Craig Rodrigues2005-12-061-0/+2
| | | | Notes: svn path=/head/; revision=150506
* Use INSTALL_DATA instead INSTALL_MAN and INFO_PATH instead "info"Marcus Alves Grando2005-12-052-1/+2
| | | | | | | | | | Add SHA256 PR: 89985 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=150482
* Update WWWEmanuel Haupt2005-12-051-1/+1
| | | | Notes: svn path=/head/; revision=150474
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-053-10/+1
| | | | Notes: svn path=/head/; revision=150432
* Respect PREFIXMarcus Alves Grando2005-12-044-69/+27
| | | | | | | | | | Add SHA256 PR: 89938 Submitted by: Loren M. Lang <lorenl@alzatex.com> (maintainer) Notes: svn path=/head/; revision=150397
* Add INFO macroEdwin Groothuis2005-12-042-6/+3
| | | | Notes: svn path=/head/; revision=150366
* sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, ↵Edwin Groothuis2005-12-0420-422/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and bump PORTVERSION to 20051204. (1) For years, I have experienced that portupgrade sometimes runs very slow. After some investigation, I found that "pkgdb -aF" is invoked from portupgrade or other programs (such as portversion) without having sufficient privilege to modify /var/db/pkg/, and that error is not caught by the caller program, and "pkgdb -aF" is invoked repeatedlly. So, I fixed the following things: - When pkgdb internally invoked from other program exits with error, make the caller program also exit with error. - Display the error messages of pkgdb that run internally from other program. When portupgrade or other programs die with the following error, ** You do not own /var/db/pkg. (use -f to force or run as root) Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root). (2) Make new tarball that contains the above fix and all patches in files/. Bump PORTVERSION to 20051204 and change MASTER_SITES. PR: ports/89917 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> Notes: svn path=/head/; revision=150346
* [MAINTAINER] update sysutils/portmanagerEdwin Groothuis2005-12-042-1/+173
| | | | | | | | | | | | | | update sysutils/portmanager to 0.3.9_7 1. Fixes portmanager not honoring STOP/START statements from its own config file, reported by Gerard Seibert <gerard@seibercom.net>, Thanks! PR: ports/89913 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=150342
* Update to 0.3.9_6. From the maintainer:Philip Paeps2005-12-032-1/+144
| | | | | | | | | | | | | | | 1, Fixes corruption of +CONTENTS files when portmanager is compiled in BUILD_DEPENDS_ARE_LEAVES mode Bug identified by Jiawei Ye <leafy7382@gmail.com> 2. Fixes parsing pkgtools.conf when arrays are used, patch provided by dan@slightlystrange.org, thank you! PR: ports/89903 Submitted by: Michael C. Shultz <ringworm01 -at- gmail.com> (maintainer) Notes: svn path=/head/; revision=150325
* Upgrade to version 1.180.Jimmy Olgeni2005-12-022-8/+8
| | | | Notes: svn path=/head/; revision=150264
* Reset maintainer: "I don't use FreeBSD at this time". Thanks for yourKris Kennaway2005-12-021-1/+1
| | | | | | | work in the past. Notes: svn path=/head/; revision=150263
* Upgrade to version 1.250.Jimmy Olgeni2005-12-022-18/+9
| | | | Notes: svn path=/head/; revision=150254
* Update to 2.72Marcus Alves Grando2005-12-027-49/+44
| | | | | | | | | | | Add SHA256 portlint(1) PR: 89836 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer) Notes: svn path=/head/; revision=150237
* Fix checksum mismatch. The author regenerated m4 and configure files,Kevin Lo2005-12-021-3/+3
| | | | | | | | | | no functional impatc. PR: ports/89543 Submitted by: Toni Schmidbauer Notes: svn path=/head/; revision=150197
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-022-2/+2
| | | | Notes: svn path=/head/; revision=150183
* - Change maintainer to my @FreeBSD.org address.Tim Bishop2005-12-018-4/+8
| | | | | | | | | - Add SHA256 checksum. Approved by: clement (mentor) Notes: svn path=/head/; revision=150154
* - Update to 2.12.1Michael Johnson2005-11-303-5/+7
| | | | Notes: svn path=/head/; revision=150084
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-3013-0/+13
| | | | Notes: svn path=/head/; revision=150048
* - Add a patch to fix cpu load value when there are nice'd processes.Florent Thoumie2005-11-302-0/+12
| | | | | | | | | PR: ports/79540 Submitted by: regis <regisr@pobox.com> Approved by: maintainer timeout (7 months) Notes: svn path=/head/; revision=150036
* - Update MASTER_SITES.Florent Thoumie2005-11-301-2/+2
| | | | | | | | | | - Comment OPTIONS since it seems to confuse users. PR: ports/89746 Submitted by: maintainer Notes: svn path=/head/; revision=150019
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-307-6/+11
| | | | Notes: svn path=/head/; revision=149997
* Update to 2.12.2.Joe Marcus Clarke2005-11-306-50/+8
| | | | Notes: svn path=/head/; revision=149982
* Update to 2.12.2.Joe Marcus Clarke2005-11-294-8/+8
| | | | Notes: svn path=/head/; revision=149977
* New port: sysutils/pkg-orphan A console utility for managing unreferenced ↵Edwin Groothuis2005-11-294-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD packages pkg-orphan is a console utility for managing orphan, i.e. unreferenced FreeBSD packages. It finds all or selected orphans and lets the user choose which ones to remove and which ones to keep. It maintains a keep-list file, so previously kept packages will be skipped automatically. In batch mode, all packages, not present in the keep-list are either deleted or kept in the list. Since orphan packages are usually much fewer than non-orphan ones, it can be useful for quickly finding and deleting unused packages, even on a system with hundreds of them installed. Features: - interactive and batch modes - maintains a kept package list, to avoid asking for the same package again - can delete packages recursively, but without deleting shared dependencies or previously kept packages - the keep-list file does not contain package versions, so upgrades generally don't require editing of the file WWW: http://sourceforge.net/projects/pkg-orphan/ - Victor Semionov semionov@mail.b PR: ports/89730 Submitted by: Victor Semionov <semionov@mail.bg> Notes: svn path=/head/; revision=149953
* - Update to 1.2.1. Relevant parts from the release notes:Marius Strobl2005-11-294-31/+1076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <snip> Cdrdao changes: o Fixed bad bug with missing return statemements in recomputeLength and format conversion. o Fixed broken '-' STDIN input feature. o Fixed various gcc4-related compile problems. o Fixed copy problem with single device when read_device is specified. o Minor fixes to driver table. GCDMaster changes: o The crash when creating a new "Create Audio CD" view seemed to be related to gtkmm and libsigc++ and went away with newer releases of those packages. toc2cue changes: o Fixed bug that was causing empty output files. o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez) <snip> - In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png. Approved by: netchild Notes: svn path=/head/; revision=149947
* Update to 0.3.9_5:Simon Barner2005-11-292-1/+233
| | | | | | | | | | | | | - Fixes when adding a new port with portmanager, +CONTENTS files being corrupted. - Improved logging of conflicting ports Submitted by: "Michael C. Shultz" <ringworm01@gmail.com> (maintainer) PR: ports/89716 Notes: svn path=/head/; revision=149912
* Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-timeSimon Barner2005-11-291-0/+1
| | | | | | | are actually needed at run-time. Notes: svn path=/head/; revision=149889
* - Update to 2.06 [1]Simon Barner2005-11-294-151/+176
| | | | | | | | | | | | | - Use %%DATADIR%% - Use ${LOCALBASE} as default for "sleuthkit" dependency (but the port is still interactive) Submitted by: Matt Crossley <moose@freebsdfreaks.net> [1] PR: ports/89685 [1] Approved by: Pieter Danhieux (maintainer) Notes: svn path=/head/; revision=149886
* o) Fix wrong install place of bacula.8 man pageLars Koeller2005-11-291-2/+3
| | | | | | | Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat) Notes: svn path=/head/; revision=149864
* Update to 2.12.2.Joe Marcus Clarke2005-11-282-4/+4
| | | | Notes: svn path=/head/; revision=149825
* Update to 1.4.1.Joe Marcus Clarke2005-11-2810-23/+26
| | | | Notes: svn path=/head/; revision=149821
* - Add SHA256Pav Lucistnik2005-11-282-0/+2
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149758