Commit graph

141886 commits

Author SHA1 Message Date
martti
417dbfda88 Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
martti
97bdd322bb Activated LICENSE=... 2009-05-12 12:27:19 +00:00
martti
8b8f9427d3 Added PKG_DESTDIR_SUPPORT=user-destdir 2009-05-12 11:09:26 +00:00
hasso
d0cd8fcdbe Updated devel/boost-docs to 1.38.0nb1 2009-05-12 09:08:49 +00:00
hasso
defe52c678 Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-12 09:05:30 +00:00
hasso
b2cdf776b7 Updated mail/dspam to 3.8.0nb3
Updated games/gcompris to 8.4.4nb3
Updated finance/libofx to 0.8.3nb3
Updated editors/emacs to 22.3nb2
Updated cad/pcb to 20081128nb1
Updated cad/geda-examples to 1.4.3nb1
2009-05-12 08:48:09 +00:00
hasso
39fe0cabab Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-12 08:39:23 +00:00
hasso
b7cec2bb8b Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-12 08:27:09 +00:00
obache
797c5e4d91 define LICENSE and marked as MAKE_JOBS_SAFE=no. 2009-05-12 08:21:09 +00:00
obache
c35fd7463f Updated devel/m17n-lib to 1.5.4 2009-05-12 08:20:20 +00:00
obache
f4aee4a279 Update m17n-lib to 1.5.4.
* Changes in the m17n library 1.5.4

** New coding system names "Shift_JIS" and "windows-XXXX" are
recognized.
2009-05-12 08:19:54 +00:00
obache
a2e86e81f4 Updated misc/m17n-contrib to 1.1.9 2009-05-12 08:17:44 +00:00
obache
694dff9591 Update m17n-contrib to 1.1.9.
* Changes in the m17n-contrib 1.1.9

** New input method:

eo-vi.mim (Esperanto)
2009-05-12 08:17:32 +00:00
obache
f6495e4b40 Updated misc/m17n-db to 1.5.4 2009-05-12 08:16:16 +00:00
obache
6892c0acb3 Update m17n-db to 1.5.4.
* Changes in the m17n database 1.5.4

** A new input method is added.

ta-lk-renganathan.mim (Tamil)
2009-05-12 08:16:03 +00:00
obache
e5ca41fbc4 Updated misc/m17n-docs to 1.5.2 2009-05-12 08:14:31 +00:00
obache
06ec789266 Update m17n-docs to 1.5.2.
User's manual for m17n library ver.1.5.2.
2009-05-12 08:14:15 +00:00
rillig
c9a8d02e0d Added some keywords. 2009-05-12 05:44:02 +00:00
roy
8ca1676b16 Update to wpa_supplicant-0.6.9
Define NEW_FREEBSD_MLME_ASSOC so we work with newer NetBSD and FreeBSD

Changes from 0.6.7 include
 * fixed wired IEEE 802.1X auth
2009-05-11 22:47:04 +00:00
joerg
d379da3d04 Define MAP_FAILED if necessary. From PR 41391. 2009-05-11 22:43:50 +00:00
zafer
4d8337e067 update master site. 2009-05-11 21:21:25 +00:00
tnn
9d7be874cc Bump the default value of the login_process_size limit from 64 to 128.
Without this dovecot fails to start on NetBSD-current, as reported by
several people. Bump PKGREVISION.
2009-05-11 08:54:49 +00:00
roy
5f281750d4 Updated net/dhcpcd to 5.0.3 2009-05-11 08:32:26 +00:00
roy
ccc86ffc62 Update to dhcpcd-5.0.3
Changes from 5.0.2
 * getifaddrs can return NULL for ifa_addr
   We now catch this instead of crashing
2009-05-11 08:29:28 +00:00
wiz
c889b640e8 Allow faad options for mencoder as well.
From Hiroyuki Bessho in PR 41403.
2009-05-11 08:24:58 +00:00
hasso
6ccc2cafeb Updated devel/cmake to 2.6.4 2009-05-11 08:04:04 +00:00
hasso
e62c7276c3 Update to 2.6.4. Upstream changelog:
Changes in CMake 2.6.4 RC 6
- Use $ var in CPack.cmake, and not @var@
- Add more missing OSXX11 CPack files

Changes in CMake 2.6.4 RC 5
- Add missing file for OSXX11 CPack generator
- cmake-gui fix path length in the binary directory's combo box

Changes in CMake 2.6.4 RC 4
- Better document Verbatim in custom commands
- Fix #8843 ctest system information was not always correct on linux
- Fix transitive linking of imported libraries

Changes in CMake 2.6.4 RC 3
- Documentation fix for #8815
- Fix CDash only submit with ctest_submit
- various fixes for FindQt4.cmake
- cmake-gui block checkable flag for item during configure/generate.
- put qt version in about for cmake-gui

