Commit graph

19753 commits

Author SHA1 Message Date
M. Negovanovic
f260ccb5a9 Zlib addon for Io. 2008-09-07 00:00:30 +00:00
M. Negovanovic
4687a95f8c New subdir: io-socket. 2008-09-06 23:59:17 +00:00
M. Negovanovic
20bce39046 Socket addon for Io. 2008-09-06 23:57:36 +00:00
M. Negovanovic
232e284563 New subdir: io-distributedobjects. 2008-09-06 23:56:26 +00:00
M. Negovanovic
ff8eb1fce2 DistributedObjects addon for Io. 2008-09-06 23:55:00 +00:00
M. Negovanovic
e0a5824605 New subdir: io-contracts. 2008-09-06 23:53:22 +00:00
M. Negovanovic
a9bbc87fd2 Contracts addon for Io. 2008-09-06 23:52:04 +00:00
M. Negovanovic
f5143a6d1f New subdir: io-continuedfraction. 2008-09-06 23:50:35 +00:00
M. Negovanovic
8bf194bc67 ContinuedFraction addon for Io. 2008-09-06 23:49:17 +00:00
M. Negovanovic
2250fb6aa2 New subdir: io-cgi. 2008-09-06 23:46:59 +00:00
M. Negovanovic
e491de39a6 CGI addon for Io. 2008-09-06 23:45:22 +00:00
M. Negovanovic
eb8a55b26b New subdir: io-blowfish. 2008-09-06 23:44:18 +00:00
M. Negovanovic
14b573b48d Blowfish addon for Io. 2008-09-06 23:41:12 +00:00
M. Negovanovic
31f9c110a2 New subdir: io. 2008-09-06 23:38:54 +00:00
M. Negovanovic
007f2ca2e6 ops ... we need a buildlink3.mk now. :) 2008-09-06 23:37:48 +00:00
M. Negovanovic
9b83b91c1b Update to 20080904. 2008-09-06 23:35:08 +00:00
M. Negovanovic
7a21c38b74 New package for Io language. Like lang/python. 2008-09-06 23:30:19 +00:00
Thomas Klausner
1035b27793 Remove libmtp, imported into pkgsrc/devel/libmtp. 2008-09-06 23:28:31 +00:00
Thomas Klausner
f3a2054d47 Fix path to libmtp after import to pkgsrc. 2008-09-06 23:27:12 +00:00
Thomas Klausner
d009556659 Better patch for this issue: just use on equal sign in test(1) constructs. 2008-09-06 23:22:05 +00:00
Aleksey Cheusov
d20d451093 version -> 0.14.0
Major changes

   pkg_src_summary: added option -M which implies -m and moves/adds
   ASSIGNMENTS field to PKGPATH.

     Example:

	0 ~>export PSS_FIELDS='PKGPATH PKGNAME'
	0 ~>pkg_src_summary -M lang/lua www/php-apc www/ap2-python
	PKGPATH=lang/lua
	PKGNAME=lua-5.1.3nb1

	PKGPATH=www/php-apc:PHP_VERSION_REQD=4
	PKGNAME=php4-apc-4.4.8.3.0.16

	PKGPATH=www/php-apc:PHP_VERSION_REQD=5
	PKGNAME=php5-apc-5.2.6.3.0.16

	PKGPATH=www/ap2-python:PKG_APACHE=apache2,PYTHON_VERSION_REQD=25
	PKGNAME=ap2-py25-python-3.2.10

	PKGPATH=www/ap2-python:PKG_APACHE=apache2,PYTHON_VERSION_REQD=24
	PKGNAME=ap2-py24-python-3.2.10

	PKGPATH=www/ap2-python:PKG_APACHE=apache2,PYTHON_VERSION_REQD=23
	PKGNAME=ap2-py23-python-3.2.10

	PKGPATH=www/ap2-python:PKG_APACHE=apache22,PYTHON_VERSION_REQD=25
	PKGNAME=ap22-py25-python-3.2.10

	PKGPATH=www/ap2-python:PKG_APACHE=apache22,PYTHON_VERSION_REQD=24
	PKGNAME=ap22-py24-python-3.2.10

	PKGPATH=www/ap2-python:PKG_APACHE=apache22,PYTHON_VERSION_REQD=23
	PKGNAME=ap22-py23-python-3.2.10

	0 ~>
2008-09-06 22:37:17 +00:00
Thomas Klausner
0d5bbea3da Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change. 2008-09-06 21:40:00 +00:00
Aleksey Cheusov
e5ccfc7415 version -> 0.13.1
VARIANTS7 is reimplemented through pbulk's mk/pbulk/pbulk-index.mk.
   I hope this API it will not change...
