diff --git a/pisi-index.xml b/pisi-index.xml index b5a30af8fe..411929da7b 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -355254,6 +355254,49 @@ contacts, tasks, and calendar information. + + + mandoc + https://mandoc.bsd.lv/ + + Mustafa Cinasal + muscnsl@gmail.com + + ISC + library + programming.misc + A suite of tools for compiling mdoc and man + A suite of tools for compiling mdoc and man + mdoc ve man'ı derlemek için bir araç paketi + mdoc ve man'ı derlemek için bir araç paketi + https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz + + zlib-devel + + programming/misc/mandoc/pspec.xml + + + mandoc + + zlib + + + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + 2023-03-12 + 1.14.6 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + termcap @@ -398598,43 +398641,6 @@ from a wide variety of machine architectures. - - python3-pefile - Python PE parsing module - Python PE parsing module - Python PE parsing module - Python PE parsing module - library - unknown - MIT - - - 2023-03-12 - 2022.5.30 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - localhost - PisiLinux - 2.0 - x86_64 - 319885 - 60036 - 93a518bbd67801ff7d85fbd758ad42ea6d3ea9a7 - da39a3ee5e6b4b0d3255bfef95601890afd80709 - programming/language/python3/python3-pefile/python3-pefile-2022.5.30-1-p2-x86_64.pisi - 1.2 - - python3-pefile - https://github.com/erocarrera/pefile - - Mustafa Cinasal - muscnsl@gmail.com - - - system FIXME diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index d6b5dfe5f0..f6f3f74cc4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -75b37908fce774e7066591ac5fcebd601f098584 \ No newline at end of file +362ecaa6dbe40ec411b671196ae35b7cc84a17c9 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index e23a75345f..867f32ee55 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index da5c813d69..b9ea3ceaf2 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -e8d3836a23d023cbfc227d6b7af2c2bd94f8c0d4 \ No newline at end of file +ace25992734d4e791075c0b015b12e4ea917d063 \ No newline at end of file diff --git a/programming/misc/mandoc/actions.py b/programming/misc/mandoc/actions.py new file mode 100644 index 0000000000..4544ad2bc4 --- /dev/null +++ b/programming/misc/mandoc/actions.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + pisitools.dosed('configure', '"/usr/local"', '"/usr"') + pisitools.dosed('configure', '"${PREFIX}/man"', '"${PREFIX}/share/man"') + autotools.configure("MANDIR=/usr/share/man") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s MANDIR=/usr/share/man" % get.installDIR()) + + # man-db + pisitools.remove("/usr/bin/soelim") + pisitools.remove("/usr/bin/apropos") + pisitools.remove("/usr/bin/whatis") + pisitools.remove("/usr/bin/man") + + pisitools.remove("/usr/share/man/man1/man.1") + pisitools.remove("/usr/share/man/man1/whatis.1") + pisitools.remove("/usr/share/man/man7/man.7") + pisitools.remove("/usr/share/man/man1/apropos.1") + + pisitools.dodoc("LICENSE", "TODO", "NEWS") diff --git a/programming/misc/mandoc/pspec.xml b/programming/misc/mandoc/pspec.xml new file mode 100644 index 0000000000..8e90695db0 --- /dev/null +++ b/programming/misc/mandoc/pspec.xml @@ -0,0 +1,50 @@ + + + + + mandoc + https://mandoc.bsd.lv/ + + Mustafa Cinasal + muscnsl@gmail.com + + ISC + library + A suite of tools for compiling mdoc and man + mdoc ve man'ı derlemek için bir araç paketi + https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz + + zlib-devel + + --> + + + + + mandoc + + zlib + + + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + + 2023-03-12 + 1.14.6 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/programming/misc/mandoc/translations.xml b/programming/misc/mandoc/translations.xml new file mode 100644 index 0000000000..6cdb2afcd2 --- /dev/null +++ b/programming/misc/mandoc/translations.xml @@ -0,0 +1,8 @@ + + + + mandoc + A suite of tools for compiling mdoc and man + mdoc ve man'ı derlemek için bir araç paketi + +