Commit graph

1397 commits

Author SHA1 Message Date
brook
e451eb75e1 R-shiny: initial commit
Makes it incredibly easy to build interactive web applications with R.
Automatic "reactive" binding between inputs and outputs and extensive
prebuilt widgets make it possible to build beautiful, responsive, and
powerful applications with minimal effort.
2019-08-09 20:52:49 +00:00
brook
2a7aa79dc0 R-httpuv: initial commit
Provides low-level socket and protocol support for handling HTTP and
WebSocket requests directly from within R. It is primarily intended as
a building block for other packages, rather than making it
particularly easy to create complete web applications using httpuv
alone. httpuv is built on top of the libuv and http-parser C
libraries, both of which were developed by Joyent, Inc. (See LICENSE
file for libuv and http-parser license information.)
2019-08-09 20:26:46 +00:00
brook
98a60a63a7 R-gh: initial commit
Minimal client to access the 'GitHub' 'API'.
2019-08-09 19:08:32 +00:00
brook
e309fa96ad R-httr: initial commit
Useful tools for working with HTTP organised by HTTP verbs (GET(),
POST(), etc). Configuration functions make it easy to control
additional request components (authenticate(), add_headers() and so
on).
2019-08-09 19:07:43 +00:00
brook
dcbd420afe R-htmlwidgets: initial commit.
A framework for creating HTML widgets that render in various contexts
including the R console, 'R Markdown' documents, and 'Shiny' web
applications.
2019-07-31 13:58:41 +00:00
jaapb
817dc4b557 Added ocaml-cohttp to Makefile SUBDIRs 2019-07-01 15:49:47 +00:00
nia
ec7cdd43bb Remove amaya.
It's unmaintained by upstream for most of this decade (even then, this
is an old version), and broken in bulk builds since at least last year.

Discussed on pkgsrc-users@.
2019-06-23 09:21:30 +00:00
fcambus
733e3b0717 Add stagit. 2019-06-19 10:07:50 +00:00
adam
05a608dcab py-flask-jwt-extended: added version 3.18.2
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to
Flask for protecting views, but also many helpful (and optional) features built
in to make working with JSON Web Tokens easier. These include:
* Support for adding custom claims to JSON Web Tokens
* Custom claims validation on received tokens
* Creating tokens from complex objects or complex object from received tokens
* Refresh tokens
* Token freshness and separate view decorators to only allow fresh tokens
* Token revoking/blacklisting
* Storing tokens in cookies and CSRF protection
2019-06-17 20:57:39 +00:00
adam
4cd99df00e py-flask-cache: removed; successor py-flask-caching 2019-06-15 09:38:03 +00:00
adam
c5877dd3be py-pendrell: removed 2019-06-15 09:37:17 +00:00
ryoon
1578ba670c Disable icedtea-web 2019-06-13 03:12:11 +00:00
wiz
a78f249cc7 firefox{36,45}: remove old ESR releases of firefox
This still leaves the current ESR release, firefox60, the unsupported
one before that, firefox52, which does not depend on rust.
2019-06-12 15:25:01 +00:00
markd
348da56045 p5-HTML-Template-Compiled: add version 1.003
HTML::Template::Compiled is a template system which can be used for HTML::Template
templates with almost the same API. It offers more flexible template delimiters,
additional tags and features, and by compiling the template into perl code it can
run significantly faster in persistent environments such as FastCGI or mod_perl.

The goal is to offer more features for flexibility but keep the basic syntax
as easy as it is.
2019-06-03 11:35:04 +00:00
markd
a96be0bb84 p5-HTTP-Tiny-Multipart: add version 0.08
Add post_multipart to HTTP::Tiny
2019-06-03 11:09:58 +00:00
wiz
5ecfac827b opera-acroread7: remove
Depends on removed acroread7.
2019-05-02 22:13:27 +00:00
leot
e85b3875c5 www: sort 2019-04-19 14:07:21 +00:00
fox
3992ec8d6e Added cliqz to Makefile SUBDIRs 2019-04-19 14:05:56 +00:00
nia
9986eb5d27 www/gitea: Add version 1.7.4
Mostly based on work by tuxillo in pkgsrc-wip with some changes and additions
by me.

