Commit graph

233774 commits

Author SHA1 Message Date
markd
22d1006c09 Add tex-bagpipe{,-doc}, remove tex-babgpipetex. 2015-05-09 22:46:38 +00:00
markd
c8b4b6d1d2 Remove tex-bagpipetex - successor tex-bagpipe. 2015-05-09 22:46:03 +00:00
markd
2d1fce19b3 Add tex-bagpipe{,-doc} 3.02
Typesetting bagpipe music in MusixTeX is needlessly tedious.
This package provides specialized and re-defined macros to
simplify this task.
2015-05-09 22:44:22 +00:00
markd
aa234784c9 texlive-collection-omega additions/updates. 2015-05-09 22:27:40 +00:00
markd
e4aa25f0df Add remaining dependencies. Bump version to 2014. 2015-05-09 22:26:45 +00:00
markd
ba0b1c5cc7 Add tex-mxedruli{,-doc} 2015-05-09 22:23:11 +00:00
markd
5838830517 Add tex-mxedruli{,-doc} 3.3c
Two Georgian fonts, in both Metafont and Type 1 formats, which
cover the Mxedruli and the Xucuri alphabets.
2015-05-09 22:21:52 +00:00
markd
d6c3642382 Add tex-antomega{,-doc} 2015-05-09 22:17:39 +00:00
markd
e7e049f8fa Add tex-antomega{,-doc} 0.8
A language support package for Omega/Lambda. This replaces the
original omega package for use with Lambda, and provides extra
facilities (including Babel-like language switching, which
eases porting of LaTeX documents to Lambda).
2015-05-09 22:15:46 +00:00
markd
942148fdcd Add dependency to xdvik here rather than in tex-xdvik to avoid circular
dependency.
2015-05-09 20:39:13 +00:00
markd
5481f04fa7 Drop xdvik dependency again - circular dependency. 2015-05-09 20:29:41 +00:00
wiz
813c67bb20 Updated x11/xf86-video-siliconmotion to 1.7.8 2015-05-09 15:05:48 +00:00
wiz
0f35e7276a Update to 1.7.8:
Adam Jackson (5):
      Remove miInitializeBackingStore()
      Use own thunk function instead of vgaHW*Weak
      Fix build against xserver 1.17
      Fix a typo
      Remove dependency on xf86PciInfo.h

Julien Cristau (5):
      Fix shadow compiler warning
      Fix BlockHandler declaration
      Fix SwitchMode and AdjustFrame hooks
      Fix a couple const-ness warnings
      Bump to 1.7.8
2015-05-09 15:05:38 +00:00
mef
dcb1b37fe3 (Small) layout change of the lines 2015-05-09 14:34:29 +00:00
mef
06d74be634 +p5-Test-DependentModules 2015-05-09 14:22:01 +00:00
mef
f4ee00a3cb Updated devel/p5-Test-DependentModules to 0.20 2015-05-09 14:20:25 +00:00
mef
d7af7d41fa Import p5-Test-DependentModules-0.20 as devel/p5-Test-DependentModules.
WARNING: The tests this module does should never be included as part of a
normal CPAN install!
  This module is intended as a tool for module authors who would like to
easily test that a module release will not break dependencies. This is
particularly useful for module authors (like myself) who have modules which
are a dependency of many other modules.  How It Works

  Internally, this module will download dependencies from CPAN and run their
tests. If those dependencies in turn have unsatisfied dependencies, they
are installed into a temporary directory. These second-level (and third-,
etc) dependencies are not tested.

  In order to avoid prompting, this module sets $ENV{PERL_AUTOINSTALL} to
--defaultdeps and sets $ENV{PERL_MM_USE_DEFAULT} to a true value.
  Nonetheless, some ill-behaved modules will still wait for a
prompt. Unfortunately, because of the way this module attempts to keep
output to a minimum, you won't see these prompts. Patches are welcome.
Running Tests in Parallel
  If you're testing a lot of modules, you might benefit from running tests in
parallel. You'll need to have Parallel::ForkManager installed for this to
work.

  Set the $ENV{PERL_TEST_DM_PROCESSES} env var to a value greater than 1 to
