Commit graph

4017 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
170a92547f SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework.

WWW: https://pypi.python.org/pypi/sockjs-tornado
2016-07-29 12:10:31 +00:00
Ruslan Makhmatkhanov
af194cf43b django-guardian is an implementation of object permissions for Django
providing extra authentication backend.

WWW: https://pypi.python.org/pypi/django-guardian
2016-07-29 12:03:19 +00:00
Jan Beich
caa27d7366 www/py-kallithea: add new port
PR:		210605
Submitted by:	Ilia Skalozubov <freebsd@skinc.ru>

Kallithea is a fast and powerful management tool for Mercurial and Git with a
built-in push/pull server, full text search and code-review. It works on
http/https and has a built in permission/authentication system with the ability
to authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API
so it's easy to integrate with existing external systems.

Kallithea is similar in some respects to GitHub or Bitbucket, however Kallithea
can be run as standalone hosted application on your own server. It is
open-source donationware and focuses more on providing a customised,
self-administered interface for Mercurial and Git repositories. Kallithea works
on Unix-like systems and Windows, and is powered by the vcs library created by
Lukasz Balcerzak and Marcin Kuzminski to uniformly handle multiple version
control systems.

Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.

http://kallithea-scm.org/
2016-07-20 23:14:26 +00:00
Jan Beich
a17911073d www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget
PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su> (maintainer)
2016-07-18 19:06:27 +00:00
Pawel Pekala
b16cc9c5c4 Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.

WWW: https://github.com/noirbizarre/flask-restplus

PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su>
2016-07-16 18:03:26 +00:00
Pawel Pekala
bb7ff5e2e1 Provides user session management for Flask.
It handles tasks of logging in, logging out, and remembering your user's
sessions over extended periods of time.
It is not bound to any particular database system or permissions model.

WWW: https://github.com/maxcountryman/flask-login

PR:		210978
Submitted by:	Andrej Ebert <andrej@ebert.su>
2016-07-16 17:21:15 +00:00
Kurt Jaeger
79e38944f4 New port: www/stagit
stagit is a static Git web page generator with the following features:

- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with linkable line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a webpage.
- Detect submodules (.gitmodules file) from HEAD and link it as a
  webpage.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-index.
- After generating the pages (relatively slow) serving the files is
  very fast, simple and requires little resources (because the content
  is static), only a HTTP file server is required.

WWW: http://git.2f30.org/stagit/log.html

PR:		209206
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-07-16 17:12:56 +00:00
Pawel Pekala
2c883cac42 Extension for Flask that compresses responses with gzip
WWW: https://github.com/libwilliam/flask-compress

PR:		210977
Submitted by:	Andrej Ebert <andrej@ebert.su>
2016-07-16 17:05:03 +00:00
Steve Wills
142856484e www/gohugo: create port
Hugo is a general-purpose website framework. Technically speaking, Hugo is a
static site generator. Unlike other systems which dynamically build a page
every time a visitor requests one, Hugo does the building when you create your
content. Since websites are viewed far more often than they are edited, Hugo is
optimized for website viewing while providing a great writing experience.

Sites built with Hugo are extremely fast and very secure. Hugo sites can be
hosted anywhere and run without dependencies on expensive runtimes like Ruby,
Python or PHP and without dependencies on any databases.

WWW: http://gohugo.io

PR:		211127
Submitted by:	Ben Lavery <ben.lavery@hashbang0.com> (with minor changes)
2016-07-15 15:01:39 +00:00
Pawel Pekala
6467b64680 Simple, elegant HTML, XHTML and XML generation.
WWW: http://pypi.python.org/pypi/html

PR:		210735
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-14 18:53:10 +00:00
Emanuel Haupt
4a07d60969 GoTTY is a simple command line tool that turns your CLI tools into web
applications.

GoTTY starts a new process with the given command when a new client connects
to the server. This means users cannot share a single terminal with others by
default. However, you can use terminal multiplexers for sharing a single
process with multiple clients.

For additional security, SSL/TLS client certificate authentication and
session encryption should be used.

