diff options
Diffstat (limited to 'freebsd/applications/office/kbibtex')
-rw-r--r-- | freebsd/applications/office/kbibtex/Makefile | 41 | ||||
-rw-r--r-- | freebsd/applications/office/kbibtex/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/office/kbibtex/pkg-descr | 13 | ||||
-rw-r--r-- | freebsd/applications/office/kbibtex/pkg-plist | 27 |
4 files changed, 84 insertions, 0 deletions
diff --git a/freebsd/applications/office/kbibtex/Makefile b/freebsd/applications/office/kbibtex/Makefile new file mode 100644 index 000000000..384c234ad --- /dev/null +++ b/freebsd/applications/office/kbibtex/Makefile @@ -0,0 +1,41 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/office/kbibtex + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= kbibtex-trinity +COMMENT= BibTeX editor for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= databases 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 + +LIB_DEPENDS+=\ + libxslt.so:textproc/libxslt \ + libyaz.so: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 <bsd.port.mk> diff --git a/freebsd/applications/office/kbibtex/distinfo b/freebsd/applications/office/kbibtex/distinfo new file mode 100644 index 000000000..e5b9ce194 --- /dev/null +++ b/freebsd/applications/office/kbibtex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681991467 +SHA256 (TDE/applications/office/kbibtex-trinity_14.1.0.orig.tar.xz) = e58d6d997c7d80993933d935e97c74dfa3b11c9f6ae5fbc46fee6b5a6740fc24 +SIZE (TDE/applications/office/kbibtex-trinity_14.1.0.orig.tar.xz) = 285616 diff --git a/freebsd/applications/office/kbibtex/pkg-descr b/freebsd/applications/office/kbibtex/pkg-descr new file mode 100644 index 000000000..a7600726c --- /dev/null +++ b/freebsd/applications/office/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/office/kbibtex/pkg-plist b/freebsd/applications/office/kbibtex/pkg-plist new file mode 100644 index 000000000..069f863bf --- /dev/null +++ b/freebsd/applications/office/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.gz +share/services/kbibtex_part.desktop |