Commit graph

186277 commits

Author SHA1 Message Date
dholland
299f40e21b regen 2012-05-13 05:33:24 +00:00
dholland
7afd6083e8 Fix build on netbsd-6 and up. 2012-05-12 23:10:29 +00:00
dholland
5441cf8cec Mark this as NOT_FOR_PLATFORM on netbsd-6 and up. It is based on the
historical quota API and has no internal abstractions, so it would
require pretty much a total rewrite for the new quota API. This could
be done, of course. Contact me if there's any interest.
2012-05-12 22:08:24 +00:00
dholland
b8708049ef PR 46072: netatalk broken with netbsd-6 quotas
Add support for the new libquota. Drop support for the proplib
libquota; it's not worth the configure-time hassle.

Fix some moderately serious bugs in the original/previous libquota
patches; it's clear for example they were never tested with group
quotas.
2012-05-12 21:53:19 +00:00
marino
9df54f2048 mk/java-vm.mk: Set DragonFly for openjdk7 2012-05-12 21:07:28 +00:00
marino
9aec612594 lang/openjdk7: Add support for DragonFly x86_64
* Update bootstrap for i386-DragonFly
* Add bootstrap for x86_64-DragonFly
* Update patch-aa to handle missing EM_ALPHA definition (not used anyway)
* Add patch for hotspot to handle x86_64 in uname
* Update Makefile for parallel building of hotspot
* Allow platform DragonFly 3.x

Thanks for all the hard work building the bootstraps and testing:
Francois Tigeot
Chris Turner
2012-05-12 21:01:47 +00:00
wiz
1df207eeac Updated www/p5-HTML-Template to 2.9.1 2012-05-12 20:16:31 +00:00
wiz
d8876c9283 Update to 2.91 and call it 2.9.1 because previous was 2.9 and I don't trust
perl module version numbers :)

