Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:10:27 UTC Now

2011-12-11 19:52:31 UTC MAIN commitmail json YAML

Sync tex-etex{,-doc} with TeX Live r22198.

Changes:
- Fix the version string in a manpage.

(minskim)

2011-12-11 18:41:48 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS on some TeX components so that NEWS.pdf is successfully
built.  Fix PLIST.  Bump PKGREVISION.

(markd)

2011-12-11 15:50:56 UTC MAIN commitmail json YAML

2011-12-11 15:32:53 UTC MAIN commitmail json YAML

PowerPC, building with -O2 optimisation with GCC (on netbsd-5,
at least) results in 'xemacs -vanilla' dumping core.
Lower optimisation as a workaround, until GCC is fixed.

(hauke)

2011-12-11 14:37:56 UTC MAIN commitmail json YAML

Note update of ISC DHCP related pacakges to 4.2.3.p1.

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2011-12-11 14:36:11 UTC MAIN commitmail json YAML

Update isc-dhcp4 package to 4.2.3p1 (4.2.3-P1).
It implicitly update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.2.3p1.

Changes since 4.2.3

! Add a check for a null pointer before calling the regexec function.
  Without out this check we could, under some circumstances, pass
  a null pointer to the regexec function causing it to segfault.
  Thanks to a report from BlueCat Networks.
  [ISC-Bugs #26704].
  CVE: CVE-2011-4539

(taca)

2011-12-11 14:31:31 UTC MAIN commitmail json YAML

Added www/php-owncloud version 2.0.1

(ryoon)

2011-12-11 14:30:20 UTC MAIN commitmail json YAML

Add php-owncloud

(ryoon)

2011-12-11 14:29:22 UTC MAIN commitmail json YAML

Import php*-owncloud as www/php-owncloud.

ownCloud gives you universal access to your files through a web
interface or WebDAV. It also provides a platform to easily view &
sync your contacts, calendars and bookmarks across all your devices
and enables basic editing right on the web.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-12-11 14:27:07 UTC MAIN commitmail json YAML

Note update of textproc/chasen-base package to 2.4.4nb2.

(taca)

2011-12-11 14:26:27 UTC MAIN commitmail json YAML

Add security patch for CVE-2011-4000 from official site.

Bump PKGREVISION.

(taca)

2011-12-11 14:24:38 UTC MAIN commitmail json YAML

This is not MAKE_JOBS_SAFE; device/lib/Makefile requires .WAIT but can't
have it because it also requires gmake.

(dholland)

2011-12-11 13:21:38 UTC MAIN commitmail json YAML

Updated www/php-tiki6 to 6.4nb2

(ryoon)

2011-12-11 13:01:50 UTC MAIN commitmail json YAML

Fix typo in MESSAGE, bump PKGREVISION.

(ryoon)

2011-12-11 12:39:43 UTC MAIN commitmail json YAML

Updated audio/picard to 0.16

(obache)

2011-12-11 12:39:27 UTC MAIN commitmail json YAML

Update picard to 0.16.

while here,
* convert some needless buildlink3 to simple DEPENDS.
* distutils pkg, register egg-info.

Version 0.16 - 2011-10-23
* Added AcoustID support.
* Fixed track metadata plugins.
* Added new internal %_totalalbumtracks% tag field. (PICARD-16)
* Track metadata plugins now run also on non-album tracks. (PICARD-7)
* Fixed custom Various Artists name on the %albumartist% field. (PICARD-5)
* Album artist is now correctly "translated". (PICARD-1)
* Unicode punctuation is now converted to ASCII by default.
* WavPack correction files are moved together with the main files. (PICARD-15)
* Unicode filename normalization on OS X.
* Original release date is now saved into %originaldate%.
* Allow tagging with localized artist aliases (PICARD-17)
* Added a quit confirmation dialog. (PICARD-46)
* Standalone recordings can be tagged with relationships now. (PICARD-10)
* Refreshing an album will refresh its "other versions" listing. (PICARD-8)
* "Unicode punctuation to ASCII" now works on album-level metadata. (PICARD-50)
* DJ-mix tags should only be written to the medium where they apply. (PICARD-20)
* Support URL redirects in web service/network request module (PICARD-54)
* Jamendo and Archive.org cover art is displayed on web page, but not loaded by Picard plugin (PICARD-52)
* Edits to metadata in "Details..." menu not reflected in UI (PICARD-13)
* The status bar/new metadata box is updated when a selected file/track is changed. (PICARD-14)

(obache)

2011-12-11 12:00:34 UTC MAIN commitmail json YAML

shells/ast-ksh: Fix DragonFly

Add libm to CFLAGS when building on DragonFly to allow build to complete.
Contributed-by: Chris Turner

(marino)

2011-12-11 11:59:06 UTC MAIN commitmail json YAML

graphics/osg: Fix all platforms

1) Modified current patch to support DragonFly
2) Fixed includes for ffmeg headers
3) The API for ffmpeg's sample format changed, so tell it to use old API.
  This can be removed when OpenSceneGraph version is upgraded
4) The PLIST was missing ffmpeg plugin.  I guess it never built before.

(marino)

2011-12-11 11:57:09 UTC MAIN commitmail json YAML

devel/tet3: Multiple platform fix

Tet3 has a korn shell script in it, but this was never accounted for
previously.  NetBSD has /bin/ksh so they never noticed the error.  However,
the script in question didn't have the shebang at the first line because
it was a template and REPLACE_KSH failed.  As a result, the template is
patched to allow REPLACE_KSH to work.  This fix should apply to all
platforms that don't have /usr/ksh.

(marino)

2011-12-11 11:55:13 UTC MAIN commitmail json YAML

mail/thunderbird: Fix for all non-NetBSD platforms

Using ${LOWER_OPSYS} in PLIST only breaks the install phase for non-NetBSD
platforms.  This practice needs to stop.
Reported-by: Chris Turner

(marino)

2011-12-11 11:53:23 UTC MAIN commitmail json YAML

mail/majordomo: Eliminate extern int errno

Now it builds on DragonFly and maybe other platforms too.
Contribution: Chris Turner

(marino)

2011-12-11 10:48:59 UTC MAIN commitmail json YAML

Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE.
Extra "case" was existed before default label of case statement.

(taca)

2011-12-11 09:23:26 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.4.609

(obache)

2011-12-11 09:08:44 UTC MAIN commitmail json YAML

Update mikutter to 0.0.4.609.
* fix: crash when URL open failure with browser

(obache)

2011-12-11 03:58:49 UTC MAIN commitmail json YAML

2011-12-11 02:59:35 UTC MAIN commitmail json YAML

BUILDLINK_TRANSFORM+= rm:-lXp

This works around the Motif imake templates, which unconditionally
provide -lXp for Motif clients. It is not clear to me why imake
material for Motif is shipped as part of the default X imake templates
rather than with Motif; but imake has always had a special (il)logic
of its own.

Dealing with this problem by setting IMAKEOPTS here instead causes
"can't buildlink files" and I don't understand why; but this approach
is maybe better anyway.

Fixes build of audio/xmradio and perhaps other Motif-using packages.

(dholland)

2011-12-10 23:53:35 UTC MAIN commitmail json YAML

math/pari: Fix for binutils 2.22

The ld linker from binutils 2.22 has --no-copy-dt-needed-entries enabled by
default, which is exactly opposite of earlier versions of the linker.
Previously ld would recursively search libraries linked in by the object's
primary libraries during symbol resolution.  Now linker wants all libraries
explicit requested, otherwise one gets a message such as this:

ld: <object file>: undefined reference to symbol '<symbol>'
ld: note: '<symbol>' is defined in DSO <shared library> so try adding it
    to the linker command line.

If this message is encountered, the two options are either to explicitly
add it to the linker command as suggested, or use the
--no-copy-dt-needed-entries switch to return the linker to its previous
behavior.  In the case of math/pari, libstdc++ was added to the library
list for the plotfltk.o object.  This explicit link is required by DragonFly
which is migrated to binutils 2.22 as its default version.

(marino)

2011-12-10 20:50:51 UTC MAIN commitmail json YAML

2011-12-10 19:17:00 UTC MAIN commitmail json YAML

Let texlive packages honor PKGINFORDIR.

(minskim)

2011-12-10 18:55:38 UTC MAIN commitmail json YAML

2011-12-10 18:54:52 UTC MAIN commitmail json YAML

2011-12-10 17:50:23 UTC MAIN commitmail json YAML

finances/kmymoney2: Fix all platforms

