Commit graph

12691 commits

Author SHA1 Message Date
adam
c9fcb24ab3 Updated sysutils/ntfsprogs to 1.12.1 2006-01-26 21:45:19 +00:00
tonio
e78b6c9a6c Updated wm/evilwm to 0.99.21 2006-01-26 21:41:35 +00:00
adam
568cceb07b Updated devel/Gorm to 1.0.4 2006-01-26 20:59:20 +00:00
adam
e5df73cd84 Updated graphics/ImageMagick to 6.2.6.0 2006-01-26 20:39:34 +00:00
shannonjr
9bbe4b8a3d Added entry for updating librfuncs 2006-01-26 18:48:48 +00:00
reed
ef8c0ba07b Updated git to git-4.3.20. 2006-01-26 17:59:35 +00:00
kochi
1ab6628b8b note sysutils/acpi-iasl to 20060113 2006-01-26 08:56:13 +00:00
wiz
7dcdb647d1 gfract updated to 0.32. 2006-01-26 06:43:10 +00:00
ben
428f38c2a1 Make note of fprot-workstation-bin update. 2006-01-26 04:50:55 +00:00
minskim
1dc40e1ad4 Note update of blindmine. 2006-01-26 03:27:07 +00:00
hiramatsu
35efd019d0 Updated p5-Net-Pcap to 0.11:
2005.11.28 - 0.11 - Sebastien Aperghis-Tramoni (SAPER)
  - [CODE] Added the pcapinfo command.
  - [DIST] Cygwin installation was simplified and should now Just Work.
  - [TESTS] Improved the whole test suite to make it use the best device
    it can find (was needed for Cygwin & Win32).
  - [DOC] Corrected a few typos thanks to Test::Spelling.
  - [DOC] Small documentation nits.

2005.11.xx - 0.10 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] lookupnet() wasn't exported by :functions.
  - [BUGFIX] Fixed findalldevs() emulation.
  - [BUGFIX] Replaced several newSViv() with newSVuv() to respect the actual
    unsigned nature of several fields.
  - [TESTS] Fixed 03-openlive.t for Darwin/Mac OS X.
  - [TESTS] RT#15342: lookupnet() fails if the device returned by lookupdev()
    has no IP configured. Thanks to
  - [TESTS] RT#15343: warnings when running t/14-datalink.t
  - [TESTS] Fixed another corner case in t/02-lookup.t thanks to Rafael Garcia-Suarez.
  - [TESTS] t/Utils.pm now sets the environment to C. Thanks to Karl Y. Pradene.

2005.10.26 - 0.09 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] Restored compatibility with older versions of libpcap, namely the
    traditional ones founds on BSD systems.
  - [FEATURE] Added Microsoft Visual C++ 7 compatibility, thanks to Max Maischen
    and Jean-Louis Morel.
  - [CODE] Added new detection routines for looking which functions are actually
    available on the host system.
  - [CODE] Upgraded to Devel::PPPort 3.06_03
  - [TESTS] Renamed t/CheckAuth.pm to t/Utils.pm, added function is_available().
  - [TESTS] Changed the way the test utility module is loaded.
  - [TESTS] Updated several test files so they skip the tests that depend on
    a function that may be unavailable.
  - [TESTS] Fixes several corner cases thanks to the benevolent testing of
    Philippe Bruhat, David Morel and Scott Lanning.