WWW: https://github.com/yudai/gotty
2016-07-12 15:13:23 +00:00
Jimmy Olgeni
64d7f0b0c4 Add www/elixir-phoenix_pubsub, a distributed pubsub and presence platform
for the Phoenix Framework.
2016-07-11 08:38:10 +00:00
TAKATSU Tomonari
573ffab3a8 - Add new port: www/rubygem-rdf
RDF.rb is a pure-Ruby library for working with Resource Description
  Framework (RDF) data.

  Features:
  * 100% pure Ruby with minimal dependencies and no bloat.
  * Fully compatible with RDF 1.1 specifications.
  * 100% free and unencumbered public domain software.
  * Provides a clean, well-designed RDF object model and related APIs.
  * Supports parsing and serializing N-Triples and N-Quads out of the box, with
    more serialization format support available through add-on extensions.
  * Includes in-memory graph and repository implementations, with more storage
    adapter support available through add-on extensions.
  * Implements basic graph pattern (BGP) query evaluation.
  * Plays nice with others: entirely contained in the RDF module, and does not
    modify any of Ruby's core classes or standard library.
  * Based entirely on Ruby's autoloading, meaning that you can generally make use
    of any one part of the library without needing to load up the rest.
  * Compatible with Ruby Ruby 2.x, Rubinius and JRuby 1.7+ (in Ruby 2.0 mode).
  * Performs auto-detection of input to select appropriate Reader class if one can
    not be determined from file characteristics.

  WWW: http://rubygems.org/gems/rdf
2016-07-10 10:04:51 +00:00
Wen Heping
8ff84deab1 - Repocopy mediawiki126 --> mediawiki127 and update to 1.27.0 2016-07-10 03:10:19 +00:00
TAKATSU Tomonari
009556930b - Add new port: www/rubygem-link_header
Parse and format HTTP link headers as described in the draft spec
  http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt, also
  the equivalent HTML link elements.

  Converts conforming link headers to and from text, LinkHeader objects
  and corresponding (JSON-friendly) Array representations, also HTML
  link elements.

  WWW: http://rubygems.org/gems/link_header
2016-07-08 23:40:24 +00:00
Rene Ladan
28c08bc1b1 Remove expired port:
2016-07-04 www/yahoo-ui: Broken for more than 6 months
2016-07-05 18:57:39 +00:00
Mark Felder
30c9b02c08 This redmine plugin extends the ldap authentication with user/group
synchronization.

WWW: https://github.com/thorin/redmine_ldap_sync
2016-07-05 16:38:53 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Mark Felder
55db149822 www/node5: Remoe port
Port has expired and upstream has deprecated this version.

PR:		210737
2016-07-01 16:28:08 +00:00
Rene Ladan
f0208d2875 Remove expired ports:
2016-06-29 graphics/libchamplain08: Old version, not needed any more
2016-06-30 sysutils/syslog-ng35: EOL, no longer supported by bababit.hu
2016-06-30 sysutils/syslog-ng34: EOL, no longer supported by bababit.hu
2016-06-30 devel/jenkins2: Use devel/jenkins
2016-06-30 www/p5-WWW-Google-Notebook: Google Notebook has shut down
2016-06-30 sysutils/syslog-ng-incubator03: EOL, no longer supported by bababit.hu
2016-06-30 22:32:36 +00:00
Kurt Jaeger
76843e4940 New port: www/uchiwa
Uchiwa is a simple dashboard for the Sensu monitoring framework.

WWW: http://uchiwa.io/

PR:		210071
Submitted by:	Alexander Holte-Davidsen <ports@treg.io>
2016-06-30 19:22:21 +00:00
Mark Felder
31d2452de1 Remove www/redmine-stuff_to_do
I added this port for convenience at work, but the recent redmine update
to 3.x completely breaks it. There is no upstream. I am probably the
only consumer as it is so new, so I am deleting this.
2016-06-27 22:16:20 +00:00
Wen Heping
8ff4a61f16 URLObject is a utility class for manipulating URLs. The latest incarnation of
this library builds upon the ideas of its predecessor, but aims for a clearer
API, focusing on proper method names over operator overrides. It's also being
developed from the ground up in a test-driven manner, and has full Sphinx
documentation.