Changes in CMake 2.6.4 RC 2
- Fix issues in FindBoost #8576 #8734
- Fix -D issues with VS 6
- Fix scope issue with CMAKE_CURRENT_LIST_FILE  and macros
- Eclipse make VERBOSE off in makfiles #7585, and use built-in includes
- Codeblocks auto header finding
- Fix crash in include_directories #8704
- Some documentation fixes to commands and classes.
- Do not warn if LIBPATH is not set for nmake

Changes in CMake 2.6.4 RC 1
- Add some better documentation about RPATH variables
- No longer mark header files as HEADER_FILE_ONLY automatically,
  this gets rid of the ugly red marks in Visual Stuido
- Fix man-page preformatted text paragraphing
- Teach file(REMOVE) how to use relative paths
- Gracefully handle broken version symlinks
- Fix ASM source file extension default list
- Pass shared library export symbol in DEFINES
- Enforce unique binary directories
- Fix cmake-mode.el indentation cursor motion
- Simplify reverse cmLocalGenerator::Convert
- More robust decision to suppress implicit include dirs
- Fix Fortran implicit dependency include path (and test it)
- Clarify docs of old *_OUTPUT_PATH vars
- Fix svn update logic for modified files
- Add get_filename_component(... REALPATH)
- Work around broken GetLongPathName case
2009-05-11 08:02:09 +00:00
obache
09e3e00e02 Updated x11/xf86-video-vmware to 10.16.5 2009-05-11 07:22:06 +00:00
obache
491c7911fc Update xf86-video-vmware to 10.16.5.
Bankim Bhavsar (2):
       Add RegionEqual function for older XFree86 versions.
       Video Overlay: Handle clipping correctly with AutoPaint colorkey.

Philip Langdale (2):
       Prepare for 10.16.4 release.
       Bump version for 10.16.5 release.
2009-05-11 07:21:51 +00:00
wiz
a5a48a23a0 Updated time/etm to 221 2009-05-10 21:27:40 +00:00
wiz
fff4aaa675 Update to 221:
Added force_start for etm.warn. Separated prompt from entry
  textpad in get_response and added a second line for possible
  wrapped overflow. Removed any spurious line-ends before writing
  to file.
2009-05-10 21:27:29 +00:00
wiz
d831344167 Updated devel/coccinelle to 0.1.8 2009-05-10 21:26:24 +00:00
wiz
db8dd478dc Update to 0.1.8:
* 0.1.8

** Language:

** Features:
- Metavariables now capture the cpp code contained within their definitions
- When - fragments are separated by ... or nest boundaries in the semantic
  patch, but end up matching adjacent source code, the comments, cpp code
  and whitespace that are between them are not deleted.
- better parsing of C: do expansion of macros only when needed when
  have actually a parse error and also leverage the definition of macros
  in the parsed file (or in a optional_standard.h file passed as a parameter).
  This should reduce the need for many hardcoded definitions in standard.h
- new semantics for the -macro_file option, by default now expand macros
  only when necessary. To force use the -macro_file_builtins option instead.
- a new -extract_macros command line action to help the parser. Works with
  the -macro_file option. e.g.
    $ ./spatch -extract_macros ~/linux > /tmp/alldefs.h
    $ ./spatch -macro_file /tmp/alldefs.h -sp_file foo.cocci -dir ~/linux
- removed -D macro_file option, not consistent with what -D usually means
- reattempt to be more efficient for statement metavariables that are just
  placeholders (ie, no modification, no reuse)
- triples now returned from ctl in sorted order.  The main key is the
  state.  On the other hand, the state order does not always agree with the
  order of appearance in the code.
- spatch is now less verbose on the things it does yet handle. Less confusing
  for new users.
- slightly better error report. Thanks to Derek Jones for the suggestion.
- added the options -linux_spacing and -smpl_spacing.  -linux_spacing
  causes spatch to follow the spacing conventions of Linux, while
  -smpl_spacing causes spatch to follow the spacing in the semantic patch.
  -linux_spacing is the default.
- more informative error reporting for the already tagged token case.
  Thanks to Erik Hovland for the suggestion.

** Bugfix:
- better parsing of declare macro at toplevel and in structure.
  cf -text xfield
- allowing back typedef names for fieldname
- better printing of else in generated code
- slightly better type inference for binary operators.
- clear out declarer names and iterator names between SmPL files (for
  -testall)
- better parsing and type checking of macro type aliases. Cf -test macro_int16.
  Thanks to Li Yingtong for pointing out the problem.
- make insert_virtual_positions tail rec, avoid stack overflow pb.
  Thanks to Diego Liziero <diegoliz@gmail.com> for pointing out the
  problem.
- Better type inference for arithmetic binary operators
  Thanks to Li Yingtong for pointing out the problem.
- Better type inference for constants
  Thanks to Li Yingtong for pointing out the problem.
