14889 Commits

Author SHA1 Message Date
jca
6737e52a95 Update to pyserial-2.7, from "Fred" on ports@
python3 flavor by me, improvements from Daniel Winters (maintainer)
2015-07-20 00:33:13 +00:00
ajacoutot
ce540e0112 Register redhat_libc5 and opera removal. 2015-07-19 23:50:15 +00:00
naddy
91e38b82ed Split gettext into a small runtime component and a separate large
set of development tools as recommended by upstream.

Ports will continue to depend on devel/gettext for libintl.  The
gettext module also provides an automatic build dependency on
devel/gettext-tools for msgfmt etc.

A few ports that require a library provided by gettext-tools get a
corresponding dependency.

Also update gettext to 0.19.5.1.

COMMENT and DESCR from FreeBSD.  Bulk build testing by sthen@.

ok sthen@
2015-07-19 23:46:08 +00:00
afresh1
ed36b61b10 Update devel/p5-Moo to 2.000001
OK estetus AT gmail (maintainer)
2015-07-19 21:12:55 +00:00
afresh1
a87b30533a Update devel/p5-Role-Tiny to 2.000001
OK estetus AT gmail (maintainer)
2015-07-19 21:11:26 +00:00
afresh1
cb4dca3aa1 Update devel/p5-strictures to 2.000001
OK estetus AT gmail (maintainer)
2015-07-19 21:09:57 +00:00
kili
4e8adb478f hs-certificate and hs-tls are gone, too. 2015-07-19 21:03:51 +00:00
ajacoutot
11c2033401 Enable tls, it seems to work fine now. 2015-07-19 20:57:43 +00:00
kili
f1cef85e47 register removal of some more hs-* ports. 2015-07-19 20:56:39 +00:00
landry
f58ddef3bb Enforce dependency on newer sqlalchemy-migrate, as spotted by ajacoutot@ 2015-07-19 19:24:19 +00:00
jeremy
3b2e299ff9 Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of
the ports that use it are still built with ruby 1.8.

OK ajacoutot@
2015-07-19 02:10:31 +00:00
sthen
64c9a7be40 update to py-pip 7.1.0, from frantisek holop 2015-07-19 02:03:48 +00:00
naddy
9cf5251461 Remove x11/wterm: ancient, abandoned, broken tty handling.
ok jca@ tedu@ sthen@ aja@ jeremy@
2015-07-18 23:56:03 +00:00
kili
ad1a258fde Former upstream is dead (noticed by bentley@, approved by Malcolm
Wallace, the former upstream author). Change HOMEPAGE to an old
darcs repository at code.haskell.org and mirrot the distfile.
2015-07-18 22:09:15 +00:00
zhuk
6860bba494 Remove lmbench. Highly outdated (1999 year benchmark, really?), non-free
(the license marker in port was a lie) and ugly.

okay aja@; also there were okays from sthen@ and kirby on earlier patch.
2015-07-18 22:02:05 +00:00
sthen
9f5f8bb929 guard SSLv3_method 2015-07-18 21:54:04 +00:00
jasper
dedb24eaad fixup another 2015-07-18 21:15:15 +00:00
jasper
acae6d02ec fixup maintainer address 2015-07-18 21:14:07 +00:00
jeremy
e07f7c31e7 Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
the dependency, more modern ports don't need it.

OK ajacoutot@
2015-07-18 21:07:40 +00:00
kili
a5ff4aafe5 register hs-snap* removal 2015-07-18 20:35:45 +00:00
jca
7aa26c39d1 Register py-sslwrapper removal. 2015-07-18 19:57:02 +00:00
jca
a5c80a1200 Replace SSLv3_client_method() with SSLv23_client_method() 2015-07-18 18:43:30 +00:00
ajacoutot
897cb7e3aa sudo(8) -> su(1) 2015-07-18 06:15:08 +00:00
ajacoutot
6db2ccd474 sudo(8) -> su(1) 2015-07-18 06:01:44 +00:00
jca
e810257b86 docbook needed to generate manpages 2015-07-18 02:36:20 +00:00
jca
9e38e39bfd Update to talloc-2.1.2
Bite the bullet and switch to an upstream version that uses waf*.  The
plan is to use databases/tdb and devel/libtalloc in the samba4 port, and
thus to keep those ports in sync with whatever bundled version comes
with the samba4 tarball.

* trying to make sense of the waf patches is highly discouraged

While here, take maintainership.

This is a SHARED_ONLY port, and a python module is now provided.

