Commit graph

212777 commits

Author SHA1 Message Date
obache
03285eef65 Fixes build with jpeg>=8 for the case size_t != unsigned long.
PR pkg/43577.
2014-02-10 11:46:55 +00:00
adam
f2110eccd6 Changes 1.8.20140203:
PCP : Add support for ANNOUNCE requests
2014-02-10 11:45:52 +00:00
obache
846200f0f6 Fixes build for the case size_t != unsigned long.
PR pkg/43577.
2014-02-10 11:43:09 +00:00
obache
52e3e15b09 Updated print/apsfilter to 7.2.8 2014-02-10 11:14:05 +00:00
obache
221b1347f4 Update apsfilter to 7.2.8, with some dependency clean up and packaging easier.
New in Apsfilter 7.2.8 (BUGFIX Release)
=======================================

3. New Features

	- make it possible to use the lineprinter scheduler as jukebox
	- network jukebox (untested)
	  should also work with a remote printer queue
	  So your remote server has a soundcard and your print clients
	  send audio files to the remote printer to play audio files
	  one after the other.
	  Hint:
	  For this purposes a new parameter from SETUP needed to be
	  saved into the apsfilterrc file (INTERFACES).
	  In every sound play routine in apsfilter
	  we test if this is a network printer.
	  Then we need to send the data stream (i.e. mp3) unprocessed.
	  On the print server with the soundcard the tanslation needs to
	  take place.

New in Apsfilter 7.2.7 (BUGFIX Release)
=======================================

7. BUG FIXES

	- make spaces possible in samba printer name
	  from Roman Kurakin <rik at FreeBSD dot org>
2014-02-10 11:13:03 +00:00
ryoon
f44b8ee992 Fix usage of build_package 2014-02-10 10:43:02 +00:00
agc
4bb56276e1 Update the example ssh-key-signed input file, so that there's no embedded
RCS Id in it. Re-sign (both embedded and detached) signatures on this data.

