Commit Graph

68984 Commits

Author SHA1 Message Date
gsoares
974247e480 update to 3.4.5; fixes security issues: PMASA-2011-14
OK kevlo(maintainer)
2011-09-16 13:30:22 +00:00
sebastia
c80e22a808 update to 1.2.3, only minor changes, from the release announcement:
As the version number shows there are no big changes. The most
interesting are the two median filters for tracks. The first one is
optional and will smooth the elevation to give you better values for the
ascend and descend. The second one one is used for the speed over
distance plot. As median filters are no linear filters the result is
much better for the non linear character of an optimized track.

With this release Albrecht's optimizations for the map edit/create
dialogs are becoming official. Something all netbook users will appreciate.

OK jasper@
2011-09-16 13:08:48 +00:00
naddy
aabf2d2b28 honor CFLAGS and don't force -Os or -O; ok sthen@ 2011-09-16 12:49:21 +00:00
jasper
7ff35bc980 - also append 'src' to the classpath, this is usefull when invoking clojure
from a library path.
2011-09-16 12:47:50 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
espie
5c26be2652 normal people tend to put y after i in lexicographic order... 2011-09-16 11:29:02 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
jasper
48c3037055 fix borked patch 2011-09-16 10:42:58 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
jasper
b22141592e Fix typo and actually disable Werror now. 2011-09-16 10:24:46 +00:00
dcoppa
853224e35e update to mldonkey-3.1.0 2011-09-16 10:04:32 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
dcoppa
59f5224fca upstream rerolled ocaml-3.12-refman.html.tar.gz 2011-09-16 09:38:31 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
jasper
3dd54e6346 mention that freehdl can be used now for digital circuit simulation 2011-09-16 08:14:53 +00:00
jasper
316619dd54 sync 2011-09-16 08:13:54 +00:00
jasper
75670b6fc6 import freehdl 0.0.7
FreeHDL is a compiler/simulator suite for the hardware description
language VHDL.  VHDL'93 as well as VHDL'87 standards are supported.
[...]

ok landry@
2011-09-16 08:13:12 +00:00
ajacoutot
e1a3583fed Maintenance update to xdg-user-dirs-0.14. 2011-09-16 06:27:26 +00:00
espie
1b91509b26 comment out missing dependencies of broken ports so I can still compute
properties through the full tree
2011-09-15 20:36:56 +00:00
sthen
751936ca78 update to x11vnc 0.9.13 2011-09-15 20:27:29 +00:00
sthen
6ae5729410 update to ssvnc 1.0.29 2011-09-15 20:24:16 +00:00
sthen
f0e4dfe935 +coccigrep 2011-09-15 20:20:36 +00:00
sthen
6195f2b398 import ports/devel/coccigrep, ok jasper@
coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code files.
coccigrep depends on the spatch program which comes with coccinelle.

quick contrived example to find lines referencing m_len of a struct
mbuf, regardless of actual variable name:

$ coccigrep -t "struct mbuf" -a m_len /sys/netinet/ip_*.c
2011-09-15 20:20:06 +00:00
espie
340195f8f9 modernize gcc build: pseudo-flavors, multi-packages, and ONLY_FOR_ARCHS-*
(prevent bulk from building gcc 4 twice, once for java, once for objc)
2011-09-15 17:25:34 +00:00
kili
20f0ceada9 Fix the ghcpkg01 test case. 2011-09-15 17:23:29 +00:00
espie
2175cc022f tweak dependency handling: use set -- make _print-metadata to get
all properties of the depending port we want.
2011-09-15 17:19:36 +00:00
bluhm
7b86b9d772 update p5-BSD-Socket-Splice to 0.04 2011-09-15 17:17:29 +00:00
naddy
20655a1f9e backup sites are automatically added to MASTER_SITES, so do not derive
HOMEPAGE from MASTER_SITES
2011-09-15 16:52:31 +00:00
jasper
3c2783184e - update to 1.5.2
- drop USE_GROFF
2011-09-15 16:31:54 +00:00
ajacoutot
3c6ca66b04 sync, 7207. 2011-09-15 16:09:19 +00:00
sthen
9900b0bf6e - add ocaml-pcre as a dependency
- add url to a nice introduction to DESCR (namely,
http://home.regit.org/technical-articles/coccinelle-for-the-newbie/)
2011-09-15 15:54:41 +00:00
sthen
487458b21c ocaml-pcre 2011-09-15 15:50:45 +00:00
sthen
af4daa9c19 import ocaml-pcre; ok jasper@
This OCaml-library interfaces the PCRE (Perl-compatible regular expression)
library which is written in C. it can be used for matching regular expressions
which are written in the PERL style.
 
It is reentrant - and thus thread safe. This is not the case with the "Str"
module of OCaml, which builds on the GNU "regex"-library. Using reentrant
libraries also means more convenience for programmers. They do not have to
reason about states in which the library might be in.
 
The high-level functions for replacement and substitution, all implemented
in OCaml, are much faster than the ones of the "Str"-module. In fact, when
compiled to native code, they even seem to be significantly faster than
those of PERL.
2011-09-15 15:50:23 +00:00
jasper
f638292b71 Security fix for CVE-2011-2896,
SWI-Prolog XPCE Component "LZWReadByte()" Buffer Overflow Vulnerability
2011-09-15 15:36:54 +00:00
jasper
96dd68e373 sync 2011-09-15 15:20:37 +00:00
jasper
da414e4415 import qucs 0.0.16
Qucs is a circuit simulator with graphical user interface.  The software
aims to support all kinds of circuit simulation types, e.g. DC, AC,
S-parameter and harmonic balance analysis.

ok landry@
2011-09-15 15:20:17 +00:00
jasper
f1770a250d - update to 3.28
* tagged git checkout as upstream master site seems to be down
2011-09-15 15:02:06 +00:00
jasper
60201e57ee - update to 3.3.24 2011-09-15 15:01:45 +00:00
dcoppa
3b98785b16 feh-1.16.1 2011-09-15 13:27:09 +00:00
edd
ff73a0e6b3 fix saving of preferences. OK sthen@ 2011-09-15 12:30:30 +00:00
ajacoutot
44dfb50988 Remove bogus CONFIGURE_ENV. 2011-09-15 10:54:05 +00:00
ajacoutot
a9275f3d3b Disable gnome-sound-recorder; until we have support for pulseaudio, this
has no chance to work.
2011-09-15 10:26:43 +00:00
ajacoutot
da099ffb9f Report correct version.
spotted by Kusalananda Andreas Kahari
2011-09-15 09:05:22 +00:00
ajacoutot
8d36f68c4c LOCALBASE -> TRUEPREFIX 2011-09-15 08:46:37 +00:00
ajacoutot
63d5dd47b0 This patch is not needed anymore after the move to GNOME 3. 2011-09-15 08:31:16 +00:00