Commit graph

180452 commits

Author SHA1 Message Date
wiz
63d3a5c64c + notion. 2012-01-08 15:22:27 +00:00
wiz
2e694853ac Initial import of notion-3.2011102900:
Notion is a tiling, tabbed window manager for the X window system:

    Tiling: you divide the screen into non-overlapping 'tiles'.
    Every window occupies one tile, and is maximized to it

    Tabbing: a tile may contain multiple windows - they will be
    'tabbed'

    Static: most tiled window managers are 'dynamic', meaning they
    automatically resize and move around tiles as windows appear
    and disappear. Notion, by contrast, does not automatically
    change the tiling. You're in control.
2012-01-08 15:22:14 +00:00
wiz
064e6a1e3b Added misc/py-carddav version 0.3.1 2012-01-08 15:21:03 +00:00
wiz
fa0d64a063 + py-carddav. 2012-01-08 15:20:54 +00:00
wiz
3005f1ecc5 Initial import of py-carddav-0.3.1:
pyCardDAV is supposed to provide a simple way of accessing a CardDAV
resource, mainly for use with mutt's query_command, but it might
be of some use solo. pyCardDAV consists of pycardsyncer, a program
for syncing your CardDAV resource into a local database and of
pc_query, a program for querying the local database.
2012-01-08 15:20:31 +00:00
wiz
feb7f6d165 Added misc/libcarddav version 0.6.2.2.2 2012-01-08 15:19:11 +00:00
wiz
80cf9c0922 + libcarddav. 2012-01-08 15:19:01 +00:00
wiz
950da98e59 Initial import of libcarddav-0.6.2.2.2:
Library for handling CardDAV connections.
2012-01-08 15:18:40 +00:00
cheusov
9db09848f4 Updated pkgtools/pkg_online-server to 0.13.0 2012-01-08 15:17:17 +00:00
cheusov
488aa9d261 Updated pkgtools/pkg_online-client to 0.13.0 2012-01-08 15:17:00 +00:00
cheusov
5c63cade04 Update pkg_online to 0.13.0
- pkg_online_client now works dramatically faster.
  - Manual pages for pkg_online_client and pkg_online_find were added.
  - Bug in signal handlers was fixed in pkg_online_client.
  - License has changed from MIT to equivalent 2-clause BSD.
2012-01-08 15:16:37 +00:00
marino
66362d4748 lang/gnat-aux: Fix introduced gnat.dg test failure on i386-netbsdelf-*
Previously the Ada testsuite was given unlimited stack resources for the
x86_64 arch on NetBSD.  Since all platforms now need unlimited stack
resources to build gnat-aux due to the addition of <platform>-stdint.h
header, this platform specific restriction on the Ada testsuite was
removed.

Unfortunately that resulted in a new stack test failure on i386 NetBSD
platforms (gnat.dg/task_stack_align.adb execution test), so the original
restriction seen in gnat-aux-20110627 was restored.  Now i386 NetBSD
once again pass all gnat.dg tests.  This is strictly a testsuite issue
so no PKGREVISION bump is necessary.
2012-01-08 15:15:04 +00:00
wiz
7ceb0c05bc Added net/arp-scan version 1.8 2012-01-08 15:14:55 +00:00
wiz
c633538458 + arp-scan. 2012-01-08 15:14:48 +00:00
wiz
d04e135986 Initial import of arp-scan-1.8, for Angelos.
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.

arp-scan allows you to:

  * Send ARP packets to any number of destination hosts, using a
  configurable output bandwidth or packet rate.

  * Construct the outgoing ARP packet in a flexible way.

  * Decode and display any returned packets.

  * Fingerprint IP hosts using the arp-fingerprint tool.
2012-01-08 15:14:23 +00:00
wiz
97a823b0cd Added net/calypso version 1.0 2012-01-08 15:12:13 +00:00
wiz
43521a858f + calypso. 2012-01-08 15:12:04 +00:00
wiz
e024d848c2 Initial import of calypso-1.0:
Calypso is a CalDAV/CardDAV server on Linux.

Calypso works with evolution, iceowl and the Android CalDAV/CardDAV
plugins. It does not yet work with aCal; for some reason aCal cannot
find any calendars on the server.