2005.10.05 - 0.08 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] RT#6320: loop() conflicts with alarm(). Thanks to RafaZ: Garcia-Suarez
    for the patch. Also applied to dispatch() and next().
  - [BUGFIX] setnonblock() and getnonblock() now checks that $err is a reference.
  - [BUGFIX] Merged Jean-Louis Morel patch: modification of the detection code in
    Makefile.PL for Win32; fixes for compiling with Microsoft compiler;
    simplification of lookupdev().
  - [BUGFIX] Restored compatibility with Perl 5.6, 5.5 and 5.4
  - [BUGFIX] Fixed memory leak in lookupdev().
  - [BUGFIX] Some XS wrappers (compile(), dispatch(), stats()) now resets the error
    string before calling the underlying functions.
  - [FEATURE] Now tries to use XSLoader if available, then falls back to DynaLoader.
  - [FEATURE] Improved findalldevs(). See documentation.
  - [FEATURE] Added wrapper for freecode(), dump_flush(), dump_file().
  - [DIST] Improved detection code in Makefile.PL.
  - [TESTS] Updated t/05-dump.t, t/12-next.t in order to increase code coverage (94%).
    What remains uncovered is cargo-cult defensive, hence untestable, code.
  - [TESTS] Updated t/01-api.t, t/05-dump.t, t/08-filter.t, t/10-fileno.t,
    t/13-dispatch.t, t/16-setnonblock.t
  - [TESTS] Updated all test scripts in order to suppress warnings.
  - [TESTS] Moved the the check whether pcap can be used in t/CheckAuth.pm and
    added Win32 specific code, supplied by Jean-Louis Morel.
  - [TESTS] Added t/rt-6320.t for checking the bugfix of RT#6320.
  - [TESTS] Added t/distchk.t

2005.09.23 - 0.07 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] RT#7455: Memory corruption when using Net::Pcap::Compile()
  - [BUGFIX] Merged Win32 fix to pcap_lookupdev() from JLM/0.04.02
  - [FEATURE] Added wrappers for lib_version(), open_dead(), set_datalink(),
    datalink_name_to_val(), datalink_val_to_name(), datalink_val_to_description()
  - [FEATURE] Added support for all DLT_*, MODE_*, PCAP_* and useful BPF_*
    numeric macros using ExtUtils::Constant.
  - [FEATURE] Added const qualifiers when appropriate.
  - [FEATURE] Added ppport.h
  - [DIST] Added libpcap detection using have_library() from XML::LibXML::Common
  - [TESTS] Fixed scripts t/10-fileno.t,
  - [TESTS] Added t/17-lib_version.t, t/18-open_dead.t, 19-breakloop.t
  - [TESTS] Updated t/14-datalink.t
  - [DOC] Updated documentation.

2005.09.15 - 0.06 - Sebastien Aperghis-Tramoni (SAPER)
  - [FEATURE] RT#7594: added pcap_setnonblock() and pcap_getnonblock(). Thanks
    to Ernesto Domat for the patch.
  - [FEATURE] Changed the warning returned by stats() in order to be uniform
    with other similar warnings
  - [TESTS] Completely rewrote the tests suite using Test::More and better
    (and portable) methods to skip tests when appropriate.
  - [TESTS] Added t/podcover.t, t/pod.t, t/portfs.t
  - [TESTS] Added t/15-is_swapped.t, t/16-setnonblock.t
  - [DIST] Updated Makefile.PL
  - [DOC] RT#7671: documentation typo
  - [DOC] Updated the documentation.
2006-01-26 02:00:15 +00:00
xtraeme
0682719f8e Updated mail/sylpheed-devel to 2.2.0beta6 2006-01-26 01:06:03 +00:00
minskim
97d9216fc4 Note update of alee-ttf. 2006-01-25 21:27:45 +00:00
minskim
d8e07a052f Note update of mathomatic. 2006-01-25 20:43:07 +00:00
wiz
34e5e0a6f3 bzr updated to 0.7. 2006-01-25 20:31:52 +00:00
tron
27209a9cd5 Note update of "xine-lib" package to version 1.0.3anb4. 2006-01-25 20:06:52 +00:00
wiz
369ebe7763 Note updates of gstreamer0.10 and gst-plugins0.10-base. 2006-01-25 19:53:59 +00:00
wiz
33e9b8c4a1 Note p5-Finance-Quote PKGREVISION bump. 2006-01-25 19:50:55 +00:00
wiz
b6ee7427ec rxvt-unicode updated to 7.2. 2006-01-25 19:49:01 +00:00
tonio
f63c190245 Updated mail/isync to 1.0.1nb3 : fix -C with imap mailboxes 2006-01-25 17:38:52 +00:00
joerg
fd7fcef44a (Hopefully) now working cdrtools on DragonFly. 2006-01-25 16:03:50 +00:00
joerg
cd8811def3 errno fixes in the generated files and libraries of devel/mkcmd. 2006-01-25 15:21:31 +00:00
dmcmahill
dcea21065e cad/verilog-current to 20060124 2006-01-25 12:11:55 +00:00
xtraeme
f350bb8834 Updated devel/p5-glib2 and x11/p5-gtk2 to 1.103 2006-01-25 11:50:40 +00:00
kent
c85a7da4a4 Note update of emulators/peace.
- fix a build problem with newer FreeType
  - fix a build problem with -current after "compat code reorg"
