Commit graph

1818 commits

Author SHA1 Message Date
joerg
ad1908a9e1 + liblbxutil
+ libxbui
+ xf86dgaproto
+ xf86driproto
2006-11-14 15:56:32 +00:00
joerg
4616c70fce + glproto
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
2006-11-14 15:15:35 +00:00
obache
5c0fb696c7 Updated devel/global to 5.2. 2006-11-14 14:16:52 +00:00
joerg
a0ef582ff9 Annote move of py-setuptools and add glproto. 2006-11-14 13:39:56 +00:00
wennmach
1ae3b097eb Note update of GMT to 4.1.4 [wennmach 2006-11-14] 2006-11-14 13:18:28 +00:00
adrianp
4fdd5d0a21 Updated devel/mantis to 1.0.6 2006-11-14 13:06:53 +00:00
obache
277be76bf3 Updated mail/sma to 1.4. 2006-11-14 12:32:59 +00:00
tron
6cf201912f Note updates of "xchat" and "xchat-python" packages. 2006-11-14 10:40:06 +00:00
obache
ef516d5e2b Updated x11/x11vnc to 0.8.3. 2006-11-14 00:59:31 +00:00
adrianp
0f59807e75 Updated chat/ircservices to 5.0.59 2006-11-13 23:22:06 +00:00
reinoud
4046faca0b Antidate packages modified by wulf to the correct date of 2006-11-13
instead of 2006-11-14 wich is tomorrow.
2006-11-13 21:43:04 +00:00
reinoud
b1c9243302 Fix graphics/spca5view package that really is called graphics/spcaview. 2006-11-13 21:41:36 +00:00
bouyer
7c763f71ea Updated xentools30-hvm to 3.0.3nb2 2006-11-13 20:40:44 +00:00
tron
c0d44e3ca8 Correct the date in entry for last update of "apache-tomcat55" package. 2006-11-13 20:34:38 +00:00
jnemeth
78de325788 ham/gnuradio-trellis-sdl -> ham/gnuradio-trellis (hi wulf) 2006-11-13 20:14:42 +00:00
smb
b0ba27a966 Added Flash package for firefox2 2006-11-13 20:07:11 +00:00
reinoud
cf486aefb6 Note update of spca5view to version 0.60 adding support for yet more
webcams.

Also included is preliminary support for the Logitech QuickCam Express.
2006-11-13 19:30:14 +00:00
wulf
e06d5f8d77 Added new GNU Radio modules
gnuadio-audio-jack-3.0.2
	gnuadio-audio-portaudio-3.0.2
	gnuadio-core-docs-3.0.2
	gnuadio-radio-astronomy-3.0.2
	gnuadio-trellis-3.0.2
	gnuadio-video-sdl-3.0.2
	usrp-docs-3.0.2

Updated GNU Radio Modules

	gnuradio to 3.0.2
	gnuradio-audio-oss to 3.0.2
	gnuradio-core to 3.0.2
	gnuradio-examples to 3.0.2
	gnuradio-gsm to 3.0.2
	gnuradio-howto to 3.0.2
	gnuradio-usrp to 3.0.2
	gnuradio-wxgui to 3.0.2
	usrp to 3.0.2
