Update to 20140110
- Support for pkg(8)
Tweak WRKSRC setting from the original submission so staging and
packaging works properly. The distfile unpacks directly into $PWD,
which is not considered the best practice.
PR: 185649
Submitted by: Alexander Wittig
fixc connects to remote host and sends out FIX messages it reads from local
scenario file.
WWW: https://github.com/blttll/fixc
In addition to original submission:
* stagify
* Add PLIST_FILES
* PORTREVISION not needed for a brand new port
* Use DIST_SUBDIR as the distfile name is not indicative of
which port it belongs to
PR: ports/181943
Submitted by: blttll@gmail.com
pyScss is a compiler for SCSS flavor of the Sass language, a superset of
CSS3 that adds programming capabilities and some other syntactic sugar.
WWW: https://github.com/Kronuz/pyScss
PR: ports/186268
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
Tapi is a tool to automate the testing of your Application Programmer Interfaces
(APIs). Features:
* Test you API without writing any code (only edit a json file)
* Test you APIs in a much more 'natural' way by specifying urls/verbs and what
the output should be
* Verify anything from response status codes, headers, body content etc
* Also allows verification by issuing another API call to a different endpoint
to ensure a prior API call worked
* Execute arbitrary python scripts to populate request paramaters e.g. custom
headers
* Execute arbitrary python scripts to verify response from endpoint is valid
* Tests your APIs using your own APIs
WWW: https://github.com/jimmyislive/tapi/
PR: ports/186342
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
WWW: https://pypi.python.org/pypi/django-debug-toolbar
PR: ports/186159
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
The best way to have Django DRY forms. Build programmatic reusable layouts
out of components, having full control of the rendered HTML without writing
HTML in templates. All this without breaking the standard way of doing things
in Django, so it plays nice with any other form application.
WWW: https://github.com/maraujop/django-crispy-forms
PR: ports/186158
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
- Update to 0.1.15
- Deprecate easy_install target
- Enable AUTOPLIST
- BUILD_DEPENDS are actually RUN_DEPENDS
- Remove NOOP post-patch: target
- Patch out "../LICENSE" from package_data in setup.py, which is
--record'ed verbatim and causes tar to bail out at install: time with
"Path contains '..'" [1]
[1] https://wiki.freebsd.org/action/diff/Python?action=diff&rev1=118&rev2=119
PR: ports/185078
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
Approved by: maintainer timeout (1 month)
- f10 had it
- this fixes at least the flashplugin with this linux_base
Fix comment.
PR: 186118
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
- Take maintainership
- Remove leading article from COMMENT
- Add license (GPLv2)
- USES gmake instead of USE_GMAKE
- Disable all warnings with -w
- Support STAGEDIR
- Add DOCS and Option
- Add Desktop entry file
- Add and symlink the icon
- Recreate patches with make makepatch
- Recreate pkg-plist with make makeplist
PR: ports/173880
Submitted by: nemysis (self)