Changes:
2.91 Fri Mar 30 2012

   - Feature: RT #18901 - Added new utf8 option to make it really simple
     to use UTF-8 encoded templates [Michael Peters]

   - Feature: RT #30586 - Added new open_mode option to allow for
     Perl IO layers to interact when using open() on the template files
     [moritz@faui2k3.org and Michael Peters]

   - Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />"
     to be used as well. [allard@byte.nl]

   - Feature: RT #46285 - Added support for lazily-evaluated coderefs
     for TMPL_LOOPs. [Justin DeVuyst and Michael Peters]

   - Feature: RT #64797 - Added new option die_on_missing_include (defaults
     to true) that allows users to turn off the behavior of dieing when an
     include can't be found [Zdenek Styblik and Michael Peters]

   - Feature: Add new cache_lazy_vars option so that the values from coderefs
     used for TMPL_VARs can be cached and the coderef not run multiple times
     [Michael Peters]

   - Feature: Add new cache_lazy_loops option so that the values from coderefs
     used for TMPL_LOOPs can be cached and the coderef not run multiple times
     [Michael Peters]

   - Feature: Added __even__, __outer__ and __index__ loop context vars.
     [Michael Peters]

   - Bug Fix: RT #26456 - force_untaint can't work in Perl < 5.8.0
     [admin@photoresearchers.com]

   - Bug Fix: RT #67663 - remove warning under Perl > 5.14.0 about using tied
     with a file handle without "*" [RENEEB, TODDR and Michael Peters]

   - Bug Fix: RT #35534 - Using the same loop multiple times with
     different vars will no longer cause an error if die_on_bad_params
     is set. [Ron Savage & Michael Peters]

   - Bug Fix: RT #38325 - Give a better error message if param() is set
     with a reference to a reference. [Mark Stosberg & Michael Peters]

   - Test Fix: RT #26103 - t/05-blind-cache.t no longer modifies the
     distribution during the tests but instead uses temp files [Jan
     Dubois and Michael Peters]

   - Test Fix: Tests that create and modify files now use temp files
     and file_cache_dir is always a temp directory [Michael Peters]

   - Doc Fix: Using more POD formatting [Michael Peters]

   - Doc Fix: RT #46244 - fix broken link to tutorial [Michael Peters]

   - Doc Fix: RT #60282 - fix various mispellings [Florian Ernst]

   - Doc Fix: RT #60283 - fix broken HTML example [Florian Ernst]

   - Doc Fix: RT #60284 - fix broken POD [Florian Ernst and Michael Peters]

   - Development: Moved development to GitHub
     (https://github.com/mpeters/html-template)

   - Development: Switched to using Dist::Zilla internally for release management

   - Development: Added Michael Peters as co-maintainer
2012-05-12 20:16:22 +00:00
abs
bf641c4cba Add back enigmail distinfo 2012-05-12 18:10:39 +00:00
wiz
bb494ffa88 Added security/ocaml-cryptokit version 1.5 2012-05-12 17:54:30 +00:00
wiz
49efa50f4c + ocaml-cryptokit 2012-05-12 17:54:16 +00:00
wiz
e941a638e9 Initial import of ocaml-cryptokit-1.5. Packaged byJaap Boender in PR 41691.
The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:

Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB,
CBC, CFB and OFB modes. Public-key cryptography: RSA encryption and
signature; Diffie-Hellman key agreement. Hash functions and MACs:
SHA-1, MD5, and MACs based on AES and DES. Random number generation.
Encodings and compression: base 64, hexadecimal, Zlib compression.

Additional ciphers and hashes can easily be used in conjunction
with the library. In particular, basic mechanisms such as chaining
modes, output buffering, and padding are provided by generic classes
that can easily be composed with user-provided ciphers. More
generally, the library promotes a "Lego"-like style of constructing
and composing transformations over character streams.
2012-05-12 17:53:40 +00:00
wiz
c3f711b027 Updated x11/pixman to 0.24.4 2012-05-12 17:38:42 +00:00
wiz
5e46b8739f Update to 0.24.4, provided by Francois Tigeot in private mail:
0.23.2:

Check for working mmap()
test: Fix compilation on win32
Add a "noop" fast path for operations which require no or almost no data
processing
Fix a few typos in pixman-combine.c.template
Move many operations from various files into the new noop one.
Delete some unused variables in examples, mmx and sse2 functions
Replace arguments to composite functions
Silence autoconf warnings
blitters-test: Make common formats more likely to be tested
ARM: Fix two bugs in neon_composite_over_n_8888_0565_ca()
Replace boolean arguments with flags for bilinear fast path template
REPEAT_NORMAL support for bilinear fast path template
sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
ARM: Add REPEAT_NORMAL functions to bilinear BIND macros
Enable REPEAT_NORMAL bilinear fast path entries
Bilinear REPEAT_NORMAL source line extension for too short src_width

0.23.4:

radial: Improve documentation and naming
C fast path for scaled src_x888_8888 with nearest filter
ARM: workaround binutils bug #12931 (code sections alignment)
radial: Fix typos and trailing whitespace
ARM NEON: Standard fast path out_reverse_8_8888
Fix lcg_rand_u32() to return 32 random bits
New test of pixman_region_contains_{rectangle,point}
Speed up pixman_region{,32}_contains_rectangle()
Use find_box_for_y() in pixman_region_contains_point() too
In pixman_image_create_bits() allow images larger than 2GB
win32: Build benchmarks
Workaround bug in llvm-gcc
ARM: better NEON instruction scheduling of over_n_8888 and over_n_8_8888
bits: optimise fetching width==1 repeats

0.23.6:

test: New function to save a pixman image to .png
Use pkg-config to determine the flags to use with libpng
Various build system fixes and improvements
test: Use smaller boxes in region_contains_test()
Add a generic unorm_to_unorm() conversion utility
Add general pixel converter
Add initial version of the MAKE_ACCESSORS() macro
Use MAKE_ACCESSORS() to generate accessors for various image formats
Remove x and y coordinates from analyze_extents() and compute_sample_extents()
Split computation of sample area into own function
Eliminate compute_sample_extents() function
test: Occasionally use a BILINEAR filter in blitters-test
test: better coverage for BILINEAR->NEAREST filter optimization
Strength-reduce BILINEAR filter to NEAREST filter for identity transforms
BILINEAR->NEAREST filter optimization for simple rotation and translation
lowlevel-blt: add over_x888_8_8888
Various MMX fixes
mmx: rename USE_MMX to USE_X86_MMX
mmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt
mmx: compile on ARM for iwmmxt optimizations
mmx: optimize unaligned 64-bit ARM/iwmmxt loads
Make sure iwMMXt is only detected on ARM
sse2: Macros for assembling bilinear interpolation code fractions
sse2: Bilinear scaled over_8888_8888 and over_8888_8_8888
init/fini functions for pixman_image_t
Add new fast path flag FAST_PATH_BITS_IMAGE
Add src, mask, and dest flags to the composite args struct
Simple repeat fast path

0.23.8:

Add stable release / development snapshot to draft release notes
gradient walker: Correct types and fix formatting
Use sentinels instead of special casing first and last stops
Simplify gradient_walker_reset()
ARM: NEON: Some cleanup of bilinear scanline functions
ARM: NEON: Bilinear macro template for instruction scheduling
ARM: NEON: Replace old bilinear scanline generator with new template
ARM: NEON: Instruction scheduling of bilinear over_8888_8888 and over_8888_8_8888
ARM: NEON: Standard fast path src_n_8_8888 and src_n_8_8
ARM: NEON: Fix assembly typo error in src_n_8_8888
Fix use of uninitialized fields reported by valgrind

0.24.0:

Add definitions of INT64_MIN and INT64_MAX
Change MMX ldq_u to return _m64 instead of forcing all callers to cast

0.24.2:

Don't use non-POSIX test
Android Runtime Detection Support For ARM NEON
gradient-walker: For NONE repeats, when x < 0 or x > 1, set both colors to 0
autogen.sh: Support GNOME Build API
pixman-image.c: Fix typo in pixman_image_set_transform()
Fix some signed overflow bugs
Reject trapezoids where top (botttom) is above (below) the edges
Make mmx code compatible with Solaris Studio 12.3 compilers
Fix bugs with alpha maps

0.24.4:

iOS Runtime Detection Support For ARM NEON
Revert "Reject trapezoids where top (botttom) is above (below) the edges"
2012-05-12 17:38:32 +00:00
cheusov
222cf093e1 fix PLIST issue caused by CVS directory 2012-05-12 17:20:47 +00:00
cheusov
03bc900645 Fix in colorit_funcs (use ${var:=val} for initializing variables) 2012-05-12 15:43:47 +00:00
cheusov
502cc80615 Patch for textproc/colorit 2012-05-12 15:18:23 +00:00
cheusov
4acc6871e1 +colorit 2012-05-12 15:17:02 +00:00
cheusov
68565e7770 Added textproc/colorit version 1.12.0 2012-05-12 15:15:47 +00:00
cheusov
391d971736 colorit is a simple utility for colorizing input texts 2012-05-12 15:15:35 +00:00
obache
c7d617d121 * pass strict PERL location to configure
* restore version scheme for php-5.2, missing treatment at introduced
  PECL_LEGACY_VERSION_SCHEME.
* add an patch to fix build on php>=5.3.
2012-05-12 11:40:06 +00:00
obache
2afdceb0ff treat for the case PKG_PHP_VERSION=52 2012-05-12 11:32:39 +00:00
obache
73f8cd7428 PKG_PHP_VERSION may be 52 for some situation. 2012-05-12 11:27:46 +00:00
obache
1b036df5a5 Set DISTNAME and DIST_SUBDIR only for !defined(PECL_VERSION). 2012-05-12 10:12:32 +00:00
gson
6cfae86c28 Updated emulators/qemu to 0.15.1nb5 2012-05-12 09:59:13 +00:00
gson
e094390ee3 When setting up an outgoing user mode networking TCP connection,
disable the Nagle algorithm in the host-side connection.  Either
the VM is already doing Nagle, in which case there is no point
in doing it twice, or it has chosen to disable it, in which case
we should respect that choice.  This change speeds up GDB remote
debugging over TCP over user mode networking by multiple orders
of magnitude.
2012-05-12 09:56:51 +00:00
obache
42817f24cc set HOMEPAGE url. 2012-05-12 08:58:43 +00:00
obache
6bf6d07448 Update HOMEPAGE url. 2012-05-12 08:58:30 +00:00
obache
23195e4e84 Updated multimedia/php-ming to 0.4.4 2012-05-12 08:49:54 +00:00
obache
78e8cbac74 Switch to use ming distribution's one, instead of PHP distribution bundled one.
This extension is no longer bundled with PHP as of PHP 5.3.0,
so this change let to allow php53.
For php5(52), set PECL_LEGACY_VERSION_SCHEME=yes to avoid version downgrade.
2012-05-12 08:49:26 +00:00
sbd
c96c2c0fe9 Bring back patch-RULES_rules.man as the fix in it is still needed. 2012-05-12 08:27:16 +00:00
obache
8acd1d0351 define MING_VERSION and EXTRACT_SUFX here for upcomming php-ming update. 2012-05-12 08:24:43 +00:00
obache
f83e8accfb * allow to specify phpize sub directory with PHPSETUPSUBDIR.
* allow to override DIST_SUBDIR
2012-05-12 08:23:34 +00:00
wiz
1137069502 + autogen-5.16, calibre-0.8.51, elm-me-2.5plalpha29, gauche-0.9.3,
glade-3.12.1, gtkwave-3.3.36, hypermail-2.3.0 [pkg/46440],
  imp-5.0.21, libdrm-2.4.34, mathomatic-15.8.4, mined-2012.22,
  mpg123-1.14.1, mu-0.9.8.4, nut-17.8, opengrok-0.11.1, openoffice-3.4,
  openssl-1.0.1c, p5-Search-Xapian-1.2.10.0, pulseaudio-2.0,
  sympa-6.1.10, tig-1.0, vttest-20120506, xapian-1.2.10, xterm-279.
2012-05-12 07:51:43 +00:00
wiz
04f415a5e0 man-pages is a new package, correct entry. 2012-05-12 07:50:06 +00:00
wiz
cf2069b869 Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
2012-05-12 07:37:50 +00:00
sbd
43509b2b1c Updated databases/postgresql90-client to 9.0.7nb1
Updated databases/postgresql91-client to 9.1.3nb1
2012-05-12 07:18:43 +00:00
sbd
292de84bce Fix the path to mkdir in the installed Makefile.global.
Bump PKGREVISION
2012-05-12 07:17:34 +00:00
wiz
2dd96fa0e4 Updated devel/man-pages to 3.41 2012-05-12 07:17:31 +00:00
wiz
b52ec31482 + man-pages. 2012-05-12 07:17:21 +00:00
wiz
a68eb66cd3 Initial import of man-pages-3.41.
This package contains Linux man pages for sections 2, 3, 4, 5, and 7.
2012-05-12 07:16:46 +00:00
obache
27f1da7da3 Updated multimedia/py-ming to 0.4.4 2012-05-12 06:37:39 +00:00
obache
bd97ede157 reset PKGREVISION from base pkg update. 2012-05-12 06:37:28 +00:00
obache
60fc4f0ff8 Updated multimedia/ming to 0.4.4 2012-05-12 06:36:52 +00:00
obache
11535bcd44 Update ming to 0.4.4.
0.4.4 - 2011-10-26

	* Generally improve swftoscript and decompiler
	* Change makefdb to name output files by font ID, to play nicer
	  with swftoscript.
	* Add support for 'class A extends B' syntax in actioncompiler
	* Fix bug in 'makeswf' failing to catch some compile errors
	  (bugzilla #94) and being too silent in swf embedding errors
	* Fix bug in action compiler dealing with class methods (bugzilla #94)
	* Add support for libpng > 1.4 (bugzilla #96)
	* Add font kernings support (bugzilla #95)
	* Add button characters export capabilities
	* Add support for 'swfAction <code>' syntax in asm blocks
2012-05-12 06:36:39 +00:00
adam
e7f9d7f887 Updated net/udns to 0.2; chat/jabberd2 to 2.2.16 2012-05-12 05:46:26 +00:00
adam
0ba4fef423 Changes 2.2.16:
* Implemented --enable-tests configure option
* Fixed 'make dist' packaging
* Fixed domain name in punycode resolution
* Expand @package@ in etc/*.xml.dist.in
* storage_ldapvcard compilation fixes
* Implement debug logging into file
* Fix invalid default router.xml (Unterminated XML comment tag)
* Fixed libstorage_la_SOURCES
* Implemented support for fake (PBX) sessions in SM
* PBX integration priority setting support
* Fix a crash that occurs when c2s connecting clients passed the defined
  connection limit
* Log S2S retry timeout to main log
* Do not log messages when not enabled or empty logfile configured
2012-05-12 05:44:45 +00:00
adam
96db4cc144 Changes 0.2:
* bugfix: SRV RR handling: fix domain name parsing and crash in case
  if no port is specified on input for SRV record query
* (trivial api) dns_set_opts() now returns number of unrecognized
  options instead of always returning 0
* dnsget: combine -f and -o options in dnsget (and stop documenting -f),
  and report unknown/invalid -o options (and error out)
* dnsget: pretty-print SSHFP RRs
2012-05-12 05:38:00 +00:00
adam
c15ed65647 Made building docs an option; now tex and friends are not required for buildlink. 2012-05-12 05:33:11 +00:00
drochner
11314e1c70 update to 5.0.5
changes: bugfixes, in particular for glitches with newer CPUs
2012-05-11 14:08:59 +00:00