kili
b59d16605d
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:29:39 +00:00
kili
5cdcb6761a
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:28:45 +00:00
kili
f774d198a4
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:28:07 +00:00
kili
eb1b24303b
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:27:22 +00:00
kili
e2e02b1633
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:26:53 +00:00
kili
2c51916d94
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:26:13 +00:00
kili
ba4db1c0bf
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:25:33 +00:00
kili
c03c017e5f
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:24:56 +00:00
kili
776389b4b2
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:24:12 +00:00
kili
7edd1a9884
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:20:08 +00:00
kili
ecb54fb01a
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:16:10 +00:00
kili
3dd951da05
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:15:21 +00:00
kili
0dc8977974
Update to haskell-platform-7.10.3.
2015-12-20 11:12:17 +00:00
kili
860eb48840
Update to hs-OpenGLRaw-2.6.0.0.
2015-12-20 11:11:30 +00:00
kili
483fad0823
Update to hs-OpenGL-2.13.1.0.
2015-12-20 11:10:38 +00:00
kili
a46c25dc3e
Update to hs-GLUT-2.7.0.3.
2015-12-20 11:10:13 +00:00
kili
692506e110
Update to hs-GLURaw-1.5.0.2.
2015-12-20 11:09:49 +00:00
kili
746196604e
Add hs-half.
2015-12-20 11:09:11 +00:00
kili
05268d4a8e
Update to hs-syb-0.6.
2015-12-20 11:08:24 +00:00
kili
66469565a4
Update to hs-primitive-0.6.1.0.
2015-12-20 11:07:59 +00:00
kili
8ffc4e8133
Update to hs-fgl-5.5.2.3.
2015-12-20 11:07:14 +00:00
kili
b7a4e0ab3d
Update to hs-case-insensitive-1.2.0.5.
2015-12-20 11:06:23 +00:00
kili
f41f922a79
Update to hs-StateVar-1.1.0.1.
2015-12-20 11:05:50 +00:00
kili
4a549c55b5
Update to hs-HUnit-1.3.0.0.
2015-12-20 11:05:16 +00:00
kili
4fb1811aac
Update to ghc-7.10.3.
2015-12-20 11:04:27 +00:00
benoit
123c651c88
Update to p5-EV-4.22.
2015-12-20 10:30:53 +00:00
jasper
e40089f0a0
update to isync-1.2.1
2015-12-20 09:59:22 +00:00
benoit
4e967ada30
Update to p5-ack-2.15_02.
2015-12-20 09:47:13 +00:00
ajacoutot
c3d0b50f77
Move pexp where it belongs.
2015-12-20 09:38:14 +00:00
ajacoutot
9507df179d
Disable support for the gtk+2 plugin process which is only mostly useful on
...
Linux (flash, java, ...). This allows dropping gtk+2 from the dependencies.
ok sthen@ landry@ (co-maintainer)
2015-12-20 09:35:18 +00:00
jasper
1e358a6c83
- update to myhdl-0.9.0
...
- switch to pypi
2015-12-20 09:34:16 +00:00
jasper
27d60a7f8a
update to color-1.8
2015-12-20 09:27:03 +00:00
jasper
ba7ff4488b
update ot osm-gps-map-1.1.0
2015-12-20 09:23:48 +00:00
jasper
b4391ff922
merged upstream already
2015-12-20 09:09:29 +00:00
jasper
a5aafa164d
remove empty file
2015-12-20 09:06:42 +00:00
jasper
ab2e9d2968
- update to birdfont-2.15.3
...
- add a patch to stop using malloc.h
2015-12-20 08:29:06 +00:00
ajacoutot
938c502440
Use ${LOCALSTATEDIR}.
...
from Brad
2015-12-20 07:52:43 +00:00
kili
b88c7030c8
Oops. Remove bogus file.
2015-12-20 07:51:09 +00:00
naddy
98b05d7730
bump for plist changes 5.8 -> 5.9
2015-12-20 00:16:27 +00:00
bentley
9aad700ffc
Update to xnp2-20140607.
2015-12-19 23:09:28 +00:00
kili
9f637eb9e0
This package supplies half-precision floating point values w/ 1 bit
...
of sign, 5 bits of exponent, 11 bits of mantissa trailing a leading
1 bit with proper underflow.
These arise commonly in GPU applications.
ok sthen@, who also suggested to put it into math/
Not yet added to math/Makefile, because this is for ghc-7.10.3.
2015-12-19 23:00:00 +00:00
bentley
a32a3260e0
+utp
2015-12-19 22:14:21 +00:00
bentley
4699e338da
Import utp-1.0.
...
Originally published in 1987, Unix Text Processing (UTP) (written by Dale
Dougherty and Tim O'Reilly) provides one of the few comprehensive looks at
all the tools involved in a typical troff-based writing workflow. It covers:
- UNIX and troff basics
- text editors (vi, ex, and sed)
- the ms and mm macro packages
- scripting with sh, awk, and sed
- the tbl, eqn and pic preprocessors
- macro writing
The appendices provide a collection of reference material and other useful
pointers.
ok juanfra@ sthen@
2015-12-19 22:13:58 +00:00
bentley
83cb72ae75
Update maintainer email.
...
ok Aleksander Piotrowski (maintainer)
2015-12-19 20:47:02 +00:00
ajacoutot
1d161eaf1f
Update to latexila-3.18.2.
2015-12-19 19:56:12 +00:00
jasper
d8c3a0c394
register kxmleditor removal
2015-12-19 19:16:47 +00:00
jasper
b0234fa1bd
remove kxmleditor:
...
- last upstream release was in 2004, though we never updated to it.
- upstream is pretty clear too: "I decided to terminate this project."
ok aja@
2015-12-19 19:15:52 +00:00
jasper
1d79a9b797
- update to racc-1.4.14
...
- enable tests
2015-12-19 19:14:20 +00:00
jasper
ccc34d9769
update to gir_ffi-0.8.6
2015-12-19 19:04:43 +00:00
jasper
6623d9f762
link to upstream bz
2015-12-19 18:46:53 +00:00