Commit graph

166510 commits

Author SHA1 Message Date
asau
dadd55ec15 The current HDF5 version is 1.8.5 (patch level 1). 2010-12-24 12:57:18 +00:00
asau
8bbac4e79b Comment hdf-4.2.5 item. 2010-12-24 12:48:47 +00:00
obache
cf0fdd37f2 "-m 1" option for grep is not portable, removed it.
The matching pattern should be only once, so no changes will be happend.
2010-12-24 12:32:05 +00:00
asau
a8cb178e22 Updated math/glpk to 4.45 2010-12-24 12:25:27 +00:00
asau
ead663da9d Update to GLPK 4.45, this is bug fix release.
While here, convert to MASTER_SITE_GNU and support TEST_TARGET.
2010-12-24 12:25:01 +00:00
asau
8d74b4c52b Restore PG_SUBPREFIX. 2010-12-24 12:20:51 +00:00
asau
54f13e03fe f2c update is done 2010-12-24 10:14:22 +00:00
asau
02d242a1d8 Restore PG_SUBPREFIX. 2010-12-24 08:07:57 +00:00
kefren
92c16865b8 clamav moved to security
amavisd-new and amavis-perl moved to mail
2010-12-24 07:26:54 +00:00
kefren
c774f5de04 Fix Makefiles SUBDIRs for clamav and amavis-perl, amavisd-new changes 2010-12-24 07:24:54 +00:00
kefren
c383a7ae06 Remove amavis-perl and amavisd-new from security/. They are now moved
into pkgsrc/mail. Part of PR/32554
2010-12-24 07:23:35 +00:00
kefren
bc45d1f5fe Move security/amavis-perl into mail/amavis-perl. No objections on tech-pkg@
Part of PR/32554
2010-12-24 07:21:08 +00:00
kefren
67d9f10e52 re-add files after conflicting import 2010-12-24 07:19:35 +00:00
kefren
cba1cac59a Fix clamav location 2010-12-24 07:14:22 +00:00
kefren
accdfeac53 clamav was moved into security/. Remove it from mail/
Part of PR/32554
2010-12-24 07:13:45 +00:00
kefren
41826c09c8 Move clamav into security/. No objections on tech-pkg@
Part of PR/32554
2010-12-24 07:11:05 +00:00
wiz
62d9297266 Fix path to itself. 2010-12-24 06:54:48 +00:00
asau
138c9d356f Regenerate after PG_SUBPREFIX restoration. 2010-12-24 06:34:38 +00:00
asau
0605b9e641 Make PG_SUBPREFIX work: override RCD_SCRIPTS_EXAMPLEDIR to follow the setting. 2010-12-24 06:33:57 +00:00
asau
f21ae8ce3f Allow PG_SUBPREFIX configuration. 2010-12-24 06:30:03 +00:00
asau
bd205d5660 Restore PG_SUBPREFIX logic. 2010-12-24 03:41:38 +00:00
asau
c55e59a84e Allow using this file from other categories. 2010-12-24 03:34:33 +00:00
wiz
6fac15107e Added chat/gajim version 0.14.1 2010-12-24 00:03:16 +00:00
wiz
de4f1eb802 + gajim. 2010-12-24 00:03:03 +00:00
wiz
dbb185111b Initial import of gajim-0.14.1 from wip/gajim.
WIP package worked on by tonnerre, shattered, netcap, shindenmorr,
rillig, vstakhov.

Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers
is to provide a full featured and easy to use xmpp client for the GTK+
users. Gajim does not require GNOME to run, eventhough it exists with it
nicely. Gajim is released under the GNU General Public License

FEATURES:
* Tabbed chat windows
* Group chat support (with MUC protocol)
* Emoticons, Avatars, File transfer, URL grabber, Bookmarks
* Systray icon, Speller
* TLS and GPG support (with SSL legacy support)
* Transport Registration support
* Service Discovery including Nodes
* Wikipedia, dictionary and search engine lookup
* Multiple accounts support
* DBus Capabilities
* XML Console
2010-12-24 00:02:28 +00:00
abs
12f6807616 remove outdated references to USE_CPUFLAGS 2010-12-23 23:54:17 +00:00
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