2008-09-06 21:27:33 +00:00
Thomas Klausner
ccc7cb74a1 Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:43 +00:00
Thomas Klausner
600df49565 Use buildlink3.mk instead of (broken) DEPENDS. 2008-09-06 20:53:19 +00:00
Thomas Klausner
0240638ad4 Fix some DEPENDS. 2008-09-06 20:52:57 +00:00
Aleksey Cheusov
8a04b48f68 version -> 0.13.0, NEWS updated accordingly
Major changes:

   -----------------
   pkg_src_summary: new option -m added that generates summary
   for all variants of multi-variant packages
   (Python {23,24,25}, PHP {4,5}, Apache {1.3,2,2.2} etc.)

     Example:

        0 ~>export PSS_FIELDS='PKGPATH PKGNAME'
        0 ~>time -p ./pkg_src_summary -m lang/lua www/php-apc www/ap2-python
        PKGPATH=lang/lua
        PKGNAME=lua-5.1.3nb1

        PKGPATH=www/php-apc
        PKGNAME=php4-apc-4.4.8.3.0.16
     => ASSIGNMENTS=PHP_VERSION_REQD=4

        PKGPATH=www/php-apc
     => PKGNAME=php5-apc-5.2.6.3.0.16
     => ASSIGNMENTS=PHP_VERSION_REQD=5

        PKGPATH=www/ap2-python
     => PKGNAME=ap2-py25-python-3.2.10
     => ASSIGNMENTS=PYTHON_VERSION_REQD=25 PKG_APACHE=apache2

        PKGPATH=www/ap2-python
     => PKGNAME=ap22-py25-python-3.2.10
     => ASSIGNMENTS=PYTHON_VERSION_REQD=25 PKG_APACHE=apache22

        PKGPATH=www/ap2-python
        PKGNAME=ap2-py24-python-3.2.10
        ASSIGNMENTS=PYTHON_VERSION_REQD=24 PKG_APACHE=apache2

        PKGPATH=www/ap2-python
        PKGNAME=ap22-py24-python-3.2.10
        ASSIGNMENTS=PYTHON_VERSION_REQD=24 PKG_APACHE=apache22

        PKGPATH=www/ap2-python
        PKGNAME=ap2-py23-python-3.2.10
        ASSIGNMENTS=PYTHON_VERSION_REQD=23 PKG_APACHE=apache2

        PKGPATH=www/ap2-python
        PKGNAME=ap22-py23-python-3.2.10
        ASSIGNMENTS=PYTHON_VERSION_REQD=23 PKG_APACHE=apache22

        0 ~>

     See lines with '=>'.

   -----------------
   pkg_src_summary: the following format of input PKGPATH is supported:
   real_pkgpath[:var1=value1[,var2=value2[...]]]

     Example:

        0 ~>export PSS_FIELDS='PKGNAME PKGPATH DEPENDS BUILD_DEPENDS'
        0 ~>pkg_src_summary textproc/dictem:EMACS_TYPE=xemacs
     => PKGNAME=xemacs-dictem-0.82
        PKGPATH=textproc/dictem
     => DEPENDS=dict-client>=1.9.14:../../textproc/dict-client xemacs>=21.4<21.5:../../editors/xemacs xemacs>=21.4<21.5:../../editors/xemacs
        BUILD_DEPENDS= checkperms>=1.1:../../sysutils/checkperms
     => ASSIGNMENTS=EMACS_TYPE=xemacs

        0 ~>pkg_src_summary www/ap2-wsgi:PYTHON_VERSION_DEFAULT=23,PKG_APACHE_DEFAULT=apache2
     => PKGNAME=ap2-py23-wsgi-1.3
        PKGPATH=www/ap2-wsgi
     => DEPENDS=  python23>=2.3:../../lang/python23 apache>=2.0.51<2.2:../../www/apache2  python23>=2.3.5nb6:../../lang/python23 apache>=2.0.61nb2:../../www/apache2
        BUILD_DEPENDS= libtool-base>=1.5.18nb5:../../devel/libtool-base perl>=5.0:../../lang/perl5  checkperms>=1.1:../../sysutils/checkperms
     => ASSIGNMENTS=PYTHON_VERSION_DEFAULT=23 PKG_APACHE_DEFAULT=apache2

        0 ~>

     See lines with '=>'.