- move computing of adjacency information for semantic patches to after
  application of isomorphisms, because isomorphisms can introduce "..."
- compute adjacency information for negated ...
- record with each transformation site the set of indices of the witness
  trees that caused the transformation site to come about.  Whitespace and
  comments between remove tokens associated with disjoint witness trees is
  not removed.
- correct treatment of function pointer typed parameters in the SmPL ast0
  visitor.
- better parsing error message and error recovery when comments are not ended,
  when some macros have a weird body, and when some switch have a weird
  Body.
  Thanks to Derek Jones for pointing out the problem.
- better detection and passing of "dangerous" ifdefs, cf -test
  double_switch.
- dropped the separation of decls and body in Seq.  This gives better
  positioning of the bindings of metavariables shared between them.
  Thanks to Erik Hovland for an example that shows the problem.
2009-05-10 21:26:12 +00:00
joerg
34ca7f8f1b Fix spelling. 2009-05-10 21:11:43 +00:00
seb
4425270333 Note update of security/p5-Authen-CAS-Client to version 0.04 2009-05-10 20:02:00 +00:00
seb
d4c8c88af8 Update p5-Authen-CAS-Client from version 0.03 to version 0.04.
Pkgsrc changes:
- Change run-time dependency on p5-Test-MockObject to a build dependency

Upstream changes:
changes from 0.03 to 0.04
-------------------------
  * changed fatal behavior to throw strings instead of objects
2009-05-10 20:01:09 +00:00
hasso
dae835be0c * Make it build with compilers not having -fgnu89-inline switch (like gcc
4.1.2 on DragonFly).
* Make it build on systems not having nonstandard ENODATA (like DragonFly).
* There is no C++ or Fortran code in this package.
2009-05-10 18:25:34 +00:00
wiz
86669ecce9 + akonadi-1.1.85, alsa-lib-1.0.20, aria2-1.3.3, clive-2.1.12,
covered-0.7.1, dbus-1.2.14 [don't update until
  https://bugs.freedesktop.org/show_bug.cgi?id=18980 is fixed],
  etm-221, ikiwiki-3.12, libntlm-1.1, librep-0.17.4, mkvtoolnix-2.8.0,
  modular-xorg-server-1.6.1.901, p5-Class-Accessor-0.33,
  p5-PathTools-3.30, p5-XML-Feed-0.43, packagekit-0.4.7, png-1.2.36,
  pngcrush-1.6.17, rsync-3.0.6, scmgit-base-1.6.3, scmgit-docs-1.6.3,
  sdlmess-0.131, socat-1.7.1.1, telepathy-gabble-0.7.27,
  wine-devel-1.1.21, x264-devel-20090509, xf86-video-cirrus-1.3.0.
2009-05-10 17:11:41 +00:00
roy
6b9768b6a8 Update dhcpcd to 5.0.2
Changes from 5.0.1 include
 * -n option now starts dhcpcd if not already started
 * 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf
 * Fix warning about missing dirs if we don't have any existing state
 * Fix compile on some Linux distros re linux/wireless.h
2009-05-10 16:35:40 +00:00
rillig
a9d36d2419 Added documentation for UNLIMIT_RESOURCES. 2009-05-10 16:10:18 +00:00
hasso
c2211aa873 Added devel/xsd version 3.2.0 2009-05-10 14:54:43 +00:00
hasso
7745c59a7c CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++
data binding compiler. Provided with an XML instance specification (XML
Schema), it generates C++ classes that represent the given vocabulary as
well as parsing and serialization code.
2009-05-10 14:50:50 +00:00
obache
46b93f4ada Add goocanvasmm. 2009-05-10 13:13:56 +00:00
obache
0b5b315fd0 Added graphics/goocanvasmm version 0.14.0 2009-05-10 13:12:40 +00:00
obache
9076739e6c Import goocanvasmm-0.14.0 as graphics/goocanvasmm.
GooCanvasmm are the C++ bindings for GooCanvas which is a canvas widget for
GTK+ that uses the cairo 2D library for drawing.
2009-05-10 13:12:01 +00:00
hasso
8ebb4314af Added security/xml-security-c version 1.4.0 2009-05-10 12:30:25 +00:00
hasso
62327be05f XML Security is an C++ implementation of the W3C digital signature
specification that makes it possible for programmers to create and
validate signed XML documents.
2009-05-10 12:23:36 +00:00
obache
f7bbf51fb3 Add py-goocanvas. 2009-05-10 11:43:22 +00:00
obache
c9d5e964f9 Added graphics/py-goocanvas version 0.14.0 2009-05-10 11:40:41 +00:00
obache
e648cce883 Import py-goocanvas-0.14.0 as graphics/py-goocanvas.
PyGoocanvas are the python bindings for GooCanvas which is a canvas widget for
GTK+ that uses the cairo 2D library for drawing.
2009-05-10 11:39:26 +00:00