mpv works fine in a minimalistic X11 environment without any GUI toolkit
installed. No need to pull unnecessary dependencies when there's no
USE_GNOME=gtk* in Makefile.
PR: 202806
Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Cactus is a simple but powerful static website generator using Python
and the Django template system. Cactus also makes it easy to develop
locally and deploy your site to S3 directly. It works great for
company, portfolio, personal, support websites and blogs.
To get a quick overview watch this short video tutorial:
https://vimeo.com/46999791
WWW: http://github.com/koenbok/Cactus
A collection of template filters that implement common markup languages.
provides template filters that implement the following markup
languages:
* ``textile`` -- implements `Textile`_ -- requires `PyTextile`_
* ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_
* ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_
* ``reStructuredText`` -- implements `reST (reStructuredText)`_
-- requires `docutils`_
In each case, the filter expects formatted markup as a string and
returns a string representing the marked-up text. For example, the
``textile`` filter converts text that is marked-up in Textile format
to HTML.
WWW: https://pypi.python.org/pypi/django-markwhat
Reduce diffs between Django ports, standardizing on:
* Prefer CHEESESHOP (Geo CDN) over DjangoProject.com for DISTFILES
* Include version and optionally "LTS" in COMMENT suffixes
* De-scope CONFLICTS to CONFLICTS_INSTALL and update match strings
* Whitespace alignment and improve readability
* Use empty(VARIABLE) instead of ! ${VARIABLE}
* Sort Makefile entries (CPE_VENDOR and CONFLICTS_INSTALL)
Approved by: python (with hat)
Create a new www/django18 port using www/py-django17 as a base.
- Use CHEESESHOP (Geo-based CDN) as the default MASTER_SITES
- Update COMMENT to more closely match upstream
- Add version and LTS suffix to COMMENT
- Update CONFLICTS and de-scope to CONFLICTS_INSTALL
- Fix whitespace alignment and improve readability
Django 1.8 Release Notes:
https://docs.djangoproject.com/en/1.8/releases/1.8/
Other changes include:
- Drop gmake dependency [1]
- Drop DOCS consisting only of ChangeLog [1]
- Define LICENSE as GPLv2+ like in debian/copyright
- Reword COMMENT and pkg-descr to drop indefinite article and author line
Changes: http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
PR: 202745 [1]
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> [1]
Update DEPRECATED text displayed to users to match the verbage used at
upstream [1].
Set the EXPIRATION_DATE to "End of extended support" date + 6 months
While I'm here:
- Improve whitespace alignment
- Add whitespace for readability
[1] https://www.djangoproject.com/download/#supported-versions
Approved by: python (with hat)
MFH: 2015Q3
amd64/i386:
- Enable VDPAU by default for the large NVIDIA user base,
proposed by ehaupt
- BUILD_DEPEND on yasm only on amd64/i386
General cleanups:
- Remove REINPLACE_CMD on CONFIGURE_SCRIPT conditional for post-8.x
machines, is now part of patch-configure
- Offer RTCPU OPTION only on archs that support it (amd64, i386, ppc)
- Update RTCPU_DESC accordingly
- Use OPTION helper for RTCPU instead of complicated conditionals
- Remove superfluous check for ARCH when setting CFLAGS for armv6
Changes:
- Add external cffi ports (a la python):
- databases/pypy-gdbm
- databases/pypy-sqlite3
- x11-toolkits/pypy-tkinter
- Add bsd.pypy.mk for consistency between pypy ports.
- Add bsd.pypy.cffi.mk for consistency with external cffi ports.
- Switch back to using $PREFIX/pypy-X.Y (the '-' separator is required to
differentiate between lang/pypy and lang/pypy3)
- Remove all patches (upstreamed, see announcement below)
ChangeLog:
- Bug Fixes
- Revive non-SSE2 support
- Fixes for detaching _io.Buffer*
- Clear up contention in the garbage collector between trace-me-later and
pinning
- Issues reported with our previous release were resolved after reports from
users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on
IRC at #pypy.
- New features:
- cffi was updated to version 1.3
- The python stdlib was updated to 2.7.10 from 2.7.9
- vmprof now supports multiple threads
- The translation process builds cffi import libraries for some stdlib
packages, which should prevent confusion when package.py is not used
- better support for gdb debugging
- FreeBSD should be able to translate PyPy "out of the box" with no patches
- Numpy:
- Better support for record dtypes, including the align keyword
- Implement casting and create output arrays accordingly (still missing some
corner cases)
- Support creation of unicode ndarrays
- Better support ndarray.flags
- Support axis argument in more functions
- Refactor array indexing to support ellipses
- Allow the docstrings of built-in numpy objects to be set at run-time
- Support the buffered nditer creation keyword
- Performance improvements:
- Delay recursive calls to make them non-recursive
- Skip loop unrolling if it compiles too much code
- Tweak the heapcache
- Add a list strategy for lists that store both floats and 32-bit integers.
The latter are encoded as nonstandard NaNs. Benchmarks show that the speed
of such lists is now very close to the speed of purely-int or purely-float
lists.
- Simplify implementation of ffi.gc() to avoid most weakrefs
- Massively improve the performance of map() with more than one sequence
argument
Differential Revision: https://reviews.freebsd.org/D3285
This is the replacement tool to megaraid for the Avago megaraid SAS
family.
PR: ports/201580
Submitted by: <takefu@airport.fm>
Reviewed by: bapt
Sponsored by: Norse Corp, Inc (my review, testing, commit)