2006-01-25 08:34:27 +00:00
xtraeme
fd093dcc97 Updated multimedia/mjpegtools and multimedia/mplex to 1.8.0 2006-01-25 08:12:08 +00:00
xtraeme
d65b4672f3 Updated pkgtools/url2pkg to 1.33 2006-01-25 05:11:11 +00:00
uebayasi
522f412913 Note update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585
from Takanori Ishihara.
2006-01-25 04:50:42 +00:00
dmcmahill
b5c1d982d7 note gEDA suite update to 20060123 2006-01-25 01:53:41 +00:00
reinoud
f16c281842 Note initial commit of the net/kiax version 0.8.4 package.
"In the process of the development of Asterisk a new protocol has gathered
the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX
(TM), Protocol, used as a the native communication protocol between
Asterisk PBX Servers. What is particularly good in it is that it requires
only one UDP port per endpoint to create a successful communication channel
for VoIP calls. This makes it much friendlier for users behind NAT, which
is not the case with SIP and H.323 - they required specific router
configurations for their channel establishment, thus hindering faster
spread of VoIP on the home and corporate desktop."
2006-01-25 00:01:58 +00:00
ghen
d366671b58 Bump net/pure-ftpd for PLIST update. 2006-01-24 22:47:49 +00:00
rillig
cf8fd17705 Updated devel/ode to 0.5. 2006-01-24 22:46:05 +00:00
adam
f35a71326a Updated databases/rrdtool to 1.2.12 2006-01-24 22:23:29 +00:00
adam
528d926001 Updated net/net-snmp to 5.3.0.1 2006-01-24 22:18:21 +00:00
tron
768b44f226 Note update of "teTeX3-bin" package to version 3.0nb6. 2006-01-24 21:52:51 +00:00
adam
38a33cc052 Added emulators/e-uae 0.8.28 2006-01-24 20:23:19 +00:00
tonio
2ce5334aaa Updated databases/lbdb to 0.31.1 2006-01-24 20:04:04 +00:00
adrianp
1133d6bb2b Fix a typo in the recent adodb update. 2006-01-24 15:10:26 +00:00
adrianp
72a4a6c952 Updated adodb/databases to 4.71 2006-01-24 13:38:43 +00:00
ghen
667d121c15 Updated net/mydns-(mysql|pgsql) to 1.1.0. 2006-01-24 10:42:55 +00:00
tonio
a83bda554b Updated chat/bitlbee to 1.0.1 2006-01-24 10:03:29 +00:00
wiz
987d855722 asc updated to 1.16.3. 2006-01-24 07:33:59 +00:00
schmonz
6c1628c4f1 Note py-feedparser update. 2006-01-24 07:01:30 +00:00
xtraeme
3a96867429 Updated multimedia/transcode to 1.0.2 2006-01-24 05:34:27 +00:00
xtraeme
849a74bd48 Added multimedia/ffmpeg-devel. 2006-01-24 04:01:38 +00:00
xtraeme
5960b18c7e Added multimedia/dvdstyler. 2006-01-24 03:48:37 +00:00
xtraeme
92f93eabd1 Added graphics/wxsvg.- 2006-01-24 03:43:42 +00:00
xtraeme
ae04715008 Added multimedia/gtranscode. 2006-01-24 02:28:49 +00:00
wiz
9f0c632d77 anthy updated to 7100b. 2006-01-23 23:09:32 +00:00
joerg
c219958a0e Wheel mouse fixes for DragonFly in xorg-server. 2006-01-23 22:56:07 +00:00