FreeBSD Bugzilla – Attachment 193252 Details for
Bug 228132
[NEW PORT] www/py-django-ranged-response: Modified Django FileResponse that adds Content-Range headers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-django-ranged-response-0.2.0.patch
py-django-ranged-response-0.2.0.patch (text/plain), 2.60 KB, created by
Kai Knoblich
on 2018-05-10 21:49:54 UTC
(
hide
)
Description:
py-django-ranged-response-0.2.0.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-05-10 21:49:54 UTC
Size:
2.60 KB
patch
obsolete
>Index: py-django-ranged-response/Makefile >=================================================================== >--- py-django-ranged-response/Makefile (nonexistent) >+++ py-django-ranged-response/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= django-ranged-response >+DISTVERSION= 0.2.0 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Modified Django FileResponse that adds Content-Range headers >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-django-ranged-response/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-django-ranged-response/distinfo >=================================================================== >--- py-django-ranged-response/distinfo (nonexistent) >+++ py-django-ranged-response/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1525987745 >+SHA256 (django-ranged-response-0.2.0.tar.gz) = f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985 >+SIZE (django-ranged-response-0.2.0.tar.gz) = 3021 > >Property changes on: py-django-ranged-response/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-django-ranged-response/pkg-descr >=================================================================== >--- py-django-ranged-response/pkg-descr (nonexistent) >+++ py-django-ranged-response/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This is a modified FileResponse that returns 'Content-Range' headers with the >+HTTP response, so browsers (e.g. Safari 9+) that request the file, can stream >+the response properly. >+ >+WWW: https://github.com/wearespindle/django-ranged-fileresponse > >Property changes on: py-django-ranged-response/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228132
: 193252