Commit graph

9478 commits

Author SHA1 Message Date
wiz
f857dfd478 Fix pangox.pc and pangoxft.pc. Reported by dieter roelants.
Bump PKGREVISION.
2007-01-03 22:25:22 +00:00
rillig
d1735eb607 /bin/bash does not exist everywhere. PKGREVISION++ 2007-01-03 21:27:20 +00:00
adrianp
41532cb4d9 +p5-Class-Gomor 2007-01-03 14:04:10 +00:00
adrianp
d9a4412e48 This module is yet another class builder. This one adds parameter checking
in new constructor, that is to check for attributes existence, and definedness.
2007-01-03 14:02:57 +00:00
adrianp
fafe13b7d7 -p5-Class-Gomor-Hash 2007-01-03 14:01:01 +00:00
adrianp
bb5fa8e3d4 Remove p5-Class-Gomor-Hash. This will be replaced by p5-Class-Gomor soon
which will include a Class::Gomor::Hash.
2007-01-03 14:00:17 +00:00
adam
4b5d56c34b PLIST fix 2007-01-03 08:20:18 +00:00
adam
2f3d9a9f78 Changes 2.3.1:
PTP:
   * Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
   * Moved all bindings into separate packages.
Package / System integration:
   * Add README.packaging file.
   * Removed obsolete print-usb-usermap. Use
     "print-camera-list usb-usermap usbcam" instead.
   * Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
   * Add new permission setup script doing class based matching for
     PTP class cameras not listed explicitly by USB IDs.

Changes 2.3.0:

PTP:
   * Improved Nikon remote control
   * Improved Canon file download
	- faster directory retrieval (especially on cameras with lots of files)
	- "new" images are marked (gphoto2 --new, digikam)
   * MTP Playlist support (upload and download)
   * MTP Metadata support (upload and download, Artist, Title, Playtime ... )
   * Lots of other MTP related fixes.
   * MTP autodetection on Microsoft OS Descriptor.
   * New devices:
          Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 18:32:47 +00:00
minskim
acda4a1148 Update mercurial to 0.9.3.
Bug fixes:
 * fix a merge copy/rename corner case
 * fix spurious new heads message with push -r
 * fix hg export %n sequence numbers
 * fix shell quoting on Windows
 * fix charset encoding for hgwebdir and obfuscated addresses
 * fix missing generated files for distribution tarball
 * fix convert-repo tag updates and transcoding of committer
 * add instructions for redoing failed merges

Documentation fixes:
 * hg cat, manifest, and tag default to current parent revision.
 * CGI stub comments clarified
 * corrected synopses for many commands
 * improve doc building and distribution
 * convert-repo: update usage information

Extension fixes:
 * mq: fix strip on Windows
 * mq: fix some guards corner cases
 * gpg: make 'hg sign' default to current parent
