diff options
author | brooks <brooks@FreeBSD.org> | 2009-01-10 07:55:14 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-01-10 07:55:14 +0800 |
commit | 3b0c43fdfd2332c6b69ccbcc2bc4e29923d0ac6c (patch) | |
tree | 2ad7202eca7ae03bba72938be77be85ed16be4e4 /www/trac-pydotorgtheme | |
parent | d2c113a4de2e69829f837ddad82827cdd9c9606d (diff) | |
download | freebsd-ports-gnome-3b0c43fdfd2332c6b69ccbcc2bc4e29923d0ac6c.tar.gz freebsd-ports-gnome-3b0c43fdfd2332c6b69ccbcc2bc4e29923d0ac6c.tar.zst freebsd-ports-gnome-3b0c43fdfd2332c6b69ccbcc2bc4e29923d0ac6c.zip |
This is a theme that emulates the look of python.org.
WWW: http://trac-hacks.org/wiki/PyDotOrgTheme
Diffstat (limited to 'www/trac-pydotorgtheme')
-rw-r--r-- | www/trac-pydotorgtheme/Makefile | 34 | ||||
-rw-r--r-- | www/trac-pydotorgtheme/distinfo | 3 | ||||
-rw-r--r-- | www/trac-pydotorgtheme/pkg-descr | 3 |
3 files changed, 40 insertions, 0 deletions
diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile new file mode 100644 index 000000000000..3dc653f0c8b6 --- /dev/null +++ b/www/trac-pydotorgtheme/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: trac-pydotorgtheme +# Date created: January 9, 2009 +# Whom: Brooks Davis <brooks@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} +PORTVERSION= 2.0 +CATEGORIES= www devel python +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +PKGNAMEPREFIX= trac- + +MAINTAINER= brooks@freebsd.org +COMMENT= This is a theme that emulates the look of python.org + +RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ + trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools + +USE_PYTHON= 2.3+ +NO_BUILD= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_PKGNAME= TracPyDotOrgTheme +WRKSRC= ${WRKDIR}/${PORTNAME} +PYDISTUTILS_NOEGGINFO= yes + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg + +do-build: + @${DO_NADA} + +.include <bsd.port.mk> diff --git a/www/trac-pydotorgtheme/distinfo b/www/trac-pydotorgtheme/distinfo new file mode 100644 index 000000000000..2d6cc8ca84b6 --- /dev/null +++ b/www/trac-pydotorgtheme/distinfo @@ -0,0 +1,3 @@ +MD5 (pydotorgtheme-2.0.tar.gz) = da02bbeb1afd97a375c5694d33dbfcbf +SHA256 (pydotorgtheme-2.0.tar.gz) = 22158d92710938ef7a7ccc4622461a820d596c8292b208d06a981355d0a9d178 +SIZE (pydotorgtheme-2.0.tar.gz) = 2732 diff --git a/www/trac-pydotorgtheme/pkg-descr b/www/trac-pydotorgtheme/pkg-descr new file mode 100644 index 000000000000..4795e3d1181d --- /dev/null +++ b/www/trac-pydotorgtheme/pkg-descr @@ -0,0 +1,3 @@ +This is a theme that emulates the look of python.org. + +WWW: http://trac-hacks.org/wiki/PyDotOrgTheme |