mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.5 KiB
Tcl
41 lines
1.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup gitlab 1.0
|
|
|
|
gitlab.instance https://gitlab.freedesktop.org
|
|
gitlab.setup rarian rarian 0.8.6
|
|
revision 1
|
|
|
|
categories textproc gnome
|
|
license GPL-2+ LGPL-2.1+
|
|
maintainers nomaintainer
|
|
|
|
description OMF help system.
|
|
|
|
long_description Rarian manages documentation metadata as specified \
|
|
by the Open Source Metadata Framework (OMF) \
|
|
and provides a simple API to allow help browsers to \
|
|
find, sort and search the document catalog. It is \
|
|
designed to be a replacement for scrollkeeper and \
|
|
will also be able to communicate with catalog servers \
|
|
on the Net to search for documents which are not on \
|
|
the local system.
|
|
|
|
homepage https://rarian.freedesktop.org
|
|
|
|
gitlab.master_sites ${gitlab.homepage}/-/releases/${version}/downloads/assets
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 d9f902e86517c86d7c64ab4f0a1803f617878cbb \
|
|
sha256 9d4f7873009d2e31b8b1ec762606b12bee5526e1fe75de48e9495382bfef2bea \
|
|
size 376011
|
|
|
|
depends_lib port:tinyxml2
|
|
|
|
depends_run path:bin/xsltproc:libxslt \
|
|
path:bin/getopt:util-linux
|
|
|
|
compiler.cxx_standard 2011
|