Gitea is a community managed fork of Gogs, lightweight code hosting solution
written in Go and published under the MIT license.
2019-03-24 21:34:23 +00:00
wiz
e8546c406f nvu: remove
Does not build in all bulk builds reports I could find.
Last release from 2005.
2019-03-20 10:02:53 +00:00
jaapb
5b3142150d Added ocaml-uri to Makefile SUBDIRs 2019-03-19 14:27:18 +00:00
taca
b8e42fb92d www/Makefile: remove ruby-rack15 2019-03-03 16:52:35 +00:00
taca
267ae52cd1 www/Makefile: remove ruby-journey 2019-03-03 16:26:40 +00:00
taca
69058520c6 www/Makefile: remove ruby-actionpack32 and ruby-activeresource32 2019-03-03 15:59:23 +00:00
taca
b9b3a5683b www/Makefile: remove ruby-rails32 and ruby-sass-rails32. 2019-03-03 15:50:16 +00:00
taca
a0ca365ee1 www/Makefile: replace ruby-coffee-rails32 with ruby-coffee-rails 2019-03-03 15:46:09 +00:00
taca
0f247ea12c www/Makefile: add ruby-rails52 2019-03-03 15:03:51 +00:00
taca
f1e64f9894 www/Makefile: add ruby-{actioncable,actionpack,actionview}52 2019-03-03 14:53:54 +00:00
taca
9c124711af www/Makefile: add and enable ruby-rack-test06 2019-03-03 14:35:53 +00:00
gutteridge
e83f81e5a0 Makefile: minor re-ordering 2019-02-28 03:24:52 +00:00
adam
0345cb435c py-uwsgi: updated to 2.0.18
uWSGI 2.0.18:
Fixed support for Python 3.7
Allow to use autoport (socket :0) with custom socket backlog
pyuwsgi ported to python3
pyuwsgi packages fixes
pyuwsginossl build configuration for building pyuwsgi without ssl support
Fix unix socket inheritance after reload on FreeBSD
Fix crashes with –wsgi-env-behavior=holy
Fix invalid free in python plugin
Fix compilation warnings with gcc-8
Fix spooler python references
Don’t generate build warnings in systemd_logger
Fix segmentation fault during worker shutdown
2019-02-27 12:15:54 +00:00
taca
eb09b4d0e1 www/Makefile: add and enable ruby-sass34 2019-02-24 16:12:36 +00:00
taca
253825f706 www/Makefile: add and enable ruby-sass-rails 2019-02-24 16:04:12 +00:00
taca
a952477433 www/Makefile: add and enable ruby-sass-listen 2019-02-24 15:51:52 +00:00
leot
fb7889f9fe www: Add tscrape 2019-02-22 21:24:19 +00:00
jnemeth
51d5e2168b sort 2019-02-07 05:09:35 +00:00
kleink
a769c5d32b www: + py-flask-restplus 2019-02-01 15:31:58 +00:00
gdt
370c68c082 gnurl: Import from wip (packaged by ng0)
libgnurl is a fork of libcurl. The goal for libgnurl is to support
only HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend
(GnuTLS) to ensure a small footprint and uniform experience for
developers regardless of how libcurl was compiled.
This software is mainly used by GNUnet. The modifications to curl
are kept to the bare minimum, intended to track upstream closely.
gnurl is not a replacement for curl, so different paths are used.
2019-02-01 15:21:28 +00:00
ryoon
b55ff01d58 Enable apache-tomcat9 2019-01-22 14:55:46 +00:00
kleink
ec0a01ff44 www: + py-flask-cors. 2019-01-07 18:03:27 +00:00
adam
e8725ece18 py-django-timezone-field: added version 3.0
A Django app providing database and form fields for pytz timezone objects.
2019-01-07 12:56:22 +00:00
adam
ba1859d853 py-soupsieve: added version 1.6.1
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
It aims to provide selecting, matching, and filtering using modern CSS
selectors. Soup Sieve currently provides selectors from the CSS level 1
specifications up through the latest CSS level 4 drafts (though some are not
yet implemented).

Soup Sieve was written with the intent to replace Beautiful Soup's builtin
select feature, and as of Beautiful Soup version 4.7.0, it now is. Soup Sieve
can also be imported in order to use its API directly for more controlled,
specialized parsing.

Soup Sieve has implemented most of the CSS selectors up through the level 4
drafts, though there are a number that don't make sense in a non-browser
environment. Selectors that cannot provide meaningful functionality simply do
not match anything.
2019-01-02 10:34:20 +00:00
jnemeth
4b29e733f3 sort 2018-12-20 07:14:10 +00:00
adam
63a76cb0b5 py-djangocms-column: added version 1.9.0
A Multi Column Plugin for django CMS.
2018-12-16 14:06:51 +00:00
adam
b10b6ad7b2 py-flask-caching: added version 1.4.0
This is a fork of the Flask-Cache extension. Adds easy cache support to Flask.
2018-12-14 10:44:40 +00:00
adam
8be3ce1638 py-flask-restful: added version 0.3.6
Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up.
2018-12-06 19:32:05 +00:00
manu
3857ef2744 Added www/p5-LWP-Protocol-Net-Curl version 0.023
Provide Curl support for LWP::UserAgent
2018-12-03 02:20:36 +00:00
manu
322c5e5034 Added www/p5-Net-Curl version 0.39
This module provides functionnality similar to www/p5-WWW-Curl but
its slightly different API is required for www/p5-LWP-Protocol-Net-Curl
2018-12-03 02:17:18 +00:00
adam
e626ab1409 py-djangocms-attributes-field: added version 0.4.0
This project aims to provide a sensible means of storing and managing arbitrary
HTML element attributes for later emitting them into templates.

There are a wide variety of types of attributes and using the "normal" Django
method of adding ModelFields for each on a business model is cumbersome at best
and moreover may require related tables to allow cases where any number of the
same type of attribute should be supported (i.e., data-attributes). This can
contribute to performance problems.

To avoid these pitfalls, this package allows all of these attributes to be
stored together in a single text field in the database as a JSON blob, but
provides a nice widget to provide an intuitive, key/value pair interface and
provide sensible validation of the keys used.
2018-11-20 18:38:34 +00:00
ryoon
caaab20107 Enable go-tocss 2018-11-18 08:49:17 +00:00