aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tel
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-07 14:35:48 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-07 14:35:48 +0000
commitf50832332358537b7d1ac5395cb4e67bc5021d02 (patch)
treebac54e70cf1fa68f11e429028d9fd0c09d10f3b8 /deskutils/tel
parent4e4990d16fc079458c33c8e8ae09fac21543cb88 (diff)
downloadports-f50832332358537b7d1ac5395cb4e67bc5021d02.tar.gz
ports-f50832332358537b7d1ac5395cb4e67bc5021d02.zip
Notes
Diffstat (limited to 'deskutils/tel')
-rw-r--r--deskutils/tel/Makefile21
-rw-r--r--deskutils/tel/distinfo3
-rw-r--r--deskutils/tel/pkg-descr8
-rw-r--r--deskutils/tel/pkg-plist6
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%%