2007-01-02 16:52:00 +00:00
adam
4c3417ba3c Changes 0.5.17:
* Added an SID (C64 music file) plugin
* Added an NSF (NES Sound Format) plugin
2007-01-02 15:53:23 +00:00
rillig
0df819be42 Fixed insufficient variable expansion by the configure script.
PKGREVISION++
2007-01-02 14:51:15 +00:00
rillig
f690fb781e Fixed file permissions. PKGREVISION++ 2007-01-02 14:22:40 +00:00
rillig
7d0562063a Fixed PKGMANDIR. 2007-01-02 14:05:59 +00:00
rillig
b4b575a404 Fixed file permissions. PKGREVISION++ 2007-01-02 13:58:31 +00:00
jmmv
71aeb7e8a3 Update to 0.32: depend on monotone-0.32. 2007-01-02 11:10:26 +00:00
jmmv
bf12864e96 Update to 0.32. Tested under NetBSD 4.99.7 and Mac OS X Tiger:
Changes

	- "mtn serve" no longer takes patterns on the command line.
	  Use the permissions hooks instead.

	- the name of the option that denoted the revision from which
	  "mtn log" should start logging was renamed from "--revision"
	  to "--from"

	- author selectors no longer have implicit wildcarding

	- if you manually add entries to MTN/log while you are
	  working, in preparation for an eventual commit, you will now
	  be required to remove a "magic" template line from the file
	  before the commit will succeed. This, like the test for an
	  empty log file, helps to prevent accidents.

	- the "db regenerate_caches" migration command replaces the
	  previous "db regenerate_rosters", generalising the task of
	  rebuilding or generating cached data that may be added
	  across an upgrade.  Like "db migrate", which upgrades the
	  database schema, this command fills in the data for new
	  features. In this release, as well as rosters, it also adds
	  "heights" information used to speed up topology operations.

	Speed improvements

	- "mtn annotate file" and "mtn log file" are generally much
	  faster now, dependant on the number of revisions that
	  changed the file. Both commands as well as "mtn automate
	  toposort" make use of data called "heights" caching the
	  topological order of all revisions.  In order to create and
	  use this data, the following must be run once for each db
	  after upgrading:

               $ mtn -d mydb.mtn db regenerate_caches

	New features

	- "mtn automate content_diff"

	- "mtn automate get_file_of" (same as get_file, but expects
	  a file path and optionally a revision)

	- "mtn import" command

	- "mtn log --to"

	- netsync_note_* hooks are given much more information,
	  inlcuding a http/smtp/etc style status code

	- includedirpattern(dir, fileglob) function for hooks


	Bugs fixed

	- bug in "automate stdio" that would result in monotone
	  garbling its input in some circumstances fixed

	- "mtn annotate file" and "mtn log file" are generally much
	  faster now, dependant on the number of revisions that
	  changed the file. Both commands as well as "mtn automate
	  toposort" make use of data called "heights" caching the
	  topological order of all revisions.

	- spawn_redirected hook function now understands a blank
	  filename to mean not to redirect that stream

	- "mtn log" is now in proper topological order, also due to
	  the use of cached "heights" data

	- reset options between "automate stdio" commands

	- another compile fix for gcc3

	- bug in localization code where option strings where not
	  always properly translated


	Other

	- botan library upgraded to 1.6.0

	- accommodate changes in boost 1.34

	- documentation for "mtn automate get_option"

	- notes/ directory
2007-01-02 11:09:57 +00:00
rillig
4df2ad3f32 Fixed file permissions. 152 files had been installed world-writable.
PKGREVISION++
2007-01-02 01:47:24 +00:00
jmmv
76f55d274f Fix placement of PKGREVISION. 2006-12-31 17:38:51 +00:00
markd
68f0f6eced Fix Solaris issues by linking socket libraries where required.
OKed schmonz.
2006-12-29 22:00:17 +00:00
joerg
a1d4b9e70a OpenBSD ships GNU readline with integrated libhistory. Use the
transformation framework to handle it. Reported and tested by
Brad Knotwell. Thanks to the OpenBSD guys on the other side of
the room for the clarification.
2006-12-29 15:11:20 +00:00
joerg
4e5b6b834a libsigsegv *is* a full dependency at least on DragonFly and FreeBSD.
Bump clisp for the changed dependency.
2006-12-29 13:54:22 +00:00
schmonz
86320ee816 The self-tests fail on OS X. This may or may not be a real problem,
but the test suite returning a error code before install definitely
is. Make the tests available via TEST_TARGET instead of as part of
the default build, fixing installation on OS X. Bump BUILDLINK_API_DEPENDS
to the version most bgware wants these days.

No change to installed package, hence no PKGREVISION.
2006-12-28 03:20:32 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
wiz
d2b3046a17 Fix build on NetBSD-4.99.7/amd64.
Fed upstream in http://bugzilla.gnome.org/show_bug.cgi?id=386990
2006-12-26 11:05:56 +00:00
joerg
0376ed72eb Skip portability checks for files we either don't run or where we
use bash any way.
2006-12-20 15:30:52 +00:00
wiz
9a2900a447 Remove @dirrm lib/libglade -- that directory is not created by
this package. Bump PKGREVISION.
2006-12-20 07:37:02 +00:00
rillig
51db782fd3 Fixed PKGMANDIR. 2006-12-19 23:38:49 +00:00
joerg
46af951d90 + imake-1.0.2
+ xorg-cf-files-1.0.2
2006-12-19 22:58:14 +00:00
joerg
7929cfd7a8 Import imake-1.0.2 from pkgsrc-wip.
OK during freeze: agc@ and wiz@
2006-12-19 22:56:06 +00:00
joerg
466b9f8a57 Needs ${PKGMANDIR}/man3 precreated. 2006-12-18 02:22:40 +00:00
pooka
017942cfd6 match patch checksums with state in cvs 2006-12-17 16:57:09 +00:00
bouyer
dd3fb6c092 Update to 0.80. Main changes since 0.20:
* THIS IS NOT COMPATIBLE with the old 0.2xxx series of the Graph
        module. Your scripts are likely to break.  I did try to fashion a
        nice compatibility mode but there was no way to do that cleanly
        and to cover all the old oddities.  You can try the compatibility
        mode but I suggest changing your code instead because the compat
        mode is not going to be carried over to the next releases of the
        module.
        * The main reason for introducing the incompatibilities was that
        the new Graph supports graphs of 'higher dimensions', and the
        assumptions made by the old module (most importantly that edges
        could only span two vertices) in effect made it impossible to
        extend the interfaces.
        * The next version of Graph (most likely 0.90) is going to aim
        for speed.  The backward compatibility for the 0.2xxx series
        will be dropped (because that, too, slows down this release).