WWW: http://github.com/zacharyvoase/urlobject

PR:		210604
Submitted by:	freebsd@skinc.ru
2016-06-27 01:52:14 +00:00
Mark Felder
59ef891779 Plugin implements SSO authentication method in Redmine.
Plugin allows transparent authentication of the User using his domain
account through Web-server module (for ex. mod_ntlm in Apache).

WWW: https://bitbucket.org/dkuk/single_auth
2016-06-24 21:27:50 +00:00
Mark Felder
8bef03f513 This is a plugin for including common libraries into Redmine.
WWW: https://bitbucket.org/dkuk/a_common_libs
2016-06-24 21:27:30 +00:00
Kris Moore
3f11b7b289 Grafana is an open source, feature rich metrics dashboard
and graph editor for Graphite, InfluxDB & OpenTSDB.

WWW: https://github.com/grafana/grafana

PR: 210485
Submitted by: John Hixson <jhixson@gmail.com>
2016-06-24 14:22:06 +00:00
Dmitry Sivachenko
117bbba7ab Add devel version of calamaris port (which is able to parse fresh squid logs) 2016-06-21 12:05:39 +00:00
Rene Ladan
538637f659 Remove expired ports:
2016-04-24 www/drupal6-content_access: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-google_analytics: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-seo_checklist: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-pathauto: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-wysiwyg: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-advanced_help: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-path_redirect: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-webform: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-imce: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-mimedetect: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-tagadelic: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-panels: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-zeropoint: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-geshifilter: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-chaos: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-token: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-print: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-nodewords: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-image: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-menu_block: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-views: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-services: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-ckeditor: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-nice_menus: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-page_title: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6-cck: www/drupal6 upstream is EOL and port expired 2016-04-24
2016-04-24 www/drupal6: EOL upstream as of 2016-02-24
2016-06-18 08:01:07 +00:00
Kurt Jaeger
9b5a8ba97d New port: www/nextcloud
Nextcloud is a system for the creation and management of personal
cloud resources. It is a fork of Owncloud.

WWW: https://nextcloud.com

PR:		210295
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
2016-06-16 01:41:32 +00:00
Carlo Strub
360dfdadf5 This is a django-otp plugin that handles YubiKey devices using the Yubico OTP
algorithm. This includes two device definitions: one to verify YubiKey tokens
locally and another to verify them against a web service.

WWW: https://pypi.python.org/pypi/django-otp-yubikey
2016-06-12 21:48:14 +00:00
Pietro Cerutti
6d1f239644 www/caldavzap: add port
CalDavZAP is an open source CalDAV web client implementation released under GNU
Affero General Public License (version 3.0).

Main features:

* 100% JavaScript+jQuery CalDAV web client/application - no special server
  software required for standard setup (except the CalDAV server of course)
* server-based XML configuration generator (for special setup) with HTTP and
  LDAP authentication plugins
* asynchronous read-only and read/write calendar collection detection
* asynchronous background synchronization
* support for delegated calendars
* support for subscribed calendars
* time-range filtering (server support required)
* support for RFC compliant vCalendars (version 2.0) and automatic correction
  of most common errors in invalid vCalendars
* support for background calendars - if there is at least one event defined for
  the given day in a background calendar, the background color for that day
  will be pink/light-red

and much more ...

WWW: https://www.inf-it.com/open-source/clients/caldavzap/
2016-06-03 09:37:36 +00:00
Kurt Jaeger
6231b45dd3 New port: www/p5-Dancer-Plugin-RPC
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.

Dancer::Plugin::RPC::XMLRPC

This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.

Dancer::Plugin::RPC::JSONRPC

This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.

See the /t dir for examples (until some tutorial exists)

WWW: https://metacpan.org/pod/Dancer::Plugin::RPC

