Commit graph

166484 commits

Author SHA1 Message Date
abs
1ccc5d64cb Fix build on OS X 10.4
- Correct a sublime piece of gmake logic to catch at least 10.4
  rather than 10.5 and later:
    ifeq ($(shell echo "$(uname_R)" | awk -F. '{if ($$1 >= 9)
    print "y"}')_$(shell test -d $(TKFRAMEWORK) || echo n),y_n)

- Then handle the case that on 10.4
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
  becomes
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Shell

Bump PKGREVISION and Slowly Back Away From The Package
2010-12-23 23:42:40 +00:00
wiz
0d76aa6869 Set LICENSE. 2010-12-23 22:19:34 +00:00
tron
4b6376ecba Note update of the "youtube-dl" package to version 20101209. 2010-12-23 18:21:40 +00:00
tron
baf6022741 Update "youtube-dl" package to version 20101209:
This release fixes support for YouTube after the recent site changes that
broke the program. In addition, it adds support for depositfiles.com,
fixes a few minor bugs, and adds a few minor features
2010-12-23 18:21:16 +00:00
christos
345363ed80 mention new gsasl 2010-12-23 18:13:49 +00:00
christos
9b7f580d42 de to 1.6.0 from Anon Ymous
Changes since 1.1:

** gsasl: Add --no-cb to disable use of TLS channel bindings.
** build: Use silent build rules via automake.
    Use 'make V=99' to see the command lines used.
** Update gnulib files.
** gsasl: Support for TLS channel bindings.
    Requires GnuTLS 2.11.4 or later for the gnutls_session_channel_binding
    function.  Used by the SCRAM-SHA-1-PLUS mechanism.
** doc: Mention new property GSASL_CB_TLS_UNIQUE and SCRAM-SHA-1-PLUS.
** tests: Added self-tests for SCRAM-SHA-1-PLUS.
** gsasl: Avoid fixed size buffers.
    This caused problems on Windows where the BUFSIZ was too small for
    some line lengths with GS2-KRB5.
** tests: Fix error strings to be more unique.
** doc: Added section on how to build with MIT Kerberos for Windows.
** doc: Added PDF version of API reference manual.
    See doc/reference/gsasl.pdf.
** i18n: Updated translations.
    Thanks to Benno Schulenberg.
** doc: Explain GS2-related changes.
** doc: GTK-DOC manual improved.
    Now almost all symbols and types are explained.
** gsasl: Fix crash when getaddrinfo does not get a canonical name.
** gsasl: Improve error message when server rejects authentication.
** tests: Self checks are improved.
** gsasl: Improve application data throughput.
    Patch from Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/256>.
** Improve MinGW builds.
** doc: Fix doc/cyclo/ output.
** tests/crypto: Also test newly added SHA-1 interfaces.
** tests/scram: Also test GSASL_SCRAM_SALTED_PASSWORD case.
    This code path triggered a crash in v1.3.
** i18n: Added Finnish translation.
    Thanks to Jorma Karvonen <karvonen.jorma@gmail.com>.
** Experimental support for SCRAM-SHA-1 added.
    Please test it but don't put it into production use, the RFC have not
    been finalized yet.  For this reason, the mechanism priority list is
    such that SCRAM-SHA-1 will never be selected over any other mechanism
    (including PLAIN, CRAM-MD5, and DIGEST-MD5).  When it has been tested
    further, we'll make SCRAM-SHA-1 the preferred mechanism after GSSAPI.
** gsasl: Fix libintl-related build errors on MinGW.
    Tiny patch from "carlo.bramix" <carlo.bramix@libero.it>.
** doc: Typo fixes to manual.
    Based on report by Marco Maggi <marco.maggi-ipsu@poste.it> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/222>.
** tests: Rewrite basic self test using modern API.
** tests: New self-test 'crypto' to increase code coverage.
** gsasl: Fix out of bounds write when in IMAP/SMTP mode.
    Reported by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/230>.
** doc: Rewritten introduction material.
** doc: Improved sections for the info manual.
    We now follow the advice given by the texinfo manual on which
    directory categories to use.  In particular, libgsasl moved from the
    'GNU Libraries' section to the 'Software libraries' as GNU SASL, and
    'Invoking gsasl' moved from 'GNU utilities' to 'Security'.
** examples: Removed unneeded 'ctx' parameter from client_authenticate.
** Building with many warning flags now requires --enable-gcc-warnings.
    This avoids crying wolf for normal compiles.
** New configure parameters to set packaging specific information.
    The parameters are --with-packager, --with-packager-version, and
    --with-packager-bug-reports.  See
    <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
    details.
2010-12-23 18:03:48 +00:00
taca
fdcbcf0887 Note addtion of mail/fml and mail/fml4 packages. 2010-12-23 16:59:30 +00:00
taca
d837157e37 Add and enable fml and fml4. 2010-12-23 16:58:59 +00:00
taca
f4ddf70bf5 Importing fml 7.98.15-20100306 snapshot.
This is popular mailing list manager package in Japan and development
version almost believed to be stable.
2010-12-23 16:57:33 +00:00
taca
9d2718c6fb Importing fml4 package 20040215 snapshot.
This is popular mailing list manager package in Japan and it is stable
but slightly legacy codes.
2010-12-23 16:55:01 +00:00
wiz
b80c3a7ef8 Fix patch-ac for NetBSD<5.99.41. 2010-12-23 15:25:16 +00:00
obache
896b044a98 Updated sysutils/user_darwin to 20101223 2010-12-23 12:45:35 +00:00
obache
49bc989568 Update user_darwin to 20101223.
Exactly set '*' as "Password" for created user to hide the user from login list.
approved by sketch@ in pkgsrc-users@.
2010-12-23 12:44:46 +00:00
fhajny
6586986e1c Updated lang/spidermonkey to 1.8.0 rc1 (see below).
No standard changelog provided from upstream, some bits scattered here:

* http://www.mozilla.org/js/spidermonkey/release-notes/JS_170.html
* https://developer.mozilla.org/En/SpiderMonkey/1.8

pkgsrc changes:

* Threading support (and dependency on devel/nspr) is now optional
  (enabled by default). Threaded Spidermonkey may not be desirable
  for e.g. server-side JavaScript usage.
* Unicode strings support optional.
* Rudimental OpenSolaris/Solaris 11 config file provided.

Release Candidate note:

Spidermonkey 1.8.0 RC1 was the last version ever released as
a standalone distribution, and is generally being used by the JavaScript
community nowaways, if needed. In the future, ripping Spidermonkey
out of the Mozilla tarball may be attempted too, to update the package
to 1.9.x.
2010-12-23 12:36:01 +00:00
fhajny
d4a66e433c Added BUILDLINK_INCDIRS and BUILDLINK_LDFLAGS support to bl3, to help with
building lang/spidermonkey.
2010-12-23 12:24:00 +00:00
ryoon
254ebe35fd Added graphics/mypaint version 0.9.0 2010-12-23 11:48:32 +00:00
ryoon
333fef39b9 Add mypaint 2010-12-23 11:47:23 +00:00
ryoon
85b17dcc03 Import mypaint-0.9.0 as graphics/mypaint.
MyPaint is a fast and easy open-source graphics application for
digital painters. It lets you focus on the art instead of the
program. You work on your canvas with minimum distractions, bringing
up the interface only when you need it.
2010-12-23 11:45:32 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
obache
e50a891507 Disable real-codecs exactly.
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.

Bump PKGREVISION.
2010-12-23 10:46:05 +00:00
asau
60d1181d0c Simplify CVS instructions:
- multiple steps are harder to understand than single step,
  and commands are black magic to novice user anyway;
- single step also makes instructions more cut-and-paste friendly;
- drop csh support, csh users have more troubles when following
  instructions already, they have to refer to their documentation;
- explain CVS_RSH issues;
- sort CVS subcommands in sample .cvsrc so that it could be more
  comprehensible (this should be moved into separate section in
  appendix along with rest CVS "magic" or just go away).

FIXME: link the list of AnonCVS mirrors.

Discussed with <abs> and <joerg>.
2010-12-23 10:42:16 +00:00
asau
0fdb67f002 Drop SUP.
If anyone is interested in supporting it,
write an appendix or external article and link it here.
2010-12-23 10:08:18 +00:00
taca
6efd4e3571 Note update of sysutils/pear-Log package to 1.12.5. 2010-12-23 09:52:33 +00:00
taca
430bcd21db Update pear-Log package to 1.12.5.
1.12.5		2010-12-23 05:38 UTC

Changelog:

- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)
2010-12-23 09:51:42 +00:00
obache
86d7fa8464 fixes "Moved" entry for digikam-doc 2010-12-23 08:00:35 +00:00
obache
86ab4a834d fixed tcl library detection for DragonFly. 2010-12-23 07:47:18 +00:00
ryoon
7818566ea5 Updated sysutils/e2fsprogs to 1.41.12 2010-12-23 06:35:49 +00:00
ryoon
89e4b8e377 Update e2fsprogs to 1.41.12 from 1.40.7.
Fix PR pkg/43950.

