Commit graph

174271 commits

Author SHA1 Message Date
Luigi Rizzo
05c59b761a Upgrade to version 20070326, which implements device control variables
(available under /proc on Linux) as a sysctl tree debug.{drivername}

With this feature you can, as an example, set
sysctl debug.gspca.compress=1 and sysctl debug.gspca.autoexpo=0
to speed up capture on some cameras.

This version also includes some pwcview changes to display up
to 4 copies of the grabbed image, with various mirroring options.
2007-03-26 11:23:50 +00:00
Rong-En Fan
5af796f064 - Update to 0.992.0
PR:		ports/110832
Submitted by:	clsung
2007-03-26 10:55:34 +00:00
Lars Thegler
5c51433779 Update to 0.8.13 (distversion 0.813). Remove 4.x cruft. 2007-03-26 10:26:59 +00:00
Yen-Ming Lee
0d378ccd9e - update to 0.16 2007-03-26 10:17:23 +00:00
Martin Wilke
e14192abc4 - Update to 0.9.9.a.20070325
PR:             110843
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2007-03-26 10:13:40 +00:00
Martin Wilke
bc510ad24f - Update to 4.45.1
PR:             110841
Submitted by:   Maxim Zakharov <maxime@sochi.net.ru>
2007-03-26 10:02:33 +00:00
Martin Wilke
5317530b7f - Update to 20070324
Submitted by:   J.A. Neitzel <jneitzel@sdf1.org> (author)
2007-03-26 10:00:32 +00:00
Pav Lucistnik
78dc02acfb - Update to 1.2.9 2007-03-26 09:37:38 +00:00
Martin Wilke
82ddba6e7c - Add dynamips-devel
Cisco 3600/7200 simulator.

PR:             110614
Submitted by:   Pavel Volkov<pol@opk.ru>
Repocopy by:    marcus
2007-03-26 09:37:11 +00:00
Martin Wilke
6e3ad7831e - Add Develoment version of net-mgmt/rancid
Rancid monitors a router's (or device's) configuration, including software
and hardware (cards, serial numbers, etc), using CVS. Rancid currently
supports Bay routers, Cisco routers, Juniper routers, Catalyst switches,
Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd),
Alteon switches, HP procurve switches, Hitachi routers.

Rancid logs into each of the devices in a router table file, runs various
commands, chomps the output, and emails any differences ( sample) from
the previous collection to a mail list.

A looking glass is also included with rancid, based on Ed Kern's in use on
http://nitrous.digex.net/. Rancid version has added functions, supports cisco,
juniper, and foundry and uses the login scripts that come with rancid;
so it can use rsh, telnet, or ssh to connect to your router(s).

WWW: http://www.shrubbery.net/rancid/

