Commit graph

323341 commits

Author SHA1 Message Date
Antoine Brodin
f46b217ce3 Stage support 2014-02-02 12:13:06 +00:00
Matthew Seaman
5388614609 Assign maintainership to submitter
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
2014-02-02 12:09:20 +00:00
Pawel Pekala
d3d42b4c5c - Stage support [1]
- Fix pkg-descr text alignment

PR:		ports/186320
Submitted by:	maintainer
2014-02-02 12:05:23 +00:00
Antoine Brodin
dbc6e916f4 Stage support 2014-02-02 11:37:14 +00:00
Martin Wilke
f40c1edfcc - Stage support
Oked by:	kwm (gnome)
2014-02-02 11:28:02 +00:00
Martin Wilke
e02efb4098 - Stage support 2014-02-02 11:17:47 +00:00
Martin Wilke
28703c2798 - Unbreak build
Reported by:	qtabot
2014-02-02 11:16:22 +00:00
Martin Wilke
b9f6bf2dca - Stage support 2014-02-02 11:00:29 +00:00
Martin Wilke
9f72aadd92 - Stage support 2014-02-02 11:00:18 +00:00
Martin Wilke
e4b77c9bda - Stage support 2014-02-02 11:00:11 +00:00
Martin Wilke
c0be5f35ac - Stage support 2014-02-02 11:00:07 +00:00
Martin Wilke
4e9edeacbd - Stage support 2014-02-02 10:29:57 +00:00
Martin Wilke
a158a7570a - Stage support 2014-02-02 10:25:57 +00:00
Martin Wilke
563cef9edd - Stage support 2014-02-02 10:25:49 +00:00
Matthew Seaman
66d093cbcd fixc is a simple Financial Information eXchange (FIX) protocol console client.
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
2014-02-02 10:24:26 +00:00
Koop Mast
f3f02b8817 Stagify. 2014-02-02 10:14:08 +00:00
Martin Wilke
5e1fb835b8 - Stage support 2014-02-02 10:11:12 +00:00
Martin Wilke
c79c7db75b - Stage support 2014-02-02 10:08:02 +00:00
Kubilay Kocak
bf3f97a499 [NEW PORT] textproc/py-scss: Compiler for SCSS flavor of the Sass language
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>
2014-02-02 10:05:42 +00:00
Martin Wilke
e393553b68 - Stage support
Reviewed by:	mat (via a crappy vnc session and it looked nice :-p)
2014-02-02 09:51:17 +00:00
Kubilay Kocak
ad144fc7dc devel/py-tapi: Framework for testing APIs [NEW PORT]
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>
2014-02-02 09:27:42 +00:00
Alex Kozlov
08295d26f7 - Support STAGEDIR
- Add LICENSE
- Reset maintainer
2014-02-02 09:05:59 +00:00
Martin Wilke
a5843f4f81 - Stage support 2014-02-02 08:56:06 +00:00
Kubilay Kocak
1e9264154d devel/py-checkmanifest: Update to 0.18 and modernise
- Update to 0.18
- Deprecate easy_install target

Changes: 0.18 (2014-01-30)

 * Friendlier error message when an external command cannot be found
   (issue #21).
 * Add suggestion pattern for .coveragerc.
 * Python 2.6 support (issue #22).

PR:		ports/186336
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-02-02 08:46:40 +00:00
Martin Wilke
232ce5fe5f - Stage support 2014-02-02 08:35:23 +00:00
Martin Wilke
6de2c30458 - Stage support 2014-02-02 08:35:15 +00:00
Kubilay Kocak
cac97723f9 www/py-django-debug-toolbar: Configurable panels to display debug information [NEW PORT]
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>
2014-02-02 08:34:08 +00:00
Martin Wilke
231e9ad4e9 - Stage support 2014-02-02 08:22:22 +00:00
Eitan Adler
7405b8e0ed Return some ports I maintain to the pool. 2014-02-02 08:11:05 +00:00
Kubilay Kocak
3c26abd8d3 www/py-django-crispy-forms: The best way to have Django DRY forms [NEW PORT]
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>
2014-02-02 08:10:14 +00:00
Kubilay Kocak
e456aafbab sysutils/py-halite: Update to 0.1.15 & Modernise
- 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)
2014-02-02 07:46:00 +00:00
Jason Helfman
da15f41b27 - support staging 2014-02-02 07:39:09 +00:00
Alexander Leidinger
5c8b95fb38 Add libuuid:
- 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>
2014-02-02 06:58:50 +00:00
Ryan Steinmetz
69d0952ada - Add libyaml to the libyaml vulnerability entry 2014-02-02 03:51:39 +00:00
Steve Wills
fa3b0ccbed - Update and unbreak
PR:		ports/186078
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
2014-02-02 03:46:48 +00:00
Steve Wills
f83e7402ce - Update rails dep 2014-02-02 03:42:45 +00:00
Steve Wills
909ae38154 - Add rubygem-arel3 to unbreak index 2014-02-02 03:38:56 +00:00
Steve Wills
49b42bb6f7 - Update dependencies 2014-02-02 03:11:49 +00:00
Steve Wills
89f96d486f - Update dependencies 2014-02-02 03:03:11 +00:00
Steve Wills
9411e74248 - Update to 3.2.14 2014-02-02 03:02:44 +00:00
Steve Wills
2ca62a2f8d - Update dependencies 2014-02-02 03:02:23 +00:00
Steve Wills
2a3b3f2756 - Update to 3.1.0 2014-02-02 03:01:57 +00:00
Steve Wills
f86b2d4c92 - Update to 1.7.0 2014-02-02 03:01:42 +00:00
Steve Wills
e774623270 - Add port for older version of rubygem-arel which rails needs 2014-02-02 03:01:10 +00:00
Steve Wills
d6f5f6bedc - Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by:	sunpoet
2014-02-02 03:00:27 +00:00
Steve Wills
8cc3624b67 - Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by:	sunpoet
2014-02-02 02:59:46 +00:00
Steve Wills
979afa2999 - Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by:	sunpoet
2014-02-02 02:59:10 +00:00
Diane Bruce
b6979dc6f2 - Fix runtime core
- Fix minor nit in tqsl.cpp with use of WxString

Reported by:	Thomas Laus <lausts@acm.org>
2014-02-02 02:16:37 +00:00
Rusmir Dusko
0e5c4bcaa3 - Have forget to change maintainer to me 2014-02-02 00:24:43 +00:00
Rusmir Dusko
0230fbbab4 - Bump PORTREVISION
- 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)
2014-02-02 00:20:09 +00:00