Commit graph

201702 commits

Author SHA1 Message Date
rodent
1dc91b27ef +xgc 2013-05-28 02:54:07 +00:00
rodent
0d5cb89975 Added graphics/xgc version 1.0.4 2013-05-28 02:53:30 +00:00
rodent
d94ee7cd46 Import xgc-1.0.4 as graphics/xgc.
xgc is an X11 graphics demo that shows various features of the X11 core protocol
graphics primitives.
2013-05-28 02:53:13 +00:00
rodent
d208a459b9 +xditview 2013-05-28 02:16:32 +00:00
rodent
7584ff1ca5 Added x11/xditview version 1.0.3 2013-05-28 02:15:52 +00:00
rodent
7c4cacb57b Import xditview-1.0.3 as x11/xditview.
xditview displays ditroff output on an X display.
2013-05-28 02:15:35 +00:00
prlw1
73b92ab404 Build fixes 2013-05-27 22:26:27 +00:00
prlw1
5f0102fd3a Updated devel/dconf to 0.16.0 2013-05-27 18:17:35 +00:00
prlw1
3a408b115b Update dconf / dconf-editor to 0.16.0
Many improvements, bug fixes and translation updates:
https://git.gnome.org/browse/dconf/tree/NEWS?id=0.16.0

Highlights:

This release more or less completes the rewriting of dconf-service.
Support for backends are now fully-realised (and we have a couple of
them as proof).  Many small bugs (some with serious symptoms) have been
fixed vs. the last release.

 - new icons: hicolor icons have been updated and a HighContrast set
   added

 - loosen some assertions on the order of messages being returned from
   the service.  D-Bus violates this order in the case that the service
   crashes and that's no reason to take the client with it as well.

 - add some backends to the dconf-service (that were 'considered' as per
   the last NEWS).  The first backend is a null backend that allows for
   a temporary database tied to the lifetime of the session, possibly
   useful for testing.

 - also add a new 'keyfile' backend for the service.  This is primarily
   intended to be used with NFS (where use of mmap is not safe)

 - add a mkdir() in the case of an empty home directory where
   ~/.config/dconf does not already exist

 - the service has been substantially rewritten
  - using gdbus-codegen
  - cache the file contents instead of read/modify/write each time
  - new DConfWriter abstraction allows considering support for backends
  - uses only POSIX IO (read and write syscalls) for database access
  - workaround mmap() bug on OpenBSD