PR:             110607
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Repocopy by:    marcus
2007-03-26 09:06:53 +00:00
Dryice Dong Liu
bf878b8584 Include bsd.port.pre.mk before checking OPTIONS. Thanks my mentor for
pointing this out. Totally my fault :(

Approved by:	itetcu (mentor)
2007-03-26 08:58:19 +00:00
Mikhail Teterin
b0e791a896 Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles with
gcc-4.2. Add some 64-bitness patches. Enable automatic post-build tests.

Attempt to allow ESound and NAS modules via OPTIONS:

PR:	ports/102413

Both are on by default ATM...
2007-03-26 08:48:43 +00:00
Anton Berezin
f4a2018629 Update to 3.55. 2007-03-26 08:43:31 +00:00
Pav Lucistnik
c948c0a958 - Fix after objformat removal
Reported by:	krismail
2007-03-26 08:12:54 +00:00
Roman Bogorodskiy
392aff64d4 Unbreak by updating to 0.3. 2007-03-26 06:29:38 +00:00
Mikhail Teterin
49bfed678f Fix two more warnings, one of which is fatal under gcc-4.2 (and 4.1).
Prodded by:	kris
2007-03-26 06:04:56 +00:00
Maho Nakata
ae67b4c881 Update to SRC680_m206. 2007-03-26 05:57:54 +00:00
Dryice Dong Liu
e00d15cde4 - fix plist
- better fontconfig support
- optional alias
- bump PORTREVISION

Approved by:	itetcu (mentor, implicit)
2007-03-26 05:56:52 +00:00
Mikhail Teterin
59bdf3ddbd Add a patch to fix a harmless warning, which breaks this port under
the stricter g++42 (and 41):

Prodded by:	kris

While here switch to USE_TK and make -with-ipv6 conditional on the
NO_INET6 being undefined.
2007-03-26 05:48:58 +00:00
Cheng-Lung Sung
169543ed50 - install man pages
- bump PORTREVISION

PR:		ports/110706
Submitted by:	maintainer (Neal Nelson)
2007-03-26 05:33:17 +00:00
Cheng-Lung Sung
39482b2072 - Update to 1.36
PR:		ports/110830
Submitted by:	maintainer (Gregory Bond)
2007-03-26 05:32:13 +00:00
Cheng-Lung Sung
ac96bd013b - Update lang/sbcl to 1.0.4.
PR:		ports/110829
Submitted by:	maintainer (NIIMI Satoshi)
2007-03-26 05:21:12 +00:00
Norikatsu Shigemura
a238254750 Fix "make clean" error. 2007-03-26 04:58:06 +00:00
Joe Marcus Clarke
40cb317053 Use IPv4-mapped IPv6 sockets so that vino-server can become bilingual.
This allows IPv6 support to be enabled by default but still listen for
v4 connections.

Submitted by:	ume
2007-03-26 04:26:49 +00:00
Marcus Alves Grando
452ac10de9 - Add WEBDAV support [1]
- Add workaround to enable IPV6 in lighttpd.conf [2]
- Add support to graceful restart [3]

PR:		107599 [1], 110371 [2], 110683 [3]
Submitted by:	Dazza<dazza___luckydonkey.com> [1],
		Joseph Terner<jtsn___gmx.de> [2],
		Peter Beckman <beckman___purplecow.com> [3]
2007-03-26 03:31:58 +00:00
Yen-Ming Lee
a10e29bcc3 - update to 0.21
PR:		109126
Submitted by:	leeym
Approved by:	maintainer timeout
2007-03-26 03:20:11 +00:00
Jose Alonso Cardenas Marquez
edc4008488 - Update to 20070323
- See the changelog at:

http://vdrift.net/article.php/20070323-release-src-autopackage
2007-03-26 02:24:19 +00:00
Dryice Dong Liu
aac0747660 update to 0.7.0
PR:		ports/110822
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Approved by:	itetcu (mentor, implicit)
2007-03-26 02:20:32 +00:00
Cheng-Lung Sung
7a46e63c9c - Update to 0.6.1rc1
- A new version of libSpiff has been released. This release includes a C
  interface, next to the existing C++ bits. libSpiff now installs a shared
  object, using libtool.

PR:		ports/110778
Submitted by:	maintainer (Ed Schouten)
2007-03-26 02:05:06 +00:00
Cheng-Lung Sung
810cf4748c - Update to 1.2.3
- Now compiles with gcc 33, 34, 40 and 41

PR:		ports/110795
Submitted by:	Ulrich Spoerlein <uspoerlein_AT_gmail dot com>
2007-03-26 01:59:37 +00:00
Yen-Ming Lee
ed2e8bdb28 - update to 0.07 2007-03-26 01:53:56 +00:00
Alejandro Pulver
221ac46950 - Take maintainership as suggested by the previous maintainer.
Pointed out by:	linimon
2007-03-26 01:47:12 +00:00
Cheng-Lung Sung
f5a03abaa3 - Update to 1.144 2007-03-26 01:41:35 +00:00
Cheng-Lung Sung
a23a974f6a - Update to 3.35 2007-03-26 01:41:14 +00:00
Cheng-Lung Sung
d260b2acdf This module converts Perl data structures to JSON and vice versa.
Its primary goal is to be correct and its secondary goal is to be fast.
To reach the latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the reason
to write yet another JSON module? While it seems there are many JSON
modules, none of them correctly handle all corner cases, and in most
cases their maintainers are unresponsive, gone missing, or not listening
to bug reports for other reasons.

WWW: http://search.cpan.org/dist/JSON-XS/
2007-03-26 01:39:09 +00:00
Cheng-Lung Sung
6a6f5225ca - Update to 0.21 2007-03-26 01:12:34 +00:00
Greg Lehey
a86c8f0290 Remove extreme breakage.
Marked broken by: kris
2007-03-26 00:39:27 +00:00
Bruce M Simpson
6108742d8a Drop maintainership for this port. 2007-03-25 22:31:37 +00:00
Markus Brueffer
5d5d10cef7 Update to version 3.0.14 2007-03-25 22:30:00 +00:00
Markus Brueffer
d8a9530f47 Adjust default cdrom device to the not so new world order
Approved by:	maintainer
2007-03-25 22:26:10 +00:00
Mark Linimon
62e197f384 Reset robb_force@holybuffalo.net by request; he does not have access to a
FreeBSD machine right now.

Hat:		portmgr
2007-03-25 22:25:01 +00:00
Joe Marcus Clarke
e024238f36 Fix packaging.
Reported by:	pointyhat via kris
2007-03-25 22:21:35 +00:00
Joe Marcus Clarke
3dea6c3a8e Fix packaging.
Reported by:	pointyhat via kris
2007-03-25 22:21:04 +00:00
Mark Linimon
986368d038 Reset ports@rbt.ca due to current lack of time to work on FreeBSD.
Hat:		portmgr
2007-03-25 22:19:12 +00:00
Pav Lucistnik
fa3c7d1626 - Update spamcop addresses
PR:		ports/110224
Submitted by:	Gerard Seibert <gerard@seibercom.net>
2007-03-25 21:59:09 +00:00
Mario Sergio Fujikawa Ferreira
1050c4bbbd o Add X-DSPAM-* to the strip headers list side by side with X-CRM114-*
o Bump PORTREVISION
2007-03-25 21:59:03 +00:00
Mark Linimon
66b3c2b596 Catch this up with ports/Mk/bsd.port.mk 1.557. Note that some patches
were not included in that checkin due to some problems detected.
2007-03-25 21:57:00 +00:00
Pav Lucistnik
0a9be1dffc Asterisk Notify is an Asterisk module which can be configured to send
notifications over the network to announce the callers name and telephone
number to a desktop PC.

WWW: http://www.mezzo.net/asterisk/app_notify.html

PR:		ports/110547
Submitted by:	Mayo Jordanov <mayo@oyam.ca>
2007-03-25 21:48:09 +00:00
Mark Linimon
47955804da These have now been committed to ports/Mk, so they are unneeded now. 2007-03-25 21:39:47 +00:00
Pav Lucistnik
9a49082dc3 - Fix build on gcc 4.1
PR:		ports/110568
Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)

- While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
2007-03-25 21:21:40 +00:00