FreeBSD Bugzilla – Attachment 151839 Details for
Bug 196874
[NEW PORT] www/trac-exceldownload: download report and ticket pages as Excel file for Trac wiki
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.svn
file.svn (text/plain), 3.56 KB, created by
Real Huang
on 2015-01-19 10:02:25 UTC
(
hide
)
Description:
file.svn
Filename:
MIME Type:
Creator:
Real Huang
Created:
2015-01-19 10:02:25 UTC
Size:
3.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 0) >+++ Makefile (working copy) >@@ -0,0 +1,24 @@ >+# Created by: Real Huang <realhuang21@gmail.com> >+# $FreeBSD: >+ >+PORTNAME= exceldownload >+DISTVERSION= 0.12.0.${SVN_REV} >+CATEGORIES= www devel python >+MASTER_SITES= http://trac-hacks.org/changeset/${SVN_REV}/${PORTNAME}plugin?old_path=/&format=zip&filename=/ >+PKGNAMEPREFIX= trac- >+DISTNAME= ${PORTNAME}plugin-r${SVN_REV} >+ >+MAINTAINER= realhuang21@gmail.com >+COMMENT= This plugin allow to download query, report and ticket pages as Excel file. >+ >+RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ >+ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt >+ >+FETCH_BEFORE_ARGS= -o ${DISTFILES} >+SVN_REV= 14371 >+USES= python:2 zip >+USE_PYTHON= distutils autoplist >+WRKSRC= ${WRKDIR}/exceldownloadplugin/0.12 >+ >+.include "${.CURDIR}/../../www/trac/plugin.mk" >+.include <bsd.port.mk> > >Property changes on: 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: distinfo >=================================================================== >--- distinfo (revision 0) >+++ distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (exceldownloadplugin-r14371.zip) = fb58bb13e0ca23bd1bd81ebb64bb9f389dc708c3e10bd624ab261d5864cf048a >+SIZE (exceldownloadplugin-r14371.zip) = 13859 > >Property changes on: 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: pkg-descr >=================================================================== >--- pkg-descr (revision 0) >+++ pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This plugin allow to download query, report and ticket pages as Excel file. >+In query and ticket, you are able to download including change history of tickets. >+In report, ExcelReportPatch is no longer needed to export. >+ >+WWW: https://trac-hacks.org/wiki/ExcelDownloadPlugin > >Property changes on: 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 >Index: pkg-message >=================================================================== >--- pkg-message (revision 0) >+++ pkg-message (working copy) >@@ -0,0 +1,8 @@ >+************************************************** >+To complete the installation, please add: >+ >+[components] >+tracexceldownload.* = enabled >+ >+to your trac.ini to enable the ExcelDownloadPlugin >+************************************************** > >Property changes on: pkg-message >___________________________________________________________________ >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 196874
: 151839