2013-05-27 18:17:11 +00:00
adam
43957586a9 Updated devel/zlib to 1.2.8; lang/python27 to 2.7.5 2013-05-27 16:25:55 +00:00
adam
07321442fd This is a 2.7 series bugfix release. It contains several regression fixes to 2.7.4. Modules with regressions fixed include zipfile, gzip, and logging. 2013-05-27 16:24:00 +00:00
adam
e71eeabd6a Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements:
* Add new inflateGetDictionary() function
* Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream.
* Fix bug in gzclose() when gzwrite() runs out of memory
2013-05-27 16:22:10 +00:00
wen
37e86af334 Updated www/p5-HTML-TreeBuilder-LibXML to 0.23 2013-05-27 15:21:40 +00:00
wen
1b7210c14b Update to 0.23
Upstream changes:
0.23 2013-05-17T00:16:48Z

    - fixed guts(), clone() and replace_with() to properly handle XML::LibXML::Dtd nodes
      - guts() now includes the Dtd node in the returned document (unless it were implicitly created)
      - clone() calls createInternalSubset() on the new document
      - replace_with() calls createInternalSubset() if the replacement is a XML::LibXML::Dtd (can't import Dtd node)
        (cafe01)

0.22 2013-05-13T00:04:09Z

    - improved guts(), calling nonBlankChildNodes() instead of childNodes()
    - improved HTML::TreeBuilder::LibXML::Node documentation
      (cafe01)

0.21 2013-05-12T19:12:53Z

    - fixed guts(),
      - now returning nodes from <head> and <body> instead of just <body>
      - now returning text and comment nodes instead of just element nodes
      - returned nodes now belong to the same document
    - fixed to_HTML to render valid html, not xml
      (cafe01)

0.20 2013-05-10T20:44:16Z

    - improved replace_with() on document node.
    - fixed push_content() and unshift_content() to work with document mode.
    (cafe01)

0.19 2013-05-10T01:03:58Z

    - fixed replace_with() and parent(),
      to avoid calling appendChild() on a Document node, which is not supported by XML::LibXML.
      (cafe01)

0.18 2013-05-09T20:49:04Z

    - implemented all node methods needed for Web::Query::LibXML to work
      - clone_list
      - detach
      - delete_content
      - content_list
      - replace_with
      - push_content
      - unshift_content
      - postinsert
      - preinsert
      - disembowel (HTML::TreeBuilder::LibXML)
      (cafe01)

    - modified parse_file() to read file content, then call parse_content()
      - thats because parse_content() will detect (heuristically) when the parser will add implict <html><body> tags, so guts() can work properly.
      (cafe01)

0.18 2013-05-09T01:27:46Z

    - implemented matches(), parent(), guts() node method
      (Carlos Fernando Avila Gratz)
2013-05-27 15:20:34 +00:00
wen
c157629d5b Updated www/p5-HTML-Parser to 3.71 2013-05-27 15:06:04 +00:00
wen
95b13e3946 Update to 3.71
Upstream changes:
2013-05-09  Release 3.71

Gisle Aas (1):
      Transform ':' in headers to '-' [RT#80524]


_______________________________________________________________________________
2013-03-28  Release 3.70

François Perrad (1):
      Fix for cross-compiling with Buildroot

Gisle Aas (1):
      Comment typo fix

Yves Orton (1):
      Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs
        to call SV_CHECK_THINKFIRST() before checking READONLY flag
2013-05-27 15:05:10 +00:00
wen
6b1a46878d Updated net/p5-Test-TCP to 1.27 2013-05-27 14:59:02 +00:00
wen
60bcb576c9 Update to 1.27
Upstream changes:
1.27 2013-05-15T10:13:18Z

    - export wait_port from Net::EmptyPort
      (Pavel Shaydo)
    - Make default wait_port() sleeping time shorter.
      0.1sec => 0.0001sec.
      (tokuhirom)

1.26 2013-03-29T08:46:20Z

    - Remove unused deps from cpanfile.

1.25 2013-03-29T08:07:24Z

    - re packaging, again & again

1.24 2013-03-28T02:49:32Z

    - re-packing, again.


1.23 2013-03-27T01:37:08Z

    - Just re-packaging

1.22 2013-03-27T01:17:38Z

    - Add doc for Test::TCP::CheckPort
      (Tatsuhiko Miyagawa)
    - revert b4fc237697648234c960f6714d995210d4250e42 to fix Win32 breakage
      Test::TCP::CheckPort must be used on win32 because it prints to STDOUT
      (Christian Walde)
    - Add UDP support to Net::EmptyPort
      (Brendan Byrd)
2013-05-27 14:57:15 +00:00
wen
27873b491c Updated devel/p5-Test-CheckDeps to 0.004 2013-05-27 14:49:05 +00:00
wen
79933abc4a Update to 0.004
Update DEPENDS

Upstream changes:
0.004     2013-05-15 00:04:46 Europe/Amsterdam
          Reinstate loading of CPAN::Meta

0.003     2013-05-14 23:16:36 Europe/Amsterdam
          Sort dependencies before displaying them
          check_dependencies() can now optionally also test recommended and
          suggested prerequisites
2013-05-27 14:47:54 +00:00
wen
d2e566020c Updated devel/p5-Graph to 0.96 2013-05-27 13:55:14 +00:00
wen
75e784251d Update to 0.96
Upstream changes:
2013-05-24  Jarkko Hietaniemi  <jhi@iki.fi>

	* Mop-up release for 0.95.  Still is and will be unsupported.

	* Release as 0.96.

2013-05-23  Jarkko Hietaniemi  <jhi@iki.fi>

	* Address rt.cpan.org #85449:
	  "Graph-0.94 tests fail under perl 5.18.0"

	* Address rt.cpan.org #82324:
	  "Test failures due to hash randomisation in perl 5.17.6"

	The two above fixes were the same: the biconnectedness
	code was rewritten from scratch.  The new code behaves
	differently (but I believe more correctly) on certain
	edge cases, in general it will generate more biconnected
	components and bridges, for example for "a=b=c" it will
	now return the same two biconnected components and bridges
	(cut edges), namely "a=b" and "b=c", the "b" of course being
	the articulation point (cut vertex).

	* Address rt.cpan.org #67213:
	  "[PATCH] pod fixes"

	* Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due
	  to some strange failure, looks unrelated to Graph as such,
	  probably some fix/change made by newer Perls.

	* Release as 0.95.
2013-05-27 13:54:06 +00:00
wiz
6bd9b118e4 + aria2-1.17.1, fuse-1.1.0, libjpeg-turbo-1.3.0, socat-1.7.2.2. 2013-05-27 12:27:27 +00:00
drochner
f9db065748 remove stale dependencies, ride on recent revbump 2013-05-27 11:57:19 +00:00
fhajny
580c01fede 2013.05.24, Version 0.10.8 (Stable)
* v8: update to 3.14.5.9
* uv: upgrade to 0.10.8
* npm: Upgrade to 1.2.23
* http: remove bodyHead from 'upgrade' events (Nathan Zadoks)
* http: Return true on empty writes, not false (isaacs)
* http: save roundtrips, convert buffers to strings (Ben Noordhuis)
* configure: respect the --dest-os flag consistently (Nathan Rajlich)
* buffer: throw when writing beyond buffer (Trevor Norris)
* crypto: Clear error after DiffieHellman key errors (isaacs)
* string_bytes: strip padding from base64 strings (Trevor Norris)
2013-05-27 11:32:34 +00:00
rodent
425978e507 s/Added/Moved/ for {o,x}clock 2013-05-27 10:56:57 +00:00
rodent
2ffe5faa43 s/x11/time/ for {o,x}clock 2013-05-27 10:55:05 +00:00
rodent
d29c7bba6c -oclock -xclock (moved to time/) 2013-05-27 10:53:53 +00:00
rodent
a7e08ee3a8 +oclock +xclock (moved from x11/) 2013-05-27 10:52:14 +00:00
rodent
e59b48584b Added time/xclock version 1.0.6 2013-05-27 10:51:15 +00:00
rodent
53310dc4a9 Import xclock-1.0.6 as time/xclock.
This package provides xclock, an analog / digital clock for X.

This is from the modular X.org X11 project.
2013-05-27 10:51:01 +00:00
rodent
919fb7443d Added time/oclock version 1.0.3 2013-05-27 10:49:14 +00:00
rodent
4518c46bde Import oclock-1.0.3 as time/oclock.
oclock is a simple analog clock using the SHAPE extension to make a round
(possibly transparent) window.
2013-05-27 10:48:59 +00:00
drochner
bef2190f37 restore a patch which got lost during last update 2013-05-27 10:27:02 +00:00
sbd
228ea9f71c Add etckeeper 2013-05-27 08:37:13 +00:00
sbd
c862a47835 Added sysutils/etckeeper version 1.3 2013-05-27 08:36:45 +00:00
sbd
43a0b8f709 Add sysutils/etckeeper version 1.3
etckeeper is a collection of tools to let /etc be stored in a git,
mercurial, darcs, or bzr repository. It hooks into apt (and other
package managers including yum and pacman-g2) to automatically commit
changes made to /etc during package upgrades. It tracks file metadata
that revison control systems do not normally support, but that is
important for /etc, such as the permissions of /etc/shadow.
It's quite modular and configurable, while also being simple to use
if you understand the basics of working with revision control.
2013-05-27 08:36:00 +00:00
wiz
706ebff0be Allow the dri option on NetBSD even with native x (compile-tested by
Patrick Welche) and enable it by default there too; bump libdrm
requirement (from Patrick Welche).
Also enable dri on Linux by default, not only for Linux with modular X.

Bump PKGREVISION.
2013-05-27 06:45:30 +00:00
rodent
f352f80025 CATEGORIES+=time 2013-05-27 01:13:00 +00:00
rodent
18f00a9f77 +oclock 2013-05-26 23:17:03 +00:00
rodent
f273a7597a Added x11/oclock version 1.0.3 2013-05-26 23:16:28 +00:00
rodent
5056085816 Import oclock-1.0.3 as x11/oclock.
oclock is a simple analog clock using the SHAPE extension to make a round
(possibly transparent) window.
2013-05-26 23:16:15 +00:00
rodent
e4d421b1cc +libti* +tilp2; 2013-05-26 23:08:24 +00:00
rodent
eb8654e54b +gfm 2013-05-26 23:06:57 +00:00
rodent
e03e36a397 Added sysutils/gfm version 1.06 2013-05-26 23:06:20 +00:00
rodent
6785ec5855 Import gfm-1.06 as sysutils/gfm.
The GFM is an application allowing to manipulate single/group/tigroup files. It
can:

 * create a new file
 * open an existing file
 * save file
 * rename variables
 * remove variables
 * create folders
 * group files into a group/tigroup file
 * ungroup a group/tigroup file into single files
2013-05-26 23:06:05 +00:00
rodent
1b9403c3b8 Added comms/tilp2 version 1.16 2013-05-26 23:00:37 +00:00
rodent
c0d41d2029 Import tilp2-1.16 as comms/tilp2.
"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform
linking program for use with all TI graphing calculators (TI73 ... V200PLT).

Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel
Link, VTi (virtual) and TiEmu (virtual).

Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89,
Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS.

Capabilities: silent link, screendump, directory listing, send/recv of vars,
send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST,
clock, create folder, delete var/app...
2013-05-26 23:00:20 +00:00
rodent
d0f2170f96 Added comms/libtifiles2 version 1.1.5 2013-05-26 22:59:57 +00:00
rodent
e8b3c1d010 Import libtifiles2-1.1.5 as comms/libtifiles2.
"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform
linking program for use with all TI graphing calculators (TI73 ... V200PLT).

Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel
Link, VTi (virtual) and TiEmu (virtual).

Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89,
Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS.

Capabilities: silent link, screendump, directory listing, send/recv of vars,
send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST,
clock, create folder, delete var/app...
2013-05-26 22:59:42 +00:00