2008-09-06 20:31:30 +00:00
Aleksey Cheusov
03e99ba5f4 version -> 0.13alpha2
-m is fully implemented

  example:

      0 ~>time -p ./pkg_src_summary -m lang/lua www/php-apc www/ap2-python
      PKGPATH=lang/lua
      PKGNAME=lua-5.1.3nb1

      PKGPATH=www/php-apc
      PKGNAME=php4-apc-4.4.8.3.0.16
      ASSIGNMENTS=PHP_VERSION_REQD=4

      PKGPATH=www/php-apc
      PKGNAME=php5-apc-5.2.6.3.0.16
      ASSIGNMENTS=PHP_VERSION_REQD=5

      PKGPATH=www/ap2-python
      PKGNAME=ap2-py25-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=25 PKG_APACHE=apache2

      PKGPATH=www/ap2-python
      PKGNAME=ap22-py25-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=25 PKG_APACHE=apache22

      PKGPATH=www/ap2-python
      PKGNAME=ap2-py24-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=24 PKG_APACHE=apache2

      PKGPATH=www/ap2-python
      PKGNAME=ap22-py24-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=24 PKG_APACHE=apache22

      PKGPATH=www/ap2-python
      PKGNAME=ap2-py23-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=23 PKG_APACHE=apache2

      PKGPATH=www/ap2-python
      PKGNAME=ap22-py23-python-3.2.10
      ASSIGNMENTS=PYTHON_VERSION_REQD=23 PKG_APACHE=apache22

      0 ~>
2008-09-06 19:26:34 +00:00
Aleksey Cheusov
de9fbb5d8a VARIANTS7:
PHP_VERSION_DEFAULT    -> PHP_VERSION_REQD
   PYTHON_VERSION_DEFAULT -> PYTHON_VERSION_REQD
   PKG_APACHE_DEFAULT     -> PKG_APACHE
2008-09-06 17:20:26 +00:00
Aleksey Cheusov
98b8610e67 version -> 0.13alpha1
The following format of input PKGPATH is supported:
        real_pkgpath[:var1=value1[,var2=value2[...]]]

  Example:

      0 ~>pkg_src_summary textproc/dictem:EMACS_TYPE=xemacs
      PKGPATH=textproc/dictem
   => PKGNAME=xemacs-dictem-0.82
   => ASSIGNMENTS=EMACS_TYPE=xemacs

      0 ~>pkg_src_summary www/ap2-wsgi:PYTHON_VERSION_DEFAULT=23,PKG_APACHE_DEFAULT=apache2
      PKGPATH=www/ap2-wsgi
   => PKGNAME=ap2-py23-wsgi-1.3
   => ASSIGNMENTS=PYTHON_VERSION_DEFAULT=23 PKG_APACHE_DEFAULT=apache2

      0 ~>

Initial support for building src_summary for multi-variant packages (-m),
    new special artificial output field VARIANTS7 is supported.
    Unfortunately pkgsrc developers declined this idea

    http://mail-index.netbsd.org/tech-pkg/2008/07/20/msg001320.html

    VARIANTS7 because I hope they will change their mind.

  Example:

      0 ~>./pkg_src_summary -a 'VARIANTS7' www/ap2-wsgi
      PKGPATH=www/ap2-wsgi
      PKGNAME=ap22-py24-wsgi-1.3
   => VARIANTS7=PYTHON_VERSION_DEFAULT=25,24,23 PKG_APACHE_DEFAULT=apache2,apache22

      0 ~>./pkg_src_summary -a 'VARIANTS7' lang/lua
      PKGPATH=lang/lua
      PKGNAME=lua-5.1.3nb1
   => VARIANTS7=

      0 ~>./pkg_src_summary -a 'VARIANTS7' www/php-apc
      PKGPATH=www/php-apc
      PKGNAME=php5-apc-5.2.6.3.0.16
   => VARIANTS7=PHP_VERSION_DEFAULT=4,5

      0 ~>
