diff options
author | makc <makc@FreeBSD.org> | 2010-06-05 05:23:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-05 05:23:08 +0800 |
commit | 67a4e26771be2af4bf615f89272f8e2ff3463c84 (patch) | |
tree | 6e6c4aa8e2b9a82b0f6b398a110967016e1e1a3c /deskutils | |
parent | dc9139607a53767e13b4bf45c5e096e6cac947fe (diff) | |
download | freebsd-ports-graphics-67a4e26771be2af4bf615f89272f8e2ff3463c84.tar.gz freebsd-ports-graphics-67a4e26771be2af4bf615f89272f8e2ff3463c84.tar.zst freebsd-ports-graphics-67a4e26771be2af4bf615f89272f8e2ff3463c84.zip |
Add new port deskutils/silence:
Silence is an information management tool. It does not just store
your data, it provides sophisticated search mechanisms so you are
able to find the information you are looking for.
WWW: http://silence.sekalura.net
Submitted by: Mina R Waheeb <syncer at gmail.com> via kde@freebsd maillist
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/silence/Makefile | 24 | ||||
-rw-r--r-- | deskutils/silence/distinfo | 3 | ||||
-rw-r--r-- | deskutils/silence/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/silence/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/silence/Makefile b/deskutils/silence/Makefile new file mode 100644 index 00000000000..b9b7545cad9 --- /dev/null +++ b/deskutils/silence/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: silence +# Date created: 21 May 2010 +# Whom: Mina R Waheeb <syncer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= silence +PORTVERSION= 0.2 +CATEGORIES= deskutils kde +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 124776-${PORTNAME}-${PORTVERSION} + +MAINTAINER= syncer@gmail.com +COMMENT= An information management tool + +USE_CMAKE= yes +USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build linguist_build + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/deskutils/silence/distinfo b/deskutils/silence/distinfo new file mode 100644 index 00000000000..8674594913d --- /dev/null +++ b/deskutils/silence/distinfo @@ -0,0 +1,3 @@ +MD5 (124776-silence-0.2.tar.gz) = 8dd318259e055be8010829afea359cbc +SHA256 (124776-silence-0.2.tar.gz) = 03421105a7cdebb7bfc00cc4887d296d1da6bf75041527d7139f8c935b3798ed +SIZE (124776-silence-0.2.tar.gz) = 101559 diff --git a/deskutils/silence/pkg-descr b/deskutils/silence/pkg-descr new file mode 100644 index 00000000000..1b1ed611cab --- /dev/null +++ b/deskutils/silence/pkg-descr @@ -0,0 +1,5 @@ +Silence is an information management tool. It does not just store +your data, it provides sophisticated search mechanisms so you are +able to find the information you are looking for. + +WWW: http://silence.sekalura.net diff --git a/deskutils/silence/pkg-plist b/deskutils/silence/pkg-plist new file mode 100644 index 00000000000..43172c5328a --- /dev/null +++ b/deskutils/silence/pkg-plist @@ -0,0 +1,7 @@ +bin/silence +share/icons/hicolor/128x128/apps/silence.png +share/icons/hicolor/16x16/apps/silence.png +share/icons/hicolor/22x22/apps/silence.png +share/icons/hicolor/32x32/apps/silence.png +share/icons/hicolor/48x48/apps/silence.png +share/icons/hicolor/64x64/apps/silence.png |