The main problem with this package is that sqlite2 was building
automatically, but the makefile for it was broken.  The QTDIR variable
wasn't getting expanded in the makefile, so the rpath for sqlite3 library
was corrupt.  Once the Makefile was fixed, libsqlite3.so built normally,
but it didn't get installed due to another Makefile issue.  Finally, it
built and installed, but then the PLIST was missing its entry.

After everything was verified building ok, I discovered somebody had
added and then commented out "sqlite3" option.  Since it's building by
default, I took this option out.  If somebody else decides that it
should be optional, I'll let them tweak the configure args, PLIST, and
options file to make that happen.

(marino)

2011-12-10 17:48:33 UTC MAIN commitmail json YAML

finance/libofx: Fix use of iconv on DragonFly

(marino)

2011-12-10 14:43:51 UTC MAIN commitmail json YAML

Updated devel/py-game to 1.8.1nb10

(obache)

2011-12-10 14:43:37 UTC MAIN commitmail json YAML

* no need to buildlink with py-numpy, simple DEPENDS is sufficient.
* distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2011-12-10 14:36:38 UTC MAIN commitmail json YAML

Remove useless .include "../../mk/bsd.prefs.mk"

(cheusov)

2011-12-10 14:18:41 UTC MAIN commitmail json YAML

Updated audio/py-karaoke to 0.7.2nb7

(obache)

2011-12-10 14:17:37 UTC MAIN commitmail json YAML

* convert some needless buildlink to simple DEPENDS.
* distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2011-12-10 13:28:43 UTC MAIN commitmail json YAML

Unconditionally pass ac_cv_file__proc_stat=yes and
  ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop
  will be built regardless of /proc is mounted or not (bulk builds).
Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where
  Linux-compatible procfs is available.

(cheusov)

2011-12-10 13:26:38 UTC MAIN commitmail json YAML

LICENSE=gnu-gpl-v2 # or later

(obache)

2011-12-10 13:07:51 UTC MAIN commitmail json YAML

Updated audio/py-mutagen to 1.20nb1

(obache)

2011-12-10 13:00:57 UTC MAIN commitmail json YAML

distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2011-12-10 09:56:52 UTC MAIN commitmail json YAML

+ digikam-2.4.1, drupal-7.10, kde4-4.7.4, lapack-3.4.0, offlineimap-6.4.2,
  pure-ftpd-1.0.35, xorg-util-macros-1.16.0.

(wiz)

2011-12-10 06:54:06 UTC MAIN commitmail json YAML

Regen distinfo

(sbd)

2011-12-10 01:11:45 UTC MAIN commitmail json YAML

textprox/interlogic: Fix gentoo ltmain sanity check bug

(marino)

2011-12-10 01:09:20 UTC MAIN commitmail json YAML

textproc/libxml++1: Fix gentoo ltmain sanity check bug

(marino)

2011-12-09 21:56:39 UTC MAIN commitmail json YAML

2011-12-09 21:53:44 UTC MAIN commitmail json YAML

Import graphviz-dot-mode-0.3.7 as graphics/graphviz-dot-mode.

The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location.  There is support for
both GNU Emacs and XEmacs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-12-09 17:46:41 UTC MAIN commitmail json YAML

Updated graphics/babl to 0.1.6; graphics/gegl to 0.1.8

(adam)

2011-12-09 17:45:13 UTC MAIN commitmail json YAML

Changes 0.1.8:
* New operations: spread, vignette, map-relative, noise-reduction, plasma,
    fractal-trace, exr-save, lens-correct, emboss, cubism, ripple,
    color-to-alpha, color-rotate, red-eye-removal, convolution-matrix,
    deinterlace, polar-coordinates, lens-distortion, pixelise.
* Split GeglView GTK Widget into separate utility library
* build/test improvements.
* Buffer:
* Added lohalo resampler, API and infrastructure for doing non affine
  resamplings.

(adam)

2011-12-09 17:43:53 UTC MAIN commitmail json YAML

Changes 0.1.6:
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.

(adam)

2011-12-09 16:57:44 UTC MAIN commitmail json YAML

2011-12-09 16:11:55 UTC MAIN commitmail json YAML

add patch from upstream Ticket #8984 to fix possible out-of-bounds
array access, bump PKGREV

(drochner)

2011-12-09 14:36:36 UTC MAIN commitmail json YAML

2011-12-09 13:51:56 UTC MAIN commitmail json YAML

Use getpassphrase() on SunOS to allow passwords longer than 8 chars.

(hans)

2011-12-09 13:34:02 UTC MAIN commitmail json YAML

Updated x11/py-wxWidgets to 2.8.10.1nb9

(obache)

2011-12-09 13:33:44 UTC MAIN commitmail json YAML

distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2011-12-09 12:43:14 UTC MAIN commitmail json YAML

Updated cad/pcb to 20110918

(dmcmahill)

2011-12-09 12:42:10 UTC MAIN commitmail json YAML

Update to pcb-20110918

========================================================================
Release Notes for PCB snapshot 20110918
========================================================================
This release represents over 797 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- Internal coordinate space is now metric.  This should fix the "trace
  nubs on metric grids" issue.  Also, units are allowed on pretty much
  every "coordinate" that PCB accepts.  Example: 5.4in, 10cm, 0.55mm.
  New configure option --enable-coord64 to force (slower?) 64-bit type
  for coordinates on 32-bit systems (if you need a board bigger than 1
  meter across).  The internal precision is 1 nanometer, the internal
  type is "Coord".
- MinGW support.
- New GL mode for the gtk hid with translucent traces.

- New GTK layer view/choose widget and other GUI enhancements.
- GTK HID warns if the *.pcb file has changed on disk.
- Enhanced grid snapping logic.
- Select/report nets by name.
- Auto-pan has been removed.
- Zoom can zoom out beyond the edge of the board's workspace.
- GTK: title string matches GNOME conventions.
- Personally identifiable information is no longer stored in the PCB.
- Toggling vias from hole to plated is reversible.
- Gerber exporter has options for including outlines on other layers.
- Edited footprint files are saved as footprints, not pcbs.
- Improved gtk library search/filter.
- Default layer stack is now a six-layer template with outline.
- If the board has an outline layer, an outline will be shown if no
  other outline is specified.
- Group[] string allows t/b synonyms for c/s.  "top" and "bottom" are
  the standard names now.
- PCB will save files with an older version tag if newer features aren't needed.
- Autorouter has a progress dialog.
- PCB will no longer let you delete the last top/bottom layer.
- Refcard has been updated.
- Documentation updates.
- Layes with the PCB::skip-drc attribute set are ignored during DRC.
- Allow numeric keys to also choose the silk layer.
- Minor readability tweaks to the default font.
- Via copper may overlap.
- User is notified if an Import() cannot find all the footprints.

Bug Fixes
---------

- Optimizer won't try to optimize overlapping pads
- Undo should fail less, in corner cases.
- Nested key-bound actions won't crash lesstif.
- Do not select invisible pads on the far side.
- Protect Import() from command injection.
- Fix conversion of far-side polygons to element pads.
- Fix initial clearance values of text when loading PCBs.
- Fix solder mask drawing on vias.
- Add missing action documentation.
- Fab drawing notes actual outline trace width.
- Zero clearance pins and pads won't cause DRC failures.
- PS export: fix draw-rectangle (used to do fill, not outline)
- Gerber export no longer fills unfilled rectanges.
- If there are no image formats available, the PNG hid is not enabled.
- You can no longer select pins/pads of locked elements.
- The m4-to-newlib converter now creates file names that match the
  library view.
- Never set the FOUND flag on new silk lines.
- Lesstif HID won't crash if both Xinerama and XRender are detected.
- Lesstif menu is now internationalizable.
- Refdes labels in a font-less layout can be moved.
- Import can correctly update elements on the bottom side.
- DRC no longer treats unplated holes as conducting.

Other
-----

- Updated and new translations, including Dutch.
- Many polygon speedups.
- Numerous build-related cleanups.
- Numerous minor speed-related cleanups.
- GTK 2.18 is the minimum required version.
- GTS moved out of the src/ tree so it can be built with different flags.
- More C++ compatible.
- Expanded regex documentation.
- Much code which is no longer needed has been removed.
- HID init method changed to allow for hid struct expansion without
  breaking everything.
- New HID calls for whole-pad and whole-pin drawing.
- ClearAndRedrawOutput() replaced with Redraw().
- Board objects use hashes instead of lists to store parts, so
  pointers don't change.
- DVI documentation output is no longer generated.

(dmcmahill)

2011-12-09 11:52:12 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.22