PR:		209597
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-06-02 19:57:21 +00:00
Wen Heping
925df5a505 - Repocopy moodle30 --> moodle31 and update to 3.1 2016-05-24 08:33:27 +00:00
Brad Davis
48a2a20ca4 Add a new port: www/rubygem-faye
Approved by:	swills (mentor)
2016-05-19 18:40:34 +00:00
Brad Davis
cc094493c0 Add a new port: www/rubygem-faye-websocket
Approved by:	swills (mentor)
2016-05-19 18:38:49 +00:00
Brad Davis
591202789c Add a new port: www/rubygem-websocket-driver
Approved by:	swills (mentor)
2016-05-19 18:36:38 +00:00
Brad Davis
2fc1d28333 Add a new port of www/rubygem-websocket-extensions
Approved by:	swills (mentor)
Making me work for it:	swills
2016-05-19 18:33:31 +00:00
Carlo Strub
7523acb677 This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers
wishing to incorporate OTPs into their Django projects as a form of two-factor
authentication.

This project includes several simple OTP plugins and more are available
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple
plugins.

WWW: https://bitbucket.org/psagers/django-otp
2016-05-17 20:30:57 +00:00
Mark Felder
50472a66fe pySmartDL strives to be a full-pleged smart download manager for Python.
WWW: https://github.com/iTaybb/pySmartDL/
2016-05-16 02:07:15 +00:00
Mark Felder
94de750f21 Small add-on for the python requests http library. Makes use of python
3.2's concurrent.futures or the backport for prior versions of python.

WWW: https://github.com/ross/requests-futures
2016-05-16 02:01:28 +00:00
Allan Jude
1170fea2ec add www/varnish-libvmod-maxminddb
Varnish Module (vmod) for accessing maxminddb geoip data

Approved by:	feld
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D6380
2016-05-16 00:29:36 +00:00
Matthew Seaman
88a81fc41d Graphite-API
This is a minimalistic API server that replicates the behavior of Graphite-web,
pruned and simplified as much code as possible while keeping the basic
functionality.

WWW: https://github.com/brutasse/graphite-api

PR:		208890
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2016-05-15 17:51:48 +00:00
Mark Felder
ff6c3e97d1 Redmine plugin to generate and use issue templates for each project to
assist issue creation.

WWW: https://bitbucket.org/akiko_pusu/redmine_issue_templates/wiki/Home
2016-05-13 21:09:42 +00:00
Mark Felder
aceadac481 This plugin adds professional knowledgebase functionality to the Redmine
project management application.

WWW: https://github.com/alexbevi/redmine_knowledgebase
2016-05-13 18:02:35 +00:00
Mark Felder
ef6f077ab4 This is a redmine plugin for supporting Markdown as a wiki format. This
plugin use Redcarpet which is GitHub's markdown wiki formatter.
Redcarpet is extreme fast and compatible GitHub's Wiki. They are
advantage from Redmine Markdown Formatter and Redmine Markdown Extra
Formatter. This code is originally Redmine Markdown Formatter and
Redmine reStructuredtext Formatter. I appreciate these guys.

WWW: https://github.com/alminium/redmine_redcarpet_formatter
2016-05-13 14:12:03 +00:00
Mark Felder
cc698252b5 Adds some macros to the wiki to display a note/info/warning/tip block
WWW: https://github.com/dseifert/redmine_wiki_notes
2016-05-13 13:21:10 +00:00
Mark Felder
f8bb942f8c The Stuff To Do plugin allows a user to order and prioritize the issues
they are doing into a specific order.

WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin
2016-05-13 12:56:02 +00:00
Mark Felder
5c1b8f29b6 A plugin to add QA Contact functionality (like in Bugzilla) to Redmine
WWW: https://github.com/thagomizer/redmine_qa_contact
2016-05-13 12:19:47 +00:00
Mark Felder
60a5211fd7 This plugin provides instances of Redmine a method with additional
graphs.

WWW: https://github.com/bradbeattie/redmine-graphs-plugin
2016-05-12 21:01:28 +00:00
Mark Felder
0ee21ba8fa Default assign is a Redmine plugin that allows you to define a default
person for new tickets to be assigned to.

WWW: https://github.com/giddie/redmine_default_assign
2016-05-12 20:19:16 +00:00