Commit Graph

47947 Commits

Author SHA1 Message Date
ajacoutot
1f20d1b59f - this needs gperf to build
from Andreas Kahari on ports@, thanks!
2009-01-08 09:54:32 +00:00
giovanni
34ab5ff1f3 Update to 6.6.7, from Benoit Lecocq on ports@.
ok kili@
2009-01-08 09:03:15 +00:00
sthen
8d7d2b4d1b update to 2.7.STABLE5, various bugfixes. From Brad (and running here ~3wks). 2009-01-08 03:37:24 +00:00
kili
ca324537d2 Add sl. prodded by deanna several months ago, reminded by maintainer, and
kind of ok by jasper.
2009-01-07 23:07:53 +00:00
kili
a920cc3911 The most unwanted port. 2009-01-07 23:01:35 +00:00
sthen
8a77aaa623 garbage-collect MAKE_FLAGS line which is now set in gnu.port.mk. From Brad. 2009-01-07 22:54:15 +00:00
sthen
46626b53e7 update to 0.1.11, from Benoit Lecocq on ports@. 2009-01-07 22:12:08 +00:00
matthieu
45c7658262 add libftdi. 2009-01-07 21:53:52 +00:00
naddy
c5be9e43af bump pkgname for real 2009-01-07 21:36:52 +00:00
matthieu
8621a79f3d Add libftdi, a library to interface with ftdi usb-serial chips.
with comments and ok from sthen@.
2009-01-07 21:35:59 +00:00
sthen
4b9cef96dc update to 0.6, from maintainer Jonathan Armani. 2009-01-07 20:32:28 +00:00
jasper
b96e4550bf - use SUBST_CMD and kill an unneeded substitution line while here 2009-01-07 19:46:05 +00:00
grange
4b4aae87fe lib765 and libdsk were only used by emulators/fuse and the latest
version doesn't use them anymore. so no need to keep these unmaintained
ports.
2009-01-07 18:17:19 +00:00
jasper
5548f17447 - update libgsf to 1.14.11
"looks sane to me" ajacoutot@
2009-01-07 18:06:19 +00:00
grange
018fce2949 Update to fuse-utils-0.10.0.1. 2009-01-07 18:00:20 +00:00
grange
7d49b35ea3 Update to fuse-0.10.0.1. 2009-01-07 17:59:40 +00:00
grange
43eca99862 Update to libspectrum-0.5.0. 2009-01-07 17:58:02 +00:00
grange
a2ac440ac9 gcc-3.3.5 workaround: g++ doesn't understand attributes on enums.
Bump PKGNAME.
ok naddy@ espie@
2009-01-07 17:56:40 +00:00
jasper
e5e123db33 - add a bunch of missing headers that fix a crash at startup on amd64.
* another example why checking build logs for implicit declarations
  makes sense

crash noticed by claudio@
2009-01-07 17:51:16 +00:00
bluhm
22df7c0f3c update to p5-Net-SIP 0.52
ok bernd@
2009-01-07 17:27:19 +00:00
jasper
75a1acdf6e - update gawk to 3.1.6
* license changed to GPLv3 among other changes

ok wilfried@ (MAINTAINER)
2009-01-07 16:35:08 +00:00
ajacoutot
a8ffe175ec sync, 5440 2009-01-07 15:35:48 +00:00
ajacoutot
456846d897 - we are not Linux 2009-01-07 14:10:50 +00:00
kurt
93c995a9c0 As noted on the freebsd-java list, Sun's u3 source page no longer links
to the distfiles but they are still available using full URLs. Update
FETCH_MANUALLY text to use the full URLs.
2009-01-07 13:34:21 +00:00
sthen
600a0a6f21 +tkcon 2009-01-07 11:18:25 +00:00
sthen
a7cd990c58 import x11/tkcon, from maintainer Stuart Cassoff - thanks!
A replacement for the standard console that comes with Tk, tkcon
provides many more features than the standard console and works on all
platforms where Tcl/Tk is available.  It is meant primarily to aid one
when working with the little details inside Tcl and Tk and to give Unix
users the GUI console provided by default in the Mac and Windows Tk.

Features:
  Command history.
  Path (Unix style) / Proc / Variable name expansion.
  Multiple and tabbed consoles, each with its own state.
  Captures stdout and stderr to console window.
  Hot errors (click on error result to see stack trace).
  Electric character matching (a la emacs).
  Electric proc highlighting.
  Enhanced history searching.
  Configurable Cut / Copy / Paste between windows.
  Communication between consoles and other Tk interpreters.
