this repo has no description

apply maintainer-suggested changes (and fix oversights, sigh)

Changed files
+54 -58
packages
camlp5
camlp5.8.00
camlp5.8.00~alpha01
camlp5.8.00~alpha02
camlp5.8.00~alpha03
camlp5.8.00~alpha04
camlp5.8.00~alpha05
camlp5.8.00~alpha06
conf-diffutils
conf-diffutils.1
conf-perl-ipc-system-simple
conf-perl-ipc-system-simple.1
conf-perl-packages
conf-perl-packages.1
conf-perl-string-shellquote
conf-perl-string-shellquote.1
+1 -1
packages/camlp5/camlp5.8.00/opam
···
"ocaml" {>= "4.02" & < "4.13.0"}
"conf-perl"
"conf-perl-packages"
+
"conf-diffutils" { with-test }
"pcre" { with-test }
"ounit" { with-test }
"rresult" { with-test }
···
[make "-C" "test" "clean" "all"] {with-test & ocaml:version >= "4.10.0" }
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion." { os = "macos" | os = "freebsd" | os = "openbsd" }
-2
packages/camlp5/camlp5.8.00~alpha01/opam
···
"conf-perl"
"conf-perl-packages"
]
-
available: [ os-distribution != "alpine" ]
-
build: [
["./configure" "--prefix" prefix "-libdir" lib "-mandir" man]
-1
packages/camlp5/camlp5.8.00~alpha02/opam
···
[make "world.opt"]
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion."
-2
packages/camlp5/camlp5.8.00~alpha03/opam
···
[make "world.opt"]
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
-
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion."
-2
packages/camlp5/camlp5.8.00~alpha04/opam
···
[make "world.opt"]
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
-
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion."
-2
packages/camlp5/camlp5.8.00~alpha05/opam
···
[make "world.opt"]
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
-
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion."
-2
packages/camlp5/camlp5.8.00~alpha06/opam
···
[make "world.opt"]
]
install: [make "install"]
-
available: [ os-distribution != "alpine" ]
-
post-messages:
"To use mkcamlp5 and mkcamlp5.opt properly you will require Perl module which contains 'IPC/System/Simple.pm'. We currently don't know the right way to specify this dependecy on BSD and MacOS systems. You can use https://github.com/camlp5/camlp5/issues/66 for discussion."
+1 -1
packages/conf-diffutils/conf-diffutils.1/opam
···
maintainer: "chetsky@gmail.com"
authors: "GNU Project"
license: "GPL-3.0-or-later"
-
build: [["sh" "-exc" "find . -name ."]]
+
build: [["diff" "--help"]]
depexts: [
["diffutils"] {os-family = "debian"}
["diffutils"] {os-distribution = "fedora"}
+26
packages/conf-perl-ipc-system-simple/conf-perl-ipc-system-simple.1/opam
···
+
opam-version: "2.0"
+
maintainer: "chetsky@gmail.com"
+
homepage: "https://www.perl.org/"
+
bug-reports: "chesky@gmail.com"
+
license: "GPL-1.0-or-later"
+
authors: "Larry Wall et. al."
+
depends: [
+
"conf-perl"
+
]
+
build: [
+
["perl" "--version"]
+
["perl" "-MIPC::System::Simple" "-e" "1"]
+
]
+
depexts: [
+
["libipc-system-simple-perl"] {os-family = "debian"}
+
["perl-ipc-system-simple"] {os-distribution = "alpine"}
+
["perl-IPC-System-Simple"] {os-distribution = "centos"}
+
["perl-IPC-System-Simple"] {os-distribution = "ol"}
+
["perl-IPC-System-Simple"] {os-family = "suse"}
+
["perl-IPC-System-Simple"] {os-family = "fedora"}
+
["perl-ipc-system-simple"] {os-family = "arch"}
+
]
+
synopsis: "Virtual package relying on perl's IPC::System::Simple"
+
description:
+
"This package can only install if the specified perl packages are on the system."
+
flags: conf
-45
packages/conf-perl-packages/conf-perl-packages.1/opam
···
-
opam-version: "2.0"
-
maintainer: "chetsky@gmail.com"
-
homepage: "https://www.perl.org/"
-
bug-reports: "chesky@gmail.com"
-
license: "GPL-1.0-or-later"
-
authors: "Larry Wall et. al."
-
depends: [
-
"conf-perl"
-
]
-
build: [
-
["perl" "--version"]
-
["perl" "-MIPC::System::Simple" "-e" "1"]
-
["perl" "-MString::ShellQuote" "-e" "1"]
-
]
-
depexts: [
-
[
-
"libstring-shellquote-perl"
-
"libipc-system-simple-perl"
-
] {os-family = "debian"}
-
[
-
"perl-string-shellquote"
-
"perl-ipc-system-simple"
-
] {os-distribution = "alpine"}
-
[
-
"perl-String-ShellQuote"
-
"perl-IPC-System-Simple"
-
] {os-distribution = "centos"}
-
[
-
"perl-String-ShellQuote"
-
"perl-IPC-System-Simple"
-
] {os-family = "suse"}
-
[
-
"perl-String-ShellQuote"
-
"perl-IPC-System-Simple"
-
] {os-family = "fedora"}
-
[
-
"perl-string-shellquote"
-
"perl-ipc-system-simple"
-
] {os-family = "arch"}
-
]
-
available: [ os-distribution != "centos" & os-distribution != "ol" ]
-
synopsis: "Virtual package relying on various perl package (so we can just depend-upon and test this"
-
description:
-
"This package can only install if the specified perl packages are on the system."
-
flags: conf
+26
packages/conf-perl-string-shellquote/conf-perl-string-shellquote.1/opam
···
+
opam-version: "2.0"
+
maintainer: "chetsky@gmail.com"
+
homepage: "https://www.perl.org/"
+
bug-reports: "chesky@gmail.com"
+
license: "GPL-1.0-or-later"
+
authors: "Larry Wall et. al."
+
depends: [
+
"conf-perl"
+
]
+
build: [
+
["perl" "--version"]
+
["perl" "-MString::ShellQuote" "-e" "1"]
+
]
+
depexts: [
+
["libstring-shellquote-perl"] {os-family = "debian"}
+
["perl-string-shellquote"] {os-distribution = "alpine"}
+
["perl-String-ShellQuote"] {os-distribution = "centos"}
+
["perl-String-ShellQuote"] {os-distribution = "ol"}
+
["perl-String-ShellQuote"] {os-family = "suse"}
+
["perl-String-ShellQuote"] {os-family = "fedora"}
+
["perl-string-shellquote"] {os-family = "arch"}
+
]
+
synopsis: "Virtual package relying on perl's String::ShellQuote"
+
description:
+
"This package can only install if the specified perl packages are on the system."
+
flags: conf