Calypso also supports importing calendar changes from the command
line, allowing you to integrate support into a text-based email
application like notmuch or mutt.
2012-01-08 15:11:37 +00:00
wiz
05b9fb3eb4 Updated emulators/dgen to 1.28 2012-01-08 15:10:57 +00:00
wiz
c9b7956344 Update to 1.28, provided by Opolo Remo <gatta1@dcemail.com>.
v1.28 <- v1.27
 * ROM loader can now use libarchive when available for decompression. This
   replaces the previous system()-based implementation.
 * "tobin" has been renamed "dgen_tobin" and no longer has dependencies on
   SDL and other unnecessary libraries.
 * CZ80: fixed emulation bug ("weird sound") introduced just before the 1.27
   release.
 * Improved CZ80/MZ80 switching.
 * Improved save file handling. Z80 context and other important things are now
   stored. The format is mostly compatible with Gens v5 and save states can be
   exchanged between both emulators. Old save files are still supported.
 * YM2612: upgraded from version 0.35f to 1.4b, as found in Final Burn Alpha.
   Sound quality has improved as a result.
 * Improved sound buffer management again, a single buffer is now used with
   both channels instead of two separate buffers.
 * Removed 8-bit sound output format since it was useless and annoying to
   support with the new buffer.
 * Removed superfluous window resizing messages.
 * Game Genie codes can now be entered while in stopped mode to avoid crashes
   when more than one is needed at once. Also, DGen now supports RAM patching.
 * Corrected clock frequencies for YM2612 and SN76496, sound is pitched a bit
   higher than before.
 * Added region selection command-line option. This option reuses "-R"
   (realtime priority). In case this option isn't given, the default region
   used by DGen is now the first found in the ROM header. This option has no
   effect on PAL (50Hz) mode which needs to be enabled separately.
 * OpenGL: a single OpenGL texture (and subtexture) is now used instead of two
   smaller ones, thus removing some of the complexity.
 * Usual batch of miscellaneous bugfixes.

v1.27 <- v1.26
 * Documentation clean-up, sample.dgenrc update.
 * Compilation fixes for MZ80.
 * When both Musashi and StarScream are available, default to Musashi since
   it provides better emulation.
 * Imported CZ80 0.91. This Z80 emulator is pure C and works better than the C
   version of MZ80. This means that on non-x86/32 bit hardware, games that
   previously didn't have sound now work properly (Sonic 2 for instance).
   Thanks to DGen PSP which implemented CZ80 first.
 * Modified CZ80 to work properly on big-endian machines.
 * When both CZ80 and MZ80 are available, CZ80 is now the default.
 * DGen can now be compiled without any external modules. MZ80, CZ80, Musashi
   and StarScream can all be disabled.
 * There's now a toggle key (F10 by default) to switch between MZ80, CZ80 or
   neither.
 * The Musashi/StarScream toggle key can now disable them both.
 * New rc variables for selecting default emulators.
 * FPS are now calculated every second for a more accurate message at exit.
 * Implemented bool_show_carthead.
 * Game Genie codes can now be entered interactively by pressing F9. They can
   also be disabled by re-entering them.
 * Various other fixes.

v1.26 <- v1.25
 * Upgraded Musashi from 2.0 to 3.3.1. This version solves various emulation
   problems.
 * Reworked autoconf and automake scripts to improve readability and
   portability.
 * Added support for MinGW. DGen can now run in Windows.
 * Fixed messy border again, this time for all video color depths.
 * OpenGL: added bool_opengl_aspect to keep the original aspect ratio during
   resizing. This option is enabled by default.
 * Added support for 24 bpp (3 Bpp) mode.
 * Made Crap TV filters available for all architectures, color depths and
   OpenGL.
 * OpenGL: fixed GL_LINEAR support so it can be used again instead of
   GL_NEAREST, one can switch between them with bool_opengl_linear
   (enabled by default).
 * Refactored the main loop and SDL code for a smooth frame rate with an
   improved sound synchronization.
 * Made a wrapper to open and create files relative to user's home directory
   in a system-independant manner.
 * Fixed Z80 speed in NTSC mode, sound effects were abnormally high pitched.
 * Improved FPS counter.
 * Removed SIGALRM for improved portability.
 * OpenGL: now enabled by default when available.
 * MZ80: fixed segfault on reset.
 * OpenGL: use 16 bpp mode internally instead of 32, allow textures to be 16
   (default) or 32 bit with bool_opengl_32bit.
 * OpenGL: added bool_opengl_swap to byte-swap colors when the host computer
   endianness is not the same as the ouptut (possible with X11 sessions).
 * Screenshots are now generated from the internal video buffer as TARGA files
   so they are available in all modes (OpenGL or not) and depths (except 8 bpp,
   as usual). Their output directory is ~/.dgen/screenshots.
 * OpenGL: the message bar now spans both textures.
 * Improved stopped mode to be less easily unstopped and to avoid dropping
   frames. Also, it now accepts resizes and refreshes.
 * Added the -H option to tweak emulation speed. Can be used to run 50Hz games
   at 60Hz.