ok sthen@
2015-07-18 02:13:25 +00:00
jca
0a7116392f Sigh, these days I can't even copy/paste properly.
Preventive "sorry ajacoutot@!"
2015-07-18 00:41:07 +00:00
jca
d8ce98323f Fix TEST_DEPENDS for the python3 FLAVOR.
Requested by and hint from ajacoutot@
2015-07-18 00:35:57 +00:00
jca
8284c538f8 +pudb, ok sthen@ 2015-07-18 00:33:33 +00:00
jca
d58684ae02 Import pudb, a console-based python debugger. Input from and ok sthen@
$ cat pkg/DESCR:
PuDB is a console-based python debugger which features:

- Syntax-highlighted source, the stack, breakpoints and variables are
  all visible at once and continuously updated. This helps you be more
  aware of what’s going on in your program. Variable displays can be
  expanded, collapsed and have various customization options.

- Simple, keyboard-based navigation using single keystrokes makes
  debugging quick and easy. PuDB understands cursor-keys and Vi
  shortcuts for navigation. Other keys are inspired by the
  corresponding pdb commands.

- Use search to find relevant source code, or use "m" to invoke
  the module browser that shows loaded modules, lets you load new ones
  and reload existing ones.

- Breakpoints can be set just by pointing at a source line and
  hitting "b" and then edited visually in the breakpoints window. Or
  hit "t" to run to the line under the cursor.

- Drop to a Python shell in the current environment by pressing
  "!".

- PuDB places special emphasis on exception handling.

- A post-mortem mode makes it easy to retrace a crashing program’s
  last steps.

- IPython integration (see wiki[1])

- Should work with Python 2.4 and newer, including Python 3.

[1] http://wiki.tiker.net/PuDB
2015-07-18 00:31:07 +00:00
jca
3112e755b5 +urwid,python3 2015-07-18 00:20:15 +00:00
jca
3c5059c838 Add a python3 flavor for py-urwid
ok sthen@
2015-07-18 00:15:44 +00:00
ajacoutot
cfd61d60c7 Bump after apache-http subpackaging. 2015-07-17 23:58:43 +00:00
jca
d642d3bcfe Update to urwid-1.3.0
Needed for wannabe new ports.

While here adjust license marker and HOMEPAGE.

ok sthen@
2015-07-17 23:54:37 +00:00
jasper
a7ee75a38e drop dependencies on gsed now that our sed can cope with -i 2015-07-17 21:46:10 +00:00
jasper
93eca33b3e drop now unneeded patch and just use sed 2015-07-17 21:33:07 +00:00
sthen
3fb7150486 add obsolete_reason quirk for pidgin-facebookchat, requested by aja 2015-07-17 21:09:38 +00:00
rpointel
dcf5dba0ec rewrite PKGNAME variable, idea from aja@
ok aja@.
2015-07-17 15:08:16 +00:00
rpointel
872310fa47 update apktool to 2.0.1.
ok benoit@.
2015-07-17 13:51:13 +00:00
ajacoutot
2889a1d16f Remove the perl bullshit. 2015-07-16 23:57:18 +00:00
jasper
a8a3ff1ab4 register yaws removal 2015-07-16 23:23:32 +00:00
ajacoutot
a95cc36fff Update to stfl-0.24. 2015-07-16 23:18:22 +00:00
ajacoutot
da4cbb093c Update to apache-ant-1.9.6. 2015-07-16 23:13:01 +00:00
jeremy
d15052efc0 Hooks ruby-racc and ruby-puma 2015-07-16 23:01:50 +00:00
jeremy
21efd24837 Import racc
Racc is a LALR(1) parser generator.  It is written in Ruby itself, and generates
Ruby programs.

OK jasper@
2015-07-16 21:36:11 +00:00
ajacoutot
a5e06c78ee +py-coverage,python3 2015-07-16 21:19:24 +00:00
ajacoutot
48bb298312 Add a python3 FLAVOR. 2015-07-16 21:18:48 +00:00
jeremy
4ad0a6112f Switch the default ruby version from ruby 2.1 to 2.2, and bump affected
ports.

OK jcs@ ajacoutot@
2015-07-16 17:27:08 +00:00
ajacoutot
235e58c2c3 Update to libidn-1.31. 2015-07-16 16:23:22 +00:00
afresh1
d91058c67e Update devel/p5-Throwable to 0.200013
+maintainership

OK ajacoutot@
2015-07-16 15:13:38 +00:00