Commit graph

171526 commits

Author SHA1 Message Date
drochner
abd351692a mention updates 2011-05-13 17:45:17 +00:00
drochner
97732b4592 update to 2.28.6.1
changes:
-bugfixes
-translation updates
2011-05-13 17:25:03 +00:00
drochner
f0ea5f615d update to 2.32.5
changes: bugfixes
2011-05-13 17:20:09 +00:00
drochner
6d4b4cb2da update to 2.32.3
changes:
-bugfixes
-translation updates
2011-05-13 17:18:35 +00:00
drochner
6a3cbfa77f sync w/ base pkg update 2011-05-13 17:15:13 +00:00
drochner
735db26a67 update to 2.28.4
changes:
-Added support for GVariant arguments
-bugfixes
2011-05-13 17:14:42 +00:00
drochner
a9ee4aec16 update to 0.10.8
sorry, no changelog available
2011-05-13 17:12:19 +00:00
drochner
f79612c6df reset PKGREV for base pkg update 2011-05-13 17:08:10 +00:00
drochner
32107fd415 update to 2.32.3
changes:
-bugfixes
-translation updates
2011-05-13 17:07:27 +00:00
drochner
9c3079ecdb update to 4.4.14
It is a maintenance release fixing some bugs.
2011-05-13 16:47:06 +00:00
drochner
9239e5547e update to 4.8.4
changes:
-adds support for Qt v4.7.2
-functional enhancements
2011-05-13 16:43:02 +00:00
drochner
b14a0725b3 update to 4.12.2
chanhes: small number of functional enhancements
2011-05-13 16:40:20 +00:00
drochner
0f4c78e11d sync w/ base pkg 2011-05-13 16:39:06 +00:00
drochner
5381a558f4 update to 2.5.1
change: adds the QsciLexerMatlab and QsciLexerOctave classe
2011-05-13 16:37:55 +00:00
drochner
e2cce747b8 delete obsolete cksums 2011-05-13 16:36:38 +00:00
obache
1949ccf620 emacs20nox11 is not valid for EMACS_VERSIONS_ACCEPTED. 2011-05-13 14:21:46 +00:00
obache
c2c23b3c53 Note amtterm-gamt option (used by sysutils/amtterm). 2011-05-13 13:26:29 +00:00
obache
92870aacd6 + amtterm 2011-05-13 13:25:31 +00:00
obache
ee0c8202f9 Added sysutils/amtterm version 1.2 2011-05-13 13:24:26 +00:00
obache
d9db54cf6a Import amtterm-1.2 as sysutils/amtterm.
Based on PR#44884 by YAMAMOTO Takeshi.
Additionaly, some improvements by me.

Active Management Technology (AMT) tools

descriptions from man pages:

	amttool - remotely control Intel AMT managed machines.
	amtterm - Intel AMT serial-over-lan (sol) client.

from amt-howto(7):

   What is AMT and why I should care?
       AMT stands for "Active Management Technology".  It provides some remote
       management facilities.  They are handled by the hardware and  firmware,
       thus  they work independant from the operation system.  Means: It works
       before Linux bootet up to the point  where  it  activated  the  network
       interface.   It works even when your most recent test kernel deadlocked
       the machine.  Which makes it quite useful for development machines  ...

       Intel  AMT  is  part  of the vPro Platform.  Recent intel-chipset based
       business machines should have it.  My fairly new Intel SDV machine  has
       it too.
2011-05-13 13:24:01 +00:00
obache
1a1ee1adf2 remove redundant period. 2011-05-13 13:12:57 +00:00
abs
378755d88d Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build 2011-05-13 12:55:39 +00:00
ryoon
62b0df4bfe Remove abcm2ps 2011-05-13 12:47:23 +00:00
ryoon
b69a6f3fd4 Updated print/abcm2ps to 6.3.4 2011-05-13 12:46:41 +00:00
ryoon
5654c358f0 Update to 6.3.4
Changelog:
---- Version 6.3.4 - 11/05/11 ----

Pseudo-decorations 'linebreak' and 'decosep' added
        (proof of concept - not documented).
Error when escape sequences in guitar chord or annotations.
Bad tempo since previous release.
Remove the 'tex' sequences '\o', \O', '\cc' and '\cC'.