2006-12-16 15:17:48 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
tv
360cb24fd2 Remove warning about libtool using an unreleased version of autoconf. The
released version of autoconf now in pkgsrc (2.61) is new enough to work.
2006-12-15 19:27:24 +00:00
drochner
f46d53621a update to 1.14.9
changes:
Add Thai langauage engine.
Improved Indic module.
Output correct path for hexboxes in pango_cairo_layout_path().
Misc small fixes.
2006-12-15 19:12:29 +00:00
joerg
8100458428 DESTDIR support. 2006-12-15 17:32:41 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
dmcmahill
c69300e480 In the libtool configure script, the basename of the compiler is used
to make decisions about which compiler is being used (gcc, SunPro, etc).
To make this function "correctly" in the presence of the compiler wrapper
scripts, we need to extract the actual compiler command from the wrapper
frame work.  So adapt the section in the configure script which already
attempts to deal with some other compiler wrappers to deal with the pkgsrc
wrappers.

This should address PR pkg/33467 and PR pkg/34581.

Bump PKGREVISION.
2006-12-15 11:28:51 +00:00
taca
110d74aef3 Oops, there was typo. 2006-12-13 11:44:12 +00:00
taca
c459614bc8 Improve checking of some "rl_*" gnu readline compatible functions.
It should fix PR pkg/35244.

Bump PKGREVISION.
2006-12-13 10:55:51 +00:00
obache
893f510b2a Install perl modules into the "vendor" directories.
Bump PKGREVISION.
2006-12-13 02:00:29 +00:00
rillig
ed581cc064 Moved the BUILDLINK_DEPTH to where it belongs. 2006-12-12 21:55:27 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
joerg
c678ecdbd4 Don't assume include pre-exists. 2006-12-12 14:44:18 +00:00
joerg
4a21a9f58d Use FreeBSD rules for DragonFly as well, should be close enough. 2006-12-12 14:41:18 +00:00
wiz
d71e505c00 Update to 0.9.2:
New features:
 - merge now follows renames and copies
 - new layout protects against case-insensitivity issues
 - new branch and branches commands for managing named branches
 - push command accepts -r for pushing specified heads or named branches
 - proper storage of changelog and other metadata in UTF-8
 - log, annotate and grep '--follow' follow renames and copies
 - date parsing is improved and log, update, and revert accept --date ranges
 - additional command options for log, status, addremove
 - improved schema for hgweb URLs
 - bundle can now use '-r' and '--base' removing the need of an base repository
 - support for git-style extended patches with --git option
 - new debuginstall command to check for common installation issues

New contributions and extensions:
 - mq
   - support for quilt-style guards
   - can import existing changesets into mq ('qimport -r') or
     commit mq patches as regular changesets ('qdel -f')
   - edit the log message with 'qrefresh -e'
   - rename patches with 'qrename'
   - qheader to display the patch header of particular patches,
     and '--summary' for qseries, qapplied, qunapplied and qtop
   - combine patches with 'qfold'
   - qrefresh supports pattern options to import only a subset
     of the changes into a patch, to help split changes into multiple patches
   - patch names for applied patches act like local tags, and can be
     used in the revision arguments of any hg command
 - hgk
   - browse a subset of the history with '--limit' and revision range arguments
   - shows revision numbers as well as node hashes
 - churn: graph lines of code changed per user over a range of history
 - patchbomb: generate inline attachments with '-a'

