104336 Commits

Author SHA1 Message Date
kili
0e628e5fbb Import hs-tf-random (but don't link it to the build yet).
ok sthen@, dcoppa@

This package contains an implementation of a high-quality splittable
pseudorandom number generator. The generator is based on a cryptographic
hash function built on top of the ThreeFish block cipher.
2015-09-11 18:56:38 +00:00
kili
4a995afa08 Import hs-old-time (but don't link it to the build yet).
ok sthen@, dcoppa@

This package provides the old time library.
2015-09-11 18:55:20 +00:00
kili
922af168a0 Import hs-old-locale (but don't link it to the build yet).
ok sthen@, dcoppa@

This package provides the ability to adapt to locale conventions
such as date and time formats.
2015-09-11 18:54:11 +00:00
kili
9e15e75ecf Import hs-network-uri (but don't link it to the build yet).
ok sthen@, dcoppa@

This package provides an URI manipulation inteface.
2015-09-11 18:52:23 +00:00
kili
858f25ce88 Import hs-exceptions (but don't link it to the build yet).
ok sthen@, dcoppa@

This package provides (optionally pure) extensible exceptions that
are compatible with the monad transformer library.
2015-09-11 18:51:16 +00:00
kili
42d607ab86 Import hs-StateVar (but don't link it to the build yet).
ok sthen@, dcoppa@

This package contains state variables, which are references in the
IO monad, like IORefs or parts of the OpenGL state.
2015-09-11 18:49:53 +00:00
sthen
2d9a236a17 missed int->uint64_t from previous 2015-09-11 18:48:40 +00:00
kili
05b2f088aa Import hs-ObjectName (but don't link it to the build yet).
ok sthen@, dcoppa@

This tiny package contains the class ObjectName, which corresponds
to the general notion of explicitly handled identifiers for API
objects, e.g. a texture object name in OpenGL or a buffer object
name in OpenAL.
2015-09-11 18:47:12 +00:00
jca
63a03f9d69 Actually update to mosh-1.2.5, not mosh-1.2.4.95rc2...
Spotted by kili@
2015-09-11 17:57:13 +00:00
kili
ab6d151fdc New bootstrapper after libc crank. 2015-09-11 17:44:12 +00:00
sthen
90ae20526a bump; ifmedia64 2015-09-11 16:38:04 +00:00
sthen
1c94df2da7 handle ifmedia64
interface_openbsd.c seems unused but patch there as well anyway in case
anything else uses it later..
2015-09-11 16:33:05 +00:00
sthen
5d220a595f handle ifmedia64 2015-09-11 16:27:41 +00:00
sthen
604b441881 ihandle ifmedia64 2015-09-11 16:23:01 +00:00
sthen
530b87b389 bump; ifmedia64 2015-09-11 16:18:23 +00:00
sthen
d8e747ddd7 bump; ifmedia64 2015-09-11 16:15:31 +00:00
sthen
822e07594b bump; ifmedia64 2015-09-11 16:14:02 +00:00
sthen
cd9427a22c handle ifmedia64 2015-09-11 15:57:42 +00:00
sthen
bb1a5d50fe hand-edit patch to avoid rcs id 2015-09-11 15:56:43 +00:00
sthen
938da5f3a9 handle ifmedia64 2015-09-11 15:24:50 +00:00
sthen
68ce283266 handle ifmedia64 2015-09-11 15:20:54 +00:00
sthen
4dcb665680 bump and patch; ifmedia64 2015-09-11 15:13:35 +00:00
sthen
c0f440d09c bump; ifmedia64 2015-09-11 15:05:46 +00:00
sthen
7af195376c bump; ifmedia64 2015-09-11 14:58:49 +00:00
sthen
61ca3d7f46 bump; ifmedia64 2015-09-11 14:53:12 +00:00
sthen
04333f4d88 bump; ifmedia64 2015-09-11 14:52:35 +00:00
sthen
1a7fbe358c bump; ifmedia64 2015-09-11 14:50:36 +00:00
bentley
d1d83eab1c mpv's build assumes that mpv is in PATH during fake; make sure it's so.
Reported by naddy@, fix from brad, ok czarkoff@
2015-09-11 14:46:29 +00:00
sthen
81f5f7c6bf ifmedia64 2015-09-11 14:43:54 +00:00
sthen
56af22088c fix shells/nsh with ifmedia64 2015-09-11 14:25:47 +00:00
ajacoutot
62c8d3648b Update to gnome-documents-3.16.4. 2015-09-11 14:25:32 +00:00
sthen
32a3c4f4e1 whitespace, pointed out by landry but i forgot to fix it before committing 2015-09-11 14:17:17 +00:00
sthen
56a5127be7 x11/tint -> x11/tint2 2015-09-11 14:15:18 +00:00
sthen
b38a3ccdec x11/tint -> x11/tint2 2015-09-11 14:15:11 +00:00
sthen
dfc672f6de import x11/tint2, to replace x11/tint. from J. Scott Heppler, ok landry@
Tint2 is a simple panel/taskbar made for modern X window managers. It
was specifically made for Openbox but it should also work with other
window managers (GNOME, KDE, XFCE etc.). It is based on ttm
http://code.google.com/p/ttm/.
2015-09-11 14:14:07 +00:00
jasper
d6545f3efb add CVE number 2015-09-11 14:04:59 +00:00
pea
443a53c739 Update to 1.6.1
ok sthen@
2015-09-11 12:39:27 +00:00
dcoppa
5424c40a2d Merge from upstream:
command: let listall print songs only, as described by the man page
already (git commit 2aba75803de7b4cc7319f804977b7a12a61b7f92)
2015-09-11 12:28:54 +00:00
dcoppa
7141f45df2 Merge from upstream:
Space required before window search argument
(git commit 7a4726844b0b27363d53267c6906b57aca47e5d9)
2015-09-11 12:21:47 +00:00
pea
b1ded47977 Update to 0.30
ok sthen@
2015-09-11 12:15:21 +00:00
jca
a0689f8613 Update to Image-ExifTool-10.00, from maintainer patrick keshishian. 2015-09-11 11:57:10 +00:00
jca
5b0dac6869 Update to mosh-1.2.5
Remove patches committed upstream, and add a note about a regression
regarding JuiceSSH and mosh-1.2.5 (from sthen@).  A similar update diff
was proposed by "Fred" (openbsd at crowsons dot com).
2015-09-11 11:47:41 +00:00
czarkoff
c133a83fb8 Build with -fPIC, drop texlive dependency
New MASTER_SITES as a consequence, and buildtime bzip2 dependency. While at it,
change my email address.

Original patch by pascal@, OK sthen@
2015-09-11 11:44:03 +00:00
jca
203324e9ed Update to samba-4.1.20; ok sthen@ 2015-09-11 11:35:09 +00:00
jca
e54be8953e ld -Z might be fixed on powerpc, remove the BROKEN marker 2015-09-11 11:33:35 +00:00
sthen
66d0758ed4 update to coccigrep-1.13 2015-09-11 10:54:35 +00:00
sthen
d00cad4582 sync; 9121 2015-09-11 10:32:21 +00:00
dcoppa
710e674bfe Small "fix" for the testpcsc test program 2015-09-11 10:18:36 +00:00
pea
6630800c50 Update to 2.1.8
ok ajacoutot@
2015-09-11 10:02:03 +00:00
sthen
d8d95416e2 Add the patchset from https://sourceforge.net/p/minidlna/patches/145/ to
support incremental rescans with the -r flag.
2015-09-11 09:51:12 +00:00