Commit Graph

68996 Commits

Author SHA1 Message Date
jasper
d7a96d0eba - update farsight2 to 0.0.30 2011-09-16 19:52:58 +00:00
nigel
06c797499d Update version to 1.5
ok sthen@, aja@
2011-09-16 18:08:06 +00:00
nigel
d176c0fc62 Update version.
ok aja@
2011-09-16 18:06:35 +00:00
nigel
7671923537 Build fails when apache-ant home is jdk-1.5.0.
ok jasper@
2011-09-16 18:05:04 +00:00
naddy
86a55e4fd1 maintenance update to 1.13.4 2011-09-16 17:36:48 +00:00
phessler
d6af24332a add some additional header files that are useful for other apps, but not
installed by the normal Makefile.

From Antti Harri iku at openbsd fi

OK landry@
2011-09-16 17:22:13 +00:00
naddy
9e7e4c3a87 maintenance update to 2.8.5 2011-09-16 15:06:19 +00:00
ajacoutot
e92a8f05c2 Maintenance update to gbrainy-2.02.
ok kevlo@ (maintainer)
2011-09-16 14:41:45 +00:00
jasper
a2ac05436a set epoch after botched REVISION 2011-09-16 14:28:07 +00:00
jasper
0d323c5986 sync 2011-09-16 13:46:48 +00:00
jasper
a5dcdfacc2 import myhdl 0.7
MyHDL is an open source Python package that lets you go from Python to
silicon. With MyHDL, you can use Python as a hardware description and
verification language. Furthermore, you can convert MyHDL code, that was
developed towards implementation, to Verilog and VHDL automatically, and
take it to a silicon implementation from there.

ok landry@
2011-09-16 13:46:13 +00:00
naddy
d234fdd40e don't error our on harmless gcc3 warning; don't override CFLAGS 2011-09-16 13:35:49 +00:00
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