---- Version 6.3.3 - 11/05/10 ----

Ignore the normal newlines when '!' found as newline and abc-version < 2.0.
Add some compose sequences from X11 (including \O:, \U:, \O" and \U")
        (reported by Nils Liberg).
Change/add some rfc1345 escape sequences.
Bad / no output of the '=' of the tempo by lack of font.
        This did the program to crash when no title and SVG output
        (reported by Nils Liberg).
Cleanly close a tune no blank line before next tune
        (reported by Nils Liberg).
Crash when X: in tune followed by %%text.
Bad page header/footer in SVG output file.
Fix standard C library problem (in isupper) with some systems/compilers
        (reported by Nils Liberg).
Bad treatment in %%titlecaps.
Optimize the size of the SVG output file.
Support for line width in SVG output.

---- Version 6.3.2 - 11/05/03 ----
                                                                                Accept %%EPS when SVG output.
Add the '-v' command flag (SVG output per page).
More PS symbols in the svg PS interpreter.
Bug fixes in the svg PS interpreter.
2011-05-13 12:45:13 +00:00
drochner
3095f7eb76 this doesn't build against xulrunner-2, so stick to the old version
(I've tried the patch from Ubuntu bug#684602. It builds, but the result
crashes on start.)
2011-05-13 11:18:16 +00:00
gdt
8984377687 Add user-destdir support. 2011-05-13 11:07:58 +00:00
ryoon
d769fa14e6 Updated devel/googletest to 1.6.0 2011-05-13 10:55:45 +00:00
ryoon
762152a8e1 Update to 1.6.0
Changes for 1.6.0:

* New feature: ADD_FAILURE_AT() for reporting a test failure at the
  given source location -- useful for writing testing utilities.
* New feature: the universal value printer is moved from Google Mock
  to Google Test.
* New feature: type parameters and value parameters are reported in
  the XML report now.
* A gtest_disable_pthreads CMake option.
* Colored output works in GNU Screen sessions now.
* Parameters of value-parameterized tests are now printed in the
  textual output.
* Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
  now correctly reported.
* Arguments of ASSERT_XY and EXPECT_XY no longer need to support << to
  ostream.
* More complete handling of exceptions.
* GTEST_ASSERT_XY can be used instead of ASSERT_XY in case the latter
  name is already used by another library.
* --gtest_catch_exceptions is now true by default, allowing a test
  program to continue after an exception is thrown.
* Value-parameterized test fixtures can now derive from Test and
  WithParamInterface<T> separately, easing conversion of legacy tests.
* Death test messages are clearly marked to make them more
  distinguishable from other messages.
* Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
  PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear),
  IBM XL C++ (Visual Age C++), and C++0x.
* Bug fixes and implementation clean-ups.
* Potentially incompatible changes: disables the harmful 'make install'
  command in autotools.

Changes for 1.5.0:

 * New feature: assertions can be safely called in multiple threads
   where the pthreads library is available.
 * New feature: predicates used inside EXPECT_TRUE() and friends
   can now generate custom failure messages.
 * New feature: Google Test can now be compiled as a DLL.
 * New feature: fused source files are included.
 * New feature: prints help when encountering unrecognized Google Test flags.
 * Experimental feature: CMake build script (requires CMake 2.6.4+).
 * Experimental feature: the Pump script for meta programming.
 * double values streamed to an assertion are printed with enough precision
   to differentiate any two different values.
 * Google Test now works on Solaris and AIX.
 * Build and test script improvements.
 * Bug fixes and implementation clean-ups.

 Potentially breaking changes:

 * Stopped supporting VC++ 7.1 with exceptions disabled.
 * Dropped support for 'make install'.
2011-05-13 10:54:39 +00:00
ryoon
76b1b8fa23 Remove obsolete nls line from PLIST. 2011-05-13 08:00:04 +00:00
adam
b12312ae38 Updated mail/dovecot to 1.2.17, mail/dovecot2 to 2.0.13 2011-05-13 07:37:38 +00:00
adam
36b55b6558 Changes 2.0.13:
* Added "doveadm index" command to add unindexed messages into
  index/cache. If full text search is enabled, it also adds unindexed
  messages to the fts database.
