diff options
author | sat <sat@FreeBSD.org> | 2007-03-07 22:35:48 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-07 22:35:48 +0800 |
commit | a3109c6971014168ca4ab67980726935070d6eb8 (patch) | |
tree | 14d9894b86569695a07cff7237d64ad4277e2e86 /deskutils/tel | |
parent | 39172bc190a2fca7099c299dee02fa3634792cbe (diff) | |
download | freebsd-ports-gnome-a3109c6971014168ca4ab67980726935070d6eb8.tar.gz freebsd-ports-gnome-a3109c6971014168ca4ab67980726935070d6eb8.tar.zst freebsd-ports-gnome-a3109c6971014168ca4ab67980726935070d6eb8.zip |
Add port deskutils/tel:
tel is a little console-based phone book program. It allows adding,
modifying, editing, and searching of phone book entries right on your
terminal. Pretty printing capabilites are also provided. Entries are
stored in a simple CSV file. This eases import and export with common
spread sheet applications like Microsoft Excel or OpenOffice.org Calc.
WWW: http://tel.berlios.de/
Author: Sebastian Wiesner <basti.wiesner@gmx.net>
Diffstat (limited to 'deskutils/tel')
-rw-r--r-- | deskutils/tel/Makefile | 21 | ||||
-rw-r--r-- | deskutils/tel/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tel/pkg-descr | 8 | ||||
-rw-r--r-- | deskutils/tel/pkg-plist | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/tel/Makefile b/deskutils/tel/Makefile new file mode 100644 index 000000000000..5ea67984e67e --- /dev/null +++ b/deskutils/tel/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: tel +# Date created: 7 March 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= tel +PORTVERSION= 0.1.6 +CATEGORIES= deskutils +MASTER_SITES= BERLIOS + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Little console-based phone book manager + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/deskutils/tel/distinfo b/deskutils/tel/distinfo new file mode 100644 index 000000000000..63b0b6167a73 --- /dev/null +++ b/deskutils/tel/distinfo @@ -0,0 +1,3 @@ +MD5 (tel-0.1.6.tar.bz2) = e89870230cf0e8fd32ec0e9c8d534cb1 +SHA256 (tel-0.1.6.tar.bz2) = 5bfb5a5adeac6a474911cea01f2e50bbd0d57d2cc50899de4f3549eba2149dc2 +SIZE (tel-0.1.6.tar.bz2) = 18533 diff --git a/deskutils/tel/pkg-descr b/deskutils/tel/pkg-descr new file mode 100644 index 000000000000..cc3957e91e8b --- /dev/null +++ b/deskutils/tel/pkg-descr @@ -0,0 +1,8 @@ +tel is a little console-based phone book program. It allows adding, +modifying, editing, and searching of phone book entries right on your +terminal. Pretty printing capabilites are also provided. Entries are +stored in a simple CSV file. This eases import and export with common +spread sheet applications like Microsoft Excel or OpenOffice.org Calc. + +WWW: http://tel.berlios.de/ +Author: Sebastian Wiesner <basti.wiesner@gmx.net> diff --git a/deskutils/tel/pkg-plist b/deskutils/tel/pkg-plist new file mode 100644 index 000000000000..009a4f710586 --- /dev/null +++ b/deskutils/tel/pkg-plist @@ -0,0 +1,6 @@ +bin/tel +share/locale/de/LC_MESSAGES/tel.mo +share/locale/en/LC_MESSAGES/tel.mo +%%DATADIR%%/tel.py +%%DATADIR%%/tel.pyc +@dirrm %%DATADIR%% |