12547 Commits

Author SHA1 Message Date
ajacoutot
b253adf97a Register more removals. 2013-12-11 10:13:53 +00:00
naddy
b68785df6f register removal of net/BitTorrent 2013-12-10 23:49:12 +00:00
naddy
3847b930ff Remove misc/splitvt, an ancient utility whose functionality has been
completely subsumed by tmux.  ok espie@
2013-12-10 23:34:41 +00:00
jca
5e4fc2a0cc Register removal of misc/mshell. 2013-12-10 22:19:53 +00:00
naddy
3d24e79729 register the removal of textproc/sgmlformat 2013-12-10 22:10:39 +00:00
naddy
357a2a3ccb Remove cad/spice. Incredibly old codebase that hasn't been maintained
for 20 years.  For a suitable replacement, see cad/ngspice.  ok bentley@
2013-12-10 21:57:12 +00:00
ajacoutot
7e5846ff94 Slightly rework the eject(1) case. 2013-12-09 19:49:20 +00:00
ajacoutot
69f8762386 No need for lsof anymore. 2013-12-09 16:55:26 +00:00
robert
9e0a413871 fix several issues with libgtop2 process information code
ok jasper@
2013-12-09 14:26:56 +00:00
benoit
54bf226c76 Update to py-setproctitle 1.1.8.
ok jca@
2013-12-08 20:40:56 +00:00
ajacoutot
6b8cc8afab Committed usptream. 2013-12-08 18:25:25 +00:00
espie
998eb7353d slightly better comment 2013-12-08 12:35:32 +00:00
espie
6b6287aaae full name instead of stem, makes more sense 2013-12-08 12:33:46 +00:00
espie
1415ff2034 byebye 2013-12-08 12:22:49 +00:00
espie
0e46d70b3a add an interface to distinguish old software that got scraped from
temporary "can't find updates" issues.
2013-12-08 12:03:14 +00:00
espie
e813f80cf1 gc slib-guile 2013-12-08 11:24:08 +00:00
espie
ce444c27a6 tweak things a bit more, as this didn't build correctly.
The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)
2013-12-08 11:23:47 +00:00
landry
81537ec25d Remove leftover BDEP on the now-disappeared xul 1.9 (spotted by nigel@) 2013-12-08 08:01:00 +00:00
ajacoutot
1d663b080c GDBusObjectManagerClient: keep the manager alive while firing signals
(from upstream).
2013-12-07 18:42:54 +00:00
landry
68da46549c Remove devel/xulrunner/1.9, www/fennec, www/firefox36 and productivity/sunbird
- nothing uses xulrunner 1.9 anymore, and that branch was EOL'd upstream
  20 months ago (firefox36 was already unlinked from the build)
- www/fennec as a xul app is dead upstream, since now firefox mobile is
  built on top of java android libs and thus unportable to regular OS.
The esr10 branch from which it was built upon was EOL'd upstream 10 months ago
- productivity/sunbird as a standalone app is dead upstream since 3
  years, hypothetical users should just use thunderbird+lightning which
is still supported/developed.

No complains from ports@, this will allow for a serious mozilla ports
cleanup, and we're down to 5 mozillas in the ports tree.
2013-12-07 12:50:15 +00:00
landry
9848b53352 Remove the -browser subpackage.
It's broken at runtime anyway since the switch from xul 1.8 to 1.9 three
years ago, is now the last user of xul 1.9, and noone is probably using
an eclipse from 2007 to do "serious" java development. Lots of cursing
involved to find the correct magic to properly disable the building of
swt-mozilla-gtk.

Discussed with kurt@ (MAINTAINER)
2013-12-07 12:03:27 +00:00
brad
dc5f6f6c36 - Fix the test target since the switch from GNU autoconf/make to CMake
- Add the scan-build man page
- Correct the capitalization of Clang in DESCR