Major change from 1.40.7:
* ext4 filesystem support
* many translation updates
* many bug-fixes
in detail, see RELEASE-NOTES.
2010-12-23 06:34:50 +00:00
obache
638a0836e6 Updated x11/eekboard to 0.0.7 2010-12-23 06:18:45 +00:00
obache
da9053e4c9 Update eekboard to 0.0.7.
* eekboard: Reset modifiers just after normal key press.
* libeek: Fix gtk keyboard rendering.
* eekboard: listen xklavier status events.
* eekboard: change the default behavior to "standalone" mode.
* eekboard: reduce the number of allocs when parsing a config file.
2010-12-23 06:18:27 +00:00
obache
657b183659 Fixes dependency for clutter, clutter-gtk is required. 2010-12-23 06:04:36 +00:00
obache
f61f7df089 Configure require msgfmt, msgmerge and xgettext. 2010-12-23 05:50:10 +00:00
obache
e38e12d150 * BUILDLINK_ABI_DEPENDS should be "+=".
* buildlink with clutter conditionally.
2010-12-23 05:47:32 +00:00
obache
3e2c5f8170 Configure require msgfmt, msgmerge and xgettext. 2010-12-23 05:42:47 +00:00
obache
9f00731790 Updated print/xpdf to 3.02pl4nb4 2010-12-23 04:46:20 +00:00
obache
cc379cad84 Adjust Thai and Japanese examples in xpdfrc(5) to realities (add-to-xpdfrc
in xpdf-thai and xpdf-japanese package).
Fixes PR#44266.