enable parallel testing.
2015-05-09 14:20:15 +00:00
szptvlfn
d54e19e0a8 Because this error:
ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files.
Bump PKGREVISION for hs-primitive-0.5.4.0
2015-05-09 11:22:25 +00:00
adam
d68f3e550c Updated databases/sqlite3 to 3.8.10 2015-05-09 09:33:49 +00:00
adam
3c06db6711 Changes 3.8.10:
Added the sqldiff.exe utility program for computing the differences between two SQLite database files.
Added the y format string to the matchinfo() function of FTS3.
Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check.
Fix many obscure problems discovered while SQL fuzzing.
Identify all methods for important objects in the interface documentation. (example)
Made the American Fuzzy Lop fuzzer a standard part of SQLite's testing strategy.
Add the ".binary" and ".limits" commands to the command-line shell.
Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.
2015-05-09 09:32:56 +00:00
mef
bebe7fba01 Updated devel/easygit to 1.7.5.2 2015-05-09 07:39:23 +00:00
mef
96546cb36b Update 1.6.5.3 to 1.7.5.2
-------------------------
 ChangeLog not given, the archive is the single file.
2015-05-09 07:39:13 +00:00
mef
617184da19 Updated devel/capstone to 3.0.3 2015-05-09 07:00:16 +00:00
mef
80964a712e Update to 3.0.3
---------------
Version 3.0.3: May 08th, 2015
[ Library ]

- Support to embed into Mac OS X kernel extensions.
- Now it is possible to compile Capstone with older C compilers, such as
  GCC 4.8 on Ubuntu 12.04.
- Add "test_iter" to MSVC project.

[ X86 ]
- All shifted instructions SHL, SHR, SAL, SAR, RCL, RCR, ROL & ROR now support
  $1 as first operand in *AT&T* syntax (so we have "rcll $1, %edx" instead of
  "rcll %edx").
- CMPXCHG16B is a valid instruction with LOCK prefix.
- Fixed a segfault on the input of 0xF3.

[ Arm ]
- BLX instruction modifies PC & LR registers.

[ Sparc ]
- Improved displacement decoding for sparc banching instructions.


[ Python binding ]
- Fix for Cython so it can properly initialize.
- X86Op.avx_zero_mask now has c_bool type, but not c_uint8 type.
- Properly support compile with Cygwin & install binding (setup.py).
2015-05-09 07:00:08 +00:00
mef
1a919b52fc Githubify. Binary may not be exactly the same, but another update soon. 2015-05-09 06:57:25 +00:00
mef
5f7a7cdd41 RBTools 0.6.3 -> 0.7.2 2015-05-09 06:14:41 +00:00
mef
f13bc43db9 Githubify. 2015-05-09 05:47:44 +00:00
mef
8b95795126 Githubify. 2015-05-09 05:32:42 +00:00
mef
5f658b322f Updated x11/xscreensaver to 5.32
Updated x11/xscreensaver-demo to 5.32
2015-05-09 04:00:03 +00:00
mef
e9a99c4a2e (pkgsrc)
- Drop three patches, those are now included in upstream code.
    patch-aa
    patch-hacks_Makefile.in
    patch-hacks_memscroller.c
 -  recover pt_BR.po (seems not empty) Makefile and patch-ab

(upstream)
 - Update 5.29 to 5.32
-------------------
5.32	* Fixed some X11 compilation problems.
	* Fixed display size and shake gestures on iOS.