No functional change, so no version bumps.
2014-02-10 07:46:44 +00:00
dsainty
128d2df11d Just a bit too late, add i586 Linux JDK distribution hashes too. 2014-02-10 01:43:25 +00:00
dsainty
8bd81fa51f Just a bit too late, add i586 Linux JRE distribution hashes too. 2014-02-10 01:37:13 +00:00
rodent
9660f2aabe Updated devel/py-py2app to 0.8nb1 2014-02-10 00:20:41 +00:00
rodent
d0f0d6d521 Move bin/* to bin/*${PYVERSSUFFIX} in post-install, to allow parallel
installation of this package for different python versions. Bump
PKGREVISION.
2014-02-10 00:20:27 +00:00
rodent
449a88b4ca Updated devel/py-macholib to 1.6nb1 2014-02-10 00:17:31 +00:00
rodent
3369e32356 Updated devel/py-modulegraph to 0.11nb1 2014-02-10 00:17:13 +00:00
rodent
2cade1fbd0 Move bin/* to bin/*${PYVERSSUFFIX} in post-install, to allow parallel
installation of this package for different python versions. Bump
PKGREVISION.
2014-02-10 00:16:58 +00:00
rodent
a99510da35 Use PYVERSUFFIX in PLIST to allow parallel installation of this package for
different python versions. Bump PKGREVISION.
2014-02-10 00:12:10 +00:00
wiedi
50ad96acf7 fix freeciv-client on SunOS by using c99 2014-02-09 18:08:44 +00:00
wiedi
28c672e0b7 Fix build on SunOS: link network libs and needed an include for sys/mkdev.h 2014-02-09 17:23:54 +00:00
wiedi
9b34432db8 Fix qt5-qtserialport on SunOS by patching cfmakeraw usage 2014-02-09 17:19:14 +00:00
wiedi
a2cad2f150 fix "sqrt(int) is ambiguous" on SunOS 2014-02-09 17:12:33 +00:00
wiedi
2cad61d2e8 Fix build on SunOS (lots of ambiguous math) 2014-02-09 17:09:03 +00:00
wiz
7ca0ae55ba + alsa-lib-1.0.27.2, gupnp-igd-0.2.3, libchamplain08-0.12.7,
nginx-1.5.10, py-doctor-0.5, py-setuptools-2.2, py-sqlparse-0.1.11,
  serf-1.3.4, wine-devel-1.7.12, x264-devel-20140208.
2014-02-09 17:03:38 +00:00
wiz
1bce99593a Fix dependency pattern. 2014-02-09 16:54:12 +00:00
wiz
a7db992dd5 Remove unnecessary comment. 2014-02-09 16:51:06 +00:00
wiedi
db0e15f47d Fix build on SunOS (u_int64_t usage and ambigous math) 2014-02-09 16:50:45 +00:00
wiedi
90fe098099 Fix build on SunOS (included paths.h) 2014-02-09 16:48:42 +00:00
rodent
e0c198ced9 DEPENDS+=devel/py2app if OPSYS == Darwin. 2014-02-09 15:32:19 +00:00
rodent
8c2bae56e0 +py-{macholib,modulegraph,py2app} 2014-02-09 15:28:14 +00:00
rodent
37e41fd23c Added devel/py-py2app version 0.8 2014-02-09 15:25:56 +00:00
rodent
8b8fd34e45 Import py27-py2app-0.8 as devel/py-py2app.
py2app is a Python setuptools command which will allow you to make standalone
Mac OS X application bundles and plugins from Python scripts.

py2app is similar in purpose and design to py2exe for Windows.

NOTE: py2app must be used on OSX to build applications, it cannot create Mac
applications on other platforms.
2014-02-09 15:25:46 +00:00
rodent
e2cda1ea15 Added devel/py-macholib version 1.6 2014-02-09 15:17:53 +00:00
rodent
760f928da3 Import py27-macholib-1.6 as devel/py-macholib.
macholib can be used to analyze and edit Mach-O headers, the executable format
used by Mac OS X.

It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.

Though this tool targets a platform specific file format, it is pure python code
that is platform and endian independent.
2014-02-09 15:17:42 +00:00
rodent
baac90e8a6 Added devel/py-modulegraph version 0.11 2014-02-09 15:11:00 +00:00
rodent
f933cf65f3 Import py27-modulegraph-0.11 as devel/py-modulegraph.
modulegraph determines a dependency graph between Python modules primarily by
bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library, but
uses a more flexible internal representation, has more extensive knowledge of
special cases, and is extensible.
2014-02-09 15:09:46 +00:00
rodent
dc761bc3cc +py-altgraph; Packaged originally in pkgsrc-wip by:
jihbed@users.sourceforge.net
2014-02-09 15:02:34 +00:00
rodent
50c1dd9b33 Added graphics/py-altgraph version 0.11 2014-02-09 15:01:31 +00:00
rodent
03b7b57dce Import py27-altgraph-0.11 as graphics/py-altgraph.
altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.
2014-02-09 15:01:18 +00:00
wen
0fa1b84f4e Updated devel/p5-Data-Section to 0.200005 2014-02-09 14:42:33 +00:00
wen
6b5c3ee9ed Update to 0.200005
Upstream changes:
0.200005  2013-12-11 08:03:08 America/New_York
        - open DATA handles both :raw and :bytes to avoid content munging on
          Win32 (thanks, Kenichi Ishigaki!)
        - This is not yet a perfect solution for Win32.

0.200004  2013-12-01 21:31:02 America/New_York
        - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
          Ishigaki!)

0.200003  2013-11-02 07:57:52 America/New_York
          [THIS MIGHT BREAK STUFF]
        - stable release of 0.200002, no functional changes

0.200002  2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK STUFF]
        - add an "encoding" parameter to set encoding of data section contents;
          this defaults to UTF-8 (thanks, David Golden!)

0.101622  2013-06-19 21:48:02 America/New_York
          add a link to an Advent article about Data-Section

          update bugtracker, repo, etc.
2014-02-09 14:41:04 +00:00
drochner
7c98d92bcc adopt the socket.recvfrom_into() security fix from Python-2.7
bump PKGREV
2014-02-09 13:47:10 +00:00
obache
5f78f574dd COMMENT should not include package name, PR pkg/48197 2014-02-09 12:23:35 +00:00
obache
7b276b819d fixes MASTER_SITES and HOMEPAGE.
noticed by wiz@.
2014-02-09 11:57:46 +00:00
obache
46bad4f8e2 Add frink-license, used by devel/frink. 2014-02-09 09:26:33 +00:00
obache
9a1e8fc5b1 + frink 2014-02-09 09:25:51 +00:00
obache
cc98d74c30 Added devel/frink version 2.2.2p4 2014-02-09 09:25:13 +00:00
obache
764baa6437 Import frink-2.2.2p4 as devel/frink.
Based on packaged in pkgsrc-wip and reqested via PR pkg/48197 by Edgar Fuss.

Frink is a tcl formatting and static check program. It can prettify your
program, minimise, obfuscate or just sanity check it. It can also do some
rewriting.
2014-02-09 09:24:22 +00:00
tron
c5520c3039 Add fix for security vulnerability reported in SA56624.
Patch taken from Python Mercurial repository.
2014-02-09 09:02:50 +00:00
adam
2c7c3a7820 Updated graphics/pngcrush to 1.7.71; www/py-django to 1.6.2; www/py-django-south to 0.8.3; www/py-django-reversion to 1.8.0 2014-02-09 08:21:59 +00:00
adam
e21a075c4c Changes 1.8.0:
- Django 1.6 compatibility
- Using bulk_create to speed up revision creation.
- Including docs in source distribution
- Spanish translation
- Fixing edge-case bugs in revision middleware
2014-02-09 08:20:00 +00:00
adam
75d1f82db9 Changes 0.8.3:
* A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability)
* Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version.
* A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs.
* The new localflavor fields are automatically accepted by the introspector.
2014-02-09 08:16:34 +00:00
adam
461d5ee333 Changes 1.6.2:
Prevented the base geometry object of a prepared geometry to be garbage collected, which could lead to crash Django.
Fixed a crash when executing the changepassword command when the user object representation contained non-ASCII characters.
The collectstatic command will raise an error rather than default to using the current working directory if STATIC_ROOT is not set. Combined with the --clear option, the previous behavior could wipe anything below the current working directory.
Fixed mail encoding on Python 3.3.3+.
Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False, the connection wasn’t in autocommit mode but Django pretended it was.
Fixed a regression in multiple-table inheritance exclude() queries.
Added missing items to django.utils.timezone.__all__.
Fixed a field misalignment issue with select_related() and model inheritance.
Fixed join promotion for negated AND conditions.
Oracle database introspection now works with boolean and float fields.
Fixed an issue where lazy objects weren’t actually marked as safe when passed through mark_safe() and could end up being double-escaped
2014-02-09 08:09:04 +00:00