Bump PKGREVISION.
2010-12-23 04:44:41 +00:00
wiz
869c73dcea Updated textproc/py-enchant to 1.6.5 2010-12-23 00:26:19 +00:00
wiz
fe57baf7bd Update to 1.6.5:
2010-12-14:  Version 1.6.5 released

Version 1.6.5 of PyEnchant has been released, with the following changes:

    * restore compatability with Python 3 (including 3.2 beta1)
    * fix unittest DeprecationWarnings on Python 3
    * statically compile libstdc++ into pre-built windows binaries

2010-12-13:  Version 1.6.4 released

Version 1.6.4 of PyEnchant has been released, with the following changes:

    * DictWithPWL: use pwl and pel to adjust the words returned by suggest()
    * Fix tokenization of utf8 bytes in a mutable character array
    * get_tokenizer(): pass None as language tag to get default tokenizer
    * prevent build-related files from being included in the source tarball
2010-12-23 00:26:09 +00:00
wiz
0a886c4f3d Updated www/curl to 7.21.3 2010-12-23 00:24:06 +00:00
wiz
c037af24e3 Update to 7.21.3:
Changes:

    * Added --noconfigure switch to testcurl.pl
    * Added --xattr option
    * Added CURLOPT_RESOLVE and --resolve
    * Added CURLAUTH_ONLY
    * Added version-check.pl to the examples dir

Bugfixes:

    * check for libcurl features for some command line options
    * Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
    * http_chunks: remove debug output
    * URL-parsing: consider ? a divider
    * SSH: avoid using the libssh2_ prefix
    * SSH: use libssh2_session_handshake() to work on win64
    * ftp: prevent server from hanging on closed data connection
      when stopping a transfer before the end of the full transfer
      (ranges)
    * LDAP: detect non-binary attributes properly
    * ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
    * gnutls->handshake: improved timeout handling
    * security: Pass the right parameter to init
    * krb5: Use GSS_ERROR to check for error
    * TFTP: resend the correct data
    * configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
    * GnuTLS: now detects socket errors on Windows
    * symbols-in-versions: updated en masse
    * added a couple examples that were missing from the tar ball
    * Curl_send/recv_plain: return errno on failure
    * Curl_wait_for_resolv (for c-ares): correct timeout
    * ossl_connect_common: detect connection re-use
    * configure: Prevent link errors with --librtmp
    * openldap: use remote port in URL passed to ldap_init_fd()
    * url: provide dead_connection flag in Curl_handler::disconnect
    * lots of compiler warning fixes
    * ssh: fix a download resume point calculation
    * fix getinfo CURLINFO_LOCAL* for reused connections
    * multi: the returned running handles conuter could turn negative
    * multi: only ever consider pipelining for connections doing HTTP(S)
2010-12-23 00:23:56 +00:00
wiz
204e68fc39 Updated finance/gnucash to 2.4.0 2010-12-23 00:11:09 +00:00
wiz
4fa1c69c8a Update to 2.4.0:
The GnuCash development team proudly announces GnuCash 2.4.0, the
latest stable release of the GnuCash Free Accounting Software. With
this new release series, GnuCash can use an SQL database using
SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris,
Microsoft Windows and Mac OSX.

