diff options
Diffstat (limited to 'freebsd/applications/office/knowit')
-rw-r--r-- | freebsd/applications/office/knowit/Makefile | 37 | ||||
-rw-r--r-- | freebsd/applications/office/knowit/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/office/knowit/pkg-descr | 5 | ||||
-rw-r--r-- | freebsd/applications/office/knowit/pkg-plist | 21 |
4 files changed, 66 insertions, 0 deletions
diff --git a/freebsd/applications/office/knowit/Makefile b/freebsd/applications/office/knowit/Makefile new file mode 100644 index 000000000..696bf8ef7 --- /dev/null +++ b/freebsd/applications/office/knowit/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/office/knowit + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= knowit-trinity +COMMENT= Tool for managing notes [Trinity] +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications/office + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/office/knowit/distinfo b/freebsd/applications/office/knowit/distinfo new file mode 100644 index 000000000..4a6c6d519 --- /dev/null +++ b/freebsd/applications/office/knowit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681991474 +SHA256 (TDE/applications/office/knowit-trinity_14.1.0.orig.tar.xz) = 3a90551730ba5dbd9ed51b7f9c0116930f4a0134d04cd7481909aeb18ea5b150 +SIZE (TDE/applications/office/knowit-trinity_14.1.0.orig.tar.xz) = 97260 diff --git a/freebsd/applications/office/knowit/pkg-descr b/freebsd/applications/office/knowit/pkg-descr new file mode 100644 index 000000000..ea3d4f35c --- /dev/null +++ b/freebsd/applications/office/knowit/pkg-descr @@ -0,0 +1,5 @@ +Tool for managing notes [Trinity] + +KnowIt is a tool for managing notes which are organized in +tree-like hierarchy. It is similar to TuxCards, +but TDE-based, and requires Trinity. diff --git a/freebsd/applications/office/knowit/pkg-plist b/freebsd/applications/office/knowit/pkg-plist new file mode 100644 index 000000000..b0db5f54b --- /dev/null +++ b/freebsd/applications/office/knowit/pkg-plist @@ -0,0 +1,21 @@ +bin/knowit +share/applications/tde/knowit.desktop +share/apps/knowit/knowitui.rc +share/apps/knowit/tips +share/doc/tde/HTML/en/knowit/common +share/doc/tde/HTML/en/knowit/index.cache.bz2 +share/doc/tde/HTML/en/knowit/index.docbook +share/doc/tde/HTML/en/knowit/screenshot.png +share/icons/hicolor/16x16/apps/knowit.png +share/icons/hicolor/32x32/apps/knowit.png +share/locale/de/LC_MESSAGES/knowit.mo +share/locale/es/LC_MESSAGES/knowit.mo +share/locale/fr/LC_MESSAGES/knowit.mo +share/locale/hu/LC_MESSAGES/knowit.mo +share/locale/nl/LC_MESSAGES/knowit.mo +share/locale/pl/LC_MESSAGES/knowit.mo +share/locale/ru/LC_MESSAGES/knowit.mo +share/locale/sk/LC_MESSAGES/knowit.mo +share/locale/zh_CN/LC_MESSAGES/knowit.mo +share/man/man1/knowit.1.gz +share/mimelnk/application/x-knowit.desktop |