2008-09-06 17:17:27 +00:00
Aleksey Cheusov
d51725888a When used incorrectly, usage message is output 2008-09-06 16:05:20 +00:00
Aleksey Cheusov
043c1305db updated to 7.6.112
Pike 7.6.66 vs. 7.6.86.

	Changes in Pike
        ---------------
	Added support for "100 Continue" to Protocols.HTTP.Server.
	Fixed Keep alive issues in Protocols.HTTP.Server.
	Fixed SSL.sslfile to ensure that a read callback gets a call if it's
	installed when there already is data in the internal read buffer.
	Fixed Cache.cache to work without threads again.
	Fixed a typo in Array.diff3 that in some rare cases caused it to
	merge a difference into a three-way equality.
	Fixed a bug where reused local variables weren't cleared properly.
	Fixed sorting order for huge characters.
	The values returned by Thread.status is now available as constants
	in the Thread module.
	Added peek() method to ADT.Heap and Priority_queue.
	Fixed "file not open" error when performing multiple operations on a
	Filesystem.Tar file.
	Fixed a rare PNG decoding issue.
	Proper handling of NULL elements in Postgres.
	Fix for potential SQL injection vulnerability in Postgres.
	Added support for WSAECONNRESET in SSL on win32.




	Other
	-----
	Fixed bug causing local variables to never be reused,
              which in turn leads to huge stack frames.
	Fix to avoid the cleanup thread becoming garbage when the cache
		object is destructed.
	Various UCS-2/SQLWCHAR related fixes in Odbc. Potentially fixes
		problems where wchar_t is 4 bytes (eg MacOS X).
	More multiset gc fixes.
	Fixed support for running dmalloc Pike with -d.



	Build fixes
	-----------
	Fixed VC8 compilation.
	Fixed support for C++ modules.
	Improved support for Darwin x86.
2008-09-06 11:44:24 +00:00
Thomas Klausner
2d8ce0d730 + ecasound-2.5.2, gambas2-2.8.2, ion3-20080825, runawk-0.14.2,
uade-2.12.
2008-09-06 10:39:02 +00:00
Aleksey Cheusov
fea52451d5 user-destdir added
updated to version 1.15

    NEWS for the 1.15 release

        Added support for PKCS#1 style RSA signatures using SHA256,
        according to RFC 3447. Currently lacks interoperability
        testing.

        Header files are now C++ aware, so C++ programs using Nettle
        should now use plain

          #include <nettle/foo.h>

        rather than

          #extern "C" {
          #include <nettle/foo.h>
          }

        as was the recommendation for the previous version. This
        breaks source-level compatibility with C++, even though
        there's full binary compatibility.

        The file rfc1750.txt (which is considered non-free by debian)
        has been removed from the distribution. The file was used as input
        for the Yarrow testcase, and has been replaced by the short
        story "The Gold-bug" by Edgar Allan Poe. Anyway, RFC 1750 is
        obsoleted by RFC 4086.

        Fixes for Darwin shared library support, contributed by Grant
        Robinsson.

        Example programs now use a supplied getopt.c.

        Configure tests for assemblers with a logarithmic .align
        directive.

        The library is intended to be upwards binary compatible with
        earlier versions. The library name is libnettle.so.2.6, soname
        is still libnettle.so.2.
2008-09-06 10:08:45 +00:00
Aleksey Cheusov
ffd02bd9fd Patches for building DASH under both NetBSD and Linux
(patch-ab: configure.ac + HAVE_ALLOCA is better...)

   Now it is built successfully under NetBSD-4
2008-09-05 21:41:17 +00:00
Geert Hendrickx
7195e859a6 + dovecot 2008-09-05 20:14:22 +00:00
Geert Hendrickx
de7e52e0a7 Sieve plugin 1.1 can be used with dovecot-devel (1.2), so I won't duplicate the
1.1 dovecot-sieve package here, just add a pointer to pkgsrc/mail/dovecot-sieve.
2008-09-05 20:13:04 +00:00
Geert Hendrickx
14d548afe9 Re-import the dovecot-devel package, this time to track the 1.2 beta series.
Changes between 1.1 and 1.2 are not really major, mostly implementation of
additional IMAP extensions.

See http://www.dovecot.org/list/dovecot-news/2008-September/000084.html for
details.
2008-09-05 20:11:03 +00:00
Fredrik Pettai
cedde52cf7 Import p5-Net-validMX-2.2.0 as wip/p5-Net-validMX.
I wanted the ability to use DNS to verify if an email address COULD be valid
by checking for valid MX records. This could be used for sender verification
for emails with a program such as MIMEDefang or for websites to verify email
addresses prior to registering users and/or sending a confirmation email.
2008-09-05 13:52:38 +00:00
Aleksej Saushev
454356bb2b Update to 1.2.7 release.
Add buildlink3.mk, attempt to handle RPATH.
2008-09-05 12:07:15 +00:00
Tonnerre LOMBARD
7b4f9b0ac5 Unwhoops PLIST for ipython. 2008-09-05 11:43:30 +00:00
Aleksey Cheusov
1f7bea149c updated to 0.18.0
stage_build becomes rerunable. If, for example, your SLAVE hosts
  hanged up, turned off due to power lost or something similar
  happened while BUILDING stage, you can continue running bulk build
  by running PREFIX/libexec/distbb/stage_build <BUILD_ID>.
  NOTE: In case MASTER host hanged up or turned off, rerunning
  stage_build may be not fully correct because of possible data loss.

  stage_build script is fully reworked. As it was planned, tricky and
  dirty shlock/sh/awk code that processes packages graph is now
  removed from distbb. All necessary functionality is generalized and
  becomes a part of external utility "paexec" (see paexec -s option).
  As a result pkgtools/shlock is not used anymore.

  wip/netbsd-uuencode is not used anymore. PAEXEC sends unencoded data
  to distbb.
