From c50beef08d80ff3caaf68951f1d0b3843182a4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 18 Mar 2019 02:25:34 +0100 Subject: FreeBSD: Update for final release R14.0.6 Add ports for bunch of applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/kbibtex/Makefile | 37 ++++++++++++++++++++++++++++++++++ freebsd/applications/kbibtex/distinfo | 3 +++ freebsd/applications/kbibtex/pkg-descr | 13 ++++++++++++ freebsd/applications/kbibtex/pkg-plist | 27 +++++++++++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 freebsd/applications/kbibtex/Makefile create mode 100644 freebsd/applications/kbibtex/distinfo create mode 100644 freebsd/applications/kbibtex/pkg-descr create mode 100644 freebsd/applications/kbibtex/pkg-plist (limited to 'freebsd/applications/kbibtex') diff --git a/freebsd/applications/kbibtex/Makefile b/freebsd/applications/kbibtex/Makefile new file mode 100644 index 000000000..30041cff9 --- /dev/null +++ b/freebsd/applications/kbibtex/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kbibtex-trinity +COMMENT= BibTeX editor for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libxslt.so:${PORTSDIR}/textproc/libxslt \ + libyaz.so:${PORTSDIR}/net/yaz \ + +# 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 diff --git a/freebsd/applications/kbibtex/distinfo b/freebsd/applications/kbibtex/distinfo new file mode 100644 index 000000000..56d92204a --- /dev/null +++ b/freebsd/applications/kbibtex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552243175 +SHA256 (TDE/applications/kbibtex-trinity_14.0.6.orig.tar.xz) = bad0f24021480e932f2d73e2b85e6babd599e9f5ed6e683ed646c7bde978b146 +SIZE (TDE/applications/kbibtex-trinity_14.0.6.orig.tar.xz) = 552364 diff --git a/freebsd/applications/kbibtex/pkg-descr b/freebsd/applications/kbibtex/pkg-descr new file mode 100644 index 000000000..a7600726c --- /dev/null +++ b/freebsd/applications/kbibtex/pkg-descr @@ -0,0 +1,13 @@ +BibTeX editor for TDE + +An application to manage bibliography databases in the BibTeX format. KBibTeX +can be used as a standalone program, but can also be embedded into other TDE. +applications (e.g. as bibliography editor into Kile). + +KBibTeX can query online ressources (e.g. Google scholar) via customizable. +search URLs. It is also able to import complete datasets from NCBI Pubmed. +It also supports tagging references with keywords and manages references to +local files. + +BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a. +number of citation styles. diff --git a/freebsd/applications/kbibtex/pkg-plist b/freebsd/applications/kbibtex/pkg-plist new file mode 100644 index 000000000..6a8d24c36 --- /dev/null +++ b/freebsd/applications/kbibtex/pkg-plist @@ -0,0 +1,27 @@ +bin/kbibtex +lib/trinity/libkbibtexpart.la +lib/trinity/libkbibtexpart.so +share/applications/tde/kbibtex.desktop +share/apps/kbibtex/kbibtex_shell.rc +share/apps/kbibtex/z3950-servers.cfg +share/apps/kbibtexpart/kbibtex_part.rc +share/apps/kbibtexpart/xslt/MARC21slim2MODS3.xsl +share/apps/kbibtexpart/xslt/MARC21slimUtils.xsl +share/apps/kbibtexpart/xslt/UNIMARC2MODS3.xsl +share/apps/kbibtexpart/xslt/html.xsl +share/doc/tde/HTML/en/kbibtex/common +share/doc/tde/HTML/en/kbibtex/index.cache.bz2 +share/doc/tde/HTML/en/kbibtex/index.docbook +share/icons/hicolor/128x128/apps/kbibtex.png +share/icons/hicolor/16x16/apps/kbibtex.png +share/icons/hicolor/22x22/apps/kbibtex.png +share/icons/hicolor/32x32/apps/kbibtex.png +share/icons/hicolor/48x48/apps/kbibtex.png +share/icons/hicolor/64x64/apps/kbibtex.png +share/locale/de/LC_MESSAGES/kbibtex.mo +share/locale/fr/LC_MESSAGES/kbibtex.mo +share/locale/it/LC_MESSAGES/kbibtex.mo +share/locale/pl/LC_MESSAGES/kbibtex.mo +share/locale/ru/LC_MESSAGES/kbibtex.mo +share/man/man1/kbibtex.1 +share/services/kbibtex_part.desktop -- cgit v1.2.1