v1.25 <- v1.24
 * Added 64 bits targets support, DGen can now run on those.
 * Minor fix for joystick/joypad when sizeof(int) != sizeof(long).
 * Fixed messy border issue (garbage on the right of the screen).
 * OpenGL: worked around the vertical dark line between textures.
 * OpenGL: the visible area now takes the entire window (except for the
   status line). No more borders.
 * OpenGL: the window can now be resized/rescaled at runtime.
 * Fixed bug in which SDL-specific fields in dgenrc were not taken into
   account when no command-line option was given.
 * Replaced dgenrc parser with a better one. It breaks compatibility a
   little with the previous version because special characters now need to
   be escaped or put between quotation marks.
 * Improved configure and Makefiles for proper SDL/OpenGL detection,
   better dependencies in parallel builds, NASM's presence on x86 targets
   which shouldn't be mandatory and various other things.
 * Fixed many crashes.
 * Removed many compilation warnings.

v1.24 <- v1.23
 * Fixed compilation on GCC 4.
2012-01-08 15:10:49 +00:00
wiz
1f87339e03 Updated misc/kchmviewer to 6.0 2012-01-08 15:10:28 +00:00
wiz
5add585819 Update to 6.0. Patches have been integrated upstream.
2011-12-18 tim <gyunaev@ulduzsoft.com>
    - Version 6.0 released
    - Removed outdated and buggy QTextBrowser support.
    - Removed unneeded KHTMLPart support. Only QWebKit is now supported.
    - Fixed zoom and "select all".
    - Fixed storing scrollbar position.
    - Added browser options to control JavaScript, Java and HTML5 features, which now apply to Webkit
    - Fixed crash on start when the number of recent files was set to zero
    - Added support for opening the specific page on startup using the --url switch
    - Fixed scrolling at the same page when links are clicked
    - Fixed the "Locate in content tree" which was broken for QWebKit
    - For CHM entries with an URL but no name use the URL as name
    - Updated copyrights
2012-01-08 15:10:19 +00:00
wiz
220c400231 Updated devel/mercurial to 2.0.2 2012-01-08 15:09:13 +00:00
wiz
9633aef6e0 Update to 2.0.2:
This is a regularly-scheduled bug-fix release.

    alias: shortcut command matching so shadowing works properly (issue3104)
    branch: warn on branching
    changelog: handle decoding of NULs in extra more carefully (issue3156)
    convert: improve exception reporting for SVN logstream
    diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
    fetch: fix unneeded commit when no merge attempted (issue2847)
    fetch: patch cornercase in children calculation (issue2773)
    largefiles: copy files in binary mode (issue3164)
    largefiles: don't require a user cache (issue3088) (issue3155)
    largefiles: fix 'hg status' abort after merge
    largefiles: handle merges between normal files and largefiles (issue3084)
    merge: check filename case collision between changesets for branch merging
    pathauditor: switch normcase logic according to case sensitivity of filesystem
    progress: check for ui.quiet and ui.debugflag before we write
    rollback: always call destroyed() (regression from 1.9)
    util: fix url.str() for windows file URLs
    windows: use upper() instead of lower() or os.path.normcase()