2006-11-13 18:18:24 +00:00
wulf
fb47512bd3 Added new package py-emphem-3.7b:
Scientific-grade astronomical computations for Python
2006-11-13 16:01:34 +00:00
abs
1ee07a07aa Update apache-tomcat55 from 5.5.17 to 5.5.20 - PR pkg/35002 from Mindaugas
Changes:
Tomcat 5.5.20 (fhanik)

    Catalina

        fix	Fix logic error in UserDatbaseRealm.getprincipal() that caused user roles assigned via groups to be ignored. (markt)

    Jasper

        fix	31804: Unnested tags within a tag file are now configured with the Tag represented by the containing tag file as their parent tag. (markt)
        fix	33356: Tag attributes that contained $ followed by 1 or more non-special characters and then a { character caused an exception. (markt)
        fix	33407: The string \$ in template text was reduced to $ when the isELIgnored page directive was set to true. (markt)

Tomcat 5.5.19 (fhanik)

    General

        update	Add multi attribute setting to jmx:set JMX remote ant task. Patch contributed by Didier Donsez (pero)

    Catalina

        fix	30762: Re-fix this bug that was re-introduced by the fix to 37264. (markt)
        fix	37588: Fix JNDI realm creation through JMX. Patch contributed by TerryZhou (fhanik)
        fix	39704: The use of custom classloaders failed when the context was specified in server.xml. Correction of the fault will require setting the new loader attribute useSystemClassLoaderAsParent to false. (markt)

    Coyote

        fix	40418: APR Endpoint socket evaluation (remm)

    Webapps

        fix	31339: Admin app threw exceptions if a name other than Catalina was configured for the Engine. Patch based on a suggestion from Amila Suriarachchi. (markt)

Tomcat 5.5.18 (yoavs)

    General

        update	Change MD5 release signature files to have md5 (lowercase) extension instead of MD5 (uppercase), as suggested by Henk Penning and specified in the ASF release publishing guidelines. (yoavs)

    Catalina

        fix	Fix that ManagerBase increment expireSessions counter at background task two times. (pero)
        fix	39406: Fix that StandardSession#getLastAccessedTime() uses correct exception message, suggested by Takayoshi Kimura. (pero)
        add	39661: Add documentation on JULI FileHandler properties. (yoavs)
        add	39657: Warn (and don't load jar) if JSP API is in webapp classloader repository, as suggested by David Sanchez Crespillo. (yoavs)
        add	39674: Support JRockit JVM in service.bat script, as suggested by lizongbo. (yoavs)
        fix	39711: Update Loader configuration documentation, as suggested by Stephane Bailliez. (yoavs)
        fix	39865: Add Open Office mime types to conf/web.xml. (markt)
        fix	38814: Align CGI handling of indexed queries, parameters and POST content with other CGI providers. The changes: only provide parameters on the command line for indexed queries; always provide the query string via the QUERY_STRING environment variable; provide POST content unmodified to stdin; and never call getParameters(). (markt)
        fix	34801: Partial fix that adds handling of IOExceptions during long running CGI requests. Based on a patch by Chris Davey. (markt)
        fix	39689: Allow single quotes (') and backticks (`) as well as double quotes (") to be used to delimit SSI attribute values. (markt)
        fix	40053: Correct application deployment documentation so it agrees with the classloader documentation regarding shared lib and CATALINA_BASE. (markt)
        fix	39592: Stop HEAD requests for resources handled by SSI servlet or filter generating stack traces in the logs. (markt)
        fix	Improve handling of the ';' character in the URL so that it is now allowed if properly %xx encoded. (remm)

    Coyote

        fix	Fix APR endpoint so that the acceptor thread now only processes socket accepts. (remm)

    Webapps

        fix	39813: Correct handling of new line characters in JMX attributes. Patch provided by R Bramley. (markt)
        fix	37781: Make sure that StoreConfig save external referenced war files at context.xml correct. (pero)
        fix	39791: Use correct default for useNaming within a Context. (markt)
        fix	Correctly generate re-direct for admin app index.jsp to prevent login page being displayed twice when cookies are disabled. (markt)

    Cluster

        fix	39473: Session timeout much shorter than setting at web.xml at cluster environment, suggested by Jin Jiang. (pero)
2006-11-13 11:27:02 +00:00
ghen
b0b460c4ec Updated mail/dovecot to 1.0rc14. 2006-11-13 07:55:05 +00:00
dan
07eed5ff24 add textproc/Markdown and www/ikiwiki 2006-11-13 01:30:52 +00:00
dmcmahill
b6b2b5276a note update of cad/xcircuit to 3.4.26 2006-11-12 14:28:18 +00:00
jmmv
caf0bab432 Note addition of pciids, version 20061026. 2006-11-12 11:47:46 +00:00
xtraeme
edcdcf434a Updated mail/sylpheed-devel to 2.3.0beta5. 2006-11-12 07:01:07 +00:00
obache
92dab9e7ae Updated textproc/hyperestraier to 1.4.9. 2006-11-11 12:43:38 +00:00
adam
cda1471fc6 Updated devel/glibmm to 2.12.2nb2 2006-11-11 10:28:59 +00:00
adam
6e11f33036 Updated emulators/wine to 0.9.25 2006-11-10 21:57:13 +00:00
schwarz
be188ede60 updated net/sipsak to 0.9.6 (which had been living in wip already for some
time)
2006-11-10 21:32:35 +00:00
gdt
89de405525 Updated geography/geos to 2.2.3 [gdt 2006-11-10] 2006-11-10 21:01:28 +00:00
perry
08faa43ef4 note gnus 5.10.8 2006-11-10 18:29:08 +00:00
reed
dc28bb717b Update lyx-qt. 2006-11-10 17:50:24 +00:00
martti
d53cfe5a94 jalbum-6.5.4 2006-11-10 10:34:49 +00:00
adrianp
947369945a Updated archivers/libarchive to 1.3.1 2006-11-10 00:31:25 +00:00
obache
6a3488f924 Updated www/ja-trac to 0.10.1.1. 2006-11-10 00:26:00 +00:00
xtraeme
23a84141d9 Updated emulators/gxemul to 0.4.3 2006-11-09 20:03:18 +00:00
bad
79375c251b Note addition of fwbuilder21 and libfwbuilder21. 2006-11-09 19:13:32 +00:00
adam
d957699423 Updated abiword[-plugins] to 2.4.6 2006-11-09 15:42:24 +00:00
taca
294f26dc98 Note update of www/squid package to 2.6.5. 2006-11-09 15:17:15 +00:00
uebayasi
0914a2dedf Note import of OpenCV 1.0.0, pkg/34655 from Anthony Mallet.
OpenCV means Intel(R) Open Source Computer Vision Library. It is a
collection of C functions and a few C++ classes that implement many
popular Image Processing and Computer Vision algorithms.

OpenCV provides cross-platform middle-to-high level API that includes
about 300 C functions and a few C++ classes. Also there are Python
bindings to OpenCV. OpenCV has no strict dependencies on external
libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.)

OpenCV provides transparent interface to Intel(R) Integrated Performance
Primitives (IPP). That is, it loads automatically IPP libraries optimized
for specific processor at runtime, if they are available.
2006-11-09 05:14:57 +00:00
tv
e4602a81d0 net/tor -> 0.1.1.25 2006-11-08 19:41:40 +00:00
ghen
cc4f8b96f1 Updated mail/dovecot to 1.0rc13. 2006-11-08 14:41:00 +00:00
ghen
617c386258 Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.0.6. 2006-11-08 14:40:07 +00:00
obache
d42ff8ed84 Updated graphics/p5-Gdk-Pixbuf to 0.7009nb12. 2006-11-08 13:48:24 +00:00
ghen
442b0a098d Updated mail/thunderbird and mail/thunderbird-gtk1 to 1.5.0.8. 2006-11-08 13:16:43 +00:00
markd
0fb22e8c82 mimedefang and kbarcode updates 2006-11-08 10:05:39 +00:00
ghen
5ecec82a19 Updated www/firefox, www/firefox-bin and www/firefox-gtk1 to 1.5.0.8. 2006-11-08 09:52:01 +00:00
tron
89fa2d4db8 Note updates of "libtorrent" package to version 0.10.4 and "rtorrent"
package to version 0.6.4.
2006-11-08 09:20:34 +00:00
martti
9c0b8758f3 vim-7.0.162 2006-11-08 07:54:29 +00:00
epg
68f008e5d8 note subversion-1.4.2 update 2006-11-08 05:11:57 +00:00