Commit graph

106187 commits

Author SHA1 Message Date
wiz
944ad2f245 Note drochner's updates from Nov 9. 2006-11-18 20:57:21 +00:00
wiz
2bdb8f4964 - glabels, php5, rp-pppoe, xcircuit (thanks, drochner+jdolecek+martin+dmcmahill 2006-11-18 20:52:05 +00:00
wiz
2309d46a16 + abcm2ps-5.1.2, abcmidi-20061103, bsflite-0.82, cups-1.2.7,
delegate-9.3.1, desktop-file-utils-0.12, dvipng-1.9, efax-gtk-3.0.12,
  enlightenment-0.16.8.4 [pkg/35006], eric3-3.9.2, fox-1.6.19,
  gauche-0.8.8, gnutls-1.6.0, gtar-1.16, iozone-3.271, lbdb-0.34,
  libextractor-0.5.16, lilypond-2.10.0, micq-0.5.2, mkvtoolnix-1.8.0,
  mono-1.2, msmtp-1.4.8, nano-2.0.0, p5-File-Remove-0.34,
  p5-HTML-Tree-3.22, p5-Sub-Uplevel-0.14, p5-Test-Simple-0.65,
  p5-XML-RSS-1.20, parrot-0.4.7, pgadmin3-1.6.0, phpmyadmin-2.9.1,
  postgresql81-postgis-1.1.6, py-ldap-2.2.1, py-qt3-sip-4.5,
  siag-3.6.1, smlnj-110.60, stunnel-4.19, sylpheed-2.2.10,
  sylpheed-claws-2.6.0, trac-0.10.2, turba-2.1.3, windowlab-1.34,
  xchm-1.10, xvidcore-1.1.2.
2006-11-18 20:50:39 +00:00
wiz
dbaf9086f3 Make chmlib and kchm conflict, both install:
include/chm_lib.h
include/lzx.h

XXX: Perhaps kchm should be made to depend on chmlib instead?
2006-11-18 20:40:14 +00:00
wiz
cf82bcc704 Note links{-gui,} updates. 2006-11-18 19:08:23 +00:00
wiz
f5c961df56 Update to 2.1.0.24:
=== RELEASE 2.1pre24 ===

Mon Nov  6 02:13:48 cet 2006 mikulas:

	Fixed incorrect page displayed when search string ended with space and
	the word was last on page

Thu Oct 26 16:10:01 MET 2006 user:

	More strict parsing of ftp list, fixes ftp.su.se

Sun Oct 15 22:55:28 MET DST 2006 mikulas:

	Allow cookie path to point to file, not only directory

Wed Oct 11 00:17:27 MET DST 2006 mikulas:

	Fixed quirk with displaying of links in text mode

Mon Oct  9 23:33:03 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>:

	Updated Polish translation

Mon Oct  9 21:55:24 MET 2006 Jindrich Makovicka <makovick@gmail.com>:

	Fixed memory corruption when redirecting URLs with user:password

Mon Sep 11 02:43:32 MET DST 2006 mikulas:

	Test for socklen_t
	Work without PF_INET (for Minix 3)
	Cleaned up use of AF_ and PF_ constants

Sat Sep  9 00:05:16 MET 2006 user:

	Fixed double-to-string conversion for config files

Fri Aug 25 00:48:05 MET 2006 user:

	Parsing ftp directories starts to be difficult because fixing one bug
	introduces other. Previous fix sometimes mistook size for year :-/

Sun Aug 20 05:06:57 cet 2006 mikulas:

	Correctly translate character set of "label" attribute

Thu Aug 17 19:57:34 MET 2006 user:

	Fixed incremental loading of XBM images

Mon Aug  7 05:11:47 CEST 2006 Matthew Fischer <futhark@mchsi.com>:

	Fixed Japanese fonts

Mon Jul 31 00:32:58 MET 2006 user:

	More cygwin fixes
2006-11-18 18:49:46 +00:00
jschauma
876f84e105 note update of www/ap2-python to 3.2.10 2006-11-18 18:44:14 +00:00
jschauma
bb75615363 update to 3.2.10 to address PR pkg/34963 by Bartosz Luczynski:
bash 3.1.x gets shell quoting wrong, causing configure to fail on platforms
 that use this shell

New in this version according to
http://www.modpython.org/live/mod_python-3.2.10/doc-html/node98.html:
- Added support for Apache 2.2.
- New req.is_https() and req.ssl_var_lookup() methods. These communicate
  direct with the Apache mod_ssl module, allowing it to be determined if
  the connection is using SSL/TLS and what the values of internal ssl
  variables are.
- New req.server.get_options() method. This returns the subset of Python
  options set at global scope within the Apache configuration. That is,
  outside of the context of any VirtualHost, Location, Directory or Files
  directives.
- The directory used for mutex locks can now be specified at at compile
  time using ./configure --with-mutex-dir value or at run time with
  PythonOption mod_python.mutex_directory value.
- The number of mutex locks can now be specified at run time with
  PythonOption mod_python.mutex_locks value.
- Fixed three memory leaks that were found in _apachemodule.parse_qsl,
  req.readlines and util.cfgtree_walk.

- Third party C modules that use the simplified API for the Global Interpreter
  Lock (GIL), as described in PEP 311, can now be used. The only requirement
  is that such modules can only be used in the context of the "main_interpreter".
- DbmSession unit test no longer uses the default directory for the dbm file,
  so the test will not interfer with the user's current apache instance.
- Added additional debugging and logging output for where mod_python cannot
  initialise itself properly due to Python or mod_python version mismatches or
  missing Python module code files.

- Fixed configure problem when using bash 3.1.x.
- Fixed DbmSession to create db file with mode 0640.
- Fixed request.sendfile() bug for symlinked files on Win32.
2006-11-18 18:43:00 +00:00
wiz
45a4c2015c Update MASTER_SITES. 2006-11-18 18:32:05 +00:00
obache
ce49712321 Added security/starttls version 0.10. 2006-11-18 16:12:44 +00:00
obache
d223ee72e7 Added starttls. 2006-11-18 16:10:41 +00:00
obache
55ffb6e9ac Import starttls 0.10, based on PR 29467 by FUKAUMI Naoki.
I modify to adapt to recent pkgsrc tree.

starttls is simple wrapper program for STARTTLS on emacsen.
2006-11-18 16:09:12 +00:00
adrianp
4b98bdd4e0 Fix for CVE-2006-4810 and bump to nb6 2006-11-18 15:49:02 +00:00
adrianp
14cf3a2fd9 Add patch-ac for CVE-2006-5815
Patch from ProFTPD CVS:
 http://proftp.cvs.sourceforge.net/proftp/proftpd/src/main.c?r1=1.292&r2=1.293&view=patch&sortby=date
2006-11-18 14:32:58 +00:00
taca
c2ae3278d9 Note update of graphics/png to 1.2.13. 2006-11-18 14:27:21 +00:00
taca
4012158854 Update png to 1.2.13 (it fixes CVE-2006-5793).
version 1.2.13beta1 [October 2, 2006]
  Removed AC_FUNC_MALLOC from configure.ac
  Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
  Change "logical" to "bitwise" throughout documentation.
  Detect and fix attempt to write wrong iCCP profile length.

version 1.0.21, 1.2.13 [November 15, 2006]
  Fix potential buffer overflow in sPLT chunk handler.
  Fix Makefile.am to not try to link to noexistent files.
  Check all exported functions for NULL png_ptr.
2006-11-18 14:26:19 +00:00
adam
eb0875a660 Updated net/rsync to 2.6.9 2006-11-18 09:14:20 +00:00
adam
01c3f7b40b Changes 2.6.9:
* Bug fixes
* Added the --log-file=FILE and --log-file-format=FORMAT options.
* Added the --remove-source-files option as a replacement for the (now
  deprecated) --remove-sent-files option.
* Added the option --no-motd to suppress the message-of-the-day output
  from a daemon when doing a copy.
* Added a new environment variable to the pre-/post-xfer exec commands (in
  the daemon's config file): RSYNC_PID.
2006-11-18 09:12:53 +00:00
rillig
bf5fd7d07a "Forcing an error", like expressed in the comment, should be done via
PKG_FAIL_REASON, not via PKG_SKIP_REASON.
2006-11-18 08:29:13 +00:00
rillig
0da60e0136 Changed the error message from PKG_SKIP_REASON to PKG_FAIL_REASON and
improved the text of the message.
2006-11-18 08:27:10 +00:00
rillig
2307fa4283 PKG_SKIP_REASON is marked as deprecated, since it is usually used to
mark a package as not being able to build, due to some fatal error. I
don't see any reason _not_ to use PKG_FAIL_REASON in those cases.
2006-11-18 08:20:44 +00:00
rillig
a1012e4c1c Improved the wording of some of the comments. 2006-11-18 08:13:26 +00:00
rillig
f7b79c10f7 Added an empty line to make "make help topic=ABI" work better. 2006-11-18 07:48:06 +00:00
kristerw
8a202a3e6f Sort. 2006-11-18 00:48:03 +00:00
reed
7c5de05602 Updated asciidoc.
(This file has different syntax for some "Updated" entries.)
2006-11-17 20:46:54 +00:00
reed
6812490c98 Update to version 8.1.0.
Mention docbook and LaTeX in DESCRiption.

Add sourceforge to MASTER_SITES.

Add more directories to INSTALLATION_DIRS (maybe some are redundant).

Also install a2x.
Install man pages.
Install various configs and icons.

Add do-test target.

Following is from the AsciiDoc ChangeLog:

1. Version 8.1.0 (2006-10-22)

     * AsciiDoc generated XHTML documents now display as table of
       contents if the toc attribute is defined (JavaScript needs to be
       enabled for this to work). Thanks to Troy Hanson who contributed
       this feature based on a JavaScript by Mihai Bazon. I've simplified
       things somewhat to match Docbook XSL Stylesheets style, see Troy's
       [1]tpl User Guide for a fancier layout. Use the -a toc -a numbered
       command-line options to produce a number table of contents.
     * A [2]music filter is included in the distribution ./filters/
       directory. It translates music in [3]LilyPond or [4]ABC notation
       to standard classical notation in the form of a trimmed PNG image
       which is inserted into the AsciiDoc output document.
     * Incorporated Paul Melis's Win32 filter patch. This workaround
       allows AsciiDoc to run filters under Windows.
     * Added uninstall.sh script.
     * Rather than proliferate a confusing number of filter block
       delimiters the following convention has been adopted: delimiters
       belonging to DelimitedBlock filters distributed with AsciiDoc will
       consist of a word (normally a noun identifying the block content)
       followed by four or more tilde characters. This has necessitated
       changing existing filter delimiters (the old delimiters still work
       but may be deprecated in future versions):
          + The example code filter block delimiter is now the word code
            followed by four or more tilde characters.
          + The source highlight filter block delimiter is now the word
            source followed by four or more tilde characters.
     * Conditionally redefined subscript and superscripting so they use
       the old replacements mechanism when asciidoc7compatible is defined
       rather than the asciidoc 8 default unconstrained quoting (patch
       for affected files attached).
     * Moved the source highlight filter from ./examples/ to ./filter/.
     * Added {verbose} intrinsic attribute (useful for passing verbose
       flag to filters).
     * Added {outdir} intrinsic attribute.
     * Renamed {docdir} intrinsic attribute to unambiguous`{indir}
       ({docdir}` still works but may be removed in future release).
     * If asciidoc(1) outputs to stdout then instrinsic attribute
       {docname} is extracted from the input file name.
     _________________________________________________________________

2. Version 8.0.0 (2006-08-27)

   This is a major release because changes to quoting and index entry
   handling may break existing documents (see Additions and changes below
   and Appendix A: Migration Notes in the AsciiDoc User Guide).

   Please report any problems you encounter.

   [5]Stuart Rackham

   Additions and changes
     * Quoting can can occur within words (based on patch submitted by
       Benjamin Klum). See the Unconstrained Quotes sub-section in the
       User Guide.
     * The underline and plus characters can be used as alternatives to
       the existing apostrophe and backtick quote characters. They are
       arguably better choices than the apostrophe and backtick as they
       are not confused with punctuation.
     * The syntax for index entry macros have have been deprecated from
       +...+ and +...+ to ((...)) and (((...))) respectively. Rationale:
          + Bracketing is consistent other with [[...]] and <<...>>
            reference macros.
          + To easily confused with triple plus passthroughs.
          + To make way for the new monospace quoting.
     * Superscripts and subscripts are implemented as constrained quotes
       so they can now be escaped with a leading backslash and prefixed
       with with an attribute list.
     * An experimental LaTeX backend has been written by Benjamin Klum (a
       number additions in this release are to accommodate the LaTeX
       backend).
     * include macro file names now expand environment variables and
       tilde expansions.
     * A configuration file [quotes] entry can be undefined by setting to
       a blank value.
     * Added callto inline macro for Skype callto links.
     * Added colnumber attribute for table data markup.
     * A leading comment block or comment lines are now skipped
       (previously a document had to start with either attribute entries
       or a document Title).
     * Experimental rows attribute (number of source lines in table)
       available in table markup templates (used by experimental LaTeX
       backend).
     * Included install shell script written by [6]Jacob Mandelson for
       installing the tarball distribution.
     * Added INSTALL documentation file.
     * Added replacements2 substitution options -- a second replacements
       section.
     * Added the ability to redefine normal and verbatim substitutions
       with subsnormal and subsverbatim entries in configuration file
       [miscellaneous] section.
     * By default AttributeEntry values are substituted for
       specialcharacters and attributes, if you want a different
       AttributeEntry substitution set the attributeentry-subs attribute.
     * The name in name=value configuration file entries can now end with
       a backslash, just escape the trailing backslash with a backslash.
       For example:

     abc\\=xyz
       Results in name=abc\ and value=xyz -- previously this would have
       escaped the = character.
     * A blank configuration file section deletes any preceding section
       with the same name (applies to non-markup template sections).
     * A command-line attribute value with a @ suffix does not override
       existing document and configuration file attributes (normally
       command-line attributes have precedence over document and
       configuration file attributes).
     * localtime attribute is now encoded from the native system encoding
       to the output encoding. Patch submitted by [7]FKtPp -- here's his
       description of the problem:
       "I am a Chinese user of AsciiDoc and I find that when I use UTF-8
       (the default encoding) to write asciidoc documents in Windows
       platform the resulting html footer line will get screwed. It was
       caused by a localized tzname that was always encoded in the
       windows native encoding, which in my case is cp936."
     * a2x(1) can generate Open Document Text files using [8]docbook2odf.
       Currently docbook2odf(1) only processes a subset of DocBook,
       unimplemented elements are skipped.
     * The a2x(1) format option defaults to xhtml (previously a format
       had to be specified explicitly).
     * The -d, --doctype=DOCTYPE option has been added to a2x(1) which is
       a shortcut for --asciidoc-options="--doctype=DOCTYPE".
     * Replaced a2x(1) --no-icons and --no-copy options with their
       negated equivalents: --icons and --copy respectively. The default
       behavior has also changed: copying and use of icons is disabled by
       default. Rationale:
          + To make the default behavior more consistent since use of
            icons and CSS stylesheets does not apply to all formats.
          + To make the default behavior less surprising (the creation of
            icon and stylesheet output files must now be explicit).
     * a2x(1) has been bumped from version 0.1.1 to version 1.0.0.

   Bug fixes
     * Removed duplicate ./doc/a2x.1.txt from distribution tarball.
     * Documentation errata.
     * Attribute replacement is no longer performed twice in Titles and
       AttributeEntrys.
     * a2x(1) skipped asciidoc(1) execution when rerun with different
       --asciidoc-options options, it now always executes asciidoc(1).
       The problem was that previously asciidoc(1) was executed only if
       the output file was missing or older than the source file.
2006-11-17 20:43:48 +00:00
bouyer
a591ad7a3e Change 'USE_LANGUAGES+= c++' to 'USE_LANGUAGES= c c++'. It seems that
'c' isn't in USE_LANGUAGES by default, and this cause the configure
script to fail (I still don't know why it works for me).
Pointed out by Martti Kuparinen in private mail, and Robert Elz in
PR pkg/35064.
2006-11-17 19:51:20 +00:00
obache
b1aefa2e8f Added textproc/{p5,ruby}-{native,pure}-hyperestraier 1.0.0.1.4.9. 2006-11-17 15:52:30 +00:00
obache
f210972196 + p5-native-hyperestraier, ruby-native-hyperestraier, ruby-pure-hyperestraier. 2006-11-17 15:50:47 +00:00
obache
cd8fcb214f Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Ruby pure interface of Hyper Estraier.
2006-11-17 15:45:46 +00:00
obache
f6e89a2f1b Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Ruby native interface of Hyper Estraier.
2006-11-17 15:42:27 +00:00
obache
c6afbcf803 Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Perl native interface of Hyper Estraier.
2006-11-17 15:40:16 +00:00
shannonjr
9cba0222df Removing gnupg-devel. It has been replaced by gnupg2. 2006-11-17 15:19:39 +00:00
obache
3b0a25f6bd Add patches for perl and ruby binding. 2006-11-17 15:14:34 +00:00
obache
a0551c2f41 Split Makefile to common part and base package part. 2006-11-17 15:13:43 +00:00
obache
08733bac93 Add hyperestraier's buildlink3 file. 2006-11-17 15:11:31 +00:00
martin
a4b81c0fb5 Do not pass &int as ptrdiff_t* - that might cause bus errors on archs
where they have different size.
2006-11-17 13:37:36 +00:00
shannonjr
e9429a54af Added entry for gnupg2 2006-11-17 12:38:36 +00:00
shannonjr
e6513e8037 Added entry for updating libassuan 2006-11-17 12:36:05 +00:00
shannonjr
fa74212ce3 Update to 1.0.0.
There are no actual code changes since the last release, only some
cleanups and a complete manual.
2006-11-17 12:34:47 +00:00
shannonjr
81fa21dc2e Added entry for adding security/gnupg2 2006-11-17 12:17:53 +00:00
shannonjr
9e5d2d2c28 Updated gpgsm option to use security/gnupg2 instead of security/gnupg-devel. 2006-11-17 12:16:00 +00:00
shannonjr
5877ae8b9e This package is the sucessor to gnupg-devel.
GnuPG-2 provides several utilities that are used by mail clients,
such as Kmail and Balsa, including OpenPGP and S/MIME support.
GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.5) in that
it splits up functionality into several modules.  However, both
versions may be installed alongside without any conflict.  In fact,
the gpg version from GnuPG-1 is able to make use of the gpg-agent as
included in GnuPG-2 and allows for seamless passphrase caching.  The
advantage of GnuPG-1 is its smaller size and the lack of dependency on
other modules at run and build time.
2006-11-17 12:13:11 +00:00
rillig
61de9d8f37 Provided a useful error message for the case that X11_TYPE is set to
something else than { xorg native }. According to the error reports on
pkgsrc-users, many have still X11_TYPE=XFree86.
2006-11-17 09:50:54 +00:00
rillig
98b52d5edd Added a check for whether X11BASE is set correctly. Currently the error
message is

    Syntax error: word unexpected (expecting ")")

which is not helpful at all.
2006-11-17 09:19:37 +00:00
martin
f67456cb83 With option "debug" make the code not catch all signals. 2006-11-17 08:12:14 +00:00
rillig
e2e94b2719 On Interix, the -c option of checkperms is disabled, as checkperms does
not know about Interix yet. This is a temporary work-around for
PR 34968.
2006-11-17 01:05:47 +00:00
rillig
ba470586c1 The undo-replace target had confused the "installed" and the "new" name.
Fixed this.
2006-11-16 22:06:18 +00:00
reed
25057f375c Update homepage and download URL.
(There are a new versions available.)
2006-11-16 22:04:21 +00:00
agc
1af82e738f Note update of devel/arena from 0.9.8 to 0.9.9 2006-11-16 21:53:24 +00:00