2012-01-08 15:09:06 +00:00
wiz
0c56529c35 Added databases/gtkdbfeditor version 1.0.4 2012-01-08 15:08:43 +00:00
wiz
1d7a1fb60e + gtkdbfeditor 2012-01-08 15:08:32 +00:00
wiz
6966f0f518 Initial import of gtkdbfeditor-1.0.4:
GTK DBF Editor is a simple editor for DBF files.
2012-01-08 15:07:54 +00:00
shattered
86a6af4f6f Includes <sys/mbuf.h> and <sys/ucred.h> but doesn't actually use them.
#if 0 these, possibly unbreaking build on Linux.
2012-01-08 15:05:58 +00:00
shattered
0227869529 Uses <sys/vnode.h> -- mark BSD-only and HPUX-only. 2012-01-08 15:04:03 +00:00
shattered
cd26a5bc59 Whitespace only. 2012-01-08 15:00:38 +00:00
ryoon
acf94ae349 Updated fonts/umefont-ttf to 0.435 2012-01-08 12:59:37 +00:00
ryoon
2d81c273fd Update to 0.435.
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 9722-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 9832-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2012-01-08 12:58:39 +00:00
ryoon
68e573b015 Remove chemtool 2012-01-08 12:49:52 +00:00
ryoon
c081d83a1a Updated biology/chemtool to 1.6.13 2012-01-08 12:49:29 +00:00
ryoon
f5bdd20ec8 Update to 1.6.13.
Changelog:
Fixes and enhancements in chemtool 1.6.13

- New export option "ASY" for Asymptote files (http://asymptote.sourceforge.net)
- Added support for Unicode symbol characters inserted e.g. by cut-and-paste from LibreOffice
- Fixed build with newer linkers that do not resolve indirect requirements automatically
- Rewritten logic for choosing to include national language support during build
- Fixed crash on startup due to errors in menu icon setup
- Batch mode could crash due to incomplete initialisation of color arrays
- Undo/redo in "move fragment"-mode did not work as intended
- Default extension is now appended to the save filename as needed
- Fixed exporting to files or directories containing spaces in their names
2012-01-08 12:47:18 +00:00
ryoon
e61763ff5b Remove fotoxx 2012-01-08 12:36:58 +00:00
ryoon
f101ab4352 Updated graphics/fotoxx to 12.01.2 2012-01-08 12:36:37 +00:00
ryoon
cb1e6f5e0f Update to 12.01.2.
Changelog:
2012.01.04  v.12.01.2
+ Italian user guide was updated.
+ Swedish translation was updated.

2012.01.04  v.12.01.1
+ Bugfix: zoom causes infinite loop after new installation.

2012.01.01  v.12.01
+ New function Search Metadata: search and report image metadata
  (EXIF/IPTC/etc.), using a combined image and text display format.
+ Synchronize Files is 2x faster for an initial installation or after
  importing a large number of new photos (>1000/min. on a fast PC).
+ "my mouse" was removed from all edit and selection dialogs. The mouse
  belongs to the last widget clicked. The main window can be zoomed and
  scrolled during such dialogs by using CTRL + mouse click or drag.
+ Mouse wheel can do zoom-in and zoom-out.
+ Zooming an image re-centers it on the mouse position, and the mouse
  position follows the zoom center to the middle of the window.
+ Zoom ratio configurable: choose 1-4 zooms for each 2x increase in size.
+ DRGB (print color adjust) can save corrections to a file for re-use.
+ Some user settings in various menus were collected together in the
  new menu function Tools > User Settings.
+ Bugfix: Search Image was finding false matches for images with very
  large caption or comments.
+ Bugfix: cannot escape file open dialog if open previous or open recent
  is attempted when there are no previous files (initial installation).
+ Bugfix: interactive GUI translation function failed to initialize.

2011.12.03  v.11.12.2
+ Italian translation was updated.
+ Locale of lc_RC will prefer a .po file named "lc_RC", fallback to "lc".

2011.12.02  v.11.12.1
+ Bugfix: crash at startup - top image directory not correctly
  initialized from previous fotoxx installation.

2011.12.01  v.11.12
+ New function Auto-Trim: automatically trim unused edge areas left over
  from panorama, HDR, HDF, stack, warp and unbend functions.
+ New function: Find bright or dark "stuck" pixels (camera sensor defect)
  (1x1/2x2/3x3 blocks) and fix them by interpolating neighboring pixels.
  Pixel locations can be saved and applied later to other images.
+ Select Area was extended to both select and unselect by matching colors,
  and the pixel search range was made adjustable 1-20x mouse radius.
+ Batch Resize/Export function now supports output of JPEG, PNG, TIFF.
  This can be used to select and convert files to a different format.
+ Convert RAW Files now supports output of JPEG, PNG, TIFF-8, TIFF-16.
+ Warp Area algorithm was made a bit more intuitive and controllable.
+ GUI language translation procedure was simplified.
+ Bugfix: restored some lost translations of dialog buttons.
+ Bugfix: Trim dialog mouse ownership was sometimes misleading.
+ Bugfix: WarpArea did not reset itself if selected area was changed.
+ Bugfix: crash if parallel instances of fotoxx are simultaneously
  editing images and using undo/redo.
2012-01-08 12:35:45 +00:00
ryoon
5db8239a8a Remove aria2 2012-01-08 12:31:49 +00:00
ryoon
1c9b5bd3d8 Updated net/aria2 to 1.14.0 2012-01-08 12:31:20 +00:00
ryoon
e772a72bd6 Update to 1.14.0.
Changelog:
* Update translations.
* Improve IPv6 support.
* Many bugs are fixed.
2012-01-08 12:30:18 +00:00
adam
f47153a8d9 Updated meta-pkgs/boost to 1.48.0; multimedia/libogg to 1.3.0 2012-01-08 11:36:43 +00:00
adam
079ac6441d Changes 1.48.0:
New Libraries
* Container: Standard library containers and extensions
* Locale: Provide localization and Unicode handling tools for C++
  Beilis.
* Move: Portable move semantics for C++03 and C++11 compilers

Details: http://www.boost.org/users/history/version_1_48_0.html
2012-01-08 11:35:07 +00:00
adam
fa2b61b263 Changes 1.3.0:
* Add ogg_stream_flush_fill() call
  This produces longer packets on flush, similar to
  what ogg_stream_pageout_fill() does for single pages.
* Windows build fixes

Changes 1.2.2:
* Build fix (types correction) for Mac OS X
* Update win32 project files to Visual Studio 2008
* ogg_stream_pageout_fill documentation fix
2012-01-08 11:31:28 +00:00
marino
ee1c4dcbc9 lang/gnat-aux: Upgrade to gcc 4.6.2, add Fortran, Objective-C
Obvious additions:
1) Upgrades sync from gcc 4.6.1-RELEASE to gcc 4.6.2-RELEASE
2) New capability of building Fortran
3) New capability of building Objective-C
4) Building of all 5 languages (Ada,C,C++,ObjC,Fortran) now default
5) Fortran testsuite added
6) ObjC testsuite added