(adam)

2011-12-09 11:50:22 UTC MAIN commitmail json YAML

Changes 1.7.22:
This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file

(adam)

2011-12-09 07:00:51 UTC MAIN commitmail json YAML

Note update of devel/p5-pip, www/p5-Catalyst-Controller-FormBuilder and
devel/p5-IO-All.

(hiramatsu)

2011-12-09 06:59:50 UTC MAIN commitmail json YAML

Update p5-IO-All to 0.44.

Change from previous:
---------------------
version: 0.44
date:    Wed Oct  5 18:11:27 EDT 2011
changes:
- Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)

(hiramatsu)

2011-12-09 06:58:24 UTC MAIN commitmail json YAML

Update p5-Catalyst-Controller-FormBuilder to 0.06.

Change from previous:
---------------------
0.06  26-01-11 10:38:00
    Remove last reference to NEXT:: (caelum/agladish)

(hiramatsu)

2011-12-09 06:57:46 UTC MAIN commitmail json YAML

Update p5-pip to 1.19.

Changes from previous:
----------------------
1.19 Mon 10 May 2010 - Adam Kennedy
- Adding abstracts to ::API and ::FAQ
- Update Module::Install to 1.00

(hiramatsu)

2011-12-09 03:00:29 UTC MAIN commitmail json YAML

Another whitespace, from Snader_LB.

(dholland)

2011-12-09 02:59:01 UTC MAIN commitmail json YAML

A couple more adjustments, partly from Snader_LB.

(dholland)

2011-12-09 02:23:29 UTC MAIN commitmail json YAML

2011-12-09 02:16:14 UTC MAIN commitmail json YAML

Revert commit:

Module Name: pkgsrc
Committed By: sbd
Date: Wed Dec  7 20:39:19 UTC 2011

Modified Files:
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile
pkgsrc/mail/cyrus-imapd24: Makefile

Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.

(sbd)

2011-12-09 02:12:19 UTC MAIN commitmail json YAML

Note update of devel/p5-Test-CheckManifest, devel/p5-boolean, devel/p5-Coro
and www/p5-Catalyst-Controller-HTML-FormFu.

(hiramatsu)

2011-12-09 02:09:38 UTC MAIN commitmail json YAML

Update p5-Catalyst-Controller-HTML-FormFu to 0.09003.

Changes from previous:
----------------------
0.09003 2011-05-12

    - depend on HTML::FormFu 0.09

0.09002 2011-05-11

    - fixes #67404 (Missing dependency on MooseX::ChainedAccessors)

    - fixes #67571 (Minimum requirement for HTML::FormFu is 0.9002)
      actually it just requires MooseX::ChainedAccessors

    - hopefully fixes 539965f0-7b0f-11e0-b729-7181c0b02281

0.09001 2011-05-10

    - fixed problem with build_per_context_instance that caused errors
      like http://paste.scsys.co.uk/102966

0.09000 2011-03-29

    - Fix mem leak

    - Resolve Moose extends/runtime bug RT #55780

    - fix RequestToken classes to work with new Moosified HTML-FormFu

(hiramatsu)

2011-12-09 02:08:56 UTC MAIN commitmail json YAML

Update p5-Coro to 6.07.

Changes from previous:
----------------------
6.07 Fri Nov 11 21:21:48 CET 2011
- work around a bug in PerlIO (setting $SIG{__WARN__} to a PVCV).
        - update ecb.h.

(hiramatsu)

2011-12-09 02:08:33 UTC MAIN commitmail json YAML

Update p5-boolean to 0.28.

Changes from previous:
----------------------
version: 0.28
date:    Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&Wendy++ downstairs bathroom

(hiramatsu)

2011-12-09 02:07:49 UTC MAIN commitmail json YAML

Update p5-Test-CheckManifest to 1.24.

