sthen
b841f64330
+logc4pp
2015-11-19 21:02:37 +00:00
sthen
ac1c3f3bb6
import ports/devel/log4cpp, ok benoit@
...
Log4cpp is a library of C++ classes for flexible logging to files,
syslog, IDSA and other destinations. It is modeled after the Log4j Java
library, staying as close to their API as is reasonable.
2015-11-19 21:02:24 +00:00
rpointel
17bfb124a1
+ SUBDIR += flasm
2015-11-19 20:53:24 +00:00
rpointel
7b9ffe95eb
import flasm, a tool to disassemble swf files.
...
ok benoit@.
2015-11-19 20:52:28 +00:00
sthen
412cc39bb3
remove build dep on ports flex
2015-11-19 20:17:15 +00:00
jasper
d69f638e33
update to guppy-0.1.10
2015-11-19 20:15:14 +00:00
jasper
19224d4c11
update to p5-enum-1.11
2015-11-19 19:59:12 +00:00
jasper
1a4c51a847
update to ranger-1.7.2
2015-11-19 19:13:35 +00:00
jasper
f9378ed665
update to mencal-3.0
2015-11-19 19:00:07 +00:00
zhuk
8814cddf6a
Finish Qt5 version of Phonon.
...
At least, it packages and passes make port-lib-depends-check now.
The Qt5 version is perfectly co-installable with Qt4-based version.
2015-11-19 18:42:21 +00:00
jasper
efcebefaf6
update to xmlto-0.0.28
2015-11-19 18:34:40 +00:00
jasper
8ed548e340
update to hiera-3.0.5
2015-11-19 18:27:18 +00:00
jasper
f2d92f2fa8
update to rspec-core-3.4.1
2015-11-19 18:25:31 +00:00
ajacoutot
d71ca229a8
Update to p5-SNMP-Info-3.30.
2015-11-19 18:19:30 +00:00
ajacoutot
db720556e3
Update to p5-Sys-Hostname-Long-1.5.
2015-11-19 18:17:23 +00:00
ajacoutot
0533816ae0
Update to bcg729-1.0.1.
2015-11-19 18:14:33 +00:00
ajacoutot
3a8989482a
Update to jwm-2.3.3.
2015-11-19 18:08:13 +00:00
jasper
6de6fdd75b
getpwnam -> getpwnam_shadow
2015-11-19 15:01:47 +00:00
sthen
bb2c751613
sync login_oath with base login_passwd for getpwnam_shadow
2015-11-19 14:58:50 +00:00
sthen
9795522f15
getpwnam -> getpwnam_shadow
2015-11-19 14:19:05 +00:00
dcoppa
e560200d4f
reroll b0rked distfile
...
spotted by Mikolaj Kucharski
Sorry for the inconvenience!
2015-11-19 14:10:43 +00:00
sthen
7ee6ff990d
getpwnam -> getpwnam_shadow
2015-11-19 14:03:30 +00:00
zhuk
d96d0f1507
First bits of qt5 FLAVOR for multimedia/phonon. Needed for KDE5 - do not
...
hold your breath, there is still a lot of things to do.
Main change is that relative paths in FindPhononInternal.cmake are kept
relative now; things worked only by accident before. This requires a bump,
though, as this file is included in package.
KDE4 builds fine still (at least major suspects like kdelibs and dragon).
2015-11-19 13:53:34 +00:00
ajacoutot
476a969915
Update to gspell-0.1.2.
2015-11-19 11:10:02 +00:00
pirofti
1f00fd581d
Update youtube-dl to 2015.11.18.
...
New extractor: dplay.
2015-11-19 10:50:20 +00:00
ajacoutot
9fdd385a4c
Update to login_krb5-5.8.5.
2015-11-19 10:11:10 +00:00
ajacoutot
51e7f70040
getpwnam -> getpwnam_shadow
2015-11-19 10:07:45 +00:00
ajacoutot
d17072769f
Update to gphoto-2.5.9.
2015-11-19 07:16:35 +00:00
ajacoutot
4e8e3c04f9
Update to libgphoto-2.5.9.
2015-11-19 07:16:24 +00:00
ajacoutot
c1a7b0d006
Update to hwdata-0.284.
2015-11-19 07:08:40 +00:00
mmcc
a9738aeb88
Update to 0.14.
...
ok sthen@, zhuk@
2015-11-19 00:55:23 +00:00
jung
d3bbc684a4
update bgs to 0.8 and take maintainer
...
ok ajacoutot
2015-11-18 21:56:27 +00:00
sthen
69744ccc36
update to nginx-1.9.7, a few fixes (mostly http2) and some small new features
...
ok robert@
2015-11-18 20:39:50 +00:00
sthen
6e8da453c0
add py3 support
2015-11-18 20:38:55 +00:00
sthen
062cad5431
reenable flavoured TEST_DEPENDS, still NO_TEST because it needs testscenarios
2015-11-18 20:38:27 +00:00
sthen
33274c2c56
enable py3 tests now that py-testtools supports it
2015-11-18 20:27:28 +00:00
sthen
daa6b8930a
update to py-testtools 1.8.1 and enable python3
2015-11-18 20:25:12 +00:00
naddy
66a55858cc
update to 2.4.3: bug fixes
2015-11-18 20:24:12 +00:00
sthen
0377144176
+py-funcsigs, py-extras
2015-11-18 20:22:41 +00:00
sthen
6de316cb40
import ports/devel/py-funcsigs, ok/tweak shadchin@
...
funcsigs is a backport of the PEP 362 function signature features from
Python 3.3's inspect module. The backport is compatible with Python
2.6, 2.7 as well as 3.2 and up.
2015-11-18 20:22:12 +00:00
sthen
1918674497
import ports/devel/py-extras, ok/tweak shadchin@
...
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.
2015-11-18 20:19:59 +00:00
jasper
cd40fd2489
install example scripts rofi-file-browser.sh and i3_switch_workspaces.sh
2015-11-18 20:16:07 +00:00
sebastia
832de6349a
Update to 2.1.1,
...
OK jasper@
2015-11-18 20:01:56 +00:00
sebastia
86042e5017
Hook up ruby-puppet_forge
2015-11-18 20:00:17 +00:00
sebastia
367986b6dc
Import puppet_forge ruby gem, required for r10k update.
...
Tools that can be used to access Forge API information on Modules,
Users, and Releases. As well as download, unpack, and install Releases
to a directory.
OK jasper@
2015-11-18 19:56:49 +00:00
jasper
80b5c4fde2
- update to rofi-0.15.11
2015-11-18 19:56:40 +00:00
pirofti
ee454ef4b5
Update youtube-dl to 2015.11.15
...
Prompted by a diff from Mikolaj Kucharski, thanks!
Later also got an update diff for an older version from sthen@.
Guess youtube.com is at it again...
New extractors:
- democracynow
- viidea
- xfileshare
Removed:
- gorillavid
- videolecturesnet
2015-11-18 17:55:27 +00:00
dcoppa
adc2872914
Update to minitube-2.5.1
2015-11-18 17:01:02 +00:00
sthen
65a7f3a685
no py-virtualenv,python3 either
2015-11-18 16:41:34 +00:00
sthen
38247a79c3
adjust format of INDEX in comment; distfiles-cdrom was removed
2015-11-18 16:37:31 +00:00