FreeBSD Bugzilla – Attachment 133042 Details for
Bug 177425
[NEW PORT] www/trac-tracdragdrop: extends attachments list in Trac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
trac-tracdragdrop.diff
trac-tracdragdrop.diff (text/plain), 2.32 KB, created by
Hung-Yi Chen
on 2013-03-27 22:10:00 UTC
(
hide
)
Description:
trac-tracdragdrop.diff
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2013-03-27 22:10:00 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 315416) >+++ Makefile (working copy) >@@ -1933,6 +1933,7 @@ > SUBDIR += trac-tickettemplate > SUBDIR += trac-timingandestimation > SUBDIR += trac-tocmacro >+ SUBDIR += trac-tracdragdrop > SUBDIR += trac-tweakui > SUBDIR += trac-vote > SUBDIR += trac-wantedpages >Index: trac-tracdragdrop/Makefile >=================================================================== >--- trac-tracdragdrop/Makefile (revision 0) >+++ trac-tracdragdrop/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# Created by: Hung-Yi Chen <gaod@hychen.org> >+# $FreeBSD$ >+ >+PORTNAME= tracdragdrop >+PORTVERSION= 0.12.0.10.${SVN_REV} >+CATEGORIES= www devel python >+MASTER_SITES= http://trac-hacks.org/changeset/${SVN_REV}/tracdragdropplugin?old_path=/&format=zip&filename= >+PKGNAMEPREFIX= trac- >+DISTNAME= ${PORTNAME}plugin-r${SVN_REV} >+ >+MAINTAINER= gaod@hychen.org >+COMMENT= Provides extends attachments list of Trac >+ >+LICENSE= BSD >+ >+SVN_REV= 12822 >+ >+RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 >+USE_ZIP= yes >+USE_PYTHON= -2.7 >+USE_PYDISTUTILS= easy_install >+ >+FETCH_BEFORE_ARGS= -o ${DISTFILES} >+PYDISTUTILS_PKGNAME= TracDragDrop >+PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.${SVN_REV}//g} >+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >+ >+.include <bsd.port.mk> >Index: trac-tracdragdrop/distinfo >=================================================================== >--- trac-tracdragdrop/distinfo (revision 0) >+++ trac-tracdragdrop/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (tracdragdropplugin-r12822.zip) = 8bc454b52e5b4035142e84e51c69656deeb42b54033fd8f395d9a0786caa869d >+SIZE (tracdragdropplugin-r12822.zip) = 39920 >Index: trac-tracdragdrop/pkg-descr >=================================================================== >--- trac-tracdragdrop/pkg-descr (revision 0) >+++ trac-tracdragdrop/pkg-descr (working copy) >@@ -0,0 +1,11 @@ >+This plugin extends attachments list in Trac. >+ >+Drag-and-drop to attach files using HTML5 drag-and-drop, >+XMLHttpRequest Level 2 and File API. >+Progress bar while uploading the files using XMLHttpRequest >+Level 2. >+More than one file for selecting attachment files. >+Attach an image from clipboard. >+Auto-submit on select a file to attach. >+ >+WWW: http://trac-hacks.org/wiki/TracDragDropPlugin
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 177425
: 133042 |
133043