diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-03 23:27:39 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-04 00:19:39 -0700 |
| commit | f20a5813faa3cbaba9334744fc6baee769434e02 (patch) | |
| tree | 02692c6e146e12d04e70aaafeb431851ba2f5c0b /pkg/mdocml | |
| parent | 83e3b5b5fc6e49edc4e499a47effbcb89e69d35b (diff) | |
Add mandoc 1.14.2 (renamed from mdocml)
Diffstat (limited to 'pkg/mdocml')
| -rw-r--r-- | pkg/mdocml/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/mdocml/config.h | 38 | ||||
| -rw-r--r-- | pkg/mdocml/gen.rc | 87 | ||||
| -rw-r--r-- | pkg/mdocml/rev | 1 | ||||
| -rw-r--r-- | pkg/mdocml/sha256 | 1 | ||||
| -rw-r--r-- | pkg/mdocml/url | 1 |
6 files changed, 0 insertions, 130 deletions
diff --git a/pkg/mdocml/.gitignore b/pkg/mdocml/.gitignore deleted file mode 100644 index edcddeed..00000000 --- a/pkg/mdocml/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/mdocml-1.14.1.tar.gz -/src diff --git a/pkg/mdocml/config.h b/pkg/mdocml/config.h deleted file mode 100644 index ccce277b..00000000 --- a/pkg/mdocml/config.h +++ /dev/null @@ -1,38 +0,0 @@ -#include <config-posix.h> - -#define UTF8_LOCALE "C.UTF-8" -#define EFTYPE EINVAL -#define HAVE_CMSG_XPG42 0 -#define HAVE_DIRENT_NAMLEN 0 -#define HAVE_ENDIAN 1 -#define HAVE_ERR 1 -#define HAVE_FTS 0 -#define HAVE_FTS_COMPARE_CONST 0 -#define HAVE_PLEDGE 0 -#define HAVE_PROGNAME 1 -#define HAVE_REALLOCARRAY 1 -#define HAVE_REWB_BSD 0 -#define HAVE_REWB_SYSV 1 -#define HAVE_SANDBOX_INIT 0 -#define HAVE_STRCASESTR 1 -#define HAVE_STRINGLIST 0 -#define HAVE_STRLCAT 1 -#define HAVE_STRLCPY 1 -#define HAVE_STRSEP 1 -#define HAVE_STRTONUM 1 -#define HAVE_SYS_ENDIAN 0 -#define HAVE_VASPRINTF 1 -#define HAVE_WCHAR 1 -#define HAVE_OHASH 0 - -/* binary names */ -#define BINM_APROPOS "apropos" -#define BINM_CATMAN "catman" -#define BINM_MAKEWHATIS "makewhatis" -#define BINM_MAN "man" -#define BINM_SOELIM "soelim" -#define BINM_WHATIS "whatis" - -/* paths */ -#define MAN_CONF_FILE "/etc/man.conf" -#define MANPATH_DEFAULT "/share/man" diff --git a/pkg/mdocml/gen.rc b/pkg/mdocml/gen.rc deleted file mode 100644 index b7c8423e..00000000 --- a/pkg/mdocml/gen.rc +++ /dev/null @@ -1,87 +0,0 @@ -cflags\ - -isystem pkg/openbsd/include\ - -isystem '$builddir'/pkg/zlib/include\ - -I include\ - -I '$dir' - -lib libmandoc.a -d pkg/zlib/headers\ - man.c\ - man_hash.c\ - man_macro.c\ - man_validate.c\ - \ - att.c\ - lib.c\ - mdoc.c\ - mdoc_argv.c\ - mdoc_hash.c\ - mdoc_macro.c\ - mdoc_state.c\ - mdoc_validate.c\ - st.c\ - \ - eqn.c\ - roff.c\ - tbl.c\ - tbl_data.c\ - tbl_layout.c\ - tbl_opts.c\ - \ - chars.c\ - mandoc.c\ - mandoc_aux.c\ - mandoc_ohash.c\ - msec.c\ - preconv.c\ - read.c\ - \ - compat_fts.c\ - compat_ohash.c - -exe mandoc\ - main.c\ - manpath.c\ - out.c\ - tag.c\ - tree.c\ - \ - eqn_html.c\ - html.c\ - man_html.c\ - mdoc_html.c\ - tbl_html.c\ - \ - mdoc_man.c\ - \ - eqn_term.c\ - man_term.c\ - mdoc_term.c\ - term.c\ - term_ascii.c\ - term_ps.c\ - tbl_term.c\ - \ - dbm.c\ - dbm_map.c\ - mansearch.c\ - \ - dba.c\ - dba_array.c\ - dba_read.c\ - dba_write.c\ - mandocdb.c\ - \ - libmandoc.a\ - '$builddir'/pkg/^(openbsd/libbsd.a zlib/libz.a) -exe demandoc demandoc.c libmandoc.a '$builddir'/pkg/^(openbsd/libbsd.a zlib/libz.a) - -for(exe in mandoc demandoc) file bin/$exe '$outdir'/$exe 755 -for(sym in apropos man whatis makewhatis) sym bin/$sym mandoc -man\ - 1 mandoc.1 demandoc.1 man.1 apropos.1\ - 5 man.conf.5 mandoc.db.5\ - 7 man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7\ - 8 makewhatis.8 -sym share/man/man1/whatis.1.gz apropos.1.gz - -fetch curl diff --git a/pkg/mdocml/rev b/pkg/mdocml/rev deleted file mode 100644 index 00750edc..00000000 --- a/pkg/mdocml/rev +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/pkg/mdocml/sha256 b/pkg/mdocml/sha256 deleted file mode 100644 index 85f5314c..00000000 --- a/pkg/mdocml/sha256 +++ /dev/null @@ -1 +0,0 @@ -356954f141ec6f5635e938c826f2e16e4619bb361c64d84a31f6775d030a615b mdocml-1.14.1.tar.gz diff --git a/pkg/mdocml/url b/pkg/mdocml/url deleted file mode 100644 index ebe311b6..00000000 --- a/pkg/mdocml/url +++ /dev/null @@ -1 +0,0 @@ -url = "http://mdocml.bsd.lv/snapshots/mdocml-1.14.1.tar.gz" |