Behind the scenes:
1) Previously GNAT-Aux was built from a custom-built tarball.  Now real
   real gcc source files are used instead, but heavily patched.
2) The standard patch mechanism is not used.  Composite diff files are
   generated by dragonlace.net and they are applied as needed, and
   are located in the "files" directory
3) This might be the only gcc that doesn't use the monolithic source tar
   ball.  Depending on the options selected, the makefile updates its
   distfile list and only downloads what it needs, including testsuite
   files and dejagnu support.
4) All platforms are now built with unlimited stacksize command due to
   new issues with <platform>-stdint.h functionality.
5) All platforms use unlimited stacksize for Ada testing. Before it was
   limited to NetBSD x86_64.  This may have introduced a failure on
   NetBSD i386 though.  There were no other impacts according to the
   Ada testsuite results.
6) The PLIST automatic generation was significantly simplified, resulting
   in some variable deletion.
7) libstdc++ can't break testing now (forced to evaluate to true)
8) Unnecessary depends and USE_TOOLS removed
9) The includes-fixed directory is now removed from all platforms, arches
   now rather than problematic ones.  It seems that it can only make no
   difference or cause problems, so no reason to keep it around.
A) Unnecessary do-config phase "touches" removed.
B) Several fixes added to diff patches to improve testsuite results on
   c, c++, and fortran for all platforms.
2012-01-08 11:17:07 +00:00
obache
5ed1fa8b82 Updated www/ruby-rack11 to 1.1.3 2012-01-08 11:08:37 +00:00
obache
40ffc09556 Update ruby-rack11 to 1.1.3.
* December 28th, 2011: Twenty first public release: 1.1.3.
  * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html
    Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
2012-01-08 11:08:23 +00:00
obache
15298cab3a Updated www/ruby-rack12 to 1.2.5 2012-01-08 11:05:11 +00:00
obache
71118aa637 Update ruby-rack12 to 1.2.5.
* December 28th, 2011: Twenty second public release: 1.2.5
  * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html
    Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
2012-01-08 11:04:54 +00:00
obache
e7048c6dc1 Add missing entries for DragonFly support. 2012-01-08 10:32:08 +00:00