* added "doveadm director dump" command.
* pop3: Added support for showing messages in "POP3 order", which can
  be different from IMAP message order. This can be useful for
  migrations from other servers. Implemented it for Maildir as 'O'
  field in dovecot-uidlist.
* doveconf: Fixed a wrong "subsection has ssl=yes" warning.
* mdbox purge: Fixed wrong warning about corrupted extrefs.
* sdbox: INBOX GUID changed when INBOX was autocreated, leading to
  trouble with dsync.
* script-login binary wasn't actually dropping privileges to the
  user/group/chroot specified by its service settings.
* Fixed potential crashes and other problems when parsing header names
  that contained NUL characters.
2011-05-13 07:36:39 +00:00
adam
4303fb793e Changes 1.2.17:
* Fixed potential crashes and other problems when parsing header names
  that contained NUL characters.
* IMAP: Fixed a memory leak with ESEARCH command handling
* Quota warnings could have been executed at incorrect times with
  some configs.
2011-05-13 07:34:48 +00:00
wiz
ba01e4faab + abcm2ps-6.3.4, cabextract-1.4, feh-1.14, lftp-4.2.3, lzip-1.12,
mdocml-1.11.2, phpmyadmin-3.4.0, puzzles-9173, py-psycopg2-2.4.1,
  xmlsec1-1.2.18.
2011-05-13 06:52:09 +00:00
adam
e8fcd6ae5d Changes 1.4:
* A bug in the LZX decompressor was fixed.
* cabextract is now more tolerant when processing cabinet sets.
* cabextract is now compatible with even more compilers, and
  now supports 64-bit file I/O on platforms where it's completely
  native, like Mac OS X 10.6 and Fedora x86_64.
* cabextract will no longer print "library not compiled to support
  large files" while reading small files.
* The Windows CE installation format document was improved.
2011-05-13 04:10:46 +00:00
dmcmahill
b2500c091e Fix compilation when building against gtk+ >= 2.18. Patches from the upstream
sources.  This should address PR pkg/42508.
While here add the LICENSE setting.
2011-05-13 02:50:06 +00:00
bouyer
02798f2460 Updated sysutils/xentools33 to 3.3.2nb7
Updated sysutils/xentools41 to 4.1.0nb4
2011-05-12 15:58:48 +00:00
bouyer
1b0d4dc222 Apply patch from xen repository, fixing CVE-2011-1583 2011-05-12 15:57:38 +00:00
bouyer
3c6e3ba2bc Add patch from the xen-dev mailing list to fix CVE-2011-1583
Bump PKGREVISION
2011-05-12 15:39:05 +00:00
taca
a23f6f7e5b delete typolight-liveupdate. 2011-05-12 14:55:06 +00:00
taca
580b38e1ba Note update of contao29 and typolight28 packages:
www/contao29			2.9.4nb2
	www/contao29-translations	20110508nb1
	www/typolight28			2.8.4nb3
	www/typolight28-translations	20100606nb1
2011-05-12 14:54:02 +00:00
taca
2b827ceff6 typolight's PKG_OPTIONS has removed. 2011-05-12 14:52:59 +00:00
abs
57a6726115 My system does not appear to be picking up the pkgsrc png correctly - revert fallout 2011-05-12 14:52:13 +00:00
taca
18fb987b45 Make translation files as the same owner as other TYPOlight's files.
Bump PKGREVISIION.
2011-05-12 14:52:12 +00:00
taca
beff8e7cdd As contao29, drop typolight-livepdate option and make its functionality
default.

Bump PKGREVISION.
2011-05-12 14:51:26 +00:00
taca
ee0b94b945 contao's PKG_OPTIONS has removed. 2011-05-12 14:50:23 +00:00
taca
09f49b1390 Make translation files as the same owner as other Contao's files.
Bump PKGREVISIION.
2011-05-12 14:49:23 +00:00
taca
401f666fc6 Since extension repository is hevaly used in these days, make
contao-liveupdate option's functionality default and drop the option
itself.

Bump PKGREVISIION.
2011-05-12 14:48:10 +00:00
adam
512ac297ca Make gtk an option (enabled by default): helps dealing with the package on Mac OS X when GTK has been built with Quartz backend 2011-05-12 13:39:09 +00:00
obache
aed16a8d6c Updated devel/geany to 0.20 2011-05-12 13:12:35 +00:00