ok sthen@
2013-12-07 10:30:39 +00:00
fgsch
ac666779e9 Update to blinker 1.3. 2013-12-07 00:15:26 +00:00
benoit
cab75759a9 Update to git 1.8.4.5. 2013-12-06 17:10:42 +00:00
jca
03807344d9 Kill useless include of <sys/timeb.h>. 2013-12-06 15:32:01 +00:00
espie
b60539a2e8 update slib and scm, fix slib catalog in guile 2013-12-06 14:29:25 +00:00
jasper
16556b69c9 update to rspec-puppet-1.0.1 2013-12-06 12:00:16 +00:00
ajacoutot
4ddabf91e3 sys/timeb.h is not needed. 2013-12-06 08:03:57 +00:00
jca
e90a26b857 +ocaml-bitstring 2013-12-05 14:40:51 +00:00
jca
7c1f0c2975 Import ocaml-bitstring.
Port from Daniel Dickman (didickman at gmail dot com) with a few tweaks
by me.  ok dcoppa@

    The ocaml-bitstring project adds Erlang-style bitstrings and matching
    over bitstrings as a syntax extension and library for OCaml. You
    can use this module to both parse and generate binary formats, files
    and protocols. Bitstring handling is added as primitives to the
    language, making it exceptionally simple to use and very powerful.
    Bitstring handles integers, strings, sub-bitstrings, big-, little-
    and native-endianness, signed and unsigned types, variable-width
    fields, and fields with arbitrary bit alignment.
2013-12-05 14:38:18 +00:00
ajacoutot
8aa8d7fab9 Update to harfbuzz-0.9.25. 2013-12-05 07:44:02 +00:00
landry
fb62fa986c Change RUN_DEPENDS -> bump REVISION. noticed by naddy@. 2013-12-04 23:59:27 +00:00
landry
1b3b8072e1 Ensure xulrunner-devel RUN_DEPENDS on xulrunner. 2013-12-03 16:08:21 +00:00
brad
b93422e552 - Remove MAKE_FLAGS variables as they were only relevant for the GNU autoconf/make
build infrastructure
- Remove the CMake patch as sebastia@ says it did not actually work and should be
  removed
- Some frontend driver tweaks for the external assembler handling for 32-bit mode
  (-m32) on amd64, powerpc handling and bring the ABI determination bits in line
  with the other OS's to use the getGnuCompatibleMipsABIName function

ok sthen@
2013-12-02 22:14:29 +00:00
espie
80546a87fd remove redundancies with new filename{url}sufx scheme 2013-12-02 16:25:08 +00:00
naddy
af4faa36da drop unused dependency; ok kili@ 2013-11-30 20:00:23 +00:00
brad
f67552583b Unlike the version of sdl-gfx in the tree now sdl2-gfx has MMX support
on amd64 so enable it.

ok bcallah@
2013-11-30 03:16:04 +00:00
brad
6fd8b2b467 Enable the MP3 support.
ok bcallah@
2013-11-30 03:14:47 +00:00
stu
405bb44423 +ltcltk 2013-11-29 18:43:57 +00:00
stu
8dbae8a0d4 Import devel/ltcltk, ok stsp@
A binding of the Tcl interpreter to Lua. It allows for calls into Tcl,
setting and reading variables from Tcl and registering of Lua functions
for use from Tcl.  Also, a binding to the Tk toolit is included.
2013-11-29 18:41:52 +00:00
ajacoutot
4b8f0be18e Update to goffice-0.10.9. 2013-11-29 08:52:17 +00:00
kili
ee2c529c14 Remove devel/ivy. Not updated since i dropped maintainership, and
nothing depends on it. People using it could just use the jar file
from upstream.

ok ajacoutot@, sthen@, zhuk@
2013-11-28 18:59:56 +00:00
kili
db4eb37d9c Unhook devel/ivy. 2013-11-28 18:58:32 +00:00
brad
d3bfc62424 Correct the pkg-config file for static vs shared linking.
ok bcallah@
2013-11-27 05:13:37 +00:00
brad
13b99c3fa5 Add smpeg2. 2013-11-27 04:48:36 +00:00
brad
83cc25f20f Import smpeg2.
SMPEG is a free MPEG-1 video player library with sound support.  Video
playback is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2.
SMPEG support MPEG audio (MP3), based on mpg123's source, MPEG-1 video,
and MPEG system streams.

ok sthen@
2013-11-27 04:46:56 +00:00
bcallah
bddf196e69 Remove devel/guichan. The one port that used it has its own maintained
version; this is no longer maintained upstream as an independent project.
2013-11-27 02:43:41 +00:00
bcallah
346fd30236 -guichan 2013-11-27 02:42:23 +00:00
jca
8d2097b69d Cope with net*/ headers change. No bump needed (didn't build and last
bump was today).  ok sthen@ jasper@
2013-11-26 21:56:52 +00:00
sthen
db88da2cb8 remove a bunch of patches to the autoconf output script that was coping
with lack of inter-lib deps for gettext, ok ajacoutot@
2013-11-26 12:01:19 +00:00