pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
trac-plugins-TimingAndEstimation: Rename to trac-plugins-TimingAndEstimation-svn
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 24 19:12:22 2016 +0200
Changeset: c4ca4fe63c3bc2143b18a5915bd2825331e214af
Modified Files:
Makefile
trac-plugins-RoadmapHours-svn/Makefile
Added Files:
trac-plugins-TimingAndEstimation-svn/DESCR
trac-plugins-TimingAndEstimation-svn/Makefile
trac-plugins-TimingAndEstimation-svn/PLIST
Removed Files:
trac-plugins-TimingAndEstimation/DESCR
trac-plugins-TimingAndEstimation/Makefile
trac-plugins-TimingAndEstimation/PLIST
Log Message:
trac-plugins-TimingAndEstimation: Rename to trac-plugins-TimingAndEstimation-svn
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4ca4fe63c3bc2143b18a5915bd2825331e214af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
trac-plugins-RoadmapHours-svn/Makefile | 2 +-
trac-plugins-TimingAndEstimation-svn/DESCR | 4 ++
trac-plugins-TimingAndEstimation-svn/Makefile | 48 ++++++++++++++++++++
trac-plugins-TimingAndEstimation-svn/PLIST | 64 +++++++++++++++++++++++++++
trac-plugins-TimingAndEstimation/DESCR | 4 --
trac-plugins-TimingAndEstimation/Makefile | 48 --------------------
trac-plugins-TimingAndEstimation/PLIST | 64 ---------------------------
8 files changed, 118 insertions(+), 118 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 371be1e..01482b6 100644
--- a/Makefile
+++ b/Makefile
@@ -4106,7 +4106,7 @@ SUBDIR+= trac-plugins-GraphViz-svn
SUBDIR+= trac-plugins-MasterTickets-svn
SUBDIR+= trac-plugins-RoadmapHours-svn
SUBDIR+= trac-plugins-SensitiveTickets-svn
-SUBDIR+= trac-plugins-TimingAndEstimation
+SUBDIR+= trac-plugins-TimingAndEstimation-svn
SUBDIR+= trac-plugins-screenshots
SUBDIR+= trac-plugins-spamfilter-svn
SUBDIR+= trackballs
diff --git a/trac-plugins-RoadmapHours-svn/Makefile b/trac-plugins-RoadmapHours-svn/Makefile
index dc0737c..cce4cae 100644
--- a/trac-plugins-RoadmapHours-svn/Makefile
+++ b/trac-plugins-RoadmapHours-svn/Makefile
@@ -17,7 +17,7 @@ HOMEPAGE= https://trac-hacks.org/wiki/RoadmapHoursPlugin
COMMENT= RoadmapHours plugin for Trac
DEPENDS+= trac>=0.11:../../www/trac
-DEPENDS+= trac-plugins-TimingAndEstimation>=0.7.6:../../wip/trac-plugins-TimingAndEstimation
+DEPENDS+= trac-plugins-TimingAndEstimation>=0.7.6:../../wip/trac-plugins-TimingAndEstimation-svn
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # trac-plugins-TimingAndEstimation
diff --git a/trac-plugins-TimingAndEstimation-svn/DESCR b/trac-plugins-TimingAndEstimation-svn/DESCR
new file mode 100644
index 0000000..84317e8
--- /dev/null
+++ b/trac-plugins-TimingAndEstimation-svn/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-TimingAndEstimation-svn/Makefile b/trac-plugins-TimingAndEstimation-svn/Makefile
new file mode 100644
index 0000000..e8d3ae4
--- /dev/null
+++ b/trac-plugins-TimingAndEstimation-svn/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.12 2015/08/04 20:04:16 thomasklausner Exp $
+
+SVNVERSION= 11739
+# Eggs do not have the same name and do not include the SVN revision.
+EGG_VERSION= 1.2.8
+VERSION= ${EGG_VERSION}.${SVNVERSION}
+DISTNAME= TracTimingAndEstimation-${VERSION}
+EGG_NAME= timingandestimationplugin-${EGG_VERSION}
+PKGNAME= trac-plugins-TimingAndEstimation-${VERSION}
+# Empty to avoid default setting.
+PKGREVISION= 3
+CATEGORIES= www
+MASTER_SITES= # not defined
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://trac-hacks.org/wiki/TimingAndEstimationPlugin
+COMMENT= TimingAndEstimation plugin for Trac
+
+DEPENDS+= trac>=0.12:../../www/trac
+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8/11739
+
+SVN_REPOSITORIES= plugin
+SVN_REPO.plugin= https://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.12
+SVN_REVISION.plugin= ${SVNVERSION}
+
+NO_CHECKSUM= yes
+
+WRKSRC= ${WRKDIR}/plugin
+
+# Bogus, but needed because setup runs as root during build.
+PRIVILEGED_STAGES+= clean
+
+REPLACE_PYTHON= scripts/trac-post-commit.py
+
+EGDIR= share/examples/trac
+INSTALLATION_DIRS+= ${EGDIR}
+
+post-extract:
+ find ${WRKSRC} -type d -name .svn -print | xargs rm -r
+
+post-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/trac-post-commit.py ${DESTDIR}${PREFIX}/${EGDIR}/TimingAndEstimation-post-commit.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/svn-package2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-TimingAndEstimation-svn/PLIST b/trac-plugins-TimingAndEstimation-svn/PLIST
new file mode 100644
index 0000000..681b88f
--- /dev/null
+++ b/trac-plugins-TimingAndEstimation-svn/PLIST
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.7 2013/01/06 22:09:20 mlresnick Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/timingandestimationplugin/__init__.py
+${PYSITELIB}/timingandestimationplugin/__init__.pyc
+${PYSITELIB}/timingandestimationplugin/__init__.pyo
+${PYSITELIB}/timingandestimationplugin/api.py
+${PYSITELIB}/timingandestimationplugin/api.pyc
+${PYSITELIB}/timingandestimationplugin/api.pyo
+${PYSITELIB}/timingandestimationplugin/dbhelper.py
+${PYSITELIB}/timingandestimationplugin/dbhelper.pyc
+${PYSITELIB}/timingandestimationplugin/dbhelper.pyo
+${PYSITELIB}/timingandestimationplugin/hours_layout_changer.py
+${PYSITELIB}/timingandestimationplugin/hours_layout_changer.pyc
+${PYSITELIB}/timingandestimationplugin/hours_layout_changer.pyo
+${PYSITELIB}/timingandestimationplugin/htdocs/StopwatchControls.js
+${PYSITELIB}/timingandestimationplugin/htdocs/StopwatchDisplay.js
+${PYSITELIB}/timingandestimationplugin/htdocs/Toggler.js
+${PYSITELIB}/timingandestimationplugin/htdocs/billingplugin.css
+${PYSITELIB}/timingandestimationplugin/htdocs/change_layout.js
+${PYSITELIB}/timingandestimationplugin/htdocs/date.js
+${PYSITELIB}/timingandestimationplugin/htdocs/field_disabler.js
+${PYSITELIB}/timingandestimationplugin/htdocs/formatDate.js
+${PYSITELIB}/timingandestimationplugin/htdocs/linkifyer.js
+${PYSITELIB}/timingandestimationplugin/htdocs/query.js
+${PYSITELIB}/timingandestimationplugin/htdocs/stopwatch.css
+${PYSITELIB}/timingandestimationplugin/htdocs/stopwatch.js
+${PYSITELIB}/timingandestimationplugin/htdocs/ticket.js
+${PYSITELIB}/timingandestimationplugin/htdocs/whitespace_remover.js
+${PYSITELIB}/timingandestimationplugin/query_webui.py
+${PYSITELIB}/timingandestimationplugin/query_webui.pyc
+${PYSITELIB}/timingandestimationplugin/query_webui.pyo
+${PYSITELIB}/timingandestimationplugin/reportmanager.py
+${PYSITELIB}/timingandestimationplugin/reportmanager.pyc
+${PYSITELIB}/timingandestimationplugin/reportmanager.pyo
+${PYSITELIB}/timingandestimationplugin/reports.py
+${PYSITELIB}/timingandestimationplugin/reports.pyc
+${PYSITELIB}/timingandestimationplugin/reports.pyo
+${PYSITELIB}/timingandestimationplugin/statuses.py
+${PYSITELIB}/timingandestimationplugin/statuses.pyc
+${PYSITELIB}/timingandestimationplugin/statuses.pyo
+${PYSITELIB}/timingandestimationplugin/stopwatch.py
+${PYSITELIB}/timingandestimationplugin/stopwatch.pyc
+${PYSITELIB}/timingandestimationplugin/stopwatch.pyo
+${PYSITELIB}/timingandestimationplugin/tande_filters.py
+${PYSITELIB}/timingandestimationplugin/tande_filters.pyc
+${PYSITELIB}/timingandestimationplugin/tande_filters.pyo
+${PYSITELIB}/timingandestimationplugin/templates/billing.html
+${PYSITELIB}/timingandestimationplugin/ticket_daemon.py
+${PYSITELIB}/timingandestimationplugin/ticket_daemon.pyc
+${PYSITELIB}/timingandestimationplugin/ticket_daemon.pyo
+${PYSITELIB}/timingandestimationplugin/ticket_webui.py
+${PYSITELIB}/timingandestimationplugin/ticket_webui.pyc
+${PYSITELIB}/timingandestimationplugin/ticket_webui.pyo
+${PYSITELIB}/timingandestimationplugin/usermanual.py
+${PYSITELIB}/timingandestimationplugin/usermanual.pyc
+${PYSITELIB}/timingandestimationplugin/usermanual.pyo
+${PYSITELIB}/timingandestimationplugin/webui.py
+${PYSITELIB}/timingandestimationplugin/webui.pyc
+${PYSITELIB}/timingandestimationplugin/webui.pyo
+share/examples/trac/TimingAndEstimation-post-commit.py
diff --git a/trac-plugins-TimingAndEstimation/DESCR b/trac-plugins-TimingAndEstimation/DESCR
deleted file mode 100644
index 84317e8..0000000
--- a/trac-plugins-TimingAndEstimation/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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-TimingAndEstimation/Makefile b/trac-plugins-TimingAndEstimation/Makefile
deleted file mode 100644
index e8d3ae4..0000000
--- a/trac-plugins-TimingAndEstimation/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2015/08/04 20:04:16 thomasklausner Exp $
-
-SVNVERSION= 11739
-# Eggs do not have the same name and do not include the SVN revision.
-EGG_VERSION= 1.2.8
-VERSION= ${EGG_VERSION}.${SVNVERSION}
-DISTNAME= TracTimingAndEstimation-${VERSION}
-EGG_NAME= timingandestimationplugin-${EGG_VERSION}
-PKGNAME= trac-plugins-TimingAndEstimation-${VERSION}
-# Empty to avoid default setting.
-PKGREVISION= 3
-CATEGORIES= www
-MASTER_SITES= # not defined
-
-MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://trac-hacks.org/wiki/TimingAndEstimationPlugin
-COMMENT= TimingAndEstimation plugin for Trac
-
-DEPENDS+= trac>=0.12:../../www/trac
-
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8/11739
-
-SVN_REPOSITORIES= plugin
-SVN_REPO.plugin= https://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.12
-SVN_REVISION.plugin= ${SVNVERSION}
-
-NO_CHECKSUM= yes
-
-WRKSRC= ${WRKDIR}/plugin
-
-# Bogus, but needed because setup runs as root during build.
-PRIVILEGED_STAGES+= clean
-
-REPLACE_PYTHON= scripts/trac-post-commit.py
-
-EGDIR= share/examples/trac
-INSTALLATION_DIRS+= ${EGDIR}
-
-post-extract:
- find ${WRKSRC} -type d -name .svn -print | xargs rm -r
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/scripts/trac-post-commit.py ${DESTDIR}${PREFIX}/${EGDIR}/TimingAndEstimation-post-commit.py
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../wip/mk/svn-package2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-TimingAndEstimation/PLIST b/trac-plugins-TimingAndEstimation/PLIST
deleted file mode 100644
index 681b88f..0000000
--- a/trac-plugins-TimingAndEstimation/PLIST
+++ /dev/null
@@ -1,64 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2013/01/06 22:09:20 mlresnick Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/timingandestimationplugin/__init__.py
-${PYSITELIB}/timingandestimationplugin/__init__.pyc
-${PYSITELIB}/timingandestimationplugin/__init__.pyo
-${PYSITELIB}/timingandestimationplugin/api.py
-${PYSITELIB}/timingandestimationplugin/api.pyc
-${PYSITELIB}/timingandestimationplugin/api.pyo
-${PYSITELIB}/timingandestimationplugin/dbhelper.py
-${PYSITELIB}/timingandestimationplugin/dbhelper.pyc
-${PYSITELIB}/timingandestimationplugin/dbhelper.pyo
-${PYSITELIB}/timingandestimationplugin/hours_layout_changer.py
-${PYSITELIB}/timingandestimationplugin/hours_layout_changer.pyc
-${PYSITELIB}/timingandestimationplugin/hours_layout_changer.pyo
-${PYSITELIB}/timingandestimationplugin/htdocs/StopwatchControls.js
-${PYSITELIB}/timingandestimationplugin/htdocs/StopwatchDisplay.js
-${PYSITELIB}/timingandestimationplugin/htdocs/Toggler.js
-${PYSITELIB}/timingandestimationplugin/htdocs/billingplugin.css
-${PYSITELIB}/timingandestimationplugin/htdocs/change_layout.js
-${PYSITELIB}/timingandestimationplugin/htdocs/date.js
-${PYSITELIB}/timingandestimationplugin/htdocs/field_disabler.js
-${PYSITELIB}/timingandestimationplugin/htdocs/formatDate.js
-${PYSITELIB}/timingandestimationplugin/htdocs/linkifyer.js
-${PYSITELIB}/timingandestimationplugin/htdocs/query.js
-${PYSITELIB}/timingandestimationplugin/htdocs/stopwatch.css
-${PYSITELIB}/timingandestimationplugin/htdocs/stopwatch.js
-${PYSITELIB}/timingandestimationplugin/htdocs/ticket.js
-${PYSITELIB}/timingandestimationplugin/htdocs/whitespace_remover.js
-${PYSITELIB}/timingandestimationplugin/query_webui.py
-${PYSITELIB}/timingandestimationplugin/query_webui.pyc
-${PYSITELIB}/timingandestimationplugin/query_webui.pyo
-${PYSITELIB}/timingandestimationplugin/reportmanager.py
-${PYSITELIB}/timingandestimationplugin/reportmanager.pyc
-${PYSITELIB}/timingandestimationplugin/reportmanager.pyo
-${PYSITELIB}/timingandestimationplugin/reports.py
-${PYSITELIB}/timingandestimationplugin/reports.pyc
-${PYSITELIB}/timingandestimationplugin/reports.pyo
-${PYSITELIB}/timingandestimationplugin/statuses.py
-${PYSITELIB}/timingandestimationplugin/statuses.pyc
-${PYSITELIB}/timingandestimationplugin/statuses.pyo
-${PYSITELIB}/timingandestimationplugin/stopwatch.py
-${PYSITELIB}/timingandestimationplugin/stopwatch.pyc
-${PYSITELIB}/timingandestimationplugin/stopwatch.pyo
-${PYSITELIB}/timingandestimationplugin/tande_filters.py
-${PYSITELIB}/timingandestimationplugin/tande_filters.pyc
-${PYSITELIB}/timingandestimationplugin/tande_filters.pyo
-${PYSITELIB}/timingandestimationplugin/templates/billing.html
-${PYSITELIB}/timingandestimationplugin/ticket_daemon.py
-${PYSITELIB}/timingandestimationplugin/ticket_daemon.pyc
-${PYSITELIB}/timingandestimationplugin/ticket_daemon.pyo
-${PYSITELIB}/timingandestimationplugin/ticket_webui.py
-${PYSITELIB}/timingandestimationplugin/ticket_webui.pyc
-${PYSITELIB}/timingandestimationplugin/ticket_webui.pyo
-${PYSITELIB}/timingandestimationplugin/usermanual.py
-${PYSITELIB}/timingandestimationplugin/usermanual.pyc
-${PYSITELIB}/timingandestimationplugin/usermanual.pyo
-${PYSITELIB}/timingandestimationplugin/webui.py
-${PYSITELIB}/timingandestimationplugin/webui.pyc
-${PYSITELIB}/timingandestimationplugin/webui.pyo
-share/examples/trac/TimingAndEstimation-post-commit.py
Home |
Main Index |
Thread Index |
Old Index