mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
The MacroPostPlugin allows macros to use post in forms.
WWW: http://trac-hacks.org/wiki/MacroPostPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
parent
4b247a711e
commit
f60fee695e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192045
@ -1153,6 +1153,7 @@
|
||||
SUBDIR += trac-ctxtnavadd
|
||||
SUBDIR += trac-down
|
||||
SUBDIR += trac-gantt
|
||||
SUBDIR += trac-macropost
|
||||
SUBDIR += trac-nav
|
||||
SUBDIR += trac-pagetopdf
|
||||
SUBDIR += trac-privatetickets
|
||||
|
27
www/trac-macropost/Makefile
Normal file
27
www/trac-macropost/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: trac-macropostplugin
|
||||
# Date created: 17 May 2007
|
||||
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= macropost
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gerrit.beine@gmx.de
|
||||
COMMENT= Allows Macros to use POST in forms
|
||||
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/trac-macropost/distinfo
Normal file
3
www/trac-macropost/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (macropostplugin-0.1.tar.gz) = d6bbf8838762c7a9859c625dd546223a
|
||||
SHA256 (macropostplugin-0.1.tar.gz) = 1ad2277c6682e57388f21150b9b8831c253f8830a0e86bdcb003bf9c54bfbd4c
|
||||
SIZE (macropostplugin-0.1.tar.gz) = 1741
|
3
www/trac-macropost/pkg-descr
Normal file
3
www/trac-macropost/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The MacroPostPlugin allows macros to use post in forms.
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/MacroPostPlugin
|
1
www/trac-macropost/pkg-plist
Normal file
1
www/trac-macropost/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/TracMacroPost-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in New Issue
Block a user