5.31	* New hacks, `geodesicgears', `binaryring' and `cityflow'.
        * UTF-8 text support (instead of only Latin1) and antialiased text
          on X11 with Xft (instead of only on OSX/iOS) in `fontglide',
          `noseguy', `fliptext', `starwars', and `winduprobot'.
          The other text-displaying hacks (`apple2', `phosphor', `xmatrix',
          and `gltext') also now accept UTF-8 input, though they convert it
          to Latin1 or ASCII.
	* `glplanet' now has both day and night maps, and a sharp terminator.
	* Fixed `webcollage' on OSX.
	* Fixed a transparency glitch in `winduprobot'.
	* `lockward' works on iOS.
	* Text and image loading work on OSX 10.10.
	* Rotation works properly on iOS 8.
	* Added a search field on iOS.
	* Preliminary, unfinished support for Android.

5.30	* New hack, `winduprobot'.
	* Many improvements to `lament', including Leviathan.
	* Fixed the normals in `flyingtoasters': shading is correct now.
	* Implemented TEXTURE_GEN in GLES: flying toast is now toasted on iOS.
	* Make cel-shading sort-of work in `skytentacles' on iOS.
	* Fixed dragging-to-rotate on rotated iOS devices, I think.
	* Dragging has inertia now.
	* Most hacks respond to mouse-clicks, double-taps and swipes as
          meaning "do something different now".
	* Reworked OpenGL fonts.
	* The OSX auto-update installer wasn't working. This time for sure?
	* Various minor fixes.
2015-05-09 03:58:15 +00:00
markd
01b377ff73 tex-animate{,-doc} addition. 2015-05-09 02:21:19 +00:00
markd
1625a5d11d Add tex-animate 2015-05-09 02:17:44 +00:00
markd
ef0ccfb9fc Add tex-animate{,-doc} 2015-05-09 02:16:03 +00:00
markd
5853fda737 Add tex-animate{,-doc} 2014
The package provides an interface to create portable,
JavaScript driven PDF animations from sets of graphics files or
from inline graphics, such as LaTeX picture environment,
PSTricks or pgf/TikZ generated pictures, or just from typeset
text.
2015-05-09 02:14:49 +00:00
mef
b8c6119188 Updated x11/xmon to 1.5.6 2015-05-09 01:37:20 +00:00
mef
4c380418c6 (pkgsrc)
- Drop patch-a[acd], all are included now.
(upstream)
 - Update 1.5.4 to 1.5.6
---------------------
  29 August 1999
  Release of version 1.5.5
  ==============================================================================
  3 February 2000
    Fixed bug in main.c where it called setsockopt without an option.
    (Mattias Engdegard)
  ==============================================================================
  3 February 2000
  Release of version 1.5.6
2015-05-09 01:37:12 +00:00
markd
aed6d9ed34 Add dependency on print/xdvik 2015-05-09 01:19:26 +00:00
markd
a4e9534023 Add dependency on textproc/makeindexk. 2015-05-09 01:16:17 +00:00
wen
a5d22f2d10 Updated devel/p5-version to 0.9912 2015-05-09 01:05:24 +00:00
wen
c7aecb23fb Update to 0.9912
Upstream changes:
2015-01-20  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags, Makefile.PL, README, lib/version.pm, lib/version/regex.pm,
	t/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/08_corelist.t,
	t/09_list_util.t, t/coretests.pm, vperl/vpp.pm,
	vutil/lib/version/vxs.pm, vutil/vutil.c:
	flow: Merged <hotfix> '0.9912' to <develop> ('develop').
	[646e8c5c4769] [tip] <develop>

	* .hgtags:
	Added tag 0.9912 for changeset d95ec600e4b8
	[d0a8bd97c2d8]

	* flow: Merged <hotfix> '0.9912' to <master> ('default').
	[d95ec600e4b8] [0.9912]

	* flow: Closed <hotfix> '0.9912'.
	[d4a3dc59d496] <hotfix/0.9912>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Ready for release
	[2e8e456b5f69] <hotfix/0.9912>

	* vperl/vpp.pm, vutil/vutil.c:
	Ignore leading zeros when parsing qv versions
	[8d4f602d49bc] <hotfix/0.9912>

	* t/coretests.pm:
	Add test before fixing behavior.
	[73ad9715162c] <hotfix/0.9912>

	* .shipit, t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
	Finish reverting the ill-advised alpha->normal code
	[468d3b498d58] <hotfix/0.9912>

	* flow: Created branch 'hotfix/0.9912'.
	[a9f6f567d387] <hotfix/0.9912>

	* vperl/vpp.pm, vutil/vutil.c:
	Ignore leading zeros when parsing qv versions
	[7e36d3c46d88] [default/development] <release/0.9912>

	* t/coretests.pm:
	Add test before fixing behavior.
	[d4befa972a57] <release/0.9912>

	* vperl/vpp.pm, vutil/vutil.c:
	Initial cap on warnings to be consistent with perldig
	[d0cce4fa33ac] <release/0.9912>

2015-01-19  John Peacock  <john.peacock@havurah-software.org>

	* vperl/vpp.pm, vutil/vutil.c:
	Always use numeric warnings and prefix them to make perldiag more
	useful
	[6345b0e62b3e] [github/development] <release/0.9912>

2015-01-18  John Peacock  <john.peacock@havurah-software.org>

	* flow: Created branch 'release/0.9912'.
	[0a04b5e70190] <release/0.9912>

	* Initial:
	Merge in dupe heads
	[397c2045b0c1] [default/master, github/master]

2015-01-18  John Peacock  <jpeacock@cpan.org>

	* Initial:
	Commit an empty file to start over
	[8becec36c4af]

2015-01-18  John Peacock  <john.peacock@havurah-software.org>

	* flow: Merged <feature> 'alpha_normal' to <develop> ('develop').
	[7f1bbc22403f] <develop>

	* flow: Closed <feature> 'alpha_normal'.
	[d4ec344eaf25] <feature/alpha_normal>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Bump versions to 0.9912
	[cdba24734cbb] <feature/alpha_normal>

	* README:
	Hopefully this will be true
	[9bb4a810f212] <feature/alpha_normal>

	* Makefile.PL:
	Picky, picky, picky. Resolves

	 https://rt.cpan.org/Public/Bug/Display.html?id=101600
	[05740f0e1d4a] <feature/alpha_normal>

	* .shipit, Makefile.PL, lib/version.pm, lib/version/regex.pm, t
	/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/08_corelist.t,
	t/09_list_util.t, t/coretests.pm, vperl/vpp.pm,
	vutil/lib/version/vxs.pm, vutil/vutil.c:
	Reapply this change now
	[0652edbe911d] <feature/alpha_normal>

	* flow: Created branch 'feature/alpha_normal'.
	[8cb2f4e319c3] <feature/alpha_normal>
2015-05-09 01:04:25 +00:00
wen
3a447c1939 Updated devel/p5-Test-Cmd to 1.08 2015-05-09 00:57:52 +00:00
wen
323005bac8 Update to 1.08
Add LICENSE

Upstream changes:
1.08 2015-01-25 NEILB
    - Documentation improvements from JMATES++.

1.07 2015-01-07 NEILB
    - Linkify external module references. JMATES++
    - Added Test::Pod as a release test. JMATES++

1.06 2014-04-09
    - First non-developer release by NEILB
    - Fixed RT#41504
    - Fixed RT#92082
    - Fixed RT#92081
    - Fixed RT#53619
    - Noted in the pod that I'm now maintaining it.

1.05_02 2014-04-08
    - If the constructor failed part way, it would sometimes leave cruft
      behind in TMPDIR. RT#41504 - thanks ANDK.

1.05_01 2014-04-02

    - Specified min perl version 5.6.0 in metadata and in code
    - Moved the modules into lib/Test/
    - Added PREREQ_PM, TEST_REQUIRES and CONFIGURE_REQUIRES to Makefile.PL
    - Added github repo to metadata and the pod
    - Reformatted Changes file as per CPAN::Changes::Spec
    - Specified license as 'perl' in metadata, to match doc
    - Fixed pod error RT#92082
    - Pod spelling mistake RT#92081
    - Clarification in doc for new(), that it returns undef on failure,
      and not false. RT#53619
2015-05-09 00:56:40 +00:00
markd
0e152db0ab Fix version number of tex-cmarrows{,-doc} 2015-05-09 00:05:14 +00:00
markd
c849ac5eac Change version from v0.9 to just 0.9 2015-05-09 00:03:56 +00:00
markd
dc09e33c4f Fix path in DEPENDS 2015-05-08 22:24:40 +00:00
markd
4a1292d56b Fix path in DEPENDS. 2015-05-08 21:55:41 +00:00
sevan
98f4407ec4 For 64bit little endian PowerPC hosts running Linux
Set the ABI to 64 bit
Define the suffix appended to the locations in the library search path

Reviewed by bsiegert@
2015-05-08 20:28:30 +00:00
bsiegert
368b89d840 Document install-clean, build-clean, print-build-depends-list and
print-run-depends-list. The former two are from a recent mail on tech-pkg
(obache@, I believe), the latter two are from PR pkg/23035 (which was filed
in 2003, oh my).
2015-05-08 20:26:19 +00:00
bsiegert
9b4c668fce Note cppcheck update from PR pkg/49885. 2015-05-08 19:36:48 +00:00
bsiegert
ed0976bab9 Update cppcheck to 1.69. Patch from Jonathan Buschmann in PR pkg/49885.
General changes:
- Added flag --platform=native, when it is used type sizes and behaviour of
  host system are used
- Backward compatibility for Libary files is now working. Future cppcheck
  versions will be able to use libraries written for previous versions
- Windows 32 bit builds now set /LARGEADDRESSAWARE, so that they can use up to
  4 GiB

New checks:
- Detect bad bitmask checks (usage of | where & should be used)
- Suggest usage of "explicit" for constructors with a single parameter
- Suggest usage of make_shared/make_unique
- Warn about usage of malloc with auto_ptr
- Detect redundant pointer operations like &*ptr

Improvements:
- Support std::array (C++11)
- Detect same expressions in both branches of a ternary operator
- New <container>-tags in libraries to configure STL (and similar) container
  types
- Several improvements to ValueFlow analysis (for example support for default
  function arguments)
- Improved buffer overrun and memory leak checking
- Removed a bunch of redundant checking code
- Removed several simplifications
- Stronger matching of library functions
- Lots of additions to std.cfg and posix.cfg
- New library for Microsoft SAL (microsoft_sal.cfg)
- Improved C++11 template parsing (">>" as closing brackets, variadic
  templates)
- Added statistics to htmlreport

GUI:
- Fixed language selection

Additionally, lots of false positives and bugs have been fixed and several
existing checks have been improved.
2015-05-08 19:35:33 +00:00