2008-09-05 09:58:42 +00:00
Aleksey Cheusov
ad482c15c4 mirror site added to MASTER_SITES
updated to version 0.10.0

   Lots of new regression tests

   README file: 'make test' is documented

   ADDED: -s option

       Partially ordered set of tasks are read from stdin.

       Instead of autonomous tasks, graph of the tasks is read from
       stdin.  In this mode every task can either FAIL or SUCCEED.  As
       always an empty line output by command means end of task.  The
       line before it shows an EXIT STATUS of the task.  The word
       "failure" means failure, "success" - success.
       See examples/1_div_x/1_div_X_cmd for the sample.  An input line
       (paexec's stdin) should contain either single task without
       spaces inside or two tasks separated by single space character,
       e.g.  task1<SPC>task2. task1<SPC>task2 line means that task1
       must be done before task2 and it is mandatory, that is if task1
       fail all dependent tasks (including task2) are also failed
       recursively.  Tasks having dependencies are started only after
       all dependencies are succeeded. When a task succeeds paexec
       outputs "success" word just before end_of_task marker (see -e
       or -E), otherwise "failure" word is output followed by a list
       of tasks failed because of it.

              Samples:

                tasks (examples/make_package/make_package_tasks file)

                  textproc/dictem
                  devel/autoconf wip/libmaa
                  devel/gmake wip/libmaa
                  wip/libmaa wip/dict-server
                  wip/libmaa wip/dict-client
                  devel/m4 wip/dict-server
                  devel/byacc wip/dict-server
                  devel/byacc wip/dict-client
                  devel/flex wip/dict-server
                  devel/flex wip/dict-client
                  devel/glib2
                  devel/libjudy

                command (examples/make_package/make_package_cmd__flex)

                  #!/usr/bin/awk -f
                  {
                     print $0 # print a package name

                     if ($0 == "devel/flex")
                        print "failure" # cannot build flex ;-)
                     else
                        print "success" # all other packages are ok

                     print ""       # end of task marker
                     fflush()
                  }

                output of "paexec -s -l -c make_package_cmd__flex -n +10 \
                           < make_package_tasks"

                  3 devel/autoconf
                  3 success
                  4 devel/gmake
                  4 success
                  7 devel/m4
                  7 success
                  8 devel/byacc
                  8 success
                  9 devel/flex
                  9 failure
                  9 devel/flex wip/dict-server wip/dict-client
                  10 devel/glib2
                  10 success
                  11 devel/libjudy
                  11 success
                  1 textproc/dictem
                  1 success
                  2 wip/libmaa
                  2 success
2008-09-05 09:53:13 +00:00
Eric Schnoebelen
d20e8d64e4 Attempt to improve the avatar grabbing functionality, given Yahoo has moved
where they stash the avatar images on their web servers.
Attempt to silence a warning during the installation phase.
2008-09-04 19:15:01 +00:00
chets
456eb7a0b1 By using Tracker, you no longer have to remember where you've left your files.
To locate a file you only need to remember something about it,
such as a word in the document or the artist of the song.
2008-09-04 11:18:38 +00:00
Fredrik Pettai
b160b22380 Import p5-List-Compare-0.37 as wip/p5-List-Compare.
Compare elements of two or more lists
2008-09-04 08:48:21 +00:00
Mark Davies
6288e740ed apps/remoteview handled in kde4-dirs 2008-09-03 23:31:17 +00:00
Mark Davies
6b8d464a6c add apps/remoteview 2008-09-03 23:28:34 +00:00
Mark Davies
c43c772347 kde4.1.1 2008-09-03 22:26:48 +00:00
Mark Davies
f4251f4fa4 kde4.1.1
add vnc.
2008-09-03 22:24:45 +00:00