Changes from previous:
----------------------
1.24  Sat Apr 09 2011
      + MANIFEST spec allows whitespaces in filenames (when enclosed in single quotes)
      this was not parsed correctly (see [#67334]). Fixed now - Thanks to JWEIGEL

1.23  Mon Mar 28 2011
      + CPAN toolchain now creates MYMETA.yml and META.json. These files are in
      the list of recognized files now.
      + clarify license of this module (In README the Perl license was mentioned where
      in all other files Artistic 2.0 was mentioned)
      + switched to Dist::Zilla
      + removed tests that are created by Dist::Zilla

(hiramatsu)

2011-12-09 01:53:40 UTC MAIN commitmail json YAML

2011-12-09 01:53:12 UTC MAIN commitmail json YAML

In OWN_DIRS_PERMS change ROOT_GROUP to REAL_ROOT_GROUP

(sbd)

2011-12-09 01:35:09 UTC MAIN commitmail json YAML

2011-12-09 01:32:58 UTC MAIN commitmail json YAML

emulators/gnuboy-sdl: Fix for modern gcc

The deprecated force-mem flag is not present on later gcc compilers.

(marino)

2011-12-09 01:32:40 UTC MAIN commitmail json YAML

2011-12-09 01:31:57 UTC MAIN commitmail json YAML

emulators/gnuboy: Fix for modern gcc

The deprecated force-mem flag is not present on later gcc compilers.

(marino)

2011-12-09 01:23:07 UTC MAIN commitmail json YAML

This builds and installs a man page if it finds asciidoc. Since it's
just a man page and asciidoc is fairly harmless, and it's not entirely
clear how to disable the test, run with it: add a build depend on
asciidoc, plus USE_TOOLS+=gzip, and update the plist. PKGREVISION -> 2.

(dholland)

2011-12-09 01:21:15 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(dholland)

2011-12-09 00:48:45 UTC MAIN commitmail json YAML

2011-12-09 00:15:36 UTC MAIN commitmail json YAML

2011-12-08 22:54:31 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-MakeMaker to 6.59nb2.

(hiramatsu)

2011-12-08 22:53:51 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.14.2nb3.

(hiramatsu)

2011-12-08 22:44:24 UTC MAIN commitmail json YAML

2011-12-08 22:43:49 UTC MAIN commitmail json YAML

Force ExtUtils::MakeMaker to ignore installed packlist when creating new
packlist. It prevents generating wrong PLIST during make replace.

Bump PKGREVISION.

(hiramatsu)

2011-12-08 22:13:35 UTC MAIN commitmail json YAML

+wmi-11 (from Snader_LB)

(dholland)

2011-12-08 22:13:15 UTC MAIN commitmail json YAML

Update HOMEPAGE, from Snader_LB

(dholland)

2011-12-08 20:45:42 UTC MAIN commitmail json YAML

devel/py-pysvn: Fix DragonFly

DragonFly no longer has libresolv, it's part of libc.

(marino)

2011-12-08 20:43:28 UTC MAIN commitmail json YAML

editors/xemacs: Fix all non-NetBSD platforms

The previous change to PLIST broke all platforms not NetBSD if built under
PKG_DEVELOPER=yes.  The netbsd.h header will be present on all platforms,
so it needs to have a dedicated entry in PLIST (as it used to).  The
LOWER_OPSYS variable is just wrong in this case.

Secondly, the dragonfly.h file was updated for the default compiler,
allowing this version of xemacs to build again.

(marino)

2011-12-08 20:41:47 UTC MAIN commitmail json YAML

editors/notecase: Fix DragonFly

__DragonFly__ was tagged onto existing patches, and a value of MAXNAMELEN
was provided as it is not defined in DragonFly's dirent.h.

(marino)

2011-12-08 20:40:32 UTC MAIN commitmail json YAML

editors/emacs20: Mark NOT-FOR-DRAGONFLY

I actually spent a couple of hours getting emacs20 to build error-free
with DragonFly's gcc4.4 compiler.  Unfortunately, it came DOA and emits
"elf_load_section: truncated ELF file" when executed.

This version of EMACS is 14 years old, and it's not worth fooling with
anymore.  I doubt anybody will notice its masking.

(marino)

2011-12-08 20:38:39 UTC MAIN commitmail json YAML

mk/tools/tools.DragonFly.mk: Add some native tools

Add xzcat, pax, and alphabetize cat

(marino)

2011-12-08 20:37:34 UTC MAIN commitmail json YAML

Updated www/php-tiki6 to 6.4nb1

(ryoon)

2011-12-08 20:35:25 UTC MAIN commitmail json YAML

* php-tiki6 accepts lang/php5, see http://doc.tiki.org/Requirements .
* Update MESSAGE file, bump PKGREVISION.

(ryoon)

2011-12-08 19:39:36 UTC MAIN commitmail json YAML

Updated stunnel to 4.50.

(jym)

2011-12-08 19:38:37 UTC MAIN commitmail json YAML

stunnel updated to 4.50.

(jym)

2011-12-08 19:37:58 UTC MAIN commitmail json YAML

Update stunnel to 4.50 (from 4.46).

Version 4.50, 2011.12.03, urgency: MEDIUM:

    New features
        Added Android port.
        Updated INSTALL.FIPS.
    Bugfixes
        Fixed internal memory allocation problem in inetd mode.
        Fixed FIPS mode on Microsoft Vista, Server 2008, and Windows 7. This fix required to compile OpenSSL FIPS-compliant DLLs with MSVC 9.0, instead of MSVC 10.0. msvcr100.dll was replaced with msvcr90.dll. GPL compatibility issues are explained in the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html#WindowsRuntimeAndGPL
        POP3 server-side protocol negotiation updated to report STLS capability (thx to Anthony Morgan).

Version 4.49, 2011.11.28, urgency: MEDIUM:

    Bugfixes
        Missing Microsoft Visual C++ Redistributable (msvcr100.dll) required by FIPS-compliant OpenSSL library was added to the Windows installer.
        A bug was fixed causing crashes on MacOS X and some other platforms.

Version 4.48, 2011.11.26, urgency: MEDIUM:

    New features
        FIPS support on Win32 platform added. OpenSSL 0.9.8r DLLs based on FIPS 1.2.3 canister are included with this version of stunnel. FIPS mode can be disabled with "fips = no" configuration file option.
    Bugfixes
        Fixed canary initialization problem on Win32 platform.

Version 4.47, 2011.11.21, urgency: MEDIUM:

    Internal improvements
        CVE-2010-3864 workaround improved to check runtime version of OpenSSL rather than compiled version, and to allow OpenSSL 0.x.x >= 0.9.8p.
        Encoding of man page sources changed to UTF-8.
    Bugfixes
        Handling of socket/SSL close in transfer() function was fixed.
        Logging was modified to save and restore system error codes.
        Option "service" was restricted to Unix, as since stunnel 4.42 it wasn't doing anything useful on Windows platform.

(jym)

2011-12-08 14:11:53 UTC MAIN commitmail json YAML

Added devel/jenkins version 1.424.1

(ryoon)

2011-12-08 14:09:45 UTC MAIN commitmail json YAML

2011-12-08 14:09:26 UTC MAIN commitmail json YAML

Import jenkins-1.424.1 as devel/jenkins

Jenkins is an award-winning application that monitors executions
of repeated jobs, such as building a software project or jobs run
by cron. Among those things, current Jenkins focuses on the following
two jobs:

1. Building/testing software projects continuously, just like
CruiseControl or DamageControl. In a nutshell, Jenkins provides an
easy-to-use so-called continuous integration system, making it
easier for developers to integrate changes to the project, and
making it easier for users to obtain a fresh build. The automated,
continuous build increases the productivity.

2. Monitoring executions of externally-run jobs, such as cron jobs
and procmail jobs, even those that are run on a remote machine.
For example, with cron, all you receive is regular e-mails that
capture the output, and it is up to you to look at them diligently
and notice when it broke. Jenkins keeps those outputs and makes it
easy for you to notice when something is wrong.

This is Long-Term Support Release.

Tested on NetBSD/i386 5.99.58 with apache-tomcat7 and openjdk7.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-12-08 12:59:28 UTC MAIN commitmail json YAML

Updated audio/py-id3lib to 0.5.1nb2

(obache)

2011-12-08 12:59:13 UTC MAIN commitmail json YAML

* LICENSE=gnu-lgpl-v2.1
* distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2011-12-08 12:53:36 UTC MAIN commitmail json YAML

Updated audio/py-ao to 0.82nb1

(obache)

2011-12-08 12:53:20 UTC MAIN commitmail json YAML

* LICENSE=gnu-gpl-v2
* distutils package, register egg-info

Bump PKGREVISION.

(obache)

2011-12-08 12:08:21 UTC MAIN commitmail json YAML

Updated www/ruby-httpclient to 2.2.4

(obache)

2011-12-08 12:08:05 UTC MAIN commitmail json YAML

Update ruby-httpclient to 2.2.4.

= Changes in 2.2.4 =
  Dec 08, 2011 - version 2.2.4
    * Bug fixes
      * Do not recycle buffer String object for yielding.  When the response is
        not chunked and the size of the response > 16KB, API with block style
        yields recycled String object for each yields.
      * Set VERSION string in User-Agent header.  $Id$ didn't work long time...
      Bugs are reported by Seamus Abshere. Thanks!

(obache)

2011-12-08 10:39:13 UTC MAIN commitmail json YAML

Use xulrunner192, not want to deal with API dance of mozilla.

(obache)

2011-12-08 08:20:39 UTC MAIN commitmail json YAML

2011-12-08 07:41:04 UTC MAIN commitmail json YAML

Note addition of net/dnscap-134

(agc)

2011-12-08 07:39:55 UTC MAIN commitmail json YAML

Add and enable dnscap

(agc)

2011-12-08 07:39:01 UTC MAIN commitmail json YAML

Initial import of dnscap-134 into the Packages Collection.

dnscap is a network capture utility designed specifically for DNS
traffic.  It produces binary data in pcap(3) format.  This utility is
similar to tcpdump(1), but has a number of features tailored to DNS
transactions and protocol options.

OARC likes to use dnscap for DITL data collections.  Some of its
features include:

+ Understands both IPv4 and IPv6
+ Captures UDP, TCP, and IP fragments.
+ Collect only queries, responses, or both (-s option)
+ Collect for only certain source/destination addresses (-a -z -A -Z
  options)
+ Periodically creates new pcap files (-t option)
+ Spawns an upload script after closing a pcap file (-k option)
+ Will start and stop collecting at specific times (-B -E options)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2011-12-08 06:55:15 UTC MAIN commitmail json YAML

2011-12-08 06:49:42 UTC MAIN commitmail json YAML

2011-12-08 03:01:48 UTC MAIN commitmail json YAML

Dependencies can only work for php 5.3

(joerg)

2011-12-08 03:01:03 UTC MAIN commitmail json YAML

Move the *_amd64 PLIST entries out of the common file and into all of the
platform files except Darwin.  Also add the *_sse2 entries to Darwin.

Note that both *_amd64 and *_sse2 are conditional on x86_64, so this
division of files per platform is easier to do by PLIST tweaks than by
further Makefile conditionals.

This fixes the build of botan under OS X Lion with ABI=64 and should be
a no-op for all other platforms.

(jmmv)

2011-12-08 02:18:08 UTC MAIN commitmail json YAML

Updated devel/p5-Readonly to 1.03nb4.

(hiramatsu)

2011-12-08 02:16:19 UTC MAIN commitmail json YAML

benchmark.pl needs to adjust interpreter path.

Increment PKGREVISION.

(hiramatsu)

2011-12-08 01:38:51 UTC MAIN commitmail json YAML

Do some post-extract chmods so make clean doesn't fail.

(dholland)

2011-12-08 00:41:48 UTC MAIN commitmail json YAML

Note update of devel/p5-IO-Multiplex, devel/p5-Test-Base,
devel/p5-UNIVERSAL-can, www/p5-Catalyst-Authentication-Credential-HTTP and
devel/p5-Package-Stash-XS.

(hiramatsu)

2011-12-08 00:40:09 UTC MAIN commitmail json YAML

Update p5-Package-Stash-XS to 0.25.

Changes from previous:
----------------------
0.25  2011-09-06
      - fix compilation on perl 5.8 (RT#70762)

0.24  2011-09-05
      - invalid package names (for instance, Foo:Bar) are not allowed
      - invalid stash entry names (anything containing ::) are not allowed

(hiramatsu)

2011-12-08 00:39:29 UTC MAIN commitmail json YAML

Update p5-Catalyst-Authentication-Credential-HTTP to 1.013.

Changes from previous:
----------------------
1.013 2010-12-14
  - Call store_digest_authorization_nonce() instead of $c->cache->set()
    in authenticate_digest() (RT#63669) (rjk)
  - Make Test::Exception and Test::MockObject be listed as test_requires
    rather than requires (RT#54029)
  - Skip WWW::Mech tests unless WWW::Mech is a new enough version (RT#55303).
  - Improve documentation for authenticate_digest() (rjk)
    - depends on Catalyst::Plugin::Cache, not Catalyst::Plugin::Session
    - reorganize and clarify

(hiramatsu)

2011-12-08 00:39:08 UTC MAIN commitmail json YAML

Update p5-UNIVERSAL-can to 1.20110617.

Changes from previous:
----------------------
1.20110617 2011-06-17 11:45:11 America/Los_Angeles
    - bumped minimum Perl version to 5.8, as working around 5.6 bugs is not
      worth the trouble

1.20110614 2011-06-14 15:32:23 America/Los_Angeles

1.20110613 2011-06-12 18:31:27 America/Los_Angeles
    - fixed RT #63771, buggy triggering of overloading for blessed invocants
      (found and fixed by Norbert Buchm端ller)
    - migrated to Dist::Zilla

(hiramatsu)

2011-12-08 00:38:13 UTC MAIN commitmail json YAML

Update p5-Test-Base to 0.60.

Changes from previous:
----------------------
date:    Mon Apr  4 15:51:09 CST 2011
changes:
- Applied patch by andk++
- Make regexp test skip on 5.14 for now.

(hiramatsu)

2011-12-08 00:37:39 UTC MAIN commitmail json YAML

Update p5-IO-Multiplex to 1.13.

Changes from previous:
----------------------
1.13 Fri Apr 15 08:42:43 CEST 2011
- fix handling of outbuf which contains '0'.
  rt.cpan.org#67458 [Gordon Russell]

1.12 Wed Feb 23 22:35:27 CET 2011
- fix MSWin32 complaints
  rt.cpan.org#66096 [Mark Dootson]

1.11 Wed Feb  2 17:05:08 CET 2011
        - Avoid warning while adding pipe
          rt.cpan.org#60068 [Khedin] and #16259
- Add EWOULDBLOCK and non-blocking mode for windows,
  rt.cpan.org#23982 [junk@penilecolada.com]
- Typo "closeing", rt.cpan.org#21085 [D Steinbrunner]
- avoid shutdown after close,
  rt.cpan.org#5715 [Lars Jensen] and #5885
- use length of outbuf, not exists to see if it is
  empty. [Ersun Warncke]
- turn "use warnings" on

(hiramatsu)

2011-12-07 22:58:35 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.21nb4.

(tron)

2011-12-07 22:58:12 UTC MAIN commitmail json YAML

Add improved fix for proxy vulnerability reported in CVE-2011-3368.
This should also fix CVE-2011-3639 and possibly CVE-2011-4317, both
part of SA46987.

(tron)

2011-12-07 20:39:19 UTC MAIN commitmail json YAML

If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.

(sbd)

2011-12-07 20:09:19 UTC MAIN commitmail json YAML

update to 5.15
changes:
-New hacks, hilbert, companioncube and tronbit
-Image-manipulating hacks can now load from RSS or Atom feeds
-Updated webcollage for recent search engine changes
-minor improvements

(drochner)

2011-12-07 19:49:01 UTC MAIN commitmail json YAML

2011-12-07 18:52:23 UTC MAIN commitmail json YAML

update to 4.47
changes:
-added API/options for Satisfiability problems
-minor bugfixes

(drochner)

2011-12-07 18:31:05 UTC MAIN commitmail json YAML

don't need automake to build anymore

(drochner)

2011-12-07 17:23:05 UTC MAIN commitmail json YAML

MirBSD build fix: sys/time.h has to be included _before_ sys/resource.h.

(bsiegert)

2011-12-07 17:21:10 UTC MAIN commitmail json YAML

don't depend on libXp directly, leave this to the motif bl3 framework

(drochner)

2011-12-07 17:01:59 UTC MAIN commitmail json YAML

2011-12-07 16:58:55 UTC MAIN commitmail json YAML

delegate setting of MOTIFLIB to the motif version specific bl3 files

(drochner)

2011-12-07 16:19:33 UTC MAIN commitmail json YAML

update to 3.7.5
changes:
-Support UCAC catalog version 3
-Sky view shows PA in live report
-Favorites may now be edited in-place
-Earth view displays great circle distance and bearing
-Change Earth view cylindrical projection from cos to linear
-Earth Object table reports range rate for solar system objects
-Eyepiece rotation depends on Alt/Az or RA/Dec placement context

pkgsrc change: don't hardwire dependency on libXp but rely on
the framework (the Motif implemtation's bl3 file and the
MOTIFLIB environment variable) to pull it in if necessary

(drochner)

2011-12-07 16:13:51 UTC MAIN commitmail json YAML

update to 3.0.18
many fixes and improvements - see the ChangeLog file
one marked as security relevant:
If the redirect URL contains characters RFC 3986 doesn't permit,
they are (re)encoded. Not doing this makes Privoxy versions from
3.0.5 to 3.0.17 susceptible to HTTP response splitting (CWE-113)
attacks if the +fast-redirects{check-decoded-url} action is used.

(drochner)

2011-12-07 16:13:18 UTC MAIN commitmail json YAML

+ squid-3.1.18, subversion-1.7.2.

(taca)

2011-12-07 16:07:14 UTC MAIN commitmail json YAML

Canuum stupidly thinks that curses calls are in termcap.
Teach it otherwise.

(roy)

2011-12-07 16:05:59 UTC MAIN commitmail json YAML

Fix tparm calls to the POSIX standard.
Remove non-standard resetterm call as it calls reset_shell_mode anyway.

(roy)

2011-12-07 16:05:09 UTC MAIN commitmail json YAML

update to 5.2.2
changes:
-bugfixes
-documentation cleanup

also minor pkg Makefile cleanup

(drochner)

2011-12-07 16:02:20 UTC MAIN commitmail json YAML

Updated databases/postgresql90 to 9.0.6

(adam)

2011-12-07 16:00:41 UTC MAIN commitmail json YAML

Changes 9.0.6:
* Fix bugs in information_schema.referential_constraints view
* Correct collations for citext columns and indexes
* Prevent possible crash when joining to a scalar function
* Prevent transitory data corruption of GIN indexes after a crash
* Prevent data corruption on TOAST columns when copying data
* Fix failures during hot standby startup
* Correct another "variable not found in subplan target list" bug
* Fix bug with sorting on aggregate expressions in windowing functions
* Multiple bug fixes for pg_upgrade
* Change Foreign Key creation order to better support self-referential keys
* Multiple bug fixes to CREATE EXTENSION
* Ensure that function return type and data returned from PL/perl agree
* Ensure that PL/perl strings are always UTF-8
* Assorted bug fixes for various Extensions
* Updates to the time zone database, particularly to CST6

(adam)

2011-12-07 15:55:28 UTC MAIN commitmail json YAML

2011-12-07 15:22:59 UTC MAIN commitmail json YAML

Disable -Wswitch as newer GCC versions are more noisy

(joerg)

2011-12-07 15:22:28 UTC MAIN commitmail json YAML

2011-12-07 15:19:30 UTC MAIN commitmail json YAML

Set PATCHDIR to a proper value

(joerg)

2011-12-07 15:18:51 UTC MAIN commitmail json YAML

2011-12-07 15:17:30 UTC MAIN commitmail json YAML

2011-12-07 15:17:00 UTC MAIN commitmail json YAML

2011-12-07 15:15:53 UTC MAIN commitmail json YAML

2011-12-07 15:15:17 UTC MAIN commitmail json YAML

2011-12-07 15:13:26 UTC MAIN commitmail json YAML

2011-12-07 14:07:06 UTC MAIN commitmail json YAML

+ bochs-2.5, digikam-2.4.0, dillo-3.0.2, eigen2-2.0.17, eigen3-3.0.4,
  elm-me-2.5plalpha27, ettercap-0.7.4, freeciv-2.3.1,
  gnome-commander-1.2.8.15, kismet-2011.03r2 [pkg/45692], libdrm-2.4.28,
  opera-11.60, poppler-0.18.2, qwt-6.0.0, socat-1.7.2.0, stow-2.1.1,
  vala-0.15.0, yabause-0.9.11.1.

(wiz)

2011-12-07 13:43:45 UTC MAIN commitmail json YAML

Updated graphics/py-nwdiag to 0.7.0

(obache)

2011-12-07 13:43:30 UTC MAIN commitmail json YAML

Update py-nwdiag to 0.7.0.

History
=======

0.7.0 (2011-11-19)
------------------
* Accept N/A rack-unit
* Add fontfamily attribute for switching fontface
* Fix bugs

0.6.1 (2011-11-06)
------------------
* [rackdiag] Support multiple racks rendering
* [rackdiag] Add rack attribute: unit-height, weight, ampere, ascending
* [rackdiag] Support putting multiple items to same rack-unit

0.6.0 (2011-11-06)
------------------
* Add rackdiag which supports genarating rack-structure diagram
* Add docutils extension
* Fix bugs

0.5.3 (2011-11-01)
------------------
* Add class feature (experimental)

0.5.2 (2011-11-01)
------------------
* Follow blockdiag-0.9.7 interface

0.5.1 (2011-10-19)
------------------
* Follow blockdiag-0.9.5 interface

0.5.0 (2011-10-07)
------------------
* Change shape of trunkline like a pipeline
* Add network attribute: color
* Add diagram attribute: default_network_color

(obache)

2011-12-07 13:36:16 UTC MAIN commitmail json YAML

roll back to D2011.06.14.22.00.00, i.e. revert to 5.2.1nb4
qwt6 is incompatible, and the update has broken the graphics/scidavis pkg

(drochner)

2011-12-07 13:32:19 UTC MAIN commitmail json YAML

Add php-tiki6

(ryoon)

2011-12-07 13:31:43 UTC MAIN commitmail json YAML

Added www/php-tiki6 version 6.4

(ryoon)

2011-12-07 13:29:39 UTC MAIN commitmail json YAML

Import php*-tiki6-6.4 as www/php-tiki6

Tiki is free, both Free Software (as in "Free Speech") and Free of
Charge (as in "Free Beer"), and for everyone! It has all the features
you need "out-of-the-box":

    * Wikis (like Wikipedia)
    * Forums (like phpBB)
    * Blogs (like WordPress)
    * Articles (like Yahoo News)
    * Image Gallery (like Flickr)
    * Map Server (like Google Maps)
    * Link Directory (like DMOZ)
    * Multilingual (like Babel Fish)
    * Bug Tracker (like Bugzilla)
    * RSS Feeds (like Digg)
    * Free Open Source software (LGPL)

This is Long Term Support version.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-12-07 13:27:29 UTC MAIN commitmail json YAML

Updated graphics/py-actdiag to 0.3.0

(obache)

2011-12-07 13:27:14 UTC MAIN commitmail json YAML

Update py-actdiag to 0.3.0.

        History
        =======

        0.3.0 (2011-11-19)
        ------------------
        * Add fontfamily attribute for switching fontface
        * Fix bugs

        0.2.4 (2011-11-10)
        ------------------
        * Fix dependencies (do not depend PIL directly for pillow users)

        0.2.3 (2011-11-06)
        ------------------
        * Add docutils exetension
        * Fix bugs

        0.2.2 (2011-11-01)
        ------------------
        * Add class feature (experimental)

        0.2.1 (2011-11-01)
        ------------------
        * Follow blockdiag-0.9.7 interface

        0.2.0 (2011-10-19)
        ------------------
        * Follow blockdiag-0.9.5 interface

        0.1.9 (2011-10-11)
        ------------------
        * Fix bugs

(obache)

2011-12-07 13:21:25 UTC MAIN commitmail json YAML

Updated graphics/py-seqdiag to 0.7.1

(obache)

2011-12-07 13:21:10 UTC MAIN commitmail json YAML

Update py-seqdiag to 0.7.1.

        History
        =======

        0.7.1 (2011-11-30)
        ------------------
        * Fix bugs

        0.7.0 (2011-11-19)
        ------------------
        * Add fontfamily attribute for switching fontface
        * Fix bugs

        0.6.3 (2011-11-06)
        ------------------
        * Add docutils extention
        * Fix bugs

        0.6.2 (2011-11-01)
        ------------------
        * Add class feature (experimental)

        0.6.1 (2011-11-01)
        ------------------
        * Follow blockdiag-0.9.7 interface

        0.6.0 (2011-10-28)
        ------------------
        * Add edge attributes: note, rightnote, leftnote, notecolor
        * Add diagram atteribute: default_note_color

        0.5.2 (2011-10-27)
        ------------------
        * Implement auto edge height adjusting
        * Fix bugs

        0.5.1 (2011-10-24)
        ------------------
        * Fix bugs

        0.5.0 (2011-10-21)
        ------------------
        * Add diagram attributes: activation, autonumber
        * Add edge attribute: failed
        * Add separator syntax

        0.4.3 (2011-10-19)
        ------------------
        * Follow blockdiag-0.9.5 interface

        0.4.2 (2011-10-11)
        ------------------
        * Fix bugs

(obache)

2011-12-07 13:12:29 UTC MAIN commitmail json YAML

Updated graphics/py-blockdiag to 1.1.1

(obache)

2011-12-07 13:12:08 UTC MAIN commitmail json YAML

Update py-blockdiag to 1.1.1.

1.1.1 (2011-11-27)

    * Add node attribute: href (thanks to @r_rudi!)
    * Fix bugs

1.1.0 (2011-11-19)

    * Add shape: square and circle
    * Add fontfamily attribute for switching fontface
    * Fix bugs

1.0.3 (2011-11-13)

    * Add plugin: attributes
    * Change plugin syntax; (cf. plugin attributes [attr = value, attr, value])
    * Fix bugs

1.0.2 (2011-11-07)

    * Fix bugs

1.0.1 (2011-11-06)

    * Add group attribute: shape
    * Fix bugs

1.0.0 (2011-11-04)

    * Add node attribute: linecolor

    * Rename diagram attributes:
            * fontsize -> default_fontsize
            * default_line_color -> default_linecolor
            * default_text_color -> default_textcolor

    * Add docutils extention

    * Fix bugs

0.9.7 (2011-11-01)

    * Add node attribute: fontsize
    * Add edge attributes: thick, fontsize
    * Add group attribute: fontsize
    * Change color of shadow in PDF mode
    * Add class feature (experimental)
    * Add handler-plugin framework (experimental)

0.9.6 (2011-10-22)

    * node.style supports dashed_array format style
    * Fix bugs

0.9.5 (2011-10-19)

    * Add node attributes: width and height
    * Fix bugs

0.9.4 (2011-10-07)

    * Fix bugs

0.9.3 (2011-10-06)

    * Replace SVG core by original's (simplesvg.py)
    * Refactored
    * Fix bugs

(obache)

2011-12-07 12:57:54 UTC MAIN commitmail json YAML

Added devel/py-ordereddict version 1.1

(obache)

2011-12-07 12:57:15 UTC MAIN commitmail json YAML

+ py-ordereddict

(obache)

2011-12-07 12:54:24 UTC MAIN commitmail json YAML

Import py-ordereddict-1.1 as devel/py-ordereddict.

Drop-in substitute for Py2.7's new collections.OrderedDict.  The recipe has
big-oh performance that matches regular dictionaries (amortized O(1)
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-12-07 10:43:58 UTC MAIN commitmail json YAML

put DISTFILES to MASTER_SITE_BACKUP, no need to use MASTER_SITE_LOCAL.

(obache)

2011-12-07 10:30:32 UTC MAIN commitmail json YAML

2011-12-07 10:24:47 UTC MAIN commitmail json YAML

2011-12-07 10:21:29 UTC MAIN commitmail json YAML

2011-12-07 10:18:24 UTC MAIN commitmail json YAML

Cairo support needs pkg-config

(joerg)

2011-12-07 08:19:58 UTC MAIN commitmail json YAML

devel/uno: Not for x86_64 DragonFly

DragonFly x86_64 can't handle 32-bit binaries.

(marino)

2011-12-07 07:53:25 UTC MAIN commitmail json YAML

misc/kdeadmin4: Detect libcrypt rather than scan for crypt.h

This patch camed from kde 4.7 and fixes the DragonFly build.

(marino)

2011-12-07 07:49:33 UTC MAIN commitmail json YAML

misc/kdeadmin3: Revert previous commit

These patches were supposed to be applied against misc/kdeadmin4.

(marino)

2011-12-07 05:16:28 UTC MAIN commitmail json YAML

2011-12-07 04:35:47 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-IMAPClient to 3.30.
Updated www/p5-Captcha-reCAPTCHA-Mailhide to 0.94.

(hiramatsu)

2011-12-07 04:34:28 UTC MAIN commitmail json YAML

Update p5-Captcha-reCAPTCHA-Mailhide to 0.94.

Change from previous:
0.94    2010-07-03
        Updated Perl plugin to use Google infrastructure.

(hiramatsu)

2011-12-07 04:34:08 UTC MAIN commitmail json YAML

Update p5-Mail-IMAPClient to 3.30.

Changes from previous:
version 3.30: Fri Nov 11 09:37:00 EST 2011
- rt.cpan.org#72347: Starttls array ref argument dereferenced twice
  [Jonathan Buhacoff]
- during connect(): Port now defaults 143 or 993 if $self->Ssl
  [Kodi Arfer]
- stop reconnect deep recursion if server disconnects on login
  [Luca Ferrario]
- reconnect() now returns 1 on success; on error undef or 0=recursive
- handle EBADF from syswrite in _send_bytes
- rt.cpan.org#67263: add RFC4978 IMAP COMPRESS Extension support
  [SDIZ]
  + new method: compress()
  + new attributes: Compress Readmoremethod
- general code cleanup:
  + new() now always returns $self or undef (never $sock any more)
  + Socket() now always return a socket or undef
  + login() now always return $self or undef
  + _read_more() will now use Readmoremethod if set
- missing second arg '' for encode_base64 causing AUTHENTICATE
  PLAIN to fail on lines longer than 76 characters
  [Yoshiho Yoshida]

version 3.29: Tue Aug  9 00:33:52 EDT 2011
- rt.cpan.org#69876: ENVELOPE as part of fetch_hash convenience method
  [Chris Huttman]
  + added Mail::IMAPClient::BodyStructure::Envelope->parse_string($str)
    convenience method for handling ENVELOPE data from fetch_hash
- rt.cpan.org#68310: folders() should not call exists()/STATUS
  [Gilles Lamiral]
    - affects folders() and subscribed() methods
  + use selectable() instead of exists() in call
    - consider removing extra call to folders()/subscribed()
  + ensure separator is set properly in folders()
  + selectable now properly checks for \Noselect flag
  + update folders() POD to match implementation behavior
- rt.cpan.org#68648: [patch]: CAPABILITY after authenticate
  [Stef Simoens]
  + delete cache after State set to Authenticate
    - State() is no longer an auto-generated method
- rt.cpan.org#68755: provided socket loses blocking in 3.19-3.28
  [Martin Schmitt]

version 3.28: Fri Mar  4 00:17:38 EST 2011
- rt.cpan.org#66004: internaldate() return undef if no internaldate in reply
  [Jason Long]
- rt.cpan.org#66367: fetch_hash uses Escaped_results() in 3.26/3.27
  (redo) rt.cpan.org#63524: fetch_hash() parse errors
  [Mathias Reitinger]
  + fetch_hash: only Escape() data in parenthesized list
  + update fetch_hash test and add a new test
- do not touch CRLF in Escape()/Unescape()
- added Escape() method
- rt.cpan.org#66287: flags results truncated due to Maxcommandlength
  [Erik Colson]
- rt.cpan.org#65694: SASL PLAIN: bad order of login data
  [Willi Mann]

version 3.27: Sun Feb 13 14:37:27 EST 2011
- rt.cpan.org#65694: migrate fails
  [Erik Colson]
- rt.cpan.org#65470: uninitialized warning in message_to_file
  [Gilles Lamiral, Mark Hedges]
- rt.cpan.org#61835: (DOC) in LIST context undef may be returned
  [Stefan Væ—¦lkel]
  + warn/highlight behavior in docs Errors section
- updated documentation
  + migrate() documentation fixed
  + moved Custom Authentication Mechanisms toward end
  + recommended use of scalar context due to historical API behavior

version 3.26: Mon Jan 31 22:15:04 EST 2011
- *require Perl 5.8.1 as constant use is invalid on 5.6
- rt.cpan.org#63524: fetch_hash() parse errors
  [Brian Kroth]
  + fixed handling of LITERAL values in response
  + fixed handling of field names with a dash (e.g. X-SAVEDATE)
  + fetch_hash now uses Escaped_results() method
- *fixed Escaped_results() to properly join LITERAL data with
  the data that comes before and after it
- *rt.cpan.org#60945: append_file() does not interpret $date as expected
  [Jason Long]
  $date should now be 1 (to use the file mtime) or a valid RFC3501 date
- *rt.cpan.org#61292: memory consumption with message_string()/append()
  rt.cpan.org#61806: Major problem with one function in IMAPClient
  [Gilles Lamiral, Casey Duquette]
  + use @_ / $_[<num>] in critical places to avoid pass by
    value memory overhead
  + use in memory files in a few critical places as that code
    path in Mail::IMAPClient is significantly more efficient
    with internal memory usage
  + *new (undocumented/do-not-use-without-good-reason)
    attribute Maxappendstringlength used by append() and
    append_string() holds the size (in bytes, default 1 MiB)
    that triggers when message SCALAR(s) passed to these
    methods will be treated as an in memory file.  This
    attribute will likely be removed in a future version.
  + *append() and append_string() now call append_file() and
    use an im memory file when length($message) is greater
    than Maxappendstringlength; other minor code cleanup
  + *message_string() now calls message_to_file() and uses an
    in memory file
  + refactor message_to_file() to use internal _imap_uid_command()
  + update _read_line() to be more efficient w/CPU in critical
    section by pulling isa() checks out of main loop also
    conserve memory by not storing an extra copy of LITERAL
    data if the data was put into a filehandle from the caller
  + Memory/working set (KB) comparison (Perl 5.10 cygwin Win7):
    - test: message_string on 6.1M msg and then append 6.1M msg
      version | start | after message_string | after append
      --------+-------+----------------------+-------------
        2.2.9 |  7624 |                74404 |      131896
        3.25 |  7716 |                74408 |      156532
        3.26 |  7684 |                33372 |        42608
- minor arg cleanup of noop() and tag_and_run()
- rt.cpan.org#63444: relax get_envelope(), allow empty reply-to
  [Nikolay Kravchenko]
- rt.cpan.org#61068: append_string can invalidate a good $date
- rt.cpan.org#60045: Logout error if delay between BYE and tagged OK
  [Armin Wolfermann]
  no longer set an error when this happens
- rt.cpan.org#61062: migrate() errors
  [Johan Ekenberg]
  + rewrote migrate() to be functional and simple
- Update README and cleanup several old or out of date files

version 3.25: Fri May 28 00:07:40 EDT 2010
- fix body_string parsing bug and added tests in t/body_string.t
  [Heiko Schlittermann]
- rt.cpan.org#57661: uninitialized value warning in IMAPClient::thread
  [Max Bowsher]
- rt.cpan.org#57337: Correctly handle multiparts in BodyStructure.pm
  [Robert Norris]
  fixes in Mail::IMAPClient::BodyStructure::bodystructure for
  bugs still in release 3.24
- rt.cpan.org#57659: install fails when using cPanel GUI
  [Ken Parisi]
  hack Makefile.PL to use alarm() and timeout prompt() gracefully
- relax t/basic.t logout() error check (allow 'BYE' instead of 'OK')
- left examples/idle.pl out of MANIFEST for 3.24

version 3.24: Fri May  7 17:02:35 EDT 2010
- rt.cpan.org#48912: wrong part numbers in multipart messages
  [Dmitry Bigunyak, Gabor Leszlauer]
- fix Mail::IMAPClient::BodyStructure::bodystructure to
  properly assign parts for messages using multipart and also
  include .TEXT parts as well (still not including top level
  HEADER and TEXT though - bug?)
- allow _load_module() to set $@ and LastError if module load fails
- rt.cpan.org#55527: [no] disconnect during DESTROY
  [Stefan Seifert]
- updated logout documentation to correctly state that DESTROY
  is not used to force an automatic logout on DESTROY despite
  documentation that indicated otherwise
- update append* documentation to match current implementation
- rt.cpan.org#55898: append_file can send too many bytes
  [Jeremy Robst]
- avoid append_file corner cases operating on lines instead of buffers
- use binmode on filehandle in append_file
- add tests to t/basic.t for append_file
- rt.cpan.org#57048: _quote_search() using $_ in loop instead of $v
  [Matthaus Kiem]
- added examples/idle.pl program showing use of idle and idle_data
- idle_data() should not read/block after server returns data
  [Marc Thielemann]
- idle_data() _get_response regexp updated to not match errors
- idle_data() now uses a timeout of 0 by default as documented
- _get_response() now checks for defined($code) to allow $code==0

(hiramatsu)

2011-12-07 02:10:31 UTC MAIN commitmail json YAML

Don't hardcode /usr/pkg. Still doesn't install properly in a non-default
$PREFIX, but it gets further.

(dholland)

2011-12-07 00:34:26 UTC MAIN commitmail json YAML

2011-12-07 00:32:17 UTC MAIN commitmail json YAML

Added phoronix-test-suite-3.4.0.

(jym)

2011-12-07 00:30:16 UTC MAIN commitmail json YAML

2011-12-07 00:23:10 UTC MAIN commitmail json YAML

Welcome to phoronix-test-suite-3.4.0.

DESCR:
The Phoronix Test Suite is the most comprehensive testing and benchmarking
platform available for the *nix operating system. This software is designed
to effectively carry out both qualitative and quantitative benchmarks in a
clean, reproducible, and easy-to-use manner.

(jym)

2011-12-06 23:40:08 UTC MAIN commitmail json YAML

devel/rapidsvn: Update version from 0.10.0-1 to 0.12.0.1

DragonFly shares a problem compiling RapidSVN with HP-UX, a name space
conflict with the isset macro of /usr/include/sys/param.h.  This was
fixed in version 0.12.0, so it was necessary to upgrade versions to
build RapidSVN on DragonFly.

Visible changes since the previous version:

* 663 New: Show number of modified children in folder browser
* 662 Enhancement: Indicate changed content with BOLD text instead of red color
* 666 Enhancement: Performance optimization for indicating modified subfolders
* 667 Enhancement: Make indication of modified subfolder configurable
* 668 Enhancement: Show build revision in About Dialog
* 669 Enhancement: Dont use static svn version in About dialog
* 665 Windows: Drop suffix for unicode exe
* 679 Mac+Win: Support Subversion 1.6.5 in binary packges
* 526 Fixed: Filelist update failed when there are special characetrs in uri
* 555 Fixed: Linux+Mac: locale files not installed by default
* 614 Fixed: Interactive Resolve used hardcoded filenames
* 643 Fixed: Mac: crashes at startup because of missing dynamic libraries
* 656 Fixed: Windows 7: Error when starting Explorer from RapidSVN
* 660 Fixed: Visual C++ 2005 Builds Fail to Startup (Visual C++ Runtime Error)
* 664 Fixed: Crashes on Windows in Japan
* 671 Fixed: Tree not updated after a commit
* 678 Fixed: Use native path separator when starting external app

Version 0.12 (released October 14th 2009)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.12

(marino)

2011-12-06 22:21:42 UTC MAIN commitmail json YAML

Updated lang/racket-textual to 5.2

(asau)

2011-12-06 22:21:27 UTC MAIN commitmail json YAML

Updated lang/racket to 5.2

(asau)

2011-12-06 22:21:00 UTC MAIN commitmail json YAML

Update to Racket 5.2

Release Highlights:

* DrRacket comes with an experimental, on-line check syntax tool,
  although this new tool is disabled default.  See below for more
  information.

* The new `db' library offers a high-level, functional interface to
  popular relational database systems, including PostgreSQL, MySQL,
  and SQLite, as well as other systems via ODBC.

* A new XREPL collection provides convenient commands for a plain
  racket REPL.  It is particularly convenient for people who prefer
  console-based work and alternative editors.  See also the new
  chapter on command-line tools and other editors at the end of the
  Racket Guide.

* The `plot' collection has been reimplemented in Racket.  It now
  offers PDF output, log axes, histograms, and more.  Some code that
  uses `plot' will still work, and some will need light porting.
  The `plot/compat' module offers expedient backward compatibility.

* DrRacket uses more conventional key bindings: `C-t' creates a new
  tab, `C-w' closes the current one, and `C-r' runs the definitions.
  On Mac OS X, the Command key is used.  See "Defining Custom
  Shortcuts" in the DrRacket manual for an example that uses the old
  key bindings.

* The new `raco link' command registers a directory as a collection,
  which allows the collection directory to reside outside the
  "collects" tree and without changing the PLTCOLLECTS environment
  variable.

* Typed Racket:
  - Typed Racket provides static performance debugging support to
    show which code gets optimized and point out code that does not.
    Use the "Performance Report" button in DrRacket.
  - More intuitive types in printouts in the REPL and in error
    messages.  Use `:query-result-type' to explore types, or
    `:print-type' for a full printout.
  - Typed Racket now supports defining function with optional
    arguments using the same syntax as Racket.

* Redex now supports specifying (and testing and automatically
  typesetting) judgment forms including type systems and SOS-style
  operational semantics.

* Fixed several GUI problems, including problems on Ubuntu 11.10
  (GTK+ 3) and 64-bit Mac OS X.

* Internal-definition expansion has changed to use `let*' semantics
  for sequences that contain no back references.  This change
  removes a performance penalty for using internal definitions
  instead of `let' in common cases, and it only changes the meaning
  of programs that capture continuations in internal definitions.
  Internal definitions are now considered preferable in style to
  `let'.

* Support for `begin-for-syntax' has been generalized; modules may
  now define and export both value bindings and syntax bindings
  (macros) at phase 1 and higher.

  Due to a bug, phase 1 syntax (or higher) is not available in
  DrRacket's `#lang'-based REPL.  A simple workaround is to disable
  debugging in DrRacket (see "no debugging" radio button in detailed
  language dialog).

Additional Items:

* The `racket/gui' library (and Slideshow) provides more support for
  multiple-screen displays.

* DrRacket remembers whether an opened file used LF or CRLF line
  endings, and will continue using the same.  When creating a new
  file, a preference determines how it is saved.

* `net/url' can now follow HTTP redirections.

* The LNCS and JFP class files are no longer distributed with
  Racket.  Instead, they are downloaded on demand.

* The Algol language implementation is now available as a plain
  language using `#lang algol60'.

* The Racket-to-C compiler (as accessed via `raco ctool' or `mzc')
  has been removed; Racket's JIT has long provided better
  performance, and the FFI provides better access to C libraries.

* Contracts can be applied to exports with the new `contract-out'
  form within `provide', instead of a separate `provide/contract'
  form.  (The new `contract-out' form is implemented as a new kind
  of "provide pre-transformer".)

* The `date*' structure type is an extension of `date' with
  `nanosecond' and `time-zone-name' fields.

* New looping constructs: `for/sum' and `for/product'.

* Direct calls to keyword-accepting functions are now optimized to
  eliminate the overhead of keywords.  In addition, the compiler
  detects and logs warnings for keyword-argument mismatches.

* The libfit interface is available from `plot/deprecated/fit', and
  will be removed in the near future.

* The Unix installer has been re-done, and it is now more robust.

* The built-in reader and printer support for Honu is removed.
  (This functionality is re-implemented in Racket.)

On-line Check Syntax:

DrRacket now provides an on-line version of the syntax check tool,
which means that syntax checking runs automatically while you
continue to edit a program.  With this tool enabled, its annotations
(e.g., binding arrows) and actions (e.g., the renaming refactoring
and direct documentation links) are almost always available.

We have noticed that on-line syntax checking renders DrRacket
unstable on occasion, perhaps because it relies on relatively new
support for parallelism.  Occurrences of the problem are rare, but
they are not rare enough, which is why we have disabled the tool by
default.  At the same time, current users of the tool find it so
valuable that we felt it should be included in the release.  We
expect to track down the remaining problems and enable the tool by
default in near-future release.

To enable on-line syntax checking (for `#lang'-based programs only),
click on the red dot in the bottom right of DrRacket's window.  To
turn it off, click there again.

(asau)

2011-12-06 22:05:04 UTC MAIN commitmail json YAML

Make x264 an option.
Bump PKGREVISION.

(sborrill)

2011-12-06 22:02:24 UTC MAIN commitmail json YAML

2011-12-06 22:01:06 UTC MAIN commitmail json YAML

2011-12-06 21:01:14 UTC MAIN commitmail json YAML

TCSASOFT may not be defined.

(sbd)

2011-12-06 20:40:38 UTC MAIN commitmail json YAML

Updated databases/postgresql91 to 9.1.2

(adam)

2011-12-06 20:37:33 UTC MAIN commitmail json YAML

Changes 9.1.2:
* Fix bugs in information_schema.referential_constraints view
* Correct collations for citext columns and indexes
* Prevent possible crash when joining to a scalar function
* Prevent transitory data corruption of GIN indexes after a crash
* Prevent data corruption on TOAST columns when copying data
* Fix failures during hot standby startup
* Correct another "variable not found in subplan target list" bug
* Fix bug with sorting on aggregate expressions in windowing functions
* Multiple bug fixes for pg_upgrade
* Change Foreign Key creation order to better support self-referential keys
* Multiple bug fixes to CREATE EXTENSION
* Ensure that function return type and data returned from PL/perl agree
* Ensure that PL/perl strings are always UTF-8
* Assorted bug fixes for various Extensions
* Updates to the time zone database, particularly to CST6

(adam)

2011-12-06 20:16:36 UTC MAIN commitmail json YAML

Updated misc/calibre to 0.8.29

(gls)