ƒ¯271778
222
2805
183
131
112
112
189
193
111
106
115
106
201
176
157
196
186
142
191
538
455
675
373
516
262
1112
498
333
2019
290
339
1140
434
376
749
501
534
241
235
194
111
148
184
166
109
198
218
420
200
116
120
118
116
116
200
215
118
116
116
116
116
116
116
206
118
148
181
150
148
191
151
149
181
211
147
207
191
189
187
184
118
120
118
274
463
203
209
158
157
203
147
153
150
143
147
190
116
116
117
209
324
117
135
160
117
210
187
311
270
178
225
208
169
197
197
199
236
179
120
155
294
186
262
188
109
109
158
373
1421
527
182
464
179
123
151
166
283
294
221
310
182
186
114
209
196
197
205
207
114
112
292
111
114
117
115
199
129
221
142
114
1620
110
110
111
171
144
111
119
183
265
157
258
222
261
164
183
229
181
167
190
111
184
198
371
216
110
201
111
210
322
140
111
111
155
112
125
110
140
209
138
126
302
109
125
130
281
108
326
126
485
202
193
194
206
213
273
110
182
321
328
470
169
530
K 10
svn:author
V 6
gerald
K 8
svn:date
V 27
2011-03-26T01:33:11.000000Z
K 7
svn:log
V 2708
Update to the release of GCC 4.6.0 (basically). Really too many changes
to sensibly list here, but http://gcc.gnu.org/gcc-4.6/changes.html has a
nice overview.
Some highlights include
- a new quad-precision library that's used by the Fortran frontend
(on x86 and amd64);
- new -Wunused-but-set-variable and -Wunused-but-set-parameter warnings
for C family languages (enabled by -Wall and -Wall -Wextra, too);
- new -Wdouble-promotion warning for implicit promotions to double;
- a new general optimization level -Ofast combines -O3 with options that
can affect standards compliance but result in better optimized code;
- link-time optimizations (LTO) now scaling to large input sizes, using
better heuristics, and optimizing more aggressively;
- new command-line options -fstack-usage and -fstrict-volatile-bitfields
(for precisely defining and accessing memory-mapped peripheral registers);
- function attribute leaf that allows for more aggressive optimizations;
- new data type __int128 for targets having wide enough machine-mode support;
- support for selectively enabling and disabling warnings via
#pragma GCC diagnostic has been added. For instance:
#pragma GCC diagnostic error "-Wuninitialized"
foo(a); /* error is given for this one */
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wuninitialized"
foo(b); /* no diagnostic for this one */
#pragma GCC diagnostic pop
foo(c); /* error is given for this one */
#pragma GCC diagnostic pop
foo(d); /* depends on command line options */
- new command-line option-fmax-errors=N;
- experimental support for some features from the upcoming ISO C1X;
- similarly for ISO C++0x including constexpr, nullptr, noexcept,
unrestricted unions, range-based for loops, opaque enums, implicitly
deleted functions, and implicit move constructors;
- default warning when integers are cast to larger pointer types,
to disable via -Wno-int-to-pointer-cast;
- signficiantly better diagnostics for C++ code;
- loads and loads and loads of improvements to the Fortran frontend;
- a new Go frontend and run-time library;
- massive work on Objective-C and Objective-C++; notably extensive
support for Objective-C 2.0 (not enabled by this port yet);
- support for Intel Core 2 processors (-march=core2, -mtune=core2),
Intel Core i3/i5/i7 processors /with AVS (-march=corei7, -mtune=corei7,
-march=corei7-avx, -mtune=corei7-avx);
- support for AMD Bobcat (fam 14) processors (-march=btver1, -mtune=btver1);
Caveat:
- Most libstdc++ standard headers have been changed to no longer include
the cstddef header as an implementation detail.
END
K 10
svn:author
V 2
bf
K 8
svn:date
V 27
2011-03-26T01:39:07.000000Z
K 7
svn:log
V 92
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
END
K 10
svn:author
V 6
gordon
K 8
svn:date
V 27
2011-03-26T04:12:55.000000Z
K 7
svn:log
V 36
Update p4web port to 2010.2/293336.
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-26T04:48:25.000000Z
K 7
svn:log
V 18
- Update to 2.5.2
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-26T04:57:18.000000Z
K 7
svn:log
V 18
- Update to 1.403
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-26T07:09:16.000000Z
K 7
svn:log
V 97
- Update to 1.339
PR: ports/155935
Submitted by: Aldis Berjoza (maintainer)
END
K 10
svn:author
V 5
rafan
K 8
svn:date
V 27
2011-03-26T07:52:20.000000Z
K 7
svn:log
V 99
- Update to 2011.03.17
PR: ports/155899
Submitted by: Ruslan Mahmatkhanov
END
K 10
svn:author
V 5
kevlo
K 8
svn:date
V 27
2011-03-26T08:51:00.000000Z
K 7
svn:log
V 17
Update to 1.2.12
END
K 10
svn:author
V 2
az
K 8
svn:date
V 27
2011-03-26T09:18:52.000000Z
K 7
svn:log
V 15
Update to 0.05
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-26T09:24:47.000000Z
K 7
svn:log
V 23
- Update to 2011.03.25
END
K 10
svn:author
V 2
az
K 8
svn:date
V 27
2011-03-26T09:34:18.000000Z
K 7
svn:log
V 15
Update to 1.33
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-26T09:47:57.000000Z
K 7
svn:log
V 107
- update to 1.03
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/File-ShareDir-1.03/Changes
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-26T10:06:56.000000Z
K 7
svn:log
V 81
Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-26T15:16:28.000000Z
K 7
svn:log
V 60
- Upgrade to 0.9.2.
PR: ports/155053
Submitted by: swills
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-26T15:18:32.000000Z
K 7
svn:log
V 99
- Unbreak by adding forgotten patch.
PR: ports/155517
Submitted by: tota
Pointy hat to: kuriyama
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-26T15:21:11.000000Z
K 7
svn:log
V 89
- Upgrade to 0.3.
PR: ports/155296
Submitted by: "Grzegorz Blach"
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:10:38.000000Z
K 7
svn:log
V 50
Reserve IDs for multimedia/vdr and related ports.
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:11:28.000000Z
K 7
svn:log
V 99
Cxxtools is a collection of general-purpose C++ classes.
WWW: http://www.tntnet.org/cxxtools.html
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:12:11.000000Z
K 7
svn:log
V 445
Tntnet is a modular, multithreaded, high performance webapplicationserver
for C++. To create webapplications Tntnet has a template-language called
ecpp similar to php, jsp or mason, where you can embed c++-code inside a
html-page to generate active content. The ecpp-files are precompiled to
c++-classes called components and compiled and linked into a shared
library. This process is done at compiletime.
WWW: http://www.tntnet.org/index.html
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:13:50.000000Z
K 7
svn:log
V 362
Preliminary port of the vdr development branch, use at your own risk! :)
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD
notes, some links are here:
http://people.freebsd.org/~nox/dvb/
and see these links for general vdr info:
http://www.linuxtv.org/vdrwiki/index.php/Main_Page
http://www.vdr-portal.de/
WWW: http://www.tvdr.de/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:16:54.000000Z
K 7
svn:log
V 582
http://www.linuxtv.org/vdrwiki/index.php/Control-plugin
The 'control' plugin brings the ability to VDR to control
the whole OSD over a telnet client.
To reach this, 'control' listens on a network socket
(default is port 2002). If a client wants to connect, VDR
checks if that client is allowed to connect to VDR (see in
the documentation of VDR about the svdrphosts.conf file for
more info). If the connection is etablished, 'control'
sends the curent OSD state to the client. Also all key
strokes at the client side are redirected to VDR.
WWW: http://ricomp.de/vdr/down_en.html
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:17:40.000000Z
K 7
svn:log
V 280
http://www.linuxtv.org/vdrwiki/index.php/Epgsearch-plugin
EPG-Search can be used as a replacement for VDR's default schedules menu
entry. It looks like the standard schedules menu, but adds some
additional functions.
WWW: http://winni.vdr-developer.org/epgsearch/index_eng.html
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:17:59.000000Z
K 7
svn:log
V 423
http://www.linuxtv.org/vdrwiki/index.php/Femon-plugin
DVB Frontend Status Monitor is a VDR plugin that displays some signal
information parameters of the current tuned channel on OSD. You can zap
through all your channels and the plugin should be monitoring always the
right frontend. The transponder and stream information are also available
in advanced display modes.
WWW: http://www.saunalahti.fi/~rahrenbe/vdr/femon/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:18:18.000000Z
K 7
svn:log
V 169
http://vdr-wiki.de/wiki/index.php/Infosatepg-plugin
This plugin reads infosat EPG data from DVB-S.
WWW: http://projects.vdr-developer.org/projects/show/plg-infosatepg
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:18:39.000000Z
K 7
svn:log
V 1018
This is an IPTV plugin for the Video Disk Recorder (VDR).
This plugin integrates multicast IPTV transport streams seamlessly into
VDR. You can use any IPTV channel like any other normal DVB channel for
live viewing, recording, etc. The plugin also features full section
filtering capabilities which allow for example EIT information to be
extracted from the incoming stream.
Currently the IPTV plugin has direct support for both multicast UDP/RTP
and unicast HTTP MPEG1/2 transport streams. Also a file input method is
supported, but a file delay must be selected individually to prevent
VDR's transfer buffer over/underflow. Therefore the file input should be
considered as a testing feature only.
IPTV plugin also features a support for external streaming applications.
With proper helper applications and configuration IPTV plugin is able to
display not only MPEG1/2 transport streams but also other formats like
MP3 radio streams, mms video streams and so on.
WWW: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:18:59.000000Z
K 7
svn:log
V 405
http://www.linuxtv.org/vdrwiki/index.php/Osdpip-plugin
OSD Picture-in-Picture is a VDR PlugIn that displays the current channel
in a small box on the screen (default upper right corner). You can switch
up and down now, watching the progress of the previous channel in the box.
Quality is not too good yet, and only I-Frames are displayed.
WWW: http://projects.vdr-developer.org/projects/show/plg-osdpip
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:19:18.000000Z
K 7
svn:log
V 240
http://www.linuxtv.org/vdrwiki/index.php/Osdteletext-plugin
Osd-Teletext displays the teletext directly on VDR's OSD.
Both sound and video are played in the background.
WWW: http://projects.vdr-developer.org/projects/show/plg-osdteletext
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:19:38.000000Z
K 7
svn:log
V 1925
http://www.linuxtv.org/vdrwiki/index.php/Remote-plugin
This plugin extends the remote control capabilities of vdr.
The following remote control devices are supported:
(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...)
(currently not supported on FreeBSD)
(b) keyboard (tty driver): /dev/console, /dev/ttyX
(c) TCP connection (telnet)
(d) LIRC
(e) some(?) FreeBSD uhid(4) devices (experimental support added by this port)
To use, add something like this to vdr_flags: '-Premote -h /dev/uhid0',
(re)start vdr, then the osd should ask you to configure the
remote by pressing the buttons you want to assign.
Note: If your remote is detected as a keyboard you'll have to
tell ukbd(4) to ignore it first by doing (as root) something like:
usbconfig add_dev_quirk_vplh 0x1241 0xe000 0 0xffff UQ_KBD_IGNORE
(and possibly unplug it for a moment or reset it via usbconfig,
0x1241 there is the vendor id, 0xe000 the product id of the
device, you can get yours by doing
usbconfig -d 1.2 dump_device_desc
and looking for idVendor and idProduct, -d 1.2 there corresponds
to ugen1.2 listed by usbconfig w/o args.)
You can check with:
usbconfig show_ifdrv
if the device is then listed as ugen...: uhid... you're good to go.
2nd note: If vdr cannot open your uhid device check it is not claimed
by xorg:
fstat |grep uhid
If it is you may need an xorg.conf(5) with manually defined
InputDevice sections for mouse and keyboard and
Option "AutoAddDevices" "False"
in the ServerFlags section.
And if for some reason you want to reassign the buttons on the
remote you can stop vdr and do:
touch /usr/local/etc/vdr/channels.conf
and/or remove uhid entries from
/usr/local/etc/vdr/remote.conf .
When you then start vdr again it should ask to configure the
remote again.
WWW: http://escape-edv.de/endriss/vdr
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:19:58.000000Z
K 7
svn:log
V 197
http://www.vdr-wiki.de/wiki/index.php/Skinenigmang-plugin
"EnigmaNG" is a standalone VDR OSD skin based on the "Enigma" text2skin
addon.
WWW: http://andreas.vdr-developer.org/enigmang/index.html
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:20:28.000000Z
K 7
svn:log
V 246
http://www.linuxtv.org/vdrwiki/index.php/Softdevice-plugin
This VDR plugin is a MPEG2 decoder.
It can be used as an output device for the vdr. Possible output devices are
Xv, DirectFB, Vidix or a framebuffer.
WWW: http://softdevice.berlios.de/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:20:47.000000Z
K 7
svn:log
V 1046
http://www.linuxtv.org/vdrwiki/index.php/Streamdev-plugin
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol)
Version 0.0.3 (see file PROTOCOL) and a basic HTTP Streaming Protocol.
It consists of a server and a client part, but both parts are compiled together
with the PlugIn source, but appear as separate PlugIns to VDR.
The client part acts as a full Input Device, so it can be used in conjunction
with a DXR3-Card, XINE, SoftDevice or others to act as a working VDR
installation without any DVB-Hardware including EPG-Handling.
The server part acts as a Receiver-Device and works transparently in the
background within your running VDR. It can serve multiple clients and it can
distribute multiple input streams (i.e. from multiple DVB-cards) to multiple
clients using the native VTP protocol (for VDR-clients), or using the HTTP
protocol supporting clients such as XINE, MPlayer and so on. With XMMS or
WinAMP, you can also listen to radio channels over a HTTP connection.
WWW: http://streamdev.vdr-developer.org/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:21:08.000000Z
K 7
svn:log
V 341
http://www.vdr-wiki.de/wiki/index.php/Upnp-plugin
UPnP/DLNA Plugin for Video Disk Recorder
This Plugins extends the VDR with the possibility to act as an UPnP/DLNA Media
Server (DMS). It will serve VDR's contents in the network to any UPnP-AV and
DLNA capable devices.
This still is an alpha version!
WWW: http://upnp.vdr-developer.org/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:21:27.000000Z
K 7
svn:log
V 283
http://www.vdr-wiki.de/wiki/index.php/Vnsi-server-plugin
VDR-Network-Streaming-Interface plugin (untested, currently used by
the XBMC pvr-testing2 branch which hasn't been ported to FreeBSD yet
at the time of writing.)
WWW: http://www.vdr-portal.de/board/thread.php?threadid=95292
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:21:47.000000Z
K 7
svn:log
V 656
http://www.linuxtv.org/vdrwiki/index.php/Xineliboutput-plugin
X11 and Linux framebuffer front-end for VDR.
Plugin displays video and OSD in X/Xv/XvMC/VAAPI/VDPAU window,
Linux framebuffer/DirectFB/vidixfb or DXR3 card.
Support for local and remote frontends.
Built-in image and media player supports playback of most known
media files (avi/mp3/divx/jpeg/...), DVDs and radio/video streams
(http, rtsp, ...) directly from VDR.
FreeBSD Note: If you want to use VAAPI/VDPAU make sure the ffmpeg
and libxine ports are (re)built with the corresponding knobs turned on!
(make config in their port dirs.)
WWW: http://sourceforge.net/projects/xineliboutput/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:22:41.000000Z
K 7
svn:log
V 408
http://www.vdr-wiki.de/wiki/index.php/Live-plugin
Live, the "Live Interactive VDR Environment", is a plugin providing the
possibility to interactively control the VDR and some of it's plugins by
a web interface.
Unlike external utility programs that communicate with VDR and it's plugins
by SVDRP, Live has direct access to VDR's data structures and is thus very
fast.
WWW: http://live.vdr-developer.org/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:23:13.000000Z
K 7
svn:log
V 441
Preliminary port of the vdr development branch, use at your own risk! :)
This is just a metaport that lets you select the plugins you want to
install.
See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD
notes, some links are here:
http://people.freebsd.org/~nox/dvb/
and see these links for general vdr info:
http://www.linuxtv.org/vdrwiki/index.php/Main_Page
http://www.vdr-portal.de/
WWW: http://www.tvdr.de/
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-26T19:23:46.000000Z
K 7
svn:log
V 148
http://www.vdr-wiki.de/wiki/index.php/Vdradmin_AM
VDRAdmin-AM is a web based interface to VDR.
WWW: http://andreas.vdr-developer.org/vdradmin-am/
END
K 10
svn:author
V 4
rene
K 8
svn:date
V 27
2011-03-26T20:13:47.000000Z
K 7
svn:log
V 141
Document vulnerabilities before Chromium 10.0.648.204
Obtained from: http://googlechromereleases.blogspot.com/search/label/Stable%20updates
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-26T20:53:47.000000Z
K 7
svn:log
V 101
- Update to 1.8
PR: ports/155952
Submitted by: Charlie Kester (maintainer)
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-26T22:27:07.000000Z
K 7
svn:log
V 16
Update to 3.0.8
END
K 10
svn:author
V 3
pav
K 8
svn:date
V 27
2011-03-26T23:21:58.000000Z
K 7
svn:log
V 56
- Mark BROKEN: does not compile
Reported by: pointyhat
END
K 10
svn:author
V 3
pav
K 8
svn:date
V 27
2011-03-26T23:31:50.000000Z
K 7
svn:log
V 92
- Actually chase upnp shlib change
Reported by: pointyhat
Pointy hat to: pawel (miwi, wen)
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-27T00:09:07.000000Z
K 7
svn:log
V 72
Ports modules update at Sunday 27 March 2011 at 00:09
Feature safe: yes
END
K 10
svn:author
V 4
beat
K 8
svn:date
V 27
2011-03-27T03:12:24.000000Z
K 7
svn:log
V 16
- Update to 6.6
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T06:19:45.000000Z
K 7
svn:log
V 105
- Update to RC2
PR: ports/155951
Submitted by: Eric F Crist (maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T06:45:07.000000Z
K 7
svn:log
V 125
- Add LICENSE
- Add pkg-message
- Fix typo
PR: ports/155959
Submitted by: Jakub Lach (maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T06:48:15.000000Z
K 7
svn:log
V 327
The Swap Extender Daemon is designed to monitor the amount of swap space
available on the system and create moer on-disk swap as needed. Additionally
Swap Extender will remove unwanted swap space when memory is freed.
WWW: http://makeapbi.sourceforge.net/
PR: ports/155955
Submitted by: Jesse Smith
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T07:14:26.000000Z
K 7
svn:log
V 107
- Remove MD5 checksum
- Bump PORTREVISION
- Fix the wrong depend
PR: ports/155731
Submitted by: chinsan@
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T07:34:11.000000Z
K 7
svn:log
V 19
- Upgrade to 2.51.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T07:49:52.000000Z
K 7
svn:log
V 23
- Upgrade to 1.001013.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T07:52:50.000000Z
K 7
svn:log
V 21
- Upgrade to 0.0741.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T07:53:33.000000Z
K 7
svn:log
V 19
- Upgrade to 0.44.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T08:01:35.000000Z
K 7
svn:log
V 19
- Upgrade to 0.10.
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-27T08:07:35.000000Z
K 7
svn:log
V 107
Add a patch to UMS support
Thanks to jkim@ for pointing the patch out.
Obtained from: xf86-video-ati git
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-27T09:14:02.000000Z
K 7
svn:log
V 122
Fix the build of the gstreamer opencv plugin by tweaking the opencv version
requirement.
Submitted by: pointyhat via pav
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:15:51.000000Z
K 7
svn:log
V 21
- Upgrade to 1.4004.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:16:25.000000Z
K 7
svn:log
V 19
- Upgrade to 0.12.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:17:13.000000Z
K 7
svn:log
V 19
- Upgrade to 0.35.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:17:37.000000Z
K 7
svn:log
V 19
- Upgrade to 1.12.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:18:07.000000Z
K 7
svn:log
V 19
- Upgrade to 1.03.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:19:02.000000Z
K 7
svn:log
V 19
- Upgrade to 1.01.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:19:19.000000Z
K 7
svn:log
V 19
- Upgrade to 0.81.
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T09:41:49.000000Z
K 7
svn:log
V 112
- update to 0.35
- add licenses
- changes: http://cpansearch.perl.org/src/BOBTFISH/MooseX-Getopt-0.35/ChangeLog
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T09:53:20.000000Z
K 7
svn:log
V 21
- Upgrade to 1.0200.
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:11.000000Z
K 7
svn:log
V 55
- Update to 0.79
PR: 155832
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:14.000000Z
K 7
svn:log
V 88
- Update MASTER_SITES and WWW: line
- Add LICENSE
PR: 155842
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:17.000000Z
K 7
svn:log
V 57
- Fix MASTER_SITES
PR: 155844
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:21.000000Z
K 7
svn:log
V 55
- Update to 1.26
PR: 155845
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:24.000000Z
K 7
svn:log
V 98
- Fix MASTER_SITES
- Add WWW: line
- Utilize COPYTREE_SHARE
PR: 155848
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:27.000000Z
K 7
svn:log
V 58
- Upstream is alive
PR: 155849
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:30.000000Z
K 7
svn:log
V 56
- Update to 0.9.4
PR: 155862
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:33.000000Z
K 7
svn:log
V 88
- Update MASTER_SITES and WWW: line
- Add LICENSE
PR: 155853
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:37.000000Z
K 7
svn:log
V 117
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly
PR: 155857
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:40.000000Z
K 7
svn:log
V 54
- Update to 2.9
PR: 155863
Submitted by: Ports Fury
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T10:12:41.000000Z
K 7
svn:log
V 113
- update to 3.38
- add licenses
- deauthor
- changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.38/Changes
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:44.000000Z
K 7
svn:log
V 98
- Update to 2.7.4
PR: 155719
Submitted by: Ruslan Mahmatkhanov (maintainer)
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:46.000000Z
K 7
svn:log
V 96
- Update to 0.44
PR: 155685
Submitted by: Charlie Kester (maintainer)
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:49.000000Z
K 7
svn:log
V 94
- Update to 1.7
PR: 155681
Submitted by: "Grzegorz Blach" (maintainer)
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:12:55.000000Z
K 7
svn:log
V 91
- Update to 0022
PR: 155739
Submitted by: Warren Block (maintainer)
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:17:55.000000Z
K 7
svn:log
V 21
- Upgrade to 0.9974.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:18:20.000000Z
K 7
svn:log
V 23
- Upgrade to 1.110670.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:23:32.000000Z
K 7
svn:log
V 21
- Upgrade to 1.3020.
END
K 10
svn:author
V 4
rene
K 8
svn:date
V 27
2011-03-27T10:24:17.000000Z
K 7
svn:log
V 180
- Remove dependency on expired x11-themes/gnome-icons-cool-gorilla
- Bump PORTREVISION
PR: ports/155531
Submitted by: myself
Approved by: maintainer timeout (tmclaugh@, 14 days)
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:26:18.000000Z
K 7
svn:log
V 369
This Gem provides access to the functions, macros,
global variables and constants of the ncurses library.
These are mapped to a Ruby Module named "Ncurses".
Functions and external variables are implemented as
singleton functions of the Module Ncurses.
WWW: http://ncurses-ruby.berlios.de/
PR: ports/155728
Submitted by: Eric Freeman
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:27:03.000000Z
K 7
svn:log
V 109
- Update MASTER_SITES and WWW: line
- Utilize PLIST_FILES/PORTEXAMPLES
PR: 155828
Submitted by: Ports Fury
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-27T10:27:17.000000Z
K 7
svn:log
V 116
Add config option to compile with debugging support.
Some minor improvements.
Submitted by: hselasky@ (maintainer)
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:28:16.000000Z
K 7
svn:log
V 65
- Update to version 1.16.0
PR: 155819
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:29:27.000000Z
K 7
svn:log
V 64
- Update to version 1.4.0
PR: 155823
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:30:37.000000Z
K 7
svn:log
V 109
- Update MASTER_SITES and WWW: line
- Utilize PLIST_FILES/PORTEXAMPLES
PR: 155827
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:31:23.000000Z
K 7
svn:log
V 54
- Update to 1.5
PR: 155816
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:32:36.000000Z
K 7
svn:log
V 60
- Update to 20050917
PR: 155818
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:33:27.000000Z
K 7
svn:log
V 57
- Update to 0.12.1
PR: 155813
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:34:19.000000Z
K 7
svn:log
V 50
- Fix Build
PR: 155812
Submitted by: Ports Fury
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:35:10.000000Z
K 7
svn:log
V 54
- Update to 4.8
PR: 155811
Submitted by: Ports Fyry
END
K 10
svn:author
V 4
miwi
K 8
svn:date
V 27
2011-03-27T10:36:11.000000Z
K 7
svn:log
V 97
- Fix Battery Status
PR: 155745
Submitted by: John Marshall
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:39:40.000000Z
K 7
svn:log
V 19
- Upgrade to 0.19.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:40:10.000000Z
K 7
svn:log
V 19
- Upgrade to 0.03.
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T10:40:26.000000Z
K 7
svn:log
V 20
- Upgrade to 1.005.
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T10:54:13.000000Z
K 7
svn:log
V 115
Forced commit to document that irc/ircd-hybrid-ru to russian/ircd-hybrid-ru
PR: ports/155756
Repocopy by: marcus
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T11:00:21.000000Z
K 7
svn:log
V 230
- update to 7.2.4
- add licenses
- change to USER/GROUP macros
- maintainership passed to new volunteer
PR: ports/155756
Submitted by: Evgueni V. Gavrilov and Rodrigo OSORIO
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T11:01:28.000000Z
K 7
svn:log
V 20
- Upgrade to 1.0.0.
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T11:02:45.000000Z
K 7
svn:log
V 42
branch ircd-hybrid-ru to russian category
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-27T11:09:01.000000Z
K 7
svn:log
V 67
irc/ircd-hybrid-ru is now russian/ircd-hybrid-ru
PR: ports/155756
END
K 10
svn:author
V 8
kuriyama
K 8
svn:date
V 27
2011-03-27T11:30:43.000000Z
K 7
svn:log
V 20
- Upgrade to 2.2.1.
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T11:58:26.000000Z
K 7
svn:log
V 117
- Remove memcpy/bcopy macro
- Bump PORTREVISION
PR: ports/152548
Submitted by: Dmitry Marakasov
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-27T12:02:05.000000Z
K 7
svn:log
V 95
- Update to 0.4.4
PR: ports/155963
Submitted by: Jin-Sih Lin (maintainer)
END
K 10
svn:author
V 6
gerald
K 8
svn:date
V 27
2011-03-27T13:22:18.000000Z
K 7
svn:log
V 215
Update to the 20110326 snapshot of GCC 4.7.0.
On SPARC the target CPU type may now be set via -mcpu instead of being
limited to the hardcoded equivalent of -mcpu=ultrasparc and TLS support
is enabled if available.
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-27T13:33:42.000000Z
K 7
svn:log
V 177
Update to 0.1.23.
Add support for setting and getting linux module parameters.
Some minor improvements regarding the jiffies computation.
Submitted by: hselasky@ (maintainer)
END
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2011-03-27T13:47:15.000000Z
K 7
svn:log
V 86
Forced commit after repocopy from devel/thunar-svn-plugin to devel/thunar-vcs-plugin.
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T13:49:10.000000Z
K 7
svn:log
V 130
- Forced commit to note repocopy:
www/py-django -> www/py-django12
PR: ports/155882
Submitted by: lwhsu
Repocopy by: marcus
END
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2011-03-27T14:13:05.000000Z
K 7
svn:log
V 115
Update from 0.0.3 to 0.1.4.
Also, update the name of project where it needed.
Remove needless patches.
PR: 155729
END
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2011-03-27T14:14:32.000000Z
K 7
svn:log
V 77
Disconnect from build thunar-svn-plugin.
Connect to build thunar-vcs-plugin.
END
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2011-03-27T14:21:24.000000Z
K 7
svn:log
V 104
Remove devel/thunar-svn-plugin after repocopy to devel/thunar-vcs-plugin
and update.
Add note to MOVED.
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T15:02:20.000000Z
K 7
svn:log
V 102
- Update to 1.3
- Correct CONFLICTS
- Remove mod_python3 option, this is not Django really depends on
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T15:03:02.000000Z
K 7
svn:log
V 104
- Add LATEST_LINK
- Correct CONFLICTS
- Remove mod_python3 option, this is not Django really depends on
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T15:03:29.000000Z
K 7
svn:log
V 141
- Add LATEST_LINK
- Correct CONFLICTS
- Remove mod_python3 option, this is not Django really depends on
- Set DEPRECATED and EXPIRATION_DATE
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T15:04:41.000000Z
K 7
svn:log
V 85
- Update to r15922
- Remove mod_python3 option, this is not Django really depends on
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-27T15:05:13.000000Z
K 7
svn:log
V 26
- Connect www/py-django12
END
K 10
svn:author
V 3
osa
K 8
svn:date
V 27
2011-03-27T15:49:05.000000Z
K 7
svn:log
V 63
Make portlint(1) happy.
Bump PORTREVISION.
Pointy hat to: osa
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-27T16:20:53.000000Z
K 7
svn:log
V 201
Add optional workaround patch and knob for North American DVB-S AC3
audio. (default off for now since it doesn't seem to be a `proper' fix.)
Submitted by: VDR User on -multimedia
END
K 10
svn:author
V 6
brucec
K 8
svn:date
V 27
2011-03-27T16:39:25.000000Z
K 7
svn:log
V 91
Update to 1.51.
PR: ports/155901
Submitted by: Ruslan Mahmatkhanov
END
K 10
svn:author
V 2
az
K 8
svn:date
V 27
2011-03-27T16:39:26.000000Z
K 7
svn:log
V 170
- Update to 0.22
Changes: http://cpansearch.perl.org/src/IZUT/SQL-Tokenizer-0.22/Changes
PR: ports/155972
Submitted by: milki (maintainer)
END
K 10
svn:author
V 5
culot
K 8
svn:date
V 27
2011-03-27T16:50:24.000000Z
K 7
svn:log
V 94
- Update to 1.1.1
PR: ports/155921
Submitted by: Mykola Dzham (maintainer)
END
K 10
svn:author
V 4
makc
K 8
svn:date
V 27
2011-03-27T17:06:33.000000Z
K 7
svn:log
V 16
Update to 1.8.7
END
K 10
svn:author
V 4
makc
K 8
svn:date
V 27
2011-03-27T17:06:52.000000Z
K 7
svn:log
V 16
Update to 1.8.6
END
K 10
svn:author
V 4
beat
K 8
svn:date
V 27
2011-03-27T17:13:49.000000Z
K 7
svn:log
V 65
- Update to 0.99.21
- Remove MD5 checksum
- Reset maintainership
END
K 10
svn:author
V 6
avilla
K 8
svn:date
V 27
2011-03-27T17:43:17.000000Z
K 7
svn:log
V 277
- Fix KDM startup on 8.x and 7.x.
This commit removes option -q from a pgrep invocation: it looks like
it was added only recently.
PR: ports/155961 [1]
Submitted by: Antoine Vu-Ngoc [1]
Ondrej Majerech via mailing list
END
K 10
svn:author
V 5
dougb
K 8
svn:date
V 27
2011-03-27T18:29:15.000000Z
K 7
svn:log
V 1325
A new version of xml2rfc (v1.36) has been released, as well as updates to
the xml2rfc web service running at http://xml.resource.org.
Major new web features include:
* New options in web form to generate ePub and PDF.
* New option in web form to show trace and warning messages
along with the output, using frames. This is the default.
* New option in web form to do strict DTD checking.
* New advanced web form (see bottom of the web page)
to: generate HTML using Julian Reschke's XSLT, generate
Postscript, and generate RTF.
Major new xml2rfc features include:
* Generate proper boilerplate for RFC generation (RFC 5741).
(Also see the RFC Editor's status-memos page.)
* Support for the new consensus= attribute to help support
RFC 5741.
* Support for the new processing
instruction. Modify the list of symbols used for list type="symbols".
The default is "o*+-", but can be set to any list of characters. For
example, specifying "abcde" will cause "a" to be used for 1st
level, "b" for the 2nd level, etc, cycling back to the first character
"a" at the 6th level. Specifying "o*" will cause the characters "o"
and "*" to be alternated for each successive level.
END
K 10
svn:author
V 5
dougb
K 8
svn:date
V 27
2011-03-27T19:03:02.000000Z
K 7
svn:log
V 432
Update libksba to 1.2.0, and update dependent ports.
The patch also adds a verify target for the PGP signature
of the distfile.
Noteworthy changes in version 1.2.0 (2011-03-01)
------------------------------------------------
* New functions to allow the creation of X.509 certificates.
This release adds features required by the GnuPG 2.1 development
version.
PR: ports/155506
Submitted by: me
Approved by: maintainer timeout
END
K 10
svn:author
V 5
dougb
K 8
svn:date
V 27
2011-03-27T19:12:26.000000Z
K 7
svn:log
V 88
Mark IS_INTERACTIVE
PR: ports/154786
Submitted by: me
Approved by: maintainer timeout
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-27T21:22:37.000000Z
K 7
svn:log
V 369
devel/id-utils - Update and take maintainership
devel/id-utils was recently deprecated because the distfile has
vanished. The project is still alive and kicking and it seems
the distfile vanished due to age. This PR takes maintainership
and updates it to the currently released version (Jun 2010).
PR: ports/155684
Submitted by: Peter Jeremy
END
K 10
svn:author
V 7
thierry
K 8
svn:date
V 27
2011-03-27T21:33:41.000000Z
K 7
svn:log
V 83
Upgrade to 9.0.13.
Changelog at .
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-27T22:20:32.000000Z
K 7
svn:log
V 29
Mark move of devel/id-utils.
END
K 10
svn:author
V 6
avilla
K 8
svn:date
V 27
2011-03-27T23:09:11.000000Z
K 7
svn:log
V 56
- Fix linking in some circumstances.
PR: ports/155962
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-28T00:09:09.000000Z
K 7
svn:log
V 72
Ports modules update at Monday 28 March 2011 at 00:09
Feature safe: yes
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T02:45:01.000000Z
K 7
svn:log
V 190
- Update to 2.1.0
- Pass maintainership to submitter
- Rewrite rc script
PR: ports/155976
Submitted by: Chris Rees
Approved by: admin@mjbrune.org (previous maintainer)
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T02:59:14.000000Z
K 7
svn:log
V 201
- Use Gnome's ltverhack to fix the shared library version number
- Add LICENSE
- Add a patch to fix a compiler warning
PR: ports/155977
Submitted by: Jason E. Hale (maintainer)
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T03:01:32.000000Z
K 7
svn:log
V 128
- Bump PORTREVISION to chase the update of audio/libdiscid
PR: ports/155977
Submitted by: Jason E. Hale
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T03:08:45.000000Z
K 7
svn:log
V 217
- Allow IPv6 subnets to be whitelisted/auto-accepted
Obtained from http://wilmer.gaa.st/blog/archives/61-spamass-milter-and-IPv6.html
PR: ports/155979
Submitted by: "Mikhail T." (maintainer)
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T03:12:22.000000Z
K 7
svn:log
V 90
- Update tp 0.741
ChangeLog: http://cpansearch.perl.org/src/DOUGW/AI-Prolog-0.741/Changes
END
K 10
svn:author
V 2
mi
K 8
svn:date
V 27
2011-03-28T03:49:09.000000Z
K 7
svn:log
V 95
Update from 0.5 to 0.5.2 -- a number of bugs fixed as well as transcoding
of FLAC files added.
END
K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-28T05:30:26.000000Z
K 7
svn:log
V 19
- Update to 1.2.10
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T06:07:37.000000Z
K 7
svn:log
V 115
- update to 0.20
- add licenses
- changes: http://cpansearch.perl.org/src/DWHEELER/Test-File-Contents-0.20/Changes
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T06:16:23.000000Z
K 7
svn:log
V 102
- update to 1.54
- add licenses
- changes: http://cpansearch.perl.org/src/CDOLAN/CAM-PDF-1.54/CHANGES
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T06:21:03.000000Z
K 7
svn:log
V 103
- update to 1.12
- add licenses
- changes: http://cpansearch.perl.org/src/GETTY/HTTP-Body-1.12/Changes
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T06:24:06.000000Z
K 7
svn:log
V 111
update to 2.03
add licenses
changes: http://cpansearch.perl.org/src/POLETTIX/HTTP-Cookies-Mozilla-2.03/Changes
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T06:27:54.000000Z
K 7
svn:log
V 113
- update to 0.32
- add licenses
- changes: http://cpansearch.perl.org/src/KURIHARA/HTTP-MobileAgent-0.32/Changes
END
K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-28T07:53:43.000000Z
K 7
svn:log
V 19
- Update to 0.6.14
END
K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-28T08:10:29.000000Z
K 7
svn:log
V 17
- Update to 0.26
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T08:22:12.000000Z
K 7
svn:log
V 199
- Update to 0.31
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.31/Changes
PR: ports/155944
Submitted by: Matthew Seaman (maintainer)
END
K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-28T08:30:56.000000Z
K 7
svn:log
V 16
- Update to 1.2
END
K 10
svn:author
V 7
delphij
K 8
svn:date
V 27
2011-03-28T08:34:39.000000Z
K 7
svn:log
V 18
Update to 2.4.25.
END
K 10
svn:author
V 3
ale
K 8
svn:date
V 27
2011-03-28T08:37:40.000000Z
K 7
svn:log
V 25
Update to 1.9.1 release.
END
K 10
svn:author
V 6
clsung
K 8
svn:date
V 27
2011-03-28T09:53:52.000000Z
K 7
svn:log
V 20
- Update to 3.16000
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T10:13:30.000000Z
K 7
svn:log
V 105
- update to 0.27
- add licenses
- changes: http://cpansearch.perl.org/src/DOY/Package-Stash-0.27/Changes
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T11:00:26.000000Z
K 7
svn:log
V 37
- Fix LICENSE_FILE
Thanks to: bapt@
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-28T11:54:32.000000Z
K 7
svn:log
V 127
- update to 5.05
PR: ports/155208
Submitted by: Serg
Approved by: maintainer timeout (25 days)
END
K 10
svn:author
V 3
sbz
K 8
svn:date
V 27
2011-03-28T13:26:00.000000Z
K 7
svn:log
V 50
- Update to 0.4.4
Approved by: jadawin@ (mentor)
END
K 10
svn:author
V 8
nobutaka
K 8
svn:date
V 27
2011-03-28T13:42:38.000000Z
K 7
svn:log
V 17
Update to 1.6.1.
END
K 10
svn:author
V 3
rea
K 8
svn:date
V 27
2011-03-28T13:50:19.000000Z
K 7
svn:log
V 1526
mail/exim: upgrade to 4.75
From NewStuff-4.75:
1. In addition to the existing LDAP and LDAP/SSL ("ldaps") support,
there is now LDAP/TLS support, given sufficiently modern OpenLDAP
client libraries. The following global options have been added in
support of this: ldap_ca_cert_dir, ldap_ca_cert_file, ldap_cert_file,
ldap_cert_key, ldap_cipher_suite, ldap_require_cert, ldap_start_tls.
2. The pipe transport now takes a boolean option, "freeze_signal",
default false. When true, if the external delivery command exits on
a signal then Exim will freeze the message in the queue, instead of
generating a bounce.
3. Log filenames may now use %M as an escape, instead of %D (still
available). The %M pattern expands to yyyymm, providing month-level
resolution.
4. The $message_linecount variable is now updated for the maildir_tag
option, in the same way as $message_size, to reflect the real number
of lines, including any header additions or removals from transport.
5. When contacting a pool of SpamAssassin servers configured in
spamd_address, Exim now selects entries randomly, to better scale in
a cluster setup.
Full changelog and new stuff files:
- ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.75
- ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.75
Added two configurable knobs (based on ports/154956):
- CONFIG_FILE_PATH: location of the main configuration file
- ALT_CONFIG_PREFIX: prefix for alternative configuration files.
PR: 154956
Feature safe: yes
Approved by: garga (mentor)
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T14:05:03.000000Z
K 7
svn:log
V 18
- Update to 1.1.2
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-28T14:06:51.000000Z
K 7
svn:log
V 18
- Update to 0.5.6
END
K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2011-03-28T15:41:08.000000Z
K 7
svn:log
V 16
Whitespace fix.
END
K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2011-03-28T15:43:19.000000Z
K 7
svn:log
V 76
The upcoming Clozure CL upgrade will require loading asdf-binary-locations.
END
K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2011-03-28T16:23:33.000000Z
K 7
svn:log
V 49
Add Clozure CL paths to asdf:*central-registry*.
END
K 10
svn:author
V 4
nork
K 8
svn:date
V 27
2011-03-28T16:29:43.000000Z
K 7
svn:log
V 18
Update to 1.1.12.
END
K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2011-03-28T16:45:19.000000Z
K 7
svn:log
V 24
Upgrade to version 1.6.
END
K 10
svn:author
V 5
rafan
K 8
svn:date
V 27
2011-03-28T16:47:06.000000Z
K 7
svn:log
V 89
- Correct the patch to use sigaction(2) for 7.x and 6.x
Reported by: pointyhat via pav@
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-28T16:54:46.000000Z
K 7
svn:log
V 169
- Pass -Dbsd_with_getifaddrs to CFLAGS in order to get a correct network
interface list [1]
PR: 155974 [1]
Submitted by: David Naylor [1]
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-28T16:59:47.000000Z
K 7
svn:log
V 62
Forced commit to add to the previous commit:
- use UIDs, GIDs
END
K 10
svn:author
V 5
culot
K 8
svn:date
V 27
2011-03-28T17:36:04.000000Z
K 7
svn:log
V 163
- Update to 1.15
Changes: http://search.cpan.org/dist/Mojolicious/Changes
PR: ports/155973
Submitted by: Murilo Opsfelder (maintainer)
END
K 10
svn:author
V 7
delphij
K 8
svn:date
V 27
2011-03-28T20:45:41.000000Z
K 7
svn:log
V 125
Disable FETCH support by default, as it adds a new requirement to fetch(3)
library which is unexpected by most applications.
END
K 10
svn:author
V 4
jkim
K 8
svn:date
V 27
2011-03-28T21:08:52.000000Z
K 7
svn:log
V 167
Force libxul include directory and allow building IcedTea-Web plugin with
an ancient xulrunner (i.e., 1.9.2.9 and earlier). This commit should fix:
PR: ports/155381
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-28T21:22:29.000000Z
K 7
svn:log
V 72
Add patch that was lost in the commit.
Submitted by: pointyhat via pav
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-28T22:03:14.000000Z
K 7
svn:log
V 91
(Attempt to) fix fetch by mirroring on MASTER_SITE_LOCAL.
Submitted by: pointyhat via pav
END
K 10
svn:author
V 6
amdmi3
K 8
svn:date
V 27
2011-03-28T22:09:38.000000Z
K 7
svn:log
V 133
- Add support for vendor's optimized cflags
- Simplify data handling - it's no longer needed to symlink whole datadir tree in dotdir
END
K 10
svn:author
V 7
delphij
K 8
svn:date
V 27
2011-03-28T23:51:28.000000Z
K 7
svn:log
V 85
Document about the OpenLDAP client library change that may require user
interaction.
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-29T00:09:10.000000Z
K 7
svn:log
V 73
Ports modules update at Tuesday 29 March 2011 at 00:09
Feature safe: yes
END
K 10
svn:author
V 3
wxs
K 8
svn:date
V 27
2011-03-29T01:35:04.000000Z
K 7
svn:log
V 98
Update to 1.7.4.2.
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.2.txt
END
K 10
svn:author
V 4
nork
K 8
svn:date
V 27
2011-03-29T02:20:13.000000Z
K 7
svn:log
V 18
Update to 1.1.13.
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-29T02:32:13.000000Z
K 7
svn:log
V 92
- Fix plist
PR: ports/156012
Submitted by: Warren Block (maintainer)
END
K 10
svn:author
V 3
wxs
K 8
svn:date
V 27
2011-03-29T02:38:16.000000Z
K 7
svn:log
V 105
Fix post-install documentation.
PR: ports/155530
Submitted by: Thomas A. Limoncelli
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-29T02:40:12.000000Z
K 7
svn:log
V 278
- Remove hardcoded /usr/local from rc script [1]
- Add trailing slashes to config file defaults [2]
- Add missing PLIST_SUB expressions
PR: ports/156008
Submitted by: sahil@ [1]
Rick Chisholm [2]
Chris Rees (maintainer)
END
K 10
svn:author
V 3
wxs
K 8
svn:date
V 27
2011-03-29T02:41:56.000000Z
K 7
svn:log
V 123
Explicitly state libtool requirement.
PR: ports/155131 (based upon)
Submitted by: Dean Freeman
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-29T02:50:54.000000Z
K 7
svn:log
V 18
- Update to 1.0.0
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-29T06:54:39.000000Z
K 7
svn:log
V 107
- update to 2.18.0
- add licenses
- changes: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.18.0/Changes
END
K 10
svn:author
V 4
gahr
K 8
svn:date
V 27
2011-03-29T07:08:00.000000Z
K 7
svn:log
V 18
- Update to 4.2.2
END
K 10
svn:author
V 6
avilla
K 8
svn:date
V 27
2011-03-29T07:19:05.000000Z
K 7
svn:log
V 114
- Depend on newer libarchive (and fix plist) on 7.x and 8.0.
- Bump PORTREVISION.
Reported by: pointyhat via pav
END
K 10
svn:author
V 6
avilla
K 8
svn:date
V 27
2011-03-29T07:24:55.000000Z
K 7
svn:log
V 226
- Backport security patch:
* QSslSocket: abort on encountering blacklisted certificates.
- Bump PORTREVISION.
Obtained from: http://qt.gitorious.org/+qt-developers/qt/staging/commit/b87528a71b66e786c11804d7b79e408aae612748
END
K 10
svn:author
V 4
gahr
K 8
svn:date
V 27
2011-03-29T07:33:42.000000Z
K 7
svn:log
V 47
- Update to 2.13.55
- Partly refactor the port
END
K 10
svn:author
V 4
gahr
K 8
svn:date
V 27
2011-03-29T07:45:40.000000Z
K 7
svn:log
V 18
- Update to 2.0.5
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-29T09:33:45.000000Z
K 7
svn:log
V 16
Update to 0.022
END
K 10
svn:author
V 3
sbz
K 8
svn:date
V 27
2011-03-29T10:05:04.000000Z
K 7
svn:log
V 63
- Update to 1.05
- Add LICENSE
Approved by: jadawin@ (mentor)
END
K 10
svn:author
V 5
lwhsu
K 8
svn:date
V 27
2011-03-29T10:10:04.000000Z
K 7
svn:log
V 18
- Update to 1.5.5
END
K 10
svn:author
V 5
bland
K 8
svn:date
V 27
2011-03-29T12:43:28.000000Z
K 7
svn:log
V 31
Make GLib dependency optional.
END
K 10
svn:author
V 4
tota
K 8
svn:date
V 27
2011-03-29T13:07:09.000000Z
K 7
svn:log
V 17
- Update to 0.36
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-29T13:38:24.000000Z
K 7
svn:log
V 48
Document gdm privilege escalation vulnerability
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-29T13:40:09.000000Z
K 7
svn:log
V 116
Fix privilege escalation vulnerability.
Obtained from: upstream git
Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde
END
K 10
svn:author
V 3
kwm
K 8
svn:date
V 27
2011-03-29T13:50:13.000000Z
K 7
svn:log
V 46
Add a missing
.
Pointed out by: jadawin@
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-29T14:03:35.000000Z
K 7
svn:log
V 33
- update to 1.0.24
- add license
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-29T14:15:03.000000Z
K 7
svn:log
V 206
Only create symlinks for existing compiler. This functionality is outsourced
into a script which can be run manually after installing or deinstalling
additional compiler.
PR: 155568 (based on)
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-29T14:15:37.000000Z
K 7
svn:log
V 14
Add pkg-plist
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-29T14:49:48.000000Z
K 7
svn:log
V 32
- update to 2.1.3
- add license
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-29T16:07:07.000000Z
K 7
svn:log
V 37
if the star is gone, it doesn't work
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T16:21:50.000000Z
K 7
svn:log
V 188
- Update to 1.1.1
- Pass maintainership to submitter
PR: ports/155999
Submitted by: Duncan Hutty
Approved by: Robert Gogolok (old maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T16:46:30.000000Z
K 7
svn:log
V 16
- Update to 2.7
END
K 10
svn:author
V 4
jkim
K 8
svn:date
V 27
2011-03-29T16:46:53.000000Z
K 7
svn:log
V 232
Fix a race condition on NPP_Destroy. With this patch, Adobe Flash plugin
is quite bearable now. For more detailed info, please see the Red Hat PR:
https://bugzilla.redhat.com/show_bug.cgi?id=680279
Obtained from: Fedora Project
END
K 10
svn:author
V 4
bapt
K 8
svn:date
V 27
2011-03-29T17:00:17.000000Z
K 7
svn:log
V 33
- update to 0.7.24
- add license
END
K 10
svn:author
V 5
culot
K 8
svn:date
V 27
2011-03-29T17:02:25.000000Z
K 7
svn:log
V 390
- Update to 0.7 [1]
- Add p5-WWW-Curl dependency [2]
- Fix MAN3 and pkg-plist [3]
Changes: http://search.cpan.org/dist/XML-RPC-Fast/Changes
PR: ports/155997 [1], ports/155998 [2]
Submitted by: Andrey Kostenko [1],
root AT zoo.park.rambler.ru [2],
culot@ (myself, via followup to [1]) [3]
Approved by: Mons Anderson (maintainer, via email)
END
K 10
svn:author
V 5
culot
K 8
svn:date
V 27
2011-03-29T17:13:00.000000Z
K 7
svn:log
V 107
- Update to 0.0.4_0
PR: ports/156004
Submitted by: Kostas Petrikas (maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T17:53:51.000000Z
K 7
svn:log
V 100
- Update to 2.5.1
- Add LICENSE
PR: ports/156013
Submitted by: Simon Olofsson
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T17:56:15.000000Z
K 7
svn:log
V 101
- Update to 5.2.5
PR: ports/156009
Submitted by: Martin Pala (maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T18:56:24.000000Z
K 7
svn:log
V 113
- Update to 3.6.4
- Add LICENSE
PR: ports/156036
Submitted by: Simon Olofsson (maintainer)
END
K 10
svn:author
V 3
dhn
K 8
svn:date
V 27
2011-03-29T19:04:45.000000Z
K 7
svn:log
V 120
- Bump PORTREVISION
- Pick up ${SRC_BASE}
PR: ports/155933
Submitted by: Larry Rosenman (maintainer)
END
K 10
svn:author
V 5
culot
K 8
svn:date
V 27
2011-03-29T19:31:31.000000Z
K 7
svn:log
V 178
- Update to 0.121
Changes: http://search.cpan.org/dist/Catalyst-Plugin-Log-Dispatch/Changes
PR: ports/156027
Submitted by: Oleg A. Mamontov (maintainer)
END
K 10
svn:author
V 3
nox
K 8
svn:date
V 27
2011-03-29T19:32:30.000000Z
K 7
svn:log
V 18
Update to 1.7.9 .
END
K 10
svn:author
V 6
olgeni
K 8
svn:date
V 27
2011-03-29T20:35:44.000000Z
K 7
svn:log
V 87
Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and
amd64 tinderboxes.
END
K 10
svn:author
V 6
ehaupt
K 8
svn:date
V 27
2011-03-29T20:36:13.000000Z
K 7
svn:log
V 225
Because of bad type declaration communication between master/slave server and
client does not work on 64 bit architectures. Provide a patch to solve this.
PR: 155748
Submitted by: Konrad Heuer (maintainer)
END
K 10
svn:author
V 6
johans
K 8
svn:date
V 27
2011-03-29T20:43:19.000000Z
K 7
svn:log
V 232
- Update webp to version 0.1.2-rc1 (dist cleanup)
- The webpconv binary is now split into cwebp and dwebp (with manpages)
and a conversion library (with include files) were added
- Remove local patch file that is no longer needed
END
K 10
svn:author
V 4
tota
K 8
svn:date
V 27
2011-03-29T21:00:05.000000Z
K 7
svn:log
V 376
- Add a new port: textproc/ruby-escape
Ruby escape - HTML/URI/shell escaping utilities
Features:
- several escaping/composing functions
* HTML text
* HTML attribute value
* URI path
* shell command line
- dedicated classes for escaped strings
- escape and compose strongly related strings at once
WWW: http://www.a-k-r.org/escape/
END
K 10
svn:author
V 5
edwin
K 8
svn:date
V 27
2011-03-30T00:09:08.000000Z
K 7
svn:log
V 75
Ports modules update at Wednesday 30 March 2011 at 00:09
Feature safe: yes
END
K 10
svn:author
V 3
wen
K 8
svn:date
V 27
2011-03-30T00:20:37.000000Z
K 7
svn:log
V 437
Font Manager is not intended to be a professional-grade font management
solution, but rather a simple application suitable for the needs of most
desktop users.
Although designed with the GNOME desktop environment in mind, it should
work well with most major desktop environments such as Xfce, Enlightenment,
and even KDE.
WWW: https://code.google.com/p/font-manager/
PR: ports/155942
Submitted by: Zhihao Yuan
END