WARNING: You should uninstall any earlier GnuCash version from your
system prior to installing 2.4.0.

Failing to do so may result in startup errors. In particular on
Windows this may cause "Parse error: entry point not found" errors.

Major changes in the 2.4.0 release include;

    * In addition to the XML backend, Gnucash can now use a SQLite3,
    MySQL or PostgreSQL database to store the data. This is a new
    implementation using libdbi. It supports all features including
    the business features. In order to build with this, add
    --enable-dbi to the configure command. In addition to the
    libdbi-dev package for your distribution, you will also need
    the appropriate DBD (libdbi driver) package for sqlite3, mysql
    or postgresql.

    (not enabled in pkgsrc due to lack of recent libdbi)

    * As a replacement for the current GtkHTML HTML engine used to
    display reports and graphs, Gnucash can use WebKit. WebKit is
    the engine used by Google Chrome on Windows and Safari on Apple.

    (enabled in pkgsrc)
2010-12-23 00:10:49 +00:00
abs
0e03a0d685 Re-implement check for older native X11 systems to use renderproto9.
(For making the unreasonable assumption that BUILTIN_X11_TYPE.native on
a native NetBSD xorg system would be "xorg" I am awarded the Fail In
Technology prize of... a full set of "Synergy on P/OS" install media.
- - The correct answer was of course "unknown".)

Also make the test a little more robust, if not more attractive.

As further spice for this particular value equation; earlier this week I
switched the only platform I had for which this was relevant (OS X 10.4)
to modular X11, but I take solace from the fact this should make the lives
of those building x11 apps from current pkgsrc on netbsd-4 no less painful
than they were before...
2010-12-22 23:41:30 +00:00
wiz
b4ca625a65 + etm-687, gnome-user-share-2.30.2 [GNOME 2.32], gnucash-2.4.0,
gobject-introspection-0.10.0, notification-daemon-0.6.0, opal-3.8.3,
  parallel-20101222, ptlib-2.8.3, snort-2.9.0.3, xapian-1.2.4,
  xapian-omega-1.2.4, zsh-current-4.3.11.
2010-12-22 22:00:51 +00:00
he
72122575b2 Note update of lang/parrot to 2.11.0. 2010-12-22 21:30:32 +00:00
he
c52980bb3a Update parrot from version 2.10.1 to 2.11.0.
Pkgsrc changes:
 o Adapt PLIST to changes in the set of installed files
 o Adjust one patch to match the changed source

Upstream changes:
- Core
 + Just In Time native call frame generation using LibFFI
 + PIR op find_codepoint is no longer experimental, it is now supported
 + Several public functions in libparrot have been brought up to standard
   naming conventions.
 + Improved linked-list implementation in GC
 + set_addr opcode is being replaced with the new set_label opcode
   in core libraries
 + Removed deprecated CodeString PMC
 + Added close, is_closed, read, readline methods to Socket
 + Added experimental MappedByteArray PMC type
 + Added Parrot_warn_experimental, to warn the user about experimental features
 + Code for frontend executables moved from src/ to frontend/
 + Support for chunked receive in LWP library.
 + Added a "quickcover" make target
- Languages
 + PIRC
   - left the nest and is currently at https://github.com/parrot/pirc/
 + Community
   - Our README was translated into the following languages
    by Google Code-In students and mentors:
        Polish      README.polski
        Spanish     README.espanol
        German      README.deutsch
- Documentation
- Tests
 + Test coverage increase on PMCs: String, Integer, NameSpace,
   Complex, EventHandler
 + 'make quickcover' target added to speed up most essential
   parts of coverage analysis
 + 'tools/dev/headerizer.pl' refactored to improve maintainability
   (no change in functionality)
2010-12-22 21:29:31 +00:00
abs
6842004891 Why should apps compiled for OS X 10.4 and earlier have to languish with
outdated X libraries? Default to modular x11 for a more modern set of
features, bugfixes (and bugs), and to simplify application support
Does *not* affect 10.5 (Leopard) or later
2010-12-22 20:43:45 +00:00
chuck
cf509e709a make it compile on i386 macox (missing case in configure, cast in dynlib.cpp) 2010-12-22 19:44:24 +00:00
gls
f80b023d6f libraw-0.12.1 has been updated 2010-12-22 16:04:41 +00:00
gls
179e14500d Updated graphics/libraw to version 0.12.1 2010-12-22 16:03:44 +00:00