Behavior changes:
 - hg cat defaults to the working directory revision rather than tip
 - hg manifest no longer shows internal file revision hashes by default
 - hg revert now requires the -a flag to revert all files

Developer notes:
 - new high-level API functions in the 'hg' module
 - new context API simplifies many operations
 - The changelog can now include arbitrary metadata in key: value form
2006-12-11 23:15:56 +00:00
dan
f7297433a1 fix from monotone mainline fbfd9b42c9e9fdb5d45e806cab07ad0dd57f7bf8:
cmd_automate.cc, cmd.hh, ...: renamed member variable "options" to
  "opts" to make (hopefully) the gcc-3.3 build slaves happy

This went in just after the 0.31 release, but never made it to pkgsrc
until now.
2006-12-11 08:13:13 +00:00
obache
cffbefdc8a Update libntlm to 0.3.12.
* Version 0.3.12 (released 2006-08-24)

** Update of gnulib files.

** API and ABI modifications.
No changes since last version.

* Version 0.3.11 (released 2006-05-16)

** Fix buggy MD4 implementation on 64-bit platforms.

** Self tests are run under valgrind, if available.

** Updated gnulib files.

** API and ABI modifications.
No changes since last version.

* Version 0.3.10 (released 2006-03-24)

** The library is linked with -no-undefined, to enable building a Windows DLL.

** Add new APIs to access the SMBencrypt and SMBNTencrypt functions.
Suggested by Pavel Fedin <fedin@matek.ru>.

** API and ABI modifications.
ntlm_smb_encrypt: ADD
ntlm_smb_nt_encrypt: ADD

* Version 0.3.9 (released 2005-10-23)

** DES and MD4 functionality replaced with gnulib modules.
These modules also comes with self tests.

** API and ABI modifications.
No changes since last version.
2006-12-09 13:57:29 +00:00
jnemeth
5f534b93e8 Update to GNU MP 4.2.1
Changes between GMP version 4.2 and 4.2.1

  Bugs:
  * Shared library numbers corrected.
  * Broken support for 32-bit AIX fixed.
  * Misc minor fixes.

  Speedups:
  * Exact division (mpz_divexact) now falls back to plain division for large
    operands.

  Features:
  * Support for some new systems.


Changes between GMP version 4.1.4 and 4.2

  Bugs:
  * Minor bug fixes and code generalizations.
  * Expanded and improved test suite.

  Speedups:
  * Many minor optimizations, too many to mention here.
  * Division now always subquadratic.
  * Computation of n-factorial much faster.
  * Added basic x86-64 assembly code.
  * Floating-point output is now subquadratic for all bases.
  * FFT multiply code now about 25% faster.
  * Toom3 multiply code faster.

  Features:
  * Much improved configure.
  * Workarounds for many more compiler bugs.
  * Temporary allocations are now made on the stack only if small.
  * New systems supported: HPPA-2.0 gcc, IA-64 HP-UX, PowerPC-64 Darwin,
    Sparc64 GNU/Linux.
  * New i386 fat binaries, selecting optimised code at runtime (--enable-fat).
  * New build option: --enable-profiling=instrument.
  * New memory function: mp_get_memory_functions.
  * New Mersenne Twister random numbers: gmp_randinit_mt, also now used for
    gmp_randinit_default.
  * New random functions: gmp_randinit_set, gmp_urandomb_ui, gmp_urandomm_ui.
  * New integer functions: mpz_combit, mpz_rootrem.
  * gmp_printf etc new type "M" for mp_limb_t.
  * gmp_scanf and friends now accept C99 hex floats.
  * Numeric input and output can now be in bases up to 62.
  * Comparisons mpz_cmp_d, mpz_cmpabs_d, mpf_cmp_d recognise infinities.
  * Conversions mpz_get_d, mpq_get_d, mpf_get_d truncate towards zero,
    previously their behaviour was unspecified.
  * Fixes for overflow issues with operands >= 2^31 bits.

  Caveats:
  * mpfr is gone, and will from now on be released only separately.  Please see
    www.mpfr.org.
2006-12-09 03:38:16 +00:00
markd
9af9d75b3d Update to 20050813 version.
Bug fixes.
Add "-o" option.
2006-12-09 02:27:47 +00:00