2009-01-07 11:16:56 +00:00
sthen
2421c402c0 fix WindowMaker master site, from Tamas Tevesz. 2009-01-07 11:11:14 +00:00
jasper
b575140c11 - bump PKGNAME after gnome2-user-docs' package name change
discussed with and ok ajacoutot@
2009-01-07 10:00:24 +00:00
jasper
63c97a7c59 - change package name to match upstream's component name
please note that updating with pkg_add -u won't work, you'll need
pkg_add -r

discussed with and ok ajacoutot@
2009-01-07 09:59:41 +00:00
jasper
52f8a39dcd - honor CC and CFLAGS
- set NO_REGRESS=Yes

ok Antti Harri (MAINTAINER)
2009-01-07 09:18:39 +00:00
giovanni
8df889c9e5 Update to version 2725.
"seems fine to me" jasper@
2009-01-07 08:40:11 +00:00
martynas
ff5eb6e500 tweak high-quality matching expression a bit; newer youtube contains
more information and there may be number that matches quality identificator
while we with Henrikas did not find such video;  there may be
2009-01-07 00:14:52 +00:00
martynas
6ed5fe7d95 use fonts that are available instead of msttcorefonts. fixes the
looks of xulrunner-dependent applications;  as reported by ajacoutot@
"YES!" ajacoutot@
2009-01-06 23:31:45 +00:00
jasper
e9512f974f - update fdm to 1.6
from Nicholas Marriott (MAINTAINER), thanks!
2009-01-06 22:00:19 +00:00
martynas
503831fbde yt.VideoQualityConstants.HIGH may not be enough; be safe and always
fetch low-quality, except when 6 is matched in fmt_list -- in this
case we are sure that high-quality format is available
links provided, much tested by Henrikas Judickas <Henrikas.Judickas at
mif.stud.vu.lt>.  Thanks!
ok jsg@
2009-01-06 18:48:17 +00:00
naddy
67229b2361 maintenance update to 3.0.5 2009-01-06 16:34:34 +00:00
pirofti
08ff84e157 Add ruby-kirbybase to the makefile. 2009-01-06 13:29:30 +00:00
pirofti
aa6ea9c32d Import ruby-kirbybase.
KirbyBase is a small, plain-text, DBMS written in Ruby. It can be used
in an embedded or client/server configuration. It aims to be as
"Ruby-ish" as possible. For example, queries are specified using Ruby
code blocks, rather than SQL strings.

From Clint Pachl <pachl@ecentryx.com>, thanks. And a few tweaks from me.

Okay bernd@.
2009-01-06 13:27:50 +00:00
pirofti
c708b41f85 Update to 1.0.2.
- update license and PERMIT_* (after the discussions during p2k8 with
the devels they decieded to make it MIT licensed, great news!)
- plist change
- change to the new spaced equal-sign format

``Awesome, please go ahead'' bernd@.
2009-01-06 13:21:54 +00:00
eric
5b8ba76823 update to storm 0.13
ok wcmaier@
2009-01-06 13:12:14 +00:00
jakob
f7d34a3d9c postfix 2.5.6 (stable) 2009-01-06 12:47:44 +00:00
sthen
d098f627d9 CATEGORIES+=www, use SUBST_CMD, bump. ok jasper 2009-01-06 12:35:27 +00:00
jasper
ea8b753141 - add epiphany-extensions now epiphany is back up to date
ok ajacoutot@
2009-01-06 12:05:46 +00:00
jasper
8a5501a340 - regen PLIST, hinted by ajacoutot@ 2009-01-06 12:04:32 +00:00
ajacoutot
3828fee909 - unbreak helper start script so that it works when firefox is not
installed
2009-01-06 10:48:57 +00:00
ajacoutot
1bc053e624 - don't build with pie, it gives empty unresolved symbols on powerpc
ok todd@
2009-01-06 10:16:52 +00:00
ajacoutot
462ee639ce - major update to epiphany-2.24.2.1
- use x11/gnome MODULE

thanks to jasper@ for fixing a stupid bug where one couldn't save
untrusted certificates
ok jasper@
2009-01-06 09:52:49 +00:00
jasper
8a58ebe534 - minor cleanup:
* lowercase first char of COMMENT
* specify license version
* re-format DESCR
* don't lie in DESCR; xplanet doesn't do OpenGL/Mesa rendering (from stsp@, thanks!)
* regen PLIST and WANTLIB while here

ok robert@ (MAINTAINER)
2009-01-06 09:24:48 +00:00
jasper
f6769a5cc1 The socket code in wxWidgets doesn't initialize the servent_data
structure that is passed to getservbyname_r().  Programs that use this
code die with a segfault.

from Andreas V?gele, who also sent it upstream, thanks!
ok ajacoutot@
2009-01-06 09:01:21 +00:00
rui
f9c9d2cf43 - maintenance update to sleuthkit 3.0.0.
ok laurent@
2009-01-05 22:15:56 +00:00