Commit graph

12429 commits

Author SHA1 Message Date
Steve Wills
97be185521 - Add BUILD_DEPENDS to silence build warnings 2012-01-07 21:21:32 +00:00
Frederic Culot
f667a101d0 - Update to 3.2
PR:		ports/163881
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2012-01-07 17:20:32 +00:00
Eitan Adler
86cd1a5137 - Fix rc script
Pointed out by: dougb
2012-01-07 05:15:00 +00:00
Eitan Adler
13d94c2936 volman is a FreeBSD specific volume manager. It acts
as a translator of devd(8) events, probing storage
devices for their file system information, and serving
this over a FIFO based API to which clients can
subscribe.  In addition to notifying clients of new
or lost volumes, it will mount and unmount such
volumes at the command of subscribing clients.

It runs as root and allows any local clients the
ability to mount and unmount volumes which are
detected, regardless of any user privileges.  This
is intended for single user X11 systems needing
an easy way of accessing USB flash disks on the fly.

WWW: http://forums.freebsd.org/showthread.php?t=27233

PR:		ports/161977
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
2012-01-07 04:59:41 +00:00
Michael Scheidell
46fa18cb60 - fix weekly/periodic script. should have been 'weekly' was 'daily'
PR:		ports/162496
Submitted by:	basarevych@gmail.com
Approved by:	peter@pean.org (maintainer), gabor (mentor, implicit)
2012-01-06 21:58:57 +00:00
Frederic Culot
022be98e7f Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your
system. It can activate changes to the system in a safe and effective manner.
Functionality includes (but may not be limited to):
  - Configure Time Zone
  - Configure Hostname/Domain
  - Configure Network Interfaces
  - Confgure Default Router/Gateway
  - Configure DNS nameservers

WWW: http://druidbsd.sourceforge.net/

PR:		ports/163857
Submitted by:	Devin Teske <dteske@vicor.com>
2012-01-06 13:34:21 +00:00
Sunpoet Po-Chuan Hsieh
749b5ae400 - Bump PORTREVISION for sysutils/freeipmi shlib change 2012-01-06 08:26:06 +00:00
Sunpoet Po-Chuan Hsieh
d6b221a9cd - Update to 1.1.1
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=7073
2012-01-06 08:25:43 +00:00
Sunpoet Po-Chuan Hsieh
a9747e17b7 - Add rubygem-backup 3.0.20
Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily
perform backup operations on both your remote, as well as your local
environment. It provides you with an elegant DSL in Ruby for modeling
(configuring) your backups. Backup has built-in support for various databases,
storage protocols/services, syncers, compressors, encryptors and notifiers which
you can mix and match. It was built with modularity, extensibility and
simplicity in mind.

WWW: https://github.com/meskyanichi/backup/
RG:  https://rubygems.org/gems/backup
2012-01-06 07:48:46 +00:00
Cy Schubert
295a80f62e When 'Doinkd' is started as a service and there are no users actually
logged into system it segfaults (signal 11).

There is a bug in the 'chk_maxuser' function. When it receives as a
prameter 'user==NULL' following condition:

