diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-23 03:33:37 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-23 03:33:37 +0800 |
commit | b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6 (patch) | |
tree | f7dcf6287dbb4e28f7f0274c3385635b73c9c664 | |
parent | 67f24f3552d8df04abd363eb2550097c7c686c97 (diff) | |
download | marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar.gz marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar.bz2 marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar.lz marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar.xz marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.tar.zst marcuscom-ports-b5a81bb1b33174d1a3bbd6d47ff0fe086a97e2a6.zip |
- Add evolution-gconf-tools
Python scripts to make it easier to work with Evolution's
configuration information
WWW: http://live.gnome.org/Evolution_2fGConfTools
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4290 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/evolution-gconf-tools/Makefile | 28 | ||||
-rw-r--r-- | devel/evolution-gconf-tools/distinfo | 2 | ||||
-rw-r--r-- | devel/evolution-gconf-tools/pkg-descr | 4 | ||||
-rw-r--r-- | devel/evolution-gconf-tools/pkg-plist | 26 |
4 files changed, 60 insertions, 0 deletions
diff --git a/devel/evolution-gconf-tools/Makefile b/devel/evolution-gconf-tools/Makefile new file mode 100644 index 000000000..77d3ce41d --- /dev/null +++ b/devel/evolution-gconf-tools/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: evolution-gconf-tools +# Date created: 2005-07-22 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= evolution-gconf-tools +PORTVERSION= 0.1.6 +CATEGORIES= devel +MASTER_SITES= http://people.redhat.com/dmalcolm/evolution-gconf-tools/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Scripts to make it easier to work with Evolution's configuration + +RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_PYTHON= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix + +post-patch: + @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ + ${WRKSRC}/lib/* + +.include <bsd.port.mk> diff --git a/devel/evolution-gconf-tools/distinfo b/devel/evolution-gconf-tools/distinfo new file mode 100644 index 000000000..0f89e9425 --- /dev/null +++ b/devel/evolution-gconf-tools/distinfo @@ -0,0 +1,2 @@ +MD5 (evolution-gconf-tools-0.1.6.tar.gz) = 6fcb3b48896c318fa6fc1354443ed0a4 +SIZE (evolution-gconf-tools-0.1.6.tar.gz) = 72303 diff --git a/devel/evolution-gconf-tools/pkg-descr b/devel/evolution-gconf-tools/pkg-descr new file mode 100644 index 000000000..70fbe071d --- /dev/null +++ b/devel/evolution-gconf-tools/pkg-descr @@ -0,0 +1,4 @@ +Python scripts to make it easier to work with Evolution's +configuration information + +WWW: http://live.gnome.org/Evolution_2fGConfTools diff --git a/devel/evolution-gconf-tools/pkg-plist b/devel/evolution-gconf-tools/pkg-plist new file mode 100644 index 000000000..c44281f01 --- /dev/null +++ b/devel/evolution-gconf-tools/pkg-plist @@ -0,0 +1,26 @@ +bin/evolution-gconf-filter-exchange +bin/evolution-gconf-log +bin/evolution-gconf-personalize +bin/evolution-gconf-setup-user +etc/gconf/evolution-gconf-tools/configuration +etc/gconf/evolution-gconf-tools/prototype-data.xml +%%PYTHON_SITELIBDIR%%/evolutiongconftools/accountlogger.py +%%PYTHON_SITELIBDIR%%/evolutiongconftools/accountlogger.pyc +%%PYTHON_SITELIBDIR%%/evolutiongconftools/accountlogger.pyo +%%PYTHON_SITELIBDIR%%/evolutiongconftools/common.py +%%PYTHON_SITELIBDIR%%/evolutiongconftools/common.pyc +%%PYTHON_SITELIBDIR%%/evolutiongconftools/common.pyo +%%PYTHON_SITELIBDIR%%/evolutiongconftools/exchangeserverfilter.py +%%PYTHON_SITELIBDIR%%/evolutiongconftools/exchangeserverfilter.pyc +%%PYTHON_SITELIBDIR%%/evolutiongconftools/exchangeserverfilter.pyo +%%PYTHON_SITELIBDIR%%/evolutiongconftools/gconfvisitor.py +%%PYTHON_SITELIBDIR%%/evolutiongconftools/gconfvisitor.pyc +%%PYTHON_SITELIBDIR%%/evolutiongconftools/gconfvisitor.pyo +%%PYTHON_SITELIBDIR%%/evolutiongconftools/personalizevisitor.py +%%PYTHON_SITELIBDIR%%/evolutiongconftools/personalizevisitor.pyc +%%PYTHON_SITELIBDIR%%/evolutiongconftools/personalizevisitor.pyo +@dirrm %%PYTHON_SITELIBDIR%%/evolutiongconftools +@dirrm %%PYTHON_SITELIBDIR%%/evolution-gconf-tools +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true +@dirrm etc/gconf/evolution-gconf-tools |