pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
trac-plugins-Paste: imported svn version compatible with Trac 1.4
Module Name: pkgsrc-wip
Committed By: Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By: mp
Date: Fri Jul 31 15:04:41 2020 +0200
Changeset: 4710ce50788243436f06952066e1e506686d7911
Added Files:
trac-plugins-Paste/DESCR
trac-plugins-Paste/Makefile
trac-plugins-Paste/PLIST
Log Message:
trac-plugins-Paste: imported svn version compatible with Trac 1.4
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4710ce50788243436f06952066e1e506686d7911
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
trac-plugins-Paste/DESCR | 4 ++++
trac-plugins-Paste/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++
trac-plugins-Paste/PLIST | 18 ++++++++++++++++++
3 files changed, 67 insertions(+)
diffs:
diff --git a/trac-plugins-Paste/DESCR b/trac-plugins-Paste/DESCR
new file mode 100644
index 0000000000..84317e8838
--- /dev/null
+++ b/trac-plugins-Paste/DESCR
@@ -0,0 +1,4 @@
+This is a plugin that adds (aspires to add) estimation and time
+tracking to Trac. This basically adds CustomFields and CustomReports
+and an interface for filling the dynamic variables for the
+report. (requires javascript).
diff --git a/trac-plugins-Paste/Makefile b/trac-plugins-Paste/Makefile
new file mode 100644
index 0000000000..9915a30b3d
--- /dev/null
+++ b/trac-plugins-Paste/Makefile
@@ -0,0 +1,45 @@
+# $NetBSD: $
+
+SVNVERSION= 17747
+# Eggs do not have the same name and do not include the SVN revision.
+EGG_VERSION= 0.4.0
+VERSION= ${EGG_VERSION}.${SVNVERSION}
+DISTNAME= TracPastePlugin-${VERSION}
+EGG_NAME= pasteplugin-${EGG_VERSION}
+PKGNAME= trac-plugins-Paste-${VERSION}
+# Empty to avoid default setting.
+#PKGREVISION= 1
+CATEGORIES= www
+MASTER_SITES= # not defined
+
+MAINTAINER= mp%petermann-it.de@localhost
+HOMEPAGE= https://trac-hacks.org/wiki/TracPastePlugin
+COMMENT= Paste plugin for Trac
+LICENSE= original-bsd
+
+DEPENDS+= trac>=1.4:../../www/trac
+DEPENDS+= py27-pygments>=2.5:../../textproc/py-pygments
+
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.8/11739
+
+SVN_REPOSITORIES= plugin
+SVN_REPO.plugin= https://trac-hacks.org/svn/tracpasteplugin/trunk
+SVN_REVISION.plugin= ${SVNVERSION}
+
+NO_CHECKSUM= yes
+
+WRKSRC= ${WRKDIR}/plugin
+
+# Bogus, but needed because setup runs as root during build.
+PRIVILEGED_STAGES+= clean
+
+EGDIR= share/examples/trac
+INSTALLATION_DIRS+= ${EGDIR}
+
+post-extract:
+ find ${WRKSRC} -type d -name .svn -print | xargs rm -r
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/svn-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-Paste/PLIST b/trac-plugins-Paste/PLIST
new file mode 100644
index 0000000000..f6dfcae8ba
--- /dev/null
+++ b/trac-plugins-Paste/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/tracpaste/__init__.py
+${PYSITELIB}/tracpaste/__init__.pyc
+${PYSITELIB}/tracpaste/__init__.pyo
+${PYSITELIB}/tracpaste/db.py
+${PYSITELIB}/tracpaste/db.pyc
+${PYSITELIB}/tracpaste/db.pyo
+${PYSITELIB}/tracpaste/htdocs/css/pastebin.css
+${PYSITELIB}/tracpaste/htdocs/css/timeline.css
+${PYSITELIB}/tracpaste/htdocs/pastebin.png
+${PYSITELIB}/tracpaste/model.py
+${PYSITELIB}/tracpaste/model.pyc
+${PYSITELIB}/tracpaste/model.pyo
+${PYSITELIB}/tracpaste/templates/pastebin.html
+${PYSITELIB}/tracpaste/web_ui.py
+${PYSITELIB}/tracpaste/web_ui.pyc
+${PYSITELIB}/tracpaste/web_ui.pyo
+@pkgdir share/examples/trac
Home |
Main Index |
Thread Index |
Old Index