if (user->mgroup != 0) {

causes a segfault. Bug can be very easy reproduced and tracked by
gdb (core dumps have to be enabled).

Tested fix is:

if (user != NULL && user->mgroup != 0) {

Obtained from:	doinkd bug ID at Sourceforge: 1652293
		http://sourceforge.net/tracker/?func=detail&aid=1652293&group_id=168453&atid=846828
2012-01-05 08:20:44 +00:00
Rene Ladan
6401f3f628 Update to 3.3.1
PR:		ports/163784
Submitted by:	Olivier Duchateau
2012-01-05 07:18:51 +00:00
Jason Helfman
5333218845 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:		ports/163261
Submitted by:	jgh (me)
Approved by:	maintainer, crees (mentor)
2012-01-04 20:30:37 +00:00
Michael Scheidell
15daaa8015 - install libbacfind.so
PR:		ports/163247
Submitted by:	olevole <olevole@olevole.ru>
Approved by:	dan@langille.org (maintainer), gabor (mentor)
2012-01-04 08:20:50 +00:00
Frederic Culot
19f67e5aae - Update to 3.2.2
PR:		ports/163797
Submitted by:	Devin Teske <dteske@vicor.com> (maintainer)
2012-01-04 07:52:29 +00:00
Sunpoet Po-Chuan Hsieh
ef55839b2a - Update to 0.4.0
- Update WWW

Changes:	https://github.com/guard/guard-livereload/commits/master
- Clean reactor accessor
- Switch README to markdown and note about rack-livereload
- Update Guardfile exemple
- Simplify Gemfile
- Depend on Guard 0.10.0
2012-01-04 03:52:46 +00:00
Sunpoet Po-Chuan Hsieh
b721bf2aeb - Update to 0.6.0
- Update WWW

Changes:	https://github.com/guard/guard-rspec/commits/master
- Fix for default format option
- Update LICENSE year
- Depend on Guard 0.10.0
2012-01-04 03:52:14 +00:00
Sunpoet Po-Chuan Hsieh
245a85078f - Update to 0.10.0
Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2012-01-04 03:51:14 +00:00
Martin Wilke
5f9f419543 - Update to 0.6.10
PR:		163499
Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2012-01-03 23:49:15 +00:00
Jason Helfman
90e0ff2a70 - prevent breakage on <80000
Submitted by: Oleg Ginzburg < olevole at olevole.ru >
Reviewed by:	crees (mentor)
Approved by:	maintainer (via email), rene (mentor)
2012-01-03 21:03:57 +00:00
Mark Linimon
b881e117d8 Mark as only for amd64/i386/ia64: those are the only archs that have
definitions in config/ .

Hat:		portmgr
2012-01-03 05:41:39 +00:00
Joe Marcus Clarke
f19562d64c Correctly populate usb_device.device_revision_bcd.
PR:		163726
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Reviewed by:	hps
2012-01-02 19:01:19 +00:00
Beat Gaetzi
57f68afcc8 - Update to 5.2.9 2012-01-02 10:34:00 +00:00
Eitan Adler
906a0f891e - Add two new runtime dependencies
- Pet portlint

Submitted by:	Ken Moore ken@pcbsd.org
Approved by:	maintainer (implicit)
2012-01-02 03:07:09 +00:00
Sunpoet Po-Chuan Hsieh
65b87a1651 - Update to 0.5.11
Changes:	https://github.com/guard/guard-rspec/commits/master
- Added spec to test the fix for double result
- Fixed for results displaying more than once when specifying a formatter
- Fix typo
- Update README.md
2012-01-02 01:59:08 +00:00
Adam Weinberger
51fe40c47c Upgrade to 1.6.4. 2012-01-01 13:22:10 +00:00
Rene Ladan
d90d44a853 Remove expired unmaintained ports:
2011-12-31 sysutils/duplicity05: This version is out of date, and the 0.6.x branch is considered stable
2012-01-01 japanese/py-kanjilib: This port is not needed with any supported python version
2012-01-01 11:45:10 +00:00
Steve Wills
1d4f9a2ffc - Update to 1.3.2 2011-12-31 19:42:58 +00:00
Rene Ladan
0a85f6c463 - Fix the situation where kern.smp.maxid > hw.ncpu by using the former value,
otherwise this would lead to insufficient space for the kern.cp_times
  sysctlbyname() call. [1]
- Bump PORTREVISION

Noticed/tested by:	jilles
2011-12-31 16:40:53 +00:00
Stefan Eßer
80435b14ce Fix directory name for sysrc, which was erroneously added as sysrc+. 2011-12-31 13:27:56 +00:00
Stefan Eßer
b29df7a076 The sysrc utility performs easy and safe editing of rc.conf style enries
in configuration files.

This port had been added from a temporary directory by accident is moved
to its correct place with this commit. A commit to "modules" will follow
immdetiately thereafter. Sorry!

PR:             163679
Submitted by:   Devin Teske (dteske@ at vicor dot com)
Feature safe:   yes
2011-12-31 13:22:47 +00:00
Stefan Eßer
5dfa7946db The sysrc utility performs easy and safe editing of rc.conf style enries
in configuration files.

PR:		163679
Submitted by:	Devin Teske (dteske@ at vicor dot com)
Feature safe:	yes
2011-12-31 13:06:02 +00:00
Brendan Fabeny
2a9cb20c25 update to 5.10 2011-12-31 02:10:17 +00:00
Steve Wills
1b3b9fd498 - Update to 2.7.9
PR:		ports/163137
Submitted by:	tdb
2011-12-30 19:35:45 +00:00
Jason Helfman
d87fa9fc48 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
- DOWNLOAD_URL has changed (redirects to updated DOWNLOAD_URL)
- Pet portlint

PR:		ports/163259
Submitted by:	jgh (me)
Approved by:	maintainer (timeout), crees (mentor)
2011-12-30 17:22:43 +00:00
Beech Rintoul
e3d75ad0d5 - Fix to properly check dependencies
PR:		ports/163702
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
2011-12-29 23:43:17 +00:00
Michael Scheidell
6bdabc70f3 - Update to 7.30
PR:		ports/163457
Approved by:	gabor (mentor, implicit)
2011-12-29 19:42:54 +00:00
Raphael Kubo da Costa
b258e155dd Update to 2.1.2.
Approved by:	makc (mentor)
2011-12-28 23:51:08 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Mark Linimon
52f7eb4e80 Fails to compile on powerpc (missing header), so mark it as not for powerpc.
Presumably, no reason to try to compile this on sparc64, either.

Hat:		portmgr
2011-12-28 06:59:36 +00:00
Jason Helfman
af304d9b96 ioping: This tool lets you monitor I/O latency in real time
WWW: http://code.google.com/p/ioping/

PR:	ports/163633
Submitted by:		Oleg Ginzburg <olevole@olevole.ru>
Approved by:	crees (mentor)
2011-12-27 20:38:35 +00:00
Emanuel Haupt
48b16bc177 Pacify portlint
Feature safe:	yes
2011-12-27 15:14:23 +00:00
Eitan Adler
faccfa4f3e Salt : Remote Execution and State Manager
======================================

Salt is a powerful remote execution and state manager that can be
used to administer servers in a fast and efficient way.

WWW:	http://saltstack.org

Submitted by:	Christer Edwards <christer.ewards@gmail.com>
2011-12-26 20:52:53 +00:00
Pav Lucistnik
3c1d88375e - Update to 2011-12-25
Submitted by:	gleb (maintainer)
2011-12-26 17:13:39 +00:00
Thomas Abthorpe
754d159e98 - Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:	portmgr
2011-12-26 16:12:27 +00:00
Eitan Adler
786f4aba13 - Point the user to the correct location
Submitted by:	Volodymyr Kostyrko c.kworr@gmail.com
2011-12-26 13:38:19 +00:00
Sunpoet Po-Chuan Hsieh
63af433fb0 - Update to 0.9.4
- Update WWW in pkg-descr

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2011-12-26 09:51:53 +00:00
Eitan Adler
7b0459ee7c - update to ports/159108
Changes:
- According to submitter, new version works.

PR:		ports/159108
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:	maintainer timeout
2011-12-26 04:36:04 +00:00
Sunpoet Po-Chuan Hsieh
6878c350ae - Update to 0.9.3
Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2011-12-23 21:30:47 +00:00
Jason Helfman
40af3ff7be Update to 0.8.1
- drop pkg-plist in favor of file listings in PROGRAM_FILES that is passed to PLIST_FILES

PR: ports/163546
Submitted by: Dmitry N Fomin (maintainer)
Approved by: crees (mentor)
2011-12-23 17:46:52 +00:00
Michael Scheidell
5df5ff123d - Fix Source URL
PR:		ports/163367
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	gabor (mentor)
2011-12-23 12:35:04 +00:00
Frederic Culot
4067037eb0 Scalpel is a fast file carver that reads a database of header and footer
definitions and extracts matching files or data fragments from a set of
image files or raw device files.
Scalpel is filesystem-independent and will carve files from
FATx, NTFS, ext2/3, HFS+, or raw partitions.
It is useful for both digital forensics investigation and file recovery.

WWW: http://www.digitalforensicssolutions.com/Scalpel/

PR:		ports/163544
Submitted by:	Hakisho Nukama <nukama@gmail.com>
2011-12-23 09:13:21 +00:00
Frederic Culot
43e4d6e496 - Update to 20111222
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=7067
PR:		ports/163541
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2011-12-23 07:35:37 +00:00
Sunpoet Po-Chuan Hsieh
d4a45ff898 - Update to 0.5.10 2011-12-22 18:53:47 +00:00
Mark Linimon
83b0b7ec4e Mark as broken on tier-2: fails to install.
Hat:		portmgr
2011-12-22 10:28:41 +00:00
Mark Linimon
05b4924ba7 Reset maintainer: email address is underliverable.
Hat:		portmgr
2011-12-21 19:42:35 +00:00
Chris Rees
3236b0d742 - Add XSCREENSAVER option too, to illustrate that xlock is not the only way to
lock your screen.

- Set XLOCK on as default

Requested by:	dougb
2011-12-21 17:55:37 +00:00
Jason Helfman
8576025438 Update to 5.3.2
redundant assignment of PKGMESSAGE removed

PR: ports/163491
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
Approved by:	crees (mentor)
Feature safe:	yes
2011-12-21 17:31:49 +00:00
Sunpoet Po-Chuan Hsieh
f336311197 - Update to 0.9.1
Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2011-12-21 12:06:28 +00:00
Eitan Adler
ac69fad153 - update EasyPBI to 1.0
PR:		ports/163437
Submitted by:	Jesse <jessefrgsmith@yahoo.ca> (maintainer)
Feature safe:	yes
2011-12-21 04:30:13 +00:00
Jason Helfman
d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00
Philip M. Gollucci
25668b1594 With Hat: ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-12-20 05:11:50 +00:00
Philip M. Gollucci
72e8a40a13 - One WWW line in pkg-descr will do just fine 2011-12-20 00:29:16 +00:00
Philip M. Gollucci
7832ddf953 - Point at the homepage consistently as defined by rubygems.org 2011-12-20 00:21:54 +00:00
Ruslan Makhmatkhanov
b8d22f1f31 - update to 015
- add USE_GMAKE because it's now doesn't builds with make(1)
- remove files/patch-fwcutter.c[h] that was applied upstream
- remove firmware sample from fwcutter_list.h, that was added upstream

Notes:
- patch from original PR didn't applied. I asked submitter to fix it,
  but never got any response (for some reason my request didn't found
  it's way into audit trail)
- maintainer also timeouts
- i'm successfully using this version of fwcutter for about a month now
  and rebuilded my firmware kmod several times w/o any problems

PR:             162013
Submitted by:   Kurt Jaeger <fbsd-ports at opsec dot eu>
Approved by:    maintainer (timeout, 1 month+),
                novel (mentor, implicit)
2011-12-19 20:17:12 +00:00
Philip M. Gollucci
6c27df460e The actual version required is >=1.0.4 <1.7.0
The port is at 1.6.2a
2011-12-19 19:53:24 +00:00
Martin Wilke
69e65aa8aa - Update to 2.3
PR:		163422
Submitted by:	Johannes Totz <johannes@jo-t.de>
2011-12-19 16:06:02 +00:00
Florian Smeets
6a578bfa7c munin moved to a new home
Reported by:	Cyrill Lefevere <cyrille.lefevre-lists@laposte.net>
2011-12-19 10:50:50 +00:00
Rene Ladan
c73fdec9ac - Add support for multiple cores [1]
- Bump PORTREVISION [1]
- Move over to xfce@ [2]

PR:		ports/163430 [1]
Submitted by:	myself [1]
Approved by:	Olivier Duchateau [1] [2]
2011-12-18 20:29:15 +00:00
Chris Rees
643de2b827 - Make xlockmore dependency optional
- Use bsd.port.options.mk

PR:		ports/163434
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com>, dougb
2011-12-18 17:51:44 +00:00
Martin Wilke
0fb0e82307 - Upgrade to 1.19
PR:		163161
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2011-12-18 09:02:02 +00:00
Sunpoet Po-Chuan Hsieh
2c239df57c - Update to 0.4.1
Changes:	http://psutil.googlecode.com/svn/trunk/HISTORY
2011-12-17 15:01:07 +00:00
Rebecca Cran
004f04d19d Update to 2.0.
Feature safe:	yes
2011-12-17 14:01:38 +00:00
Philip M. Gollucci
0366f22e5b - point at the correct port locations 2011-12-17 00:52:26 +00:00
Philip M. Gollucci
285054f0e0 Chef is a systems integration framework, built to bring the benefits of
configuration management to your entire infrastructure. With Chef, you can:

* Manage your servers by writing code, not by running commands.
* Integrate tightly with your applications, databases, LDAP directories, and
  more.
* Easily configure applications that require knowledge about your entire
  infrastructure ("What systems are running my application?" "What is the
  current master database server?")

WWW: http://wiki.opscode.com/display/chef

PR:		ports/163364
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:24:14 +00:00
Philip M. Gollucci
4bf323b29b chef-solr is a Ruby container for SOLR that starts up the Search Engine for the
Chef Server under Jetty.

For more information, see the following pages on the Chef Wiki:
o   wiki.opscode.com/display/chef/Search
o   wiki.opscode.com/display/chef/Chef+Indexer

WWW: http://wiki.opscode.com/display/chef

PR:		ports/163357
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:21:37 +00:00
Philip M. Gollucci
eb4d828c0d A systems integration framework, built to bring the benefits of configuration
management to your entire infrastructure.

WWW: http://www.opscode.com/chef/

PR:		ports/163356
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:21:15 +00:00
Philip M. Gollucci
139d6c2497 - Update to 0.10.8
PR:             ports/163347
Submitted by:   Scott Sanders <scott@jssjr.com>
Approved by:    renchap@cocoa-x.com (maintainer, implicit required for chef-server)
With Hat:	ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-12-16 22:15:45 +00:00
Philip M. Gollucci
102d3c72a7 - Fix gem dep versions acording to rubygems.org 2011-12-16 19:33:15 +00:00
Steven Kreuzer
4e463260d4 iogen is a lightweight tool that generates heavily fragmented I/O. It
accomplishes this by forking a number of children that run I/O to a
filesystem.

This tool is intended to test storage stacks under stress and worst case
scenarios.  However due to heavy fragmentation of the I/O files, it tends
to bypass caching algorithms in storage stacks.

WWW:    http://www.peereboom.us/iogen/
2011-12-16 18:40:25 +00:00
Mark Linimon
b900c562b7 Fix typo. 2011-12-15 08:00:42 +00:00
Sunpoet Po-Chuan Hsieh
07ac226452 - Update to 1.0.10
- Update pkg-descr

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=7058
2011-12-15 07:06:26 +00:00
Thomas Abthorpe
b2ee47fc28 - Reassign to the heap
Approved by:	portmgr (tabthorpe)
2011-12-14 17:20:54 +00:00
Roman Bogorodskiy
d6e5838efa Add xen-tools 4.0.1, xen tools within FreeBSD domU.
PR:		163266
Submitted by:	Evan Sarmiento <esarmiento@wayfair.com>
2011-12-14 09:03:23 +00:00
Pav Lucistnik
d7d61c4219 - make jobs unsafe
Reported by:	pointyhat
2011-12-13 20:10:44 +00:00
Sunpoet Po-Chuan Hsieh
683beacee8 - Update to 1.36
Changes:	http://search.cpan.org/dist/Ubic/Changes
PR:		ports/163236
Submitted by:	sunpoet (myself)
Approved by:	Dmitry Yashin <dmitry@yashin.su> (maintainer)
2011-12-13 09:12:05 +00:00
Pawel Pekala
1ba10dd739 - update bacula to version 5.2.2 [1]
- update bacula-docs to version 5.2.2 [2]

PR:		ports/163034 [1], ports/163044 [2]
Approved by:	maintainer [1]
Submitted by:	Valery Komaorv <komarov@valerka.net> [1], maintainer [2]
Feature safe:	yes
2011-12-12 21:11:48 +00:00
Frederic Culot
41732461f7 - Update to 4.31
PR:		ports/163183
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2011-12-12 10:10:18 +00:00
Frederic Culot
4eef4d3aed - Update to 0.5.8
PR:		ports/163163
Submitted by:	Tigger <tigger@lvlworld.com> (maintainer)
Feature safe:	yes
2011-12-12 07:48:58 +00:00
Rebecca Cran
3e38818705 Update to 2.7.2: fixes crash on 7.x.
Feature safe:	yes
2011-12-12 01:57:01 +00:00
Mark Linimon
012a9eb5e9 Restore usage of SRC_BASE lost in r1.5.
Hat:		portmgr
Feature safe:	yes
2011-12-12 00:34:41 +00:00
Mark Linimon
5f14e374af Fix test for whether src is included.
Hat:		portmgr
Feature safe:	yes
2011-12-12 00:23:58 +00:00
Rene Ladan
d3bfc2b364 - Add a runtime dependency on x11/xlockmore so that xflock4 can invoke xlock.
- Bump PORTREVISION

Feature safe:	yes
2011-12-11 12:56:18 +00:00
Adam Weinberger
8f01e7905a Use ViM as a more(1)/less(1) pager replacement.
To set as your default pager, export PAGER=vimpager in your shell's
rcfile.

See the manpage for various options. Of note, custom .vimrc files seem
to cause strange behaviour. Creating ~/.vimpagerrc will give you a clean
ViM environment.

WWW: http://www.vim.org/scripts/script.php?script_id=1723

Feature safe:	yes
2011-12-10 18:49:25 +00:00
Mark Linimon
38a64d137b Reset maintainer due to bounce.
Also note: the website seems to be unavailable.

Hat:		portmgr
Feature safe:	yes
2011-12-09 20:16:45 +00:00
Sunpoet Po-Chuan Hsieh
053d263a2e - Update to 0.5.9
Feature safe:	yes
2011-12-09 17:46:20 +00:00
Ganael LAPLANCHE
011308b519 - Update to 0.3
- Remove BROKEN flag for 7.x

Feature safe:	yes
2011-12-07 07:48:43 +00:00
Jimmy Olgeni
660e781b49 Upgrade to version 3.89.
Feature safe:	yes
2011-12-06 11:21:36 +00:00
Pav Lucistnik
d472a4c0c8 - Mark BROKEN on 9.X:
src/abgx360.c: In function 'sendcdb':
  src/abgx360.c:1815: error: 'struct scsi_sense_data' has no member named 'segment'
  src/abgx360.c:1816: error: 'struct scsi_sense_data' has no member named 'flags'
  src/abgx360.c:1817: error: 'struct scsi_sense_data' has no member named 'info'
  [..]

Reported by:	pointyhat
Feature safe:	yes
2011-12-05 17:24:21 +00:00
Sunpoet Po-Chuan Hsieh
4f13830aad - Fix X11 libraries dependency handling: this is a better fix to ports/153198
- Add OPTIONS X11: build pwsafe with X11 libraries (default off)
- Bump PORTREVISION for dependency change
- Cosmetic change

PR:		ports/162649
Reported by:	Jeremie Le Hen <jeremie@le-hen.org>
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
Feature safe:	yes
2011-12-05 03:30:31 +00:00
Steve Wills
1c17beb762 - Add patch to support using PACKAGEROOT instead of PACKAGESITE
PR:		ports/156629
Submitted by:	"Douglas K. Rand" <rand@meridian-enviro.com>
Feature safe:	yes
2011-12-05 03:23:43 +00:00
Chris Rees
dec2df9145 Fix distfile detection logic to use IGNORE instead; more standard
Approved by:	maintainer implicit (gerrit.beine@gmx.de; fix timed out previous commit)
Feature safe:	yes
2011-12-04 09:19:46 +00:00
Pav Lucistnik
564cfd1b2e - Adjust OSVERSION check
Reported by:	pointyhat
Feature safe:	yes
2011-12-03 20:22:32 +00:00
Michael Scheidell
472a2490ae - last submitter has become maintainer, in private email
- "Edward Sanford Sutton, III" <mirror176@cox.net>
- fusefs will be in 9.x anyway, and at that time, a patch to IGNORE 9.x will be submitted

Submitted by:	mirror176@cox.net
Approved by:	maintainer (mirror176@cox.net), gabor (mentor)
Feature safe:	yes
2011-12-02 00:55:06 +00:00
David E. O'Brien
da296d403c Catch up with 9.0's r210923 [2010-08-06] and 8.2's MFC r212229
(new make_dev_p(9) flag MAKEDEV_ETERNAL).

PR:		157917
Feature safe:	yes
2011-12-01 22:42:14 +00:00
Dirk Meyer
b98ad75f78 - fix handling of cd*
PR:		162383
Submitted by:	Christoph Mallon
Approved by:	(maintainer timeout)
Feature safe:	yes
2011-12-01 20:53:31 +00:00
Greg Larkin
eb17f2dda4 Feather is a tarsnap wrapper script that performs and maintains a
set of backups as defined by a YAML configuration file.

Features:
 - Dynamic scheduling
 - Keep an arbitrary number of backups of each schedule type
 - Restrict schedules based on time of day
 - Restrict feather run to a certain amount of wall time (max_runtime)
 - Multiple backup paths per tarsnap
 - Multiple exclude list per tarsnap

WWW:	https://github.com/danrue/feather

Feature safe:	yes
2011-11-30 22:20:54 +00:00
Pawel Pekala
cf0ec1aa37 fetch -> ${FETCH_BINARY}
Reported by:	eadler
Feature safe:	yes
2011-11-30 15:30:11 +00:00
Frederic Culot
fd423cbe7e - Update to 3.6
PR:		ports/162950
Submitted by:	Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
Feature safe:	yes
2011-11-30 08:10:26 +00:00
Eitan Adler
bfdf4cc7cf EasyPBI makes creating Push Button Installer modules and packages
a simple process with a simple point-n-click interface.

WWW: http://makeapbi.sf.net

PR:		ports/162341
Submitted by:	Jesse <jessefrgsmith@yahoo.ca>
Feature safe:	yes
2011-11-30 04:49:03 +00:00
Pawel Pekala
d5472483f7 Fix fetch
PR:		ports/162942
Submitted by:	Vladimir Laskov <samflanker@gmail.com> (maintainer)
Feature safe:	yes
2011-11-29 22:53:19 +00:00
Pav Lucistnik
892e5df983 - Mark BROKEN on 9.X: does not compile
k3bscsicommand_bsd.cpp:109: error: 'struct scsi_sense_data' has no member named 'flags'
  k3bscsicommand_bsd.cpp:110: error: 'struct scsi_sense_data' has no member named 'add_sense_code'
  k3bscsicommand_bsd.cpp:111: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual'

Reported by:	pointyhat
Feature safe:	yes
2011-11-29 18:09:41 +00:00
Michael Scheidell
4faadf0394 -Submitted with changes (no portbump per gabor)
-MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes
-it is now included

PR:		151296
Submitted by:	Edward.Sanford.Sutton, III <mirror176@cox.net>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
2011-11-29 13:11:06 +00:00
Kevin Lo
7383684e37 Update to 1.3.8
Submitted by:	ehaupt
Feature safe:	yes
2011-11-29 05:21:55 +00:00
Pav Lucistnik
1dc76c4979 - Disallow from pointyhat
Feature safe:	yes
2011-11-28 20:51:59 +00:00
Chris Rees
4cd8672cf9 Fake fstab for compile stage, fixing build on package cluster.
PR:		ports/160666
Approved by:	pirzyk (maintainer)
Feature safe:	yes
2011-11-28 20:23:10 +00:00
Steve Wills
031840568a SyslogLogger is a Logger replacement that logs to syslog. It is almost drop-in
with a few caveats.

WWW:	http://rubygems.org/gems/SyslogLogger

Feature safe:	yes
2011-11-28 17:06:32 +00:00
Pietro Cerutti
b7df2df1a0 - Update to 2.12
Feature safe:	yes
2011-11-28 13:05:41 +00:00
Sunpoet Po-Chuan Hsieh
bb94e3ac6d - Update to 0.5.8
Feature safe:	yes
2011-11-28 11:36:02 +00:00
Chris Rees
96b6c146f2 - Fix build on 9+
- Use bsd.port.options.mk

PR:		ports/162909
Submitted by:	avg (maintainer)
Feature safe:	yes
2011-11-27 21:16:05 +00:00
Martin Wilke
9826257cef - Update to 2.0.19
PR:		162861
Submitted by:	Alex Deiter <alex.deiter@gmail.com> (maintaner)
Feature safe:	yes
2011-11-27 09:34:37 +00:00
Martin Wilke
34ffef52be - Update to 0.6.17
PR:		162886
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
Feature safe:	yes
2011-11-26 15:06:32 +00:00
Martin Wilke
d9445856f1 - Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

PR:		162850
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 17:00:46 +00:00
Martin Wilke
ecae4087e3 - Fix MASTER_SITES
- Add LICENSE
- Support MANPREFIX

PR:		162836
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:54:53 +00:00
Martin Wilke
88ff73a001 - Fix MASTER_SITES
PR:		162824
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:45:10 +00:00
Ganael LAPLANCHE
dbc5bacb23 Add fpart, a tool to sort files and divide them into partitions
Feature safe:	yes
2011-11-25 12:56:22 +00:00
Sunpoet Po-Chuan Hsieh
8e3beff093 - Update to 0.19
- Pet portlint

Changes:	http://search.cpan.org/dist/Tail-Stat/Changes
PR:		ports/162869
Submitted by:	sunpoet (myself)
Approved by:	Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
Feature safe:	yes
2011-11-25 09:56:10 +00:00
Cy Schubert
304825be69 Update 3.3.1 --> 3.3.3
Feature safe:	yes
2011-11-24 18:59:44 +00:00
Martin Wilke
95cb846a77 - Remove emtpy files
Feature safe:	yes
2011-11-24 15:35:21 +00:00
Martin Wilke
f11642b77c - Fix exits with wrong error code
- Bump PORTREVISION

PR:		162581
Submitted by:	Ivan Voras <ivoras@gmail.com>
Feature safe:	yes
2011-11-24 15:16:45 +00:00
Baptiste Daroussin
1bf55e50b2 - update MASTER_SITE (distfile is now fetchable again) [1]
- while here pet portlint and add license

PR:		ports/162799 [1]
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu> (maintainer) [1]
Feature safe:	yes
2011-11-24 08:05:53 +00:00
Rene Ladan
3f8b4945b2 Use mail/opendkim instead of the expired mail/dkim-filter as DKIM plugin.
PR:		ports/162766
Submitted by:	myself
Approved by:	maintainer
Feature safe:	yes
2011-11-23 21:08:27 +00:00
Lev A. Serebryakov
7d86aab65b Fix one small bug, which could lead to panic in very rare circumstances.
Feature safe: yes
2011-11-23 17:09:32 +00:00
Sunpoet Po-Chuan Hsieh
cb36ae57d0 - Update to 20111122
Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=7034
PR:		ports/162777
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
Feature safe:	yes
2011-11-23 13:38:50 +00:00
Steve Wills
f7929d7b30 - Update to 0.5.4
PR:		ports/162101
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:47:06 +00:00
Steve Wills
3ed74ebfa4 - Update to 0.8.6
PR:		ports/162100
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:41:36 +00:00
Steve Wills
2926c60de2 - Update to 0.6.4
PR:		ports/162099
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:36:21 +00:00
Steve Wills
05520a5998 - Update to 1.5.6
PR:		ports/162098
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:32:07 +00:00
Alberto Villa
142996a9dd iFuse is a tool to reach iPod Touch and iPhone filesystems over USB
(w/out the need of JailBreaking, and installing SSH-server on your iGadget).
iFuse is useful if you want to mount the device manually or
if you do not have GNOME with GVFS or KDE with kio-ufc installed

WWW: http://www.libimobiledevice.org

Submitted by:	Gabor Zahemszky <gabor@zahemszky.hu> via e-mail
Feature safe:	yes
2011-11-23 01:53:31 +00:00
Sunpoet Po-Chuan Hsieh
36afddb75c - Update to 0.5.5
Feature safe:	yes
2011-11-21 06:22:44 +00:00
Ion-Mihai Tetcu
cae2592e5c Update to 3.14.10
Please see http://apcupsd.cvs.sourceforge.net/viewvc/apcupsd/apcupsd/ReleaseNotes?pathrev=Release-3_14_10
for a list of changes since 3.14.8 (a few FreeBSD-related).

Feature safe:	yes
2011-11-19 20:34:51 +00:00
Martin Wilke
e05ebf748f - Update to 2.1.1
PR:		162640
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Feature safe:	yes
2011-11-19 15:13:27 +00:00
Chris Rees
6e7e61c063 Use logic from Java ports to give distfile finding instructions.
PR:		ports/162057
Approved by:	maintainer timeout (3 weeks, gerrit.beine@gmx.de)
Feature safe:	yes
2011-11-19 10:16:30 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Pav Lucistnik
db4066dab1 - Reconnect cpuburn, which was resurrected
Feature safe:	yes
2011-11-17 18:42:47 +00:00
Colin Percival
42e944e912 Update to 1.0.31.
Feature safe:	yes
2011-11-17 12:42:54 +00:00
Mark Linimon
e23749e5e3 I don't think there is a reason to build this on powerpc/sparc64.
Hat:		portmgr
Feature safe:	yes
2011-11-17 05:56:54 +00:00
Wesley Shields
51b9bf4480 I'll also help out and host this distfile.
Feature safe:	yes
2011-11-17 03:02:10 +00:00
Sunpoet Po-Chuan Hsieh
ef6c22b0a2 - Fix CATEGORIES: it should be rubygems, not ruby
Feature safe:	yes
2011-11-16 18:57:10 +00:00
Sunpoet Po-Chuan Hsieh
cbc317c398 - Update to 0.2.4
Changes:	http://search.cpan.org/dist/Monitor-Simple/ChangeLog
Feature safe:	yes
2011-11-16 18:28:42 +00:00
Chris Rees
cafeaba50b Resurrect cpuburn.
Andriy Gapon has volunteered to maintain it, and I will host its distfiles.

Submitted by:	avg
Feature safe:	yes
2011-11-16 18:02:26 +00:00
Sunpoet Po-Chuan Hsieh
460bc54c09 - Update to 2.55
Changes:	http://search.cpan.org/dist/MogileFS-Server/CHANGES
Feature safe:	yes
2011-11-15 16:34:52 +00:00
Sunpoet Po-Chuan Hsieh
57e72b3b0c - Update to 0.5.4
Feature safe:	yes
2011-11-15 15:55:12 +00:00
Raphael Kubo da Costa
6fd8cb7810 Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 03:26:46 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Cheng-Lung Sung
33c6996483 - Update to 1.6.7
Feature safe:	yes
2011-11-14 02:52:51 +00:00
Steve Wills
537e69f52f Use more correct version of the password provider fix
Submitted by:	tdb (private email)
Feature safe:	yes
2011-11-13 13:18:28 +00:00
Chris Rees
e310593f4a The command "wit gettitles" generate an error because the directory name of
/share is incorrect. Fix.

PR:		ports/162337
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
Feature safe:	yes
2011-11-13 13:07:27 +00:00
Doug Barton
07f4020945 I knew that looked a little bit too nicely aligned ...
While I'm here:

cperciva: the second 's' in 'needless' isn't needless :-)

Feature safe:	yes
2011-11-13 01:18:55 +00:00
Doug Barton
76fb46e26e The previous maintainer has stepped down, so return this to the pool.
While I'm here ...

DEPRECATED= This version is out of date, and the 0.6.x branch is considered stable
EXPIRATION= 2011-12-31

Also, remove a needles bsd.port.pre.mk

Feature safe:	yes
2011-11-13 01:01:04 +00:00
Doug Barton
1c79569ce8 sysutils/duplicity-devel is far out of date, and has been marked IGNORE
for a long time. The former maintainer has stepped down, so remove
this stale port.

Feature safe:	yes
2011-11-13 00:51:46 +00:00
Doug Barton
182b87480f Update to version 0.6.16, released October 15, 2011.
Too many changes since 0.6.13 to list, see:
1. /usr/local/share/doc/duplicity/CHANGELOG, or
2. http://www.nongnu.org/duplicity/CHANGELOG

For the port, the version upgrade and maintainer change are from the PR.
Thanks to the former maintainer for his past hard work, and confirming
the change.

Additionally, add some cleanups of my own:
1. More accurate comment
2. Make NLS an OPTION
3. Minor simplification to the Makefile logic

PR:		ports/162507
Submitted by:	Jase Thew <freebsd@beardz.net>
Feature safe:	yes
2011-11-13 00:49:56 +00:00
Rebecca Cran
1a22c83c3b Update to 2.7.1: fixes a bug with realpath(3) usage.
Feature safe:	yes
2011-11-12 18:56:00 +00:00
Emanuel Haupt
ae91f20153 Add fusefs-ext4fuse, an EXT4 implementation for FUSE.
Feature safe: yes
2011-11-12 18:40:26 +00:00
Rebecca Cran
a1fa19e412 Update to version 2.7.
This fixes a problem with accessing devices through a symlink.

Feature safe:	yes
2011-11-12 18:36:11 +00:00
Sunpoet Po-Chuan Hsieh
ac8953f5c8 - Update to 0.5.3
Feature safe:	yes
2011-11-12 18:24:43 +00:00
Martin Wilke
2a542a60ae - Update to 0.5.5
PR:		162452
Submitted by:	"Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)
Feature safe:	yes
2011-11-12 16:53:47 +00:00
Emanuel Haupt
d76b5f5846 When the applet is added to the panel, it works properly. However, when the
user exits the account and logins again, only a label is shown. Provide a patch
to fix this.

Obtained from:	https://bugs.archlinux.org/task/23484
Feature safe:	yes
2011-11-11 17:43:32 +00:00
Chris Rees
f097a903b6 Mark ONLY_FOR_ARCHS; breaks on sparc64, and these Apple IR devices only appear
on Intel Macs.

Feature safe:	yes
2011-11-11 07:26:33 +00:00
Mark Linimon
dcb2f2b65b Does not compile on recent -9: needs SCSI fix.
Hat:		portmgr
Feature safe:	yes
2011-11-11 04:32:05 +00:00
Mark Linimon
b7a5afb263 Mark as broken on powerpc: fails to compile.
Hat:		portmgr
Feature safe:	yes
2011-11-11 04:24:54 +00:00
Mark Linimon
81c7a225da Broken on tier-2 -9.
Hat:		portmgr
Feature safe:	yes
2011-11-11 04:23:53 +00:00
Ruslan Makhmatkhanov
1d3015aac7 Change email for my ports to FreeBSD one.
Approved by:	novel (mentor)
Feature safe:	yes
2011-11-10 22:20:18 +00:00
Mark Linimon
67a69d37d2 Mark broken on powerpc. While here, delete obsolete alpha stanza.
Hat:		portmgr
2011-11-10 05:42:18 +00:00
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Emanuel Haupt
cfe7a8b985 Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@).
2011-11-09 21:53:33 +00:00
Raphael Kubo da Costa
578989b7b2 Update to 1.0.0.
- Adopt port.
- Declare the plist in Makefile itself.
- Remove unnecessary patches.
- Mark MAKE_JOBS_SAFE.
- Use make instead of GNU make.
- Enable debug builds.
- Install additional documentation.

Approved by:	makc (mentor)
2011-11-09 21:36:28 +00:00
Cy Schubert
45d02b25ca Adjust MASTER_SITES with new URL. 2011-11-09 19:54:35 +00:00
Cy Schubert
e8d2c80cf6 Update 3.2.1 --> 3.2.3 2011-11-09 19:47:55 +00:00
Pawel Pekala
17b9b39d43 - Update to version 1.3
- Pet portlint

PR:             ports/162319
Submitted by:   Jesse <jessefrgsmith@yahoo.ca> (maintainer)
2011-11-09 18:07:09 +00:00
Eitan Adler
f1988afcea - update to 0.6
- Switch to using a dynamic plist

PR:		162348
Submitted by:	Stanislav Sedov <stas@orion.SpringDaemons.com> (maintainer)
Approved by:	bapt (mentor)
2011-11-09 16:27:43 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Matuska
901c172acc Update to 1.0.8 2011-11-09 08:52:41 +00:00
Martin Matuska
daad2691f8 Jailrc is an improved startup/shutdown script for FreeBSD jails.
It contains the following changes to the original /etc/rc.d/jail script:

- parameters support: you can specify any parameters supported by jail(8)
- ZFS support: you can deletate ZFS datasets to jails
- jails are not identified by a file in /var/spool/jail anymore
- two new commands "create" and "remove" to manage persistent jails

Please refer to the README file for more information.

Martin Matuska <mm_at_FreeBSD_dot_org>
2011-11-08 17:26:59 +00:00
Cy Schubert
bee68770e8 Allow $TERM to be longer than 20 bytes, allow for 63 bytes.
PR:		162339
2011-11-08 05:15:49 +00:00
Sergey A. Osokin
a369c23397 Fix build on FreeBSD7-amd64 by update to latest version 1.0.1.
Problem found by:	pav
Patch submitted by:	Maxim Ignatenko (maintainer)
2011-11-07 12:12:53 +00:00
Pav Lucistnik
f551017461 - Fix plist
Reported by:	pointyhat
2011-11-07 08:17:56 +00:00
Doug Barton
2167bc17ca Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
   that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion

While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.

Mentioned (in part) by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2011-11-06 23:45:43 +00:00
Martin Wilke
53e9b964b2 - Fix creating a iso
PR:		159790
Submitted by:	Riaan <riaank@gmail.com>
Approved by:	maintainer
2011-11-06 18:11:24 +00:00
Rene Ladan
c4497bc342 Remove sysutils/xfce4-places-plugin, it's functionality has been intregated
in the Xfce 4.8 panel and the port has been BROKEN for 8 months
2011-11-06 16:28:43 +00:00
Cy Schubert
6844245967 Take on maintainership of this XView port. 2011-11-05 19:56:33 +00:00
Sunpoet Po-Chuan Hsieh
424cca1ff1 - Update to 0.4.0
Changes:	http://psutil.googlecode.com/svn/trunk/HISTORY
2011-11-05 16:36:45 +00:00
Sunpoet Po-Chuan Hsieh
45b10c91f5 - Update to 0.5.2 2011-11-05 16:33:31 +00:00
Pawel Pekala
01d2e72225 xjobs reads job descriptions line by line and executes them in parallel. It
limits the number of parallel executing jobs and starts new jobs when jobs
finish. Therefore, it combines the arguments from every input line with the
utility and arguments given on the command line. If no utility is given as an
argument to xjobs, then the first argument on every job line will be used as
utility. To execute utility xjobs searches the directories given in the PATH
environment variable and uses the first file found in these directories.

xjobs is most useful on multi-processor/core machines when one needs to execute
several time consuming command several that could possibly be run in parallel.
With xjobs this can be achieved easily, and it is possible to limit the load of
the machine to a useful value. It works similar to xargs, but starts several
processes simultaneously and gives only one line of arguments to each utility
call.

WWW: http://www.maier-komor.de/xjobs.html

PR:		ports/162109
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-11-04 19:26:03 +00:00
Philip M. Gollucci
420975ae13 - Commit distinfo update
Reported by:	linimon
2011-11-04 15:04:12 +00:00
Sergey A. Osokin
580e3ec0d8 Connect acpi_call to build.
Notice from:	linimon
2011-11-04 14:27:25 +00:00
Pawel Pekala
c2afd9af89 - Update to version 1.8
- Take maintainership
2011-11-03 22:18:38 +00:00
Xin LI
c3e2dd8fa2 Import 2 important fixes from upstream (SVN):
- Fix a crash with SCSI devices on FreeBSD9 [r3468]
 - Fix weird bugs caused by LSI firmware with SATA devices
   [r3466]

PR:		ports/162276
Submitted by:	Alex Samorukov <samm os2.kiev.ua> (maintainer)
2011-11-03 22:13:21 +00:00
Steve Wills
5b626af722 - Update to 1.3.1 2011-11-03 15:28:51 +00:00
Steve Wills
a8cfef0835 - Update to 2.7.6 2011-11-03 15:12:42 +00:00
Steve Wills
8940a5474c - Change maintainer to ruby@ so that any ruby@ folks can update them 2011-11-03 14:43:28 +00:00
Philip M. Gollucci
d7e0dfd560 - update forgotten distinfo
Reported by:	bfwl on EFNet
2011-11-03 13:53:15 +00:00
Sergey A. Osokin
0741db6ecf Fix typo.
Found by:	az
2011-11-02 18:31:13 +00:00
Sergey A. Osokin
1c93f98be2 Add kernel module and utility for calling arbitrary ACPI methods
from userspace.

Submitted by:	Maxim Ignatenko aka gelraen dot ua at gmail dot com
PR:		ports/161678
2011-11-02 18:17:06 +00:00
Philip M. Gollucci
19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00
Chris Rees
8da8c78868 - Rename gstat to gnustat; otherwise it collides with base gstat (for geom) [1]
- Correct REINPLACE for permissions; \+ is a special character in a BRE

PR:		ports/160060
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Reviewed by:	Jason Hellenthal, wxs, eadler
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2011-11-02 17:33:16 +00:00
Philip M. Gollucci
74250ef3e7 - drop 6.x- conditional 2011-11-02 03:06:59 +00:00
Philip M. Gollucci
2039618b54 - Update
rsyslgo4 -> 4.8.0
	rsyslog5 -> 5.8.6
2011-11-02 03:06:39 +00:00
Philip M. Gollucci
dc5a301872 sysutils/rsyslog4-devel||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-dbi||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-gnutls||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-gssapi||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-mysql||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-pgsql||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-relp||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-rfc3195||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-snmp||2011-11-02|is now stable see sysutils/rsyslog4
2011-11-02 02:51:37 +00:00
Philip M. Gollucci
ca56dcbad3 sysutils/rsyslog3||2011-11-02|Has expired: unsupported upstream
sysutils/rsyslog3-dbi||2011-11-02|Has expired: unsupported upstream
sysutils/rsyslog3-gssapi||2011-11-02|Has expired: unsupported upstream
sysutils/rsyslog3-mysql||2011-11-02|Has expired: unsupported upstream
sysutils/rsyslog3-pgsql||2011-11-02|Has expired: unsupported upstream
sysutils/rsyslog3-relp||2011-11-02|Has expired: unsupported upstream
2011-11-02 02:42:46 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Doug Barton
02622773e6 Remove comments and optional dependencies for ports which are
about to be removed.
2011-11-01 21:59:38 +00:00
Baptiste Daroussin
13150d47d8 - update to 3.8.35 2011-11-01 15:45:30 +00:00
Emanuel Haupt
2d7512a8a1 Fix build on i386 by using time_t instead of long for a timestamp.
Notified by:	pointyhat (via erwin)
2011-10-31 22:42:52 +00:00
Steve Wills
df572b2052 - Grab maintainership of these, maintainer requested giving them up on ports@ 2011-10-31 22:36:25 +00:00
Raphael Kubo da Costa
8bcc0d1381 Fix build on FreeBSD >= 9.
Import commit d8f73a5 from upstream.

The scsi_sense_data struct has changed in 9 after r225950, so compilation
failed.

Instead of accessing the struct fields manually, we now use
scsi_extract_sense, which works fine in all our supported releases (there is
no change in terms of functionality).

Bump PORTREVISION.

Aproved by:	avilla (mentor, implicit)
2011-10-31 20:59:27 +00:00
Koop Mast
a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00
Pawel Pekala
4412c0e7e9 - Update to version 8.02.16
- Now native binary on amd64 is installed

PR:		ports/162029
Submitted by:	Vladimir Laskov <samflanker@gmail.com> (maintainer)
2011-10-30 12:45:54 +00:00
Cheng-Lung Sung
9e890746ed - Update to 2.54 2011-10-30 00:54:56 +00:00
Cheng-Lung Sung
f525d6a94d - Update to 2.21 2011-10-30 00:37:48 +00:00
Matthias Andree
f9656f0d49 Update to new upstream bug fix release 1.19.3.
Quoting Denys Vlasenko, upstream maintainer: "1.19.3 has fixes for build
system, chpasswd, crond, inetd (fix open fd leak), syslogd (fix problem
with in-memory log buffer), tail (fix for 'tail: -c +N' with large N),
tftp (made mode check case-insensitive)."
2011-10-29 23:35:33 +00:00
Pawel Pekala
e51dbc42aa Update to version 1.3
PR:		ports/162074
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2011-10-29 17:03:20 +00:00
Martin Wilke
17318c886c - Fix build on FreeBSD 10 2011-10-29 16:51:32 +00:00
Cheng-Lung Sung
b0a0c71c46 - Update to 0.14 2011-10-29 15:57:31 +00:00
Martin Wilke
e481af2ba4 - Fix build on FreeBSD 10 2011-10-29 11:36:16 +00:00
Koop Mast
841b1cbd4f Fix build on FreeBSD 10 2011-10-29 10:39:44 +00:00
Martin Wilke
cd186c095c - Fix build with FreeBSD 10
Reported by:	ph
2011-10-29 10:21:44 +00:00
Martin Wilke
3d7e506643 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 07:20:16 +00:00
Martin Wilke
690535e580 - Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
2011-10-29 07:04:53 +00:00
Sunpoet Po-Chuan Hsieh
a93bda0063 - Add p5-Monitor-Simple 0.2.3
Monitor::Simple allows simple monitoring of applications and services of your IT
infrastructure. There are many such tools, some of them very complex and
sophisticated. For example, one widely used is Nagios (http://www.nagios.org/).
The Monitor::Simple does not aim, as its name indicates, for all features
provided by those tools. It allows, however, to check whether your applications
and services are running correctly. Its simple command-line interface can be
used in cron jobs and reports can be viewed as a single HTML or text page.

WWW: http://search.cpan.org/dist/Monitor-Simple/
2011-10-29 04:29:54 +00:00
Sunpoet Po-Chuan Hsieh
350d53b4ed - Add RG as secondary WWW 2011-10-29 03:55:32 +00:00
Sunpoet Po-Chuan Hsieh
83ef9f0ccf - Update to 0.5.1
- Change WWW: use https for github
- Add RG as secondary WWW
2011-10-29 03:53:30 +00:00
Cy Schubert
679fab3686 Missing distfile located.
Update from 0.4.2 to 0.4.3.

Assume maintainership of this orphan.
2011-10-28 21:32:17 +00:00
Martin Wilke
46d59ac60b - Fix build on FreeBSD 10
Approved by:	kwm (implicit)
2011-10-28 18:55:42 +00:00
Martin Wilke
d4cb892dc9 - Update to 4.8.3
PR:		160948
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-10-28 15:28:43 +00:00
Martin Wilke
746f3865d1 - Update to 4.8.3
PR:		160947
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-10-28 15:27:25 +00:00
Sunpoet Po-Chuan Hsieh
2400691724 - Update to 1.0.8
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6998
2011-10-27 18:17:58 +00:00
Steve Wills
1fff748e2e - Update to 2.9.0 2011-10-27 16:03:40 +00:00
Steve Wills
1807647b70 - Update to 1.0.21
PR:		ports/161730
Submitted by:	swills (me)
Approved by:	gogolok+freebsd@gmail.com (maintainer)
2011-10-27 03:09:48 +00:00
Rene Ladan
43e1cc46ab Consistify spelling of "Xfce", and some other projects while there.
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin

PR:		ports/160730
Submitted by:	ryusuke
2011-10-26 20:27:27 +00:00
Ryan Steinmetz
a8ff0b8aa8 - Update to 4.2.2 [1]
- Fix build when using clang

PR:		ports/161865
Submitted by:	Takefu <takefu@airport.fm> [1]
Approved by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2011-10-26 11:03:01 +00:00
Ryan Steinmetz
e3dbb89834 - Update to 2.27
PR:		ports/161906
Submitted by:	Mykola Dzham <i@levsha.me> (maintainer)
2011-10-26 00:53:03 +00:00
Pawel Pekala
c1d3543fa2 Update to 5.3.1
PR:		ports/161983
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-10-25 16:04:26 +00:00
Akinori MUSHA
7c3b8fb3c8 Update to 0.1.3.
- Add a new option -r (recursive); contributed by Hiroshi Fujishima.
- Fix a bug where it stops at a legacy mountpoint.
2011-10-25 14:45:01 +00:00
Lars Engels
eeee9dfa6b - Remove the 1.x branch of syslog-ng. Please use 3.x: sysutils/syslog-ng
2011-10-14 sysutils/syslog-ng1: Suggested by syslog-ng upline, no longer supported
2011-10-24 18:21:36 +00:00
Sunpoet Po-Chuan Hsieh
adaf3da351 - Update to 0.8.8
Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2011-10-24 14:52:40 +00:00
Tim Bishop
c1541b1ecd - Update to 0.3.4 2011-10-24 12:07:49 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Ganael LAPLANCHE
f5ce7553b0 Add Wiimms, a set of command line tools to manipulate Wii and GameCube
ISO images and WBFS containers.

WWW: http://wit.wiimm.de

PR:		ports/159747
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
2011-10-24 07:31:23 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00