Commit graph

168106 commits

Author SHA1 Message Date
jakllsch
2862174af8 Add nvramtool.
nvramtool is a utility for reading/writing coreboot parameters and
displaying information from the coreboot table in CMOS.

The program works only on x86-based systems that use coreboot.
2011-02-08 16:51:17 +00:00
brook
38f8faa35b Substitutions in src/Makefile.global end up creating an incorrect path to
ld.  As a result, the installed version of this file is not useful for
building PostgreSQL extensions.  Instead, replace with ${LD}.  See the
discussion beginning with

     http://mail-index.netbsd.org/tech-pkg/2011/02/07/msg006685.html

for more information.
2011-02-08 15:50:07 +00:00
ryoon
759fb79608 Remove youtube-dl 2011-02-08 13:20:39 +00:00
hiramatsu
8e9c83ebb2 Instead of extracting version string from PKGNAME, use
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
version of emacs.

Also, set minimum version of _EMACS_REQD to the same as
${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
does not work for emacs lisp libraries.

Should fix PR/42763.
2011-02-08 13:20:13 +00:00
ryoon
bbbbb424c4 Updated net/youtube-dl to 20110130 2011-02-08 13:19:40 +00:00
adam
a23449a7c4 Removed gnuplot-nox11; use options.mk in gnuplot to turn X11 support off 2011-02-08 13:18:40 +00:00
adam
ad8d643e92 Removed gnuplot-nox11; plotutils-nox11 2011-02-08 13:17:21 +00:00
adam
80b5fff2e1 Updated graphics/plotutils to 2.6nb3; Updated graphics/gnuplot to 4.4.2 2011-02-08 13:16:42 +00:00
roy
b69ea126de Allow tmux to use the native terminfo if available. 2011-02-08 13:16:37 +00:00
ryoon
9e63251360 Update to 2011.01.30.
Changes:
This release fixes the existing problem with Dailymotion support,
and adds suport for downloading all videos uploaded by a given
YouTube user. The program now requires Python 2.5. In addition,
several minor bugs have been fixed and a few minor features have
been added
2011-02-08 13:14:50 +00:00
adam
da69bfdd48 Changes 4.4.2:
* FIX color specification "lc N"
* FIX clipping error in filled curves
* FIX segfault if "refresh" command follows an interrupted replot

Changes 4.4.1:
* NEW Support the "%s" format specifier in strftime()
* NEW Optional 6th data column in candlesticks style to specific box width
* NEW If integer arithmetic i*j or i**j would overflow, return value as a real
* NEW "set style circle radius <default-radius>"
* FIX autoconfiguration of readline support in OSX
* FIX font problems in win terminal
* FIX Protect against runaway recursion by limiting depth of nested functions
* FIX metapost terminal: Fix inheritance of line thickness by text strings
* FIX cairo terminals could segfault on certain enhanced text strings
* FIX pdfcairo output to stdout now works
* FIX font ",size" in non-enhanced mode postscript terminals
* FIX Do a better job of estimating the width of UTF-8 encoded strings
* FIX baseline bug in canvas terminal rotation of enhanced text
* FIX Allow "with labels" to work for binary input data
* FIX update user GPVAL variables after plot in table mode
* CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot
* CHANGE 3D impulses are now always drawn from z=0
* CHANGE Enable HIDDEN_QUADTREE by default
* CHANGE Enable "set fit errorvariables" by default
* CHANGE Regardless of current timefmt, read time from binary files as a binary
* CHANGE do not limit 3D rotation to 0<rotx<180
2011-02-08 13:13:41 +00:00
adam
eb008a17f7 Switch to options.mk and remove plotutils-nox11 2011-02-08 13:08:06 +00:00
adam
eec9b3c2e8 Updated print/pdflib-lite to 7.0.5 2011-02-08 11:26:55 +00:00
adam
bb19cda8dd Changes 7.0.5:
Bug-fixes:
* Host font retrieval on Windows was not thread-safe under certain conditions.
* Non-ASCII characters in environment variables could incorrectly trigger
  the error message "Invalid UTF-8 sequence..." on Windows.
* PDFlib could crash if the PDFLIBLOGFILE environment variable was specified
  and the "logging" parameter was set.
* Implemented a workaround for broken Corel Craw TIFF images with invalid
  values for ExtraSamples.
* PDF_create_annotation() in PDF/A mode restricted the "rotate" and "zoom"
  options for all annotation types although PDF/A restricts these only for
  annotations with type=Text.
* Building the PDFlib Lite binding for Perl on Windows with the old-style
  Makefile instead of Makefile.PL didn't produce any usable binary.
* Textflow could wrongly place text with verticalalignment=justify and
  lastlinedist=descender if multiple fonts were used on a line and certain
  rare geometric conditions were met.
* Invalid PDF output was generated when PDF_begin_template_ext() was called
  in page scope and one or more of the following options were used:
  "metadata", "opi-1.3", "opi-2.0".
* PHP binding: added a binary for use with Zend Community Server 5.3 which
  requires Visual Studio 8 (as opposed to the common PHP build which uses
  VS9).
* The pcos_get_string() method in .NET didn't convert non-ASCII return
  strings to UTF-16 correctly.
* Implements a parser for legacy Type 1 PFA fonts with a binary data
  section.
* Added support for addressing a "temporary work path" via the option
  "clippingpathname" and the pseudo path name "Work Path".
* The "transparencygroup" option is no longer allowed in PDF/A mode to
  match the forthcoming Technical Corrigendum 2 for ISO 19005-1.
* Textflow ignored space characters in front of mandatory line breaks
  (nextline, nextparagraph, nextpage) if alignment=center or =right.
* Invalid RGB TIFF images with four components, but extrasamples=0 were
  wrongly processed in passthrough mode which resulted in invalid image data
  in the PDF output.
* Fixed a memory violation with malformed XMP where the namespace prefix
  was missing from element names.
* The message "Floating point parameter 'x' has bad value (not a number)"
  could occur spuriously under the following conditions: Linux x86, PHP,
  certain PHP functions called before using PDFlib API functions. The
  problem was caused by a bug in the gcc optimizer and solved by disabling
  the optimizer for a particular source code module.
* Fixed a potential memory problem in the XMP code.
* The PHP wrapper now honors the "open_basedir" setting in the php.ini file,
  see also www.securityfocus.com/bid/36951/info.
* The starter_type3font samples did not set the bounding box for the
  glyphs correctly. As a result some undesired clipping could occur
  when viewing the generated PDF with Acrobat 9.2 (but not older versions).
  This problem affected only the sample code, not the PDFlib implementation.
* textformat=utf16 (i.e. without specifying the byte ordering) didn't work
  correctly in Textflow if the text began with a BOM which indicated
  non-native byte ordering.
* Large File Support was accidentally disabled in the AIX 64-bit builds.
2011-02-08 11:25:58 +00:00
adam
4148330acb Fix building with Clang 2011-02-08 11:11:23 +00:00
adam
3e91f3543c Updated security/clamav to 0.97 2011-02-08 07:56:53 +00:00
adam
2780cca323 Changes 0.97:
ClamAV 0.97 brings many improvements, including complete Windows support
(all major components compile out-of-box under Visual Studio), support for
signatures based on SHA1 and SHA256, better error detection, as well as
speed and memory optimizations. The complete list of changes is available
in the ChangeLog file.
2011-02-08 07:56:09 +00:00
obache
aa424c77bd Updated devel/cutter to 1.1.6 2011-02-08 04:53:38 +00:00
obache
10b7ef0483 Update cutter to 1.1.6.
== [release-1-1-6] 1.1.6: 2011-02-09

=== Cutter

==== Improvment

  * Renamed an utility:
    * ((<cut_build_fixture_data_path()>)) -> ((<cut_build_fixture_path()>))
  * Added utitlities:
    * ((<gcut_take_string()>))
    * ((<cut_get_fixture_data()>))
    * ((<gcut_get_fixture_data()>))
    * ((<GCutEventLoop>))
    * ((<GCutGLibEventLoop>))
  * Supported Debian GNU/Linux squeeze.
    [Suggested by Romuald Conty]
  * Supported Ubuntu Maverick Meerkat.
  * Supported Fedora 14.
  * cutter.m4: supported --config-cache.
  * cutter.m4: supported custom Makefile for
    --enable-coverage. (specify custome Makefile name to
    AC_CHECK_COVERAGE() argument)
  * Supported notify-send.

==== Fixes

  * Fixed a wrong test.
    [Suggested by Ilya Barygin]

=== cut-diff

==== Improvements

  * Added ((<--label option|cut-diff#--label>)) that specify
    labels in header.

=== Thanks

  * Romuald Conty
  * Ilya Barygin
2011-02-08 04:53:19 +00:00
obache
a8060535fc Add FETCH_USE_IPV4_ONLY option to force connecting to only IPv4 addresses. 2011-02-08 02:45:18 +00:00
obache
1d0fad8685 Add `--location' option for curl to follow HTTP redirect. 2011-02-08 02:40:57 +00:00
obache
9b2b224b47 Let curl to silent fail with server error.
fixes a part of PR#44528.
2011-02-08 02:02:32 +00:00
schmonz
f36d8f94df Updated mail/spamdyke to 4.2.0 2011-02-07 22:33:50 +00:00
schmonz
cacc7b0fbb Update to 4.2.0. From the changelog:
Changed read_file() to return the number of usable lines read, instead of the
    total number of lines (including comments and whitespace).
  Fixed a huge thinko in many calls to read_file() -- when the function returns
    0, the returned value is NULL.  This was causing spamdyke to crash when no
    content was read from files by "dns-blacklist-file", "dns-whitelist-file",
    "rhs-blacklist-file", "rhs-whitelist-file" and "hostname-file".  Thanks
    to David Stiller for reporting this one and providing a lot of help in
    tracking it down.
  Added the option "tls-cipher-list" for specifying the list of ciphers to use
    in SSL/TLS connections.  This won't be an option many people will ever use,
    but in specific setups it is required.  Thanks to Chris Boulton for
    suggesting this one and producing a patch to implement it.
  Added a new value to "tls-level": "smtp-no-passthrough" to allow spamdyke to
    offer TLS but prevent it from passing TLS through to qmail if the SSL
    library cannot be initialized for some reason.
  Fixed a bug in smtp_filter that allowed open relaying when spamdyke was
    configured with "local-domains-entry" instead of "local-domains-file".
  Moved code from do_spamdyke() that set stdin and stdout sockets to
    non-blocking into tls_read() and tls_write() instead.  Setting the sockets
    to non-blocking through the entire run was causing some strange behavior
    where logging would stop after a series of large inputs.
  Refactored the address parser (yet again) to fix a bug that wasn't handling
    routing addresses properly.  Thanks to Chris Boulton for reporting this one.
  Fixed process_config_file() to not reset a "multiple" value to default if it
    was deliberately cleared during configuration.
  Fixed prepare_settings() to initialize all default values before processing
    the command line or configuration files so a "multiple" value can be cleared
    during configuration.
  Fixed configure.ac to use a gcc #pragma command to treat format warnings as
    errors instead of relying on AC_LANG_WERROR (which doesn't always work).
  Added the options "dns-query-type-a", "dns-query-type-mx",
    "dns-query-type-ptr" and "dns-query-type-rbl" to limit the types of DNS
    queries that can be sent for different purposes.  Thanks to Teodor Milkov
    for suggesting this one.
  Fixed a bug that caused a timeout whenever a post-RCPT filter is triggered
    on a non-local address.  spamdyke is supposed to close the connection to
    qmail and wait for its exit, but instead was just waiting for its exit,
    leading to unnecessary timeouts.  Thanks to Ulrich C. Manns for reporting
    this one.
  Fixed a typo in policy.php.example.  Thanks to Richard Lamse for reporting
    this one.
  Fixed compiler warnings on Fedora 11.  Thanks to Ertan Orhan for reporting
    this one.
  Fixed a bug in sendrecv where an uninitialized variable was causing erroneous
    stalls and timeouts in CentOS 5.5.
2011-02-07 22:33:40 +00:00
wiz
05aa42698f Fix build with png-1.5. 2011-02-07 22:08:42 +00:00
wiz
183b84d974 Fix build with png-1.5. 2011-02-07 21:28:56 +00:00
wiz
76b93fae0a Fix build with png-1.5. 2011-02-07 21:09:13 +00:00
wiz
96a9cbed76 Set LICENSE. 2011-02-07 21:09:06 +00:00
spz
470b890d82 create the log dir in the configured location (instead of the default)
fixes PR pkg/44530
thanks for the report :)
2011-02-07 20:36:59 +00:00
minskim
7a76137c39 Note removal of ja-ptex-*. 2011-02-07 20:18:25 +00:00
minskim
912eb4d347 Remove ja-ptex-share, which was obsoleted by tex-ptex. 2011-02-07 20:17:14 +00:00
minskim
58e41778cb Remove ja-ptex-bin, which was obsoleted by tex-ptex and pdvipsk. 2011-02-07 20:14:28 +00:00
minskim
c94c374d7f Note removal of ja-jsclasses. 2011-02-07 20:11:11 +00:00
minskim
6ccea011f8 Remove ja-jsclasses, which was obsoleted by tex-jsclasses. 2011-02-07 20:10:24 +00:00
minskim
b183dde3b0 Remove a conflicting dependency. 2011-02-07 20:03:58 +00:00
minskim
55d7422f04 Note update of ja-ptex. 2011-02-07 20:02:51 +00:00
minskim
e23bbe7aa5 Let ja-ptex depend on pTeX from TeX Live. 2011-02-07 20:02:33 +00:00
minskim
2f19a84d45 Note PKGREVISION bump of tex-ptex. 2011-02-07 20:00:19 +00:00
minskim
b3b1bab1be Update tex-ptex{,-doc} to TeX Live r21270.
Changes:
- Added hyphenation patterns for ancient Greek.
2011-02-07 19:59:44 +00:00
minskim
aba2d85b42 Add pdvipsk. 2011-02-07 19:44:33 +00:00
minskim
eeb0d667ff Import pdvipsk-5.98pl1.7b as print/pdvipsk.
pdvips is a modified version of dvips to support Japanese.
2011-02-07 19:43:28 +00:00
wiz
9031cdd394 + clutter-1.6.2, evolution-2.32.2, evolution-data-server-2.32.2,
evolution-exchange-2.32.2, evolution-mapi-0.32.2 [GNOME 2.32],
  gtkhtml314-3.32.2, lyx-1.6.9, mathomatic-15.4.3.
2011-02-07 19:19:07 +00:00
minskim
b50523811e Note update of tex-lastpage{,-doc}. 2011-02-07 19:11:53 +00:00
minskim
dd49cec9b7 Update tex-lastpage{,-doc} to 1.2g.
Changes:
- Updated documentation.
2011-02-07 19:11:30 +00:00
taca
88d4914289 Remove RUBY_REQD which specify older version of
current supported version of Ruby.

No functional change.
2011-02-07 14:55:55 +00:00
reed
0b728ab89c fix typo in category/directory name as reported by
"www update.changes log"
2011-02-07 14:41:54 +00:00
adam
04e4de6101 Updated archivers/unrar to 4.0.6 2011-02-07 13:48:25 +00:00
adam
93c9da9932 Changes 4.0.6:
No release notes available.
2011-02-07 13:46:32 +00:00
taca
f5c37f6d6c Note update of www/typo3 package to 4.5.0. 2011-02-07 12:58:11 +00:00
taca
01705bfc4c Update to www/typo3 package to 4.5.0.
This is TYPO3 Version 4.5: Your Long Term Solution:
Please refer new feature and changes in detail:

http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2
2011-02-07 12:57:30 +00:00