aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Do not remove etc/devd, it is now part of mtreePav Lucistnik2010-11-122-2/+0
| | | | Notes: svn path=/head/; revision=264463
* Add Gerritt Pape's patch to skip the timestamp when matching incomingPeter Pentchev2010-11-123-6/+39
| | | | | | | | | | | | | | log messages against the specified patterns. Bump PORTREVISION. While I'm here, do some more maintenance: - regenerate the distinfo file to drop the MD5 checksums - rephrase the IGNORE messages - declare the port's license as public domain Requested by: Matthias Teege <matthias@mteege.de> (the timestamp patch) Notes: svn path=/head/; revision=264455
* This perl library uses perl5 objects to assist in determining whether aFrederic Culot2010-11-115-0/+36
| | | | | | | | | | | | | | file's contents or attributes have changed. It maintains several pieces of information about the file: a digest (currently only MD5 is supported), its inode number, its mode, the uid of its owner, the gid of its group owner, and its last modification time. WWW: http://search.cpan.org/dist/File-Signature/ Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=264416
* Update to 2.6.10.Stefan Walter2010-11-114-1392/+1770
| | | | | | | | PR: 146641 Submitted by: maintainer Notes: svn path=/head/; revision=264403
* - github is redirecting all these to https nowPhilip M. Gollucci2010-11-111-1/+1
| | | | Notes: svn path=/head/; revision=264379
* - Update to 4.2.1Philippe Audeoud2010-11-102-4/+3
| | | | | | | | | PR: ports/151565 Submitted by: Takefu <takefu AT airport.fm> Approved by: maintainer Notes: svn path=/head/; revision=264351
* Increment PORTREVISION after liblzma major version change in archivers/xz.Christian Weisgerber2010-11-093-3/+6
| | | | Notes: svn path=/head/; revision=264318
* Real-time log statistics serverPhilippe Audeoud2010-11-098-0/+164
| | | | | | | | | | WWW: http://search.cpan.org/~LONERR/Tail-Stat/ PR: ports/152041 Submitted by: Oleg A. Mamontov <oleg at mamontov.net> Notes: svn path=/head/; revision=264300
* Welcoming syslog-ng 3.2 Beta1 into syslog-ng3-devel. Suggested byCy Schubert2010-11-096-18/+122
| | | | | | | Peter Czanik <czanik@balabit.hu>, the syslog-ng upline developer. Notes: svn path=/head/; revision=264296
* Fix a potential race with helper processes terminating too quickly. WhenJoe Marcus Clarke2010-11-092-1/+12
| | | | | | | | | | this happens, hald dies. PR: 151725 Submitted by: avg Notes: svn path=/head/; revision=264292
* - Update to 1.4.4Sahil Tandon2010-11-094-15/+13
| | | | | | | | PR: ports/151402 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=264291
* Update to version 3.2.0.Alexey Dokuchaev2010-11-093-6/+12
| | | | Notes: svn path=/head/; revision=264289
* Add CONFLICTS.Cy Schubert2010-11-081-0/+3
| | | | Notes: svn path=/head/; revision=264271
* - Update to 1.7.0.Tim Bishop2010-11-082-5/+4
| | | | | | | | PR: ports/152064 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer) Notes: svn path=/head/; revision=264270
* This forced commit documents the clone of the syslog-ng3-devel port fromCy Schubert2010-11-081-1/+1
| | | | | | | | | syslog-ng3. This is a result of an email request from Peter Czanik <czanik@balabit.hu>, upstream maintainer of syslog-ng3, to create a syslog-ng 3.2 beta1 package for FreeBSD. Notes: svn path=/head/; revision=264269
* - Pet portlintSunpoet Po-Chuan Hsieh2010-11-081-14/+9
| | | | | | | | | | | | - Simplifiy PORTDOCS installation - Use INSTALL PR: ports/152023 Submitted by: sunpoet (myself) Approved by: Martin Pala <martinp@tildeslash.com> (maintainer) Notes: svn path=/head/; revision=264261
* - Fix build: this port relies on CPP being gmake's default valuePav Lucistnik2010-11-081-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=264248
* - Remove nonexistent directories from plist.Alberto Villa2010-11-083-9/+0
| | | | | | | Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=264243
* Adopt unmaintained port.Jimmy Olgeni2010-11-081-1/+1
| | | | Notes: svn path=/head/; revision=264241
* - Update to 2.6Pietro Cerutti2010-11-083-8/+4
| | | | Notes: svn path=/head/; revision=264231
* - update abgx360 to version v1.0.3Olli Hauer2010-11-072-4/+3
| | | | | | | | | | | | | | | Changes affecting all platforms: - Added full support for all current PFI/Video waves and the ability for future waves to be fully supported through updates to abgx360.dat - The SplitVid check is now mandatory when checking an ISO/DVD and the "Check Stealth" option is enabled (iXtreme LT requires SplitVid for XBL safety) PR: 152005 Submitted by: Nicole Reid <root _at_ cooltrainer.org> (maintainer) Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=264199
* - update monit to version 5.2.2Olli Hauer2010-11-072-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | BUGFIXES: * Fix crash on MacOSX * ICMP echo test (ping): - bug #31128: do not log error if different response type is received - bug #31129: do not require root to use ping test. Privilege to create raw socket is still required, but on some platforms such as Solaris it can be granted to non-root users too. If the user has no permission to perform ping, monit will skip the icmp test and log message (in debug mode only). * rsync protocol test: - wait for full server response and verify exit was received - bug #31249: send full version to rsync server. Thanks to John Hall for report PR: 152012 Submitted by: Martin Pala <martinp _at_ tildeslash.com> (maintainer) Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=264197
* PR: 152015Emanuel Haupt2010-11-073-2/+67
| | | | | | | Submitted by: self Notes: svn path=/head/; revision=264195
* - Update to 0.7.1_002Dmitry Marakasov2010-11-075-54/+107
| | | | Notes: svn path=/head/; revision=264174
* - Make this port play nice with leftover config filesPav Lucistnik2010-11-063-7/+16
| | | | | | | | PR: ports/150881 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Notes: svn path=/head/; revision=264156
* File::Log is a class providing methods to log data to a file. There areWen Heping2010-11-055-0/+33
| | | | | | | | | | | | | a number of parameters that can be passed to allow configuration of the logger. WWW: http://search.cpan.org/dist/File-Log/ PR: ports/151944 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=264108
* Update to 2.5.1: fixes building on 7.x.Rebecca Cran2010-11-042-3/+3
| | | | Notes: svn path=/head/; revision=264082
* - Update to 1.10Philippe Audeoud2010-11-043-6/+19
| | | | | | | - Changelog: http://cpansearch.perl.org/src/BRADFITZ/Brackup-1.10/Changes Notes: svn path=/head/; revision=264081
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightAndrej Zverev2010-11-042-0/+12
| | | | | | | | | | | be 1+0 as well. PR: ports/151132 Submitted by: az Approved by: maintainer (timeout > 14d) Notes: svn path=/head/; revision=264080
* Upgrade to version 1.7.3.Jimmy Olgeni2010-11-042-4/+3
| | | | Notes: svn path=/head/; revision=264071
* - Update to 1.5.6Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264058
* - Update to 2.0.3Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264057
* - Update to 1.12.3Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264056
* - Update to 3.2.0Martin Wilke2010-11-043-23/+15
| | | | | | | | PR: 151836 Submitted by: "Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer) Notes: svn path=/head/; revision=264021
* - Mark BROKEN: does not compilePav Lucistnik2010-11-031-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263994
* KDE FreeBSD team presents KDE SC 4.5.3.Max Brazhnikov2010-11-034-12/+8
| | | | Notes: svn path=/head/; revision=263986
* Update to 2.5.Rebecca Cran2010-11-035-35/+14
| | | | | | | | PR: ports/151902 Submitted by: brucec Notes: svn path=/head/; revision=263982
* - Fix dependencies and PLISTPietro Cerutti2010-11-032-1/+9
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=263975
* - Update to 0.8.11Sunpoet Po-Chuan Hsieh2010-11-022-4/+3
| | | | | | | | | | | Changes: - Support Fujitsu iRMC S1 and iRMC S2 OEM extensions in 7 ipmi-sensors and ipmi-sel - Support --output-oem-event-string in ipmi-sel - Other minor documentation/bug fixes Notes: svn path=/head/; revision=263944
* - Fix dependenciesPietro Cerutti2010-11-021-0/+2
| | | | Notes: svn path=/head/; revision=263937
* - New port: sysutils/pam_mountPietro Cerutti2010-11-026-0/+72
| | | | | | | | | | | | | | pam_mount is a Pluggable Authentication Module that can mount volumes for a user session. This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon and where statically mounting the entire /home from a server is a security risk, or listing all possible volumes in /etc/fstab is not feasible. WWW: http://pam-mount.sourceforge.net/ Notes: svn path=/head/; revision=263930
* Remove the gratuitous removal of comments.Cy Schubert2010-11-021-5/+5
| | | | Notes: svn path=/head/; revision=263921
* Fix build under 9.0-CURRENT.Cy Schubert2010-11-021-10/+9
| | | | | | | Discovered by: erwin (wearing portsmgr hat) Notes: svn path=/head/; revision=263920
* PR: 151607Olli Hauer2010-11-014-0/+47
| | | | | | | | | | | | | | | | | | | | Submitted by: Eitan Adler <lists _at_ eitanadler.com> Approved by: glarkin (mentor, implicit) reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special readable and reversible hexadecimal byte-dump,where you can not only change bytes, but also insert or delete bytes. It has a flush-switch, where it will output hexbytes for each single char it reads. This is especially useful for watching output from slow devices (e.g., serial devices like mice). The hex2bin-utility (the reverse-hexdump) not only accepts hexbytes for input, but also double-quoted strings with most of the escape-chars known from C and makes good attempts at undumping even hexdumps with repetition-lines (a "*" on its own line). It's written in ANSI C. WWW: http://gnuwin32.sourceforge.net/packages/hextools.htm Notes: svn path=/head/; revision=263895
* Remove sysutils/synergy-plus: Synergy+ and Synergy have merged.Kevin Lo2010-11-015-48/+0
| | | | | | | Approved by: skreuzer (maintainer) Notes: svn path=/head/; revision=263876
* Update to 1.3.4Kevin Lo2010-11-018-172/+6
| | | | Notes: svn path=/head/; revision=263875
* Update to 1.20101030.3088.Wesley Shields2010-10-313-6/+10
| | | | | | | Bump PORTEPOCH. Notes: svn path=/head/; revision=263845
* - Update to 1.4Sunpoet Po-Chuan Hsieh2010-10-302-4/+3
| | | | | | | | | | | | Changes: - Add -d (--delimiter) option PR: ports/151838 Submitted by: Sterling Camden <sterling@camdensoftware.com> (maintainer) Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263805
* Fix crashMax Brazhnikov2010-10-306-2/+106
| | | | | | | | | | Remove md5 sum PR: ports/151668 Submitted by: Nikos Ntarmos (maintainer) Notes: svn path=/head/; revision=263777
* - Update to 436Sunpoet Po-Chuan Hsieh2010-10-304-25/+25
| | | | | | | | | | | | | Changes: - http://www.greenwoodsoftware.com/less/news.436.html - http://www.greenwoodsoftware.com/less/old.html PR: ports/151825 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263776