Commit graph

192043 commits

Author SHA1 Message Date
ryoon
7b2ac9ef3e Updated print/pdf2djvu to 0.7.14 2012-10-01 15:36:22 +00:00
taca
a4df86986a Update contao211 to 2.11.6 (Contao 2.11.6).
Version 2.11.6 (2012-09-26)
---------------------------

### Fixed
Correctly handle root pages in `Controller::getPageDetails()` (see #4610).

### Fixed
Consider the page language when forwarding (see #4841).

### Fixed
URL encode the enclosure URLs in RSS/Atom feeds (see #4839).

### Fixed
Also create empty templates folders if a theme is imported (see #4793).

### Fixed
Decode Punycode domains when used via insert tag (see #4753).

### Fixed
Correctly handle open tags in `String::substrHtml()` (see #4773).

### Fixed
Correctly handle units when importing style sheets (see #4721).

### Fixed
The mediabox plugin did not play Vimeo videos (see #4770).

### Fixed
Correctly align stylect menus in the form generator in the back end (see #4557).

### Fixed
Add a link if a news item or event points to an internal page (see #4671).

### Fixed
Wrap the MooTools fallback into CDATA tags on XHTML pages (see #4680).

### Fixed
Do not add a default value to textareas (see #4722).

### Fixed
Do not override the comments array in case login is required to comment,
otherwise no commets will be shown (see #4064).
2012-10-01 15:35:26 +00:00
ryoon
3ad7a9020e Update to 0.7.14
Changelog:
pdf2djvu (0.7.14) unstable; urgency=low

  * Ignore links with no action. (Previously such links would cause segfault).
    Thanks to Krzysztof Szafran for the bug report.
  * Update German translation. Thanks to Chris Leick.
  * Update Russian translation. Thanks to Kyrill Detinov.
  * Update Ukrainian translation. Thanks to Serhij Dubyk.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 18 Sep 2012 17:27:28 +0200
2012-10-01 15:34:56 +00:00
ryoon
5ff6567148 Updated net/aria2 to 1.15.2 2012-10-01 15:31:49 +00:00
taca
0bcb15ad75 Some tweaks:
* Include contao/Makefile.common from contao/Makefile.example.
* Add code some fragment tward to Contao 3.0 support.
* Add CT_VERBASE to use COMMENT.
* Use CT_FILES to Contao's files directory name.
2012-10-01 15:31:00 +00:00
ryoon
58a24ce5bd Update to 1.15.2
Changelog:

aria2 1.15.2
============

Release Note
------------

This release fixes several critical bugs. It also adds new features
such as TLS SNI and CORS support. The --file--allocation option now
take another value trunc. The new option --enalbe-mmap was added.
aria2 now uses system-wide SSL/TLS certificates by default, which
eliminates the requirement to specify --ca-certificate option.

Changes
-------

* Catch exception from Socket::getPeerInfo() when pooling connection.
  Socket::getPeerInfo() may fail if its TCP connection has already
  disconnected. In this case, we log this error. The success or
  failure of pooling connection should not affect the later execution
  of the program. This bug may cause segmentation fault if
  Socket::getPeerInfo() throws exception during pooling connection
  after successful tracker request.

* Fixed assertion error if --retry-wait is used.  In
  CreateRequestCommand, if Request object returned from getRequest()
  is still sleeping, CreateRequestCommand pools it back but still
  holds its reference. This makes assertion error in
  UnknownLengthPieceStroage::hasMissingUnusedPiece() from
  AbstractCommand::execute().

* Added new file allocation method called 'trunc'. --file-allocation
  option can now take new value 'trunc'. 'trunc' uses ftruncate()
  system call or platform-specific counterpart to truncate a file to a
  specified length.

* Use int64_t instead of off_t.  Using off_t, at least, in DiskAdaptor
  layer is problematic because torrent can contain under 2GiB files
  but total sum of those files may exceed 2GiB limit, which makes
  off_t overflow in 32 bit system without large file support. So we
  use int64_t in API. We'll check the file length before download so
  that it does not exceed max off_t.

* Added TLS SNI support.

* Rewritten timegm replacement function.  The algorithm is based on
  Python 2.7 calendar.timegm.

* Use system-wide certificates for SSL.  Use system-wide certificates
  for SSL.  For GnuTLS it requires the latest version, 3.0.20. OpenSSL
  had it for longer.  This means that if SSL library is properly
  configured to locate system-wide certificates store, the user don't
  have to use --ca-certificate option. Also packagers don't have to
  use --with-ca-bundle configure option.  Patch from Cristian Morales
  Vega

* Fixed base64::decode() return "" if input ends with garbage and no
  padding.

* Changed default Peer ID prefix. The new Peer ID prefix is
  "A2-$MAJOR-$MINOR-$MICRO-", where $MAJOR, $MINOR and $MICRO are the
  major version, the minor version and the micro version
  respectively. For instance, 1.15.2 release of aria2 will use
  "A2-1-15-2-".

* Don't percent-decode filename value in Content-Disposition.  We only
  percent-decode filename* value in Content-Disposition because the
  encoding is fully specified. But since filename value is not, so we
  just accept it as is.

* Don't sum in-flight piece which does not intersect filtered ranges.
  When calculating completed length, don't sum the completed length of
  piece which does not intersect filtered ranges.

* Fixed segmentation fault when logger failed to open log file.

* Added ARIA2_STATIC precious variable to configure option.  To build
  statically linked aria2 binary, give ARIA2_STATIC=yes to configure,
  like this:
  $ ./configure ARIA2_STATIC=yes

* Use PRId64 for int64_t format specifier

* Handle the case when MINGW32 vsnprintf returns -1. MINGW32 vsnprintf
  returns -1 if output is truncated.  Increased buffer for vsnprintf
  in WinConsoleFile and fmt.

* Added --enable-mmap option.  If this option is used, map files into
  memory using mmap(2).  This option is experimental.

* Added CORS preflight request support in RPC interface. This change
  is based on the patch from binux.
2012-10-01 15:30:33 +00:00
ryoon
52fdf90498 Updated emulators/bochs to 2.6 2012-10-01 13:42:01 +00:00
ryoon
7dd9720f4c Update to 2.6
* It seems that NetBSD/i386 and amd64 do not boot on this version of bochs...

Changelog:
Changes in 2.6 (September 2, 2012):

Brief summary :
- More than 10% CPU emulation speedup !
- Support for AMD's SVM hardware emulation (including extended XAPIC support).
- Implemented support for new x86 ISA extensions.
  Bochs is fully aligned with rev043 of Intel(R) Architecture Manual.
- Improved emulation accuracy (critical fixes for APIC, VMX and AVX/XOP emulation).
- Bochs internal debugger: new command to show state of a device from the debugger.
- ROM BIOS: improved PCI boot ROM support (for VGA and other devices)
- Networking:
    - Ported Intel(R) 82540EM Gigabit Ethernet adapter emulation from Qemu.
    - Added PCI network boot ROM support to all network adapters.
    - Added TFTP support to the 'slirp' networking module.
- Harddrive: added support for VirtualPC disk images, fixed sparse disk images.
- Sound:
    - implemented PC speaker beep using the lowlevel sound interface.
    - SDL audio output support.
- Added ability to set log action per device from .bochsrc.
- Moved disk imaging, networking, sound and USB devices to subdirectories
  in the iodev folder.

Detailed change log :

- CPU
  - Implemented EPT A/D extensions support.
    Bochs is fully aligned with rev043 of the of Intel(R) Architecture Manual.
  - Implemented ADX (ADCX/ADOX) instructions support, the feature can
    be enabled using .bochsrc CPUID option.
  - More than 10% CPU emulation speedup with even more optimal lazy flags
    handling, stack access optimizations and cross branch trace linking.
  - Support for AMD's SVM hardware emulation in Bochs CPU, to enable
    configure with --enable-svm option
  - Implemented AMD Extended XAPIC support, to enable set .bochsrc CPU
    APIC option to 'xapic_ext'
  ! Added Corei5 750 (Lynnfield) configuration to the CPUDB
  ! Added Turion64 (Tyler) configuration to the CPUDB
  ! Added AMD Phenom X3 8650 (Toliman) configuration to the CPUDB
  ! Added Corei7 3770K (Ivy Bridge) configuration to the CPUDB
  - Bugfixes for CPU emulation correctness and stability
    (critical fixes for APIC/X2APIC, VMX and AVX/XOP emulation)

- Bochs Debugger and Instrumentation
  - Implemented new debugger command 'info device [string]' that shows the
    state of the device specified in 'string'
  - Improved debug dump for ne2k, pci, pic and vga/cirrus devices. Added
    debug dump for pci2isa, i/o apic, cmos, pit, floppy and dma devices.
  - Added TLB to CPU param tree - now it can be browsed from Bochs internal
    debugger and Bochs debugger GUI through param tree interfaces
  - Implemented 'writemem' debugger command to dump virtual memory block
    starting from selected linear address into a file
  - Updated definition of instrumentation callbacks, see description in
    instrumentation.txt / Fixed instrumentation examples

- Configure and compile
  - Moved disk imaging, networking, sound and USB devices to subdirectories
    in the iodev folder.
  - pcidev: enable support for Linux kernel 3.x (Debian patch by Guillem Jover)
  - debugger: generate parser / lexer files only if all required tools are present

- Config interface
  - Added support for direct device plugin loading with bochsrc directive for
    devices which have the same name for the plugin and config option.
  - The bochsrc option 'plugin_ctrl' can now be used to load/unload optional
    plugins directly when parsing the config file or command line. See the bochsrc
    sample for supported devices.
  - Moved bochsrc parsing / writing and config parameter handling for networking,
    sound and USB devices to the plugin device code. The options are only
    available when the corresponding plugin device is loaded.
  - Added ability to set log action per device from .bochsrc.
  - Added new command line option '-noconsole' to disable the console
    window on Windows host.
  - Renamed PCI Pseudo NIC option to "pcipnic" (for direct plugin loading)
  - Moved several related options to the new "keyboard" bochsrc option.
  - Added new parameter 'rtc_sync' for the 'clock' option. If this option
    is enabled together with the realtime synchronization, the RTC runs
    at realtime speed.
  - Moved MWAIT_IS_NOP bochsrc option from CPUID to CPU so it can be set
    even if cpu was configured using pre-defined CPUDB profile.
  - Allow larger CPU 'quantum' values when emulating SMP systems for speed
    (quantum values up to 32 are allowed now).

- I/O Devices
  - Networking
    - Ported Intel(R) 82540EM Gigabit Ethernet adapter emulation from Qemu,
      to enable configure with option --enable-e1000
    - Added PCI network boot ROM support to all network adapters
    - Added TFTP support to the 'slirp' networking module
  - PCI
    - added "auto-assign to PCI slot" feature for PCI-only devices
  - DMA
    - Added the capability to transfer more then one byte / word per ISA DMA cycle
  - VGA
    - Major rewrite of the vga / cirrus code:
      - vgacore (shared standard VGA emulation code)
      - vga (Bochs VBE and PCI VGA)
      - cirrus (CL-GD 5430 ISA / CL-GD 5446 PCI)
    - Added VGA graphics blinking support
    - More accurate vertical and horizontal retrace emulation
      (based on the DOSBox implementation)
  - hard drive / hdimage
    - added new disk image mode 'vpc' for VirtualPC images
    - undoable mode: added coherency check (flat image size and timestamp)
    - sparse mode: fixed read support
  - Sound
    - implemented PC speaker beep using the lowlevel sound interface
    - added SDL audio output support

- ROM BIOS
  - improved PCI boot ROM support (for VGA and other devices)
  - added MADT entry for Interrupt Source Override to ACPI tables

- GUI and display libraries
  - implemented "auto-off" timer for status LEDs indicating a data transfer
  - Added support for sending absolute mouse position values from the gui if an
    absolute pointing device (USB tablet) is active (rfb, sdl, win32, wx, x).
  - Gui debugger now supported when using sdl gui on Windows
  - Implemented "hideIPS" option in rfb, sdl, win32 and wx libraries
  - wx: fixed random freezes with wxGTK and "show ips" feature enabled
  - rfb: the "show ips" feature now works on Windows host

- Tools
  - bxcommit: added support for converting growing to flat mode images
  - bxcommit: support command line options and non-interactive (quiet) mode
  - bximage: increased maximum disk size to 8 TB

- SF patches applied
  [3540389] Patch 5 : Change memory reference functions argument order by Yeong-uk Jo
  [3539254] Patch 4 : Memory reference optimization 2 by Yeong-uk Jo
  [3539251] Patch 3 : Memory reference optimization by Yeong-uk Jo
  [3539237] Patch 2 : Some optimization by Yeong-uk Jo
  [3539228] Patch 1 : ROM BIOS Compatibility patch by Yeong-uk Jo
  [3505209] Fixed combo box size by Konrad Grochowski
  [2864391] Gui debugger default regs by Thomas Nilsen
  [3486555] Fix critical stack leak in Win32 GUI by Carlo Bramini

- these S.F. bugs were closed/fixed
  [625877]  wx: power button -> thread deadlock
  [3534063] Configure does not check for flex presence
  [3555237] NE2000 doesn't compile on OS/X
  [3553168] X doesn't build in latest code on OS/X
  [3550175] Crash when saving snapshot to directory instead of file
  [3548109] VMX State Not Restored After Entering SMM on 32-bit Systems
  [3548108] VMEXIT Instruction Length Not Always Getting Updated
  [3545941] Typo in preprocessor symbol
  [3538731] Missing CR8 register
  [3538574] Missing XD flag ( Execute Disable ) when showing PTEs
  [3537556] Missing initializations
  [3537309] Unable to use the debug GUI with SDL and plugins
  [3537473] GUI debugger only shows 32-bit CRx registers in x86-64 mode
  [3533426] UHCI PCI interrupts
  [3459359] svga cirrus initialization
  [3535228] info gdt does not show long mode segments
  [3531806] Bochs crashes (SIGSEGV) when starting via ssh console
  [3531807] Various missing initialization values reported by Valgrind
   [635789] mapping mode 0 not supported
  [3307201] BOCHS panics when execute HBIOS.COM
  [3528809] IO APIC index register width
  [3528516] Missing #if in soundmod.h
  [3526069] MADT:Interrupt Source Override missed
  [3518753] update dump after manual chages to memory contents
  [3516859] bug in svn e1000 module
  [3516029] stepping not working in debugger GUI in case of smp vm
  [3510403] closing config dialog box closes entire simulator
  [3459998] Bochs cannot be compiled outside the source tree
  [2905969] can't use --enable-gdb-stub on vs2008
  [3294001] Bochs GUI doesn't appear properly for 2nd Bochs copy
  [3493315] Changing VGA 9/8 dot mode causes screen corruption

- these S.F. feature requests were closed/implemented
  [3540441] automatically enable devices in plugin control
  [1251456] command line method to query bochs for features
  [3409396] sdl sound
  [3519794] debugger's ability to save physical/linear memory dumps
  [1429612] Idea how to speedup simulation - stack direct access
  [1703452] Other Network Devices?
  [2919376] Disable show the console window
   [534271] can't set log action by device (bochsrc)
2012-10-01 13:40:48 +00:00
ryoon
ee0dda875c Updated misc/libreoffice3-bin to 3.6.1 2012-10-01 13:28:28 +00:00
ryoon
37c361f13b Update to 3.6.1
* Remove obsolete deoendency to binpatch

Changelog:
* Many bugfixes
2012-10-01 13:27:01 +00:00
ryoon
7f519800e3 Updated textproc/coccigrep to 1.11 2012-10-01 13:14:19 +00:00
ryoon
603269cbfb Update to 1.11
Changelog:
1.11 (2012/09/10)
 * regular expression operator has changed (Eric Leblond)
 * func: match with regexp (Eric Leblond)
 * func: now able to match in case of cast (Eric Leblond)
 * Missing file was not missing. (Eric Leblond)
 * Add missing file. (Eric Leblond)
 * Improve function match (Eric Leblond)

1.10 (2012/08/31)
 * vim: add support for search on "struct toto" (Eric Leblond)
 * Fix error message. (Eric Leblond)
 * Factorize version numbering. (Eric Leblond)

1.9 (2012/07/31)
 * Add --defined option. (Eric Leblond)
 * Add undefined option. (Eric Leblond)

1.8 (2012/03/05)
 * Fix CPP support. (Eric Leblond)

1.7 (2012/03/04)
 * Directory support: Move code to script (Eric Leblond)
 * Add support for directory recursion (Cyril Roelandt)
 * Fix a sentence. (Cyril Roelandt)
 * Replace "attribut" by "attribute". (Cyril Roelandt)
2012-10-01 13:12:21 +00:00
ryoon
03c4b8ac22 Updated graphics/fotoxx to 12.10 2012-10-01 13:03:51 +00:00
ryoon
e5a7dd102f Update to 12.10
Changelog:
Fotoxx change log
=================

2012.10.01  v.12.10
+ This release focuses on user interface and efficiency improvements.
+ The user manual and F1 help are now available in Castilian Spanish.
+ The search index was revised for greater scalability. Metadata edits
  and related image searching should remain fast beyond 500K images.
  A fresh resync of the search index will be done at first startup.
+ A custom graphic menu in a popup window was implemented. Frequently
  used functions can be added and the layout arranged to taste.
+ RAW files can be opened in Ufraw (menu or thumbnail click).
+ A more precise world map was implemented (new download will be made).
+ Large image files open 30% faster and memory consumption is reduced.
+ The batch RAW converter now has a dialog to configure the parameters.
+ New pan/scroll mode: image sticks to mouse and moves with mouse.
+ Stop unnecessary refreshes of the image gallery for metadata edits.
+ Added support for exotic PNG formats (e.g. palletized) via GTK library.
+ Vignette bugfix: stop radius increase if vignette is moved off-center.

2012.09.01  v.12.09.1
Bugfix: memory management error having uncertain impact.

2012.09.01  v.12.09
+ RAW files can be opened via menu, command line or drag and drop.
+ RAW files can be seen in thumbnail galleries like other image files.
+ RAW file editing tool Ufraw was integrated into the Fotoxx menu.
+ RAW file batch conversion parameters (dcraw) are user configurable.
+ RAW file batch conversion is faster (about 50/minute on a strong PC).
+ A wavelet denoise method was added (adapted from ufraw/dcraw).
+ Deep color PNG files are supported (16 bits/color).
+ Vignette: center of shading/brightening can be moved with the mouse.
+ Images can be copied to the clipboard with a right-click popup menu.
+ Trim: target circle added in the middle of the trim rectangle.
+ World map shows locations of geotagged photos, click to see gallery.
+ User interface simplified for location-based or map-based image search.
+ A tool was added to remove chromatic abberation (color fringes).
+ Select area by mouse and color: small user interface improvement.
+ More dialogs preserve user inputs within and across Fotoxx sessions.
+ New command line option: start up with a specified menu function.
+ Panorama: option for zero image curve (e.g. to combine scanned images).
+ Gallery is updated live if a file add/delete is done outside Fotoxx.
+ Bugfix: click geotag group >> gallery window sometimes did nothing.
+ Bugfix: memory leak when processing metadata (tags, captions ...).

2012.08.20  v.12.08.1
+ New GUI translation for Catalan is available.
+ Bugfix: bad fflush() call in exiftool_server caused fotoxx to crash
  in some distros using newest c-libraries (observed in Mageia alpha).
2012-10-01 13:02:24 +00:00
wiz
52c0876a4b Add comment to patch. 2012-10-01 12:47:30 +00:00
ryoon
605334fb03 Updated misc/fbreader to 0.99.2 2012-10-01 12:41:55 +00:00
ryoon
5588cd14b0 Update to 0.99.2
* By default, use Qt4 instead of gtk2, gtk2 support is broken in this version

Changelog:
===== 0.99.2 (September 7, 2012) =====

* Has been added "My Books" (purchased books) section for LitRes catalog
* Hebrew localization (by David Kachan)
* Updated Finnish localization (by Marko Vertainen)

===== 0.99.1 (July 26, 2012) =====

* Fixed bug with freezing at start
* List of network libraries is updated now from fbreader.org
* Fixed working with secured connections (now authentification and books buying on LitRes.ru catalog works)
* Image support for Ms-Word doc format

===== 0.99.0 (July 5, 2012) =====

* Esperanto interface localization has been added (by Katarína Nosková)
* Hyphenation patterns for Polish (by Tomasz Długosz)
* Polish interface localization (by Tomasz Długosz)
* Speed of library scanning has been increased
* Plugin for reading MsWord (*.doc) books
* Fixed zip reading for several ePub books (e.g. for “äie Zeit” ePubs)
* Support for book series in ePubs with point format (e.g. "2.5") has been added
* Fixed image support in RTF books
* Encoding & language recognizing has been improved
* As from version 0.99.0 FBReader for Linux supports qt4 interface only

===== 0.14.20100422 (April 22, 2010) =====

* Chinese text drawing optimization (thanks to You Sheng (SmartDevices) for
  idea)
* Mobipocket image processing has been fixed
* Standard file open dialog is now used instead of the old specially written
  for FBReader
* CSS processing for multi-xhtml epubs has been fixed (in 0.12.* the CSS
  loaded for the first xhtml was also applied for all other xhtmls)
* Chinese encodings detection has been improved
* Language/encoding detection for small files has been improved
* A problem with TOC in newest O'Reilly ePubs has been fixed
* A detection of book format by mime-type (not by file extension) has been
  partially implemented (in Gtk+ version only)
* Polish interface localization has been added (by Rafał Bakuła)

===== 0.12.10 (April 1, 2010) =====

* Processing of external hyperlinks in epubs has been fixed

===== 0.12.9 (March 25, 2010) =====

* Processing of epub local hyperlinks of form "../dir/file.html" has been
  fixed
* Code is now compilable with gcc 4.4.* (missing include directives have been
  added)

===== 0.12.8 (March 22, 2010) =====

* Smashwords library support has been improved: purchase links have been added
* LitRes library support has been updated: since this version FBReader uses an
  OPDS proxy located at http://data.fbreader.org/ for most operations with the
  LitRes catalog
* Processing of the xhtml hyperlinks in html encoded form (like
  '/files/This%20is%20a%20link') has been fixed
* A seg.fault during scanning several archives has been fixed
* Lithuanian localization has been updated
* Vietnamese language/encoding detection patterns have been added
* Parsing of decimal point in CSS files has been fixed (it doesn't depend on
the current locale now)

===== 0.12.7 (March 5, 2010) =====

* Vietnamese localization has been added
* LitRes catalog browsing broken in 0.12.6 has been fixed

===== 0.12.6 (March 3, 2010) =====

* A processing of ePub files with incorrect CRC/entry size information
  has been fixed. Such files are available e.g. from the FictionWise site.
2012-10-01 12:40:36 +00:00
ryoon
14a1787e8f Updated converters/dos2unix to 6.0.2 2012-10-01 12:31:50 +00:00
ryoon
d1bad5f4a8 Update to 6.0.2
Changelog:
2012-09-06: Version 6.0.2

  * The locale encoding detection has been fixed when NLS was disabled.
  * Print line number when a binary symbol is found.
  * Updated makefiles for Watcom C, and added a new one for OS/2.
2012-10-01 12:30:16 +00:00
ryoon
b5f5d13a99 Updated www/aipo to 7.0.1 2012-10-01 11:51:13 +00:00
ryoon
6de89be8aa Update to 7.0.1
Changelog:
7.0.1
* Fix Firefox bug
* Adjust sentences, degign etc.
* Bugfixes

7.0.0
* Add timeline function
* Imporve UI
* Many bugfixes
2012-10-01 11:50:04 +00:00
ryoon
3e262587aa Fix build on OS X/Darwin.
Fix embedding @executable_path, and make package errors.
2012-10-01 11:29:35 +00:00
ryoon
72bcf0793c Fix broken librares on OS X/Darwin.
Build is o.k., but broken.
otool -L shows @executable_path string.
2012-10-01 11:25:52 +00:00
ryoon
43e3571c0f Updated fonts/sourcesans-fonts to 1.036 2012-10-01 11:17:15 +00:00
ryoon
a25fcac7fe Update to 1.306
Changelog:
version 1.036 created 2012/09/12

  * Updates fonts to fix bug in TTF versions in which the GDEF table was not
    included.

version 1.035 created 2012/09/10

  * Updates the fitting for 'u' and its related glyphs. Updates the kerning in
    the upright fonts.

version 1.034 created 2012/08/15

  * Improved sidebearings of some glyphs, improved kerning classes, improved
    some kern pairs.
  * Fixed metrics issues with upright letter D and composites.
  * Added glyphs and OT feature support for Jarai language.
  * Added 'ordfeminine' glyph to 'ss02' feature.
  * Changed glyph name 'schwa.supss' to 'uni0259.sups'.
  * Changed weightClass value of the ExtraLight fonts from 250 to 200.
  * Changed OS/2.usWinAscent and OS/2.usWinDescent values to be the same across
    all fonts.
  * Changed hhea.Ascender and hhea.Descender values as a result of the OS/
    2usWin changes.
  * Changed OS/2 table version number from 4 to 3.
  * Harmonized the copyright strings.
2012-10-01 11:16:22 +00:00
ryoon
6a5f250947 Updated fonts/liberation-ttf to 2.00.0 2012-10-01 11:15:29 +00:00
ryoon
0312a4cea8 Update to 2.00.0
* Change to Google croscore font 1.21.0 base
* Change license to the SIL Open Font License, Version 1.1

Changelog:
"On Jul 18 Liberation fonts 2.00.0 version is released based
on croscore fonts to resolve long standing licensing problem and
also get more coverage present in croscore fonts."
2012-10-01 11:14:22 +00:00
ryoon
c49348adf7 Updated fonts/freefont-ttf to 20120503 2012-10-01 11:13:26 +00:00
ryoon
537369dd56 Update to 20120503
* Many glyphs are adjusted
* Some glyphs are added

In detail, see http://lists.gnu.org/archive/html/freefont-announce/2012-05/msg00000.html
2012-10-01 11:12:24 +00:00
ryoon
7c9462b5e2 Updated fonts/kanjistrokeorders-ttf to 3.000 2012-10-01 11:10:29 +00:00
ryoon
d3cc0c8fbd Update to 3.000
Changelog:
2012/05/27  3.000 Added missing Jinmeiyou kanji and miscellaneous other kanji
                  and symbols. Corrected errors reported by users. In detail:
		  (detail is snipped)
2012-10-01 11:09:31 +00:00
ryoon
5ef7162140 Update HOMEPAGE 2012-10-01 11:08:31 +00:00
ryoon
53e47cac50 Updated fonts/vlgothic-ttf to 20120928 2012-10-01 11:06:46 +00:00
ryoon
313d3ba5bd Update to 20120928
Changelog:
* Sync with M+1C and 1M of 2012-09-28
* Add 280 Kanji glyphs
* Add some symbols
* Add some picture icons
2012-10-01 11:05:08 +00:00
ryoon
4fb6b89525 Updated fonts/misaki-fonts to 1.0.20120603 2012-10-01 11:03:36 +00:00
ryoon
6f93ba04fa Update to 1.0.20120603
* First gold release
* Change valious filenames
* Improve documents
2012-10-01 11:02:05 +00:00
ryoon
b707c18585 Add 7z archive distfile support.
Fix PR pkg/42967
2012-10-01 10:45:16 +00:00
ryoon
ed26e62268 Add xz to tools.Linux.mk.
Some Linux distributions, for example Gentoo Linux, have xz command in base.
2012-10-01 10:25:03 +00:00
bad
781b56ced9 Apply patch from OBATA Akio to stop "make update" failing with "a different
version ... is already installed".
<http://mail-index.netbsd.org/pkgsrc-users/2011/08/02/msg014770.html>

This makes "make update" usable for me again.  Thanks Obata-san!
2012-10-01 09:54:18 +00:00
wiz
e7b11594d9 Updated net/libquvi-scripts to 0.4.9 2012-10-01 07:44:33 +00:00
wiz
9458f30ac6 Update to 0.4.9:
v0.4.9  (2012-10-01) / Toni Gundogdu

anon:
  - Add website/beeg.lua (NSFW) [5d7233f]
  - Add website/deviantclip.lua (NSFW) [1b12bc4]
  - Add website/fastjizz.lua (NSFW) [9f1ce8b]
  - Add website/jizzhut.lua (NSFW) [d509b1b]
  - Add website/xnxx.lua (NSFW) [ac72d16]
  - FIX: website/youjizz.lua [ebc42da]
  - website/keezmovies.lua: Detect encrypted streams [9498be7]
Martin Herkt:
  - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0))
Toni Gundogdu:
  - FIX: Add quvi/html.lua to DIST_lua [c681d03]
  - website/arte.lua: Mark as FIXME [e815821]
  - website/collegehumor.lua: Mark as FIXME [4f65343]
  - website/xvideos.lua: Improve title parsing (#109) [e657f45]
Tzafrir Cohen:
  - website/tapuz.lua: Add tapuz flix support [bc24554]

 27 files changed, 622 insertions(+), 86 deletions(-)


v0.4.8  (2012-08-21) / Toni Gundogdu

anon:
  - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97]
Bastien Nocera:
  - FIX: 101greatgoals.lua: article pattern [e4ae322]
  - souncloud.lua: Never offer placeholder as thumbnail [2ffd344]
  and Pierre Carrier:
  - Add support for BBC iPlayer (#28) [282632e]
Ross Burton:
  - Add website/lego.lua (#107) [c38aa05]
Toni Gundogdu:
  - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9]
  - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e]
  - FIXME: website/bloomberg.lua [48ca011]

 13 files changed, 402 insertions(+), 37 deletions(-)
2012-10-01 07:44:23 +00:00
ghen
68dadd1888 Updated mail/dovecot2 to 2.1.10, and mail/dovecot2-pigeonhole to 0.3.3. 2012-10-01 07:12:26 +00:00
ghen
6d42828180 Update to Pigeonhole 0.3.3.
Changelog v0.3.2:

+ sieve-refilter tool: improved man page documentation by explicitly specifying
  the syntax used for mailbox arguments.
+ Sieve: spamtest and virustest extensions: improved trace debugging of score
  calculation.
+ Sieve: made error messages about exceeding the maximum number of actions more
  verbose.
- Sieve tools: fixed problems with running as root: sievec and sieve-dump now
  ignore mail_uid and mail_gid settings when run as root.
- Sieve: fixed bug in action accounting (for limit checking): increase action
  instance count only when an action is actually created.
- Sieve: include extension: fixed namespace separation of :global and :personal
  scripts.
- ManageSieve: fixed segfault bug triggered by CHECKSCRIPT command.
- Fixed linking with ld.gold.
- Fixed several Clang compile warnings and a few potential bugs.

Changelog v0.3.3:

- Fixed compile against installed Dovecot headers. This was broken by the
  ld.gold fix in the previous release.
2012-10-01 07:10:58 +00:00
ghen
4eb9ee8335 Update to Dovecot 2.1.10
+ imap: Implemented THREAD=ORDEREDSUBJECT extension.
+ Added "doveadm exec" command to easily execute commands from libexec_dir,
  e.g. "doveadm exec imap -u user@domain"
+ Added "doveadm copy" command.
+ doveadm copy/move: Added optional user parameter to specify the source
  username. This allows easily copying mails between different users.
+ Added namespace { disabled } setting to quickly enable/disable namespaces.
  This is especially useful when its value is returned by userdb.
+ Added mailbox_alias plugin. It allows creating mailbox aliases using
  symlinks.
+ imapc storage: Added imapc_max_idle_time setting to force activity on
  connection.
+ fts-solr: Expunging multiple messages is now faster.
- director: In some conditions director may have disconnected from another
  director (without logging about it), thinking it was sending invalid data.
- imap: Various fixes to listing mailboxes.
- pop3-migration plugin: Avoid disconnection from POP3 server due to idling.
- login processes crashed if there were a lot of local {} or remote {} settings
  blocks.
2012-10-01 07:10:14 +00:00
khorben
e3738800cc Added a startup script for net/vpnc, as mentioned on tech-pkg@
Set and using $pidfile as suggested by joerg@

ok hubertf@
2012-10-01 00:41:27 +00:00
dholland
c8e523948a -openh323-1.19.1
+h323plus-1.24.0
Also note ptlib-2.10.7.

It seems that openh323 went away and was replaced by h323plus.
This update includes a bonus: we can then remove devel/pwlib.
2012-09-30 23:28:38 +00:00
dholland
0be06a657b HOMEPAGE leads to a squatter; comment it out and also note the homepage
of the apparent successor project.
2012-09-30 23:25:18 +00:00
dholland
fdfedfb6a1 rlwrap 0.37 2012-09-30 22:11:45 +00:00
dholland
40f058d25a Update to 0.37; closes PR 46078.
Now depends on perl.

0.37  Commands that emit "status lines" using backspaces and carriage
      returns could confuse rlwrap

      rlwrap uses C strings internally, and thus cannot cope with
      command output that contains zero bytes (padding). It used to
      replace these with spaces, now the zero bytes are removed.

      if the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist, rlwrap
      will create it

      typo: SIGERR instead of SIG_ERR in signals.c

0.36  Entering a line from vi command mode would echo the input twice

      Output from very busy commands would not always be printed on time

      When rlwrap kills itself after a command crash it will not dump
      core, in order to avoid clobbering command's much more interesting
      core dump.

      Premature filter death is now reported properly (it used to only
      say: "EOF reading from filter" or "Broken pipe writing to filter")

0.35  config.{guess,sub} have been updated to version 2009-12-13

      Corrected array bounds error in my_putstr("") (which could make
      rlwrap write an extra newline when exiting, but might even crash
      on some systems)

      Many small improvements and fixes for multi-line input:

        Multi-line inputs are now written to the inferior command one
        line at a time, so that command's response (e.g. a continuation
        prompt) can be interleaved with the echo'ed (multi-line) input.

        Calling an external editor will no longer obliterate the prompt,
        and line/column positions are now correct.

        After a multi-line edit in vi-mode, the cursor will no longer
        end up one line too high.

      CTRL-D on an empty line was handed directly to command, but also
      (erroneously) put in readline's input buffer

      Many small fixes and improvements in signal handling:

         SIGSEGV, and other "error" signals like SIGFPE, are now unblocked
         all of the time, so that rlwrap can always clean up after a crash.

         Since version 0.25 rlrwap's transparency extends to signals: if
         the inferior command segfaults, rlwrap will kill itself with a
         SIGSEGV. In order to get the bug reports where they belong,
         rlwrap now reports explicitly that it has not crashed itself.

         rlwrap's call to sigaction forgot to set the signal mask (!)

         Continuing after CTRL-Z on QNX now wakes up command

      Added --one-shot (-o) and --only-cook (-O) options

      debug log is now in a format that works well with emacs' grep-mode

      rlwrap's bindable readline function names (like rlwrap-call-editor) are
      now in hyphen-style instead of underscore_style (use of the
      old_style_names will now be flagged as an error)

      Filters can now prevent a prompt from being cooked by "rejecting" it.

      Rlwrapfilter.pm would set $_ incorrectly in echo and output handlers.

      RlwrapFilter.pm manpage is now created by newer (and less buggy)
      version of pod2man

      Added EXAMPLES section and -t option to rlwrap manpage

0.34  Binding wide (e.g. utf-8) chars in .inputrc now works

      prefix arguments are now correctly reset (M-5 a b now
      yields aaaaab instead of aaaaabbbbb)


0.33  rlwrap incorrectly fed terminfo-style capnames ("dl1") instead of
      termcap codes ("dl") into tgetstr(). On newer Debian systems this
      exposed a bug where random garbage would be printed by rlwrap

      Hyphens in rlwrap manpage are now all properly escaped

      RlwrapFilter.pm now only re-sets $filter->cumulative_output when an
      INPUT message is received


0.32  Major new feature: filtering. Filters sit between rlwrap and the
      wrapped command, re-writing command output, input, prompts,
      history, and completion word lists.

      System-wide filters live in DATADIR/rlwrap/filters (where DATADIR =
      /usr/local/share by default, installation-dependent) Because of this,
      completions now live in DATADIR/rlwrap/completions (until now:
      DATADIR/rlwrap)

      To make filter writing easy, a perl module RlwrapFilter.pm has
      been added. It doesn't become part of your perl installation, but lives
      in DATADIR/rlwrap/filters

      rlwrap didn't properly check errno after reading from inferior pty.
      This could lead to a spurious "read error on master pty"

      Instead of using crusty old signal(), signal handlers are now set
      by sigaction() without SA_RESTART (BSD semantics) Different
      syscall-restarting behaviour among systems caused hard-to-trace
      bugs

      Now copies inferior pty's c_oflags to stdout before
      output. (some editors like joe would mess up the screen)

      prompt handling logic has been streamlined. Coloured prompt handling is
      reliable now, even for long prompts.

      At program exit, rlwrap now outputs a newline only when the client
      didn't.

      Added -g, -I, -N, -S, -w and -z options

      Removed -F option (and added a filter to replace it)

      -p option now takes colour names (-pYellow)

      rlwrap (and readline) uses C strings internally, which could cause problems
      with commands that output '\0' bytes. In direct mode, such
      characters are left untouched, but in readline mode they are
      replaced by spaces.

      the tools directory has been updated, so that configure will
      feel at home even on newer systems

      tested on SunOS, AIX, FreeBSD, HP/UX, QNX (thanks to polarhome.com), as
      well as cygwin and linux
2012-09-30 22:10:42 +00:00
adam
0d79f61413 Updated benchmark/thrulay to 0.9 2012-09-30 22:09:29 +00:00