# # DSM for PCRE1 library 8.42 sources. # Written by Juan Manuel Guerrero 2018-09-09 # Product compiled with gcc346b, bnu2311b and djdev206. # dsm-file-version: 1.0 dsm-name: pcre842s dsm-version: 0.6.1 type: sources dsm-author: Juan Manuel Guerrero dsm-author-email: juan.guerrero@gmx.de name: libpcre1 version: 8.42 release 1 manifest: pcre842s binaries-dsm: pcre842b documentation-dsm: pcre842d short-description: Sources of the PCRE1 library. long-description: The PCRE1 library is a set of functions that implement regular\n\ expression pattern matching using the same syntax and semantics as Perl 5. license: BSD LICENSE # Author. author: Philip Hazel author-email: # Maintainer. maintainer: Philip Hazel maintainer-email: # For reporting bugs. mailing-list: # The home page of pcre library. # This is the place from where the original sources are. web-site: http://www.pcre.org/ # The ftp site of pcre library. # This is the place from where the original sources are. ftp-site: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre mailing-list: djgpp@delorie.com newsgroup: comp.os.msdos.djgpp porter: Juan Manuel Guerrero porter-email: juan.guerrero@gmx.de simtelnet-path: v2tk/ zip: pcre842s.zip changelog: contrib/pcre-8.42/ChangeLog post-install-readme: contrib/pcre-8.42/NEWS post-install-readme: contrib/pcre-8.42/README post-install-readme: contrib/pcre-8.42/djgpp/README # These are required to configure libpcre: requires: bash requires: fileutils requires: sh-utils requires: textutils requires: sed requires: gawk requires: grep requires: gpp requires: mktemp >= 1.7 release 3 requires: zlib >= 1.2.11 release 1 requires: bzip2 >= 1.0.6 release 2 requires: readline >= 7.0 release 1 # To build DXE3 module version of the library, # at least DJGPP 2.05 is required. requires: djdev >= 2.05 # These are required to build libpcre: requires: DPMI 0.9 requires: gcc requires: gpp requires: binutils requires: djdev >= 2.05 requires: texinfo >= 4.0d requires: make >= 3.75 requires: zlib >= 1.2.11 release 1 requires: bzip2 >= 1.0.6 release 2 requires: readline >= 7.0 release 1 # To build DXE3 module version of the library, # at least DJGPP 2.05 is required. requires: djdev >= 2.05 replaces: libpcre1 < 8.42 release 1 # DJGPP v2.03 or later is need, because the # '/dev/env/DJDIR' functionality is used. depends-on: djdev >= 2.03 # For GNU install and GNU mkdir, to run "make install". # Also, for "make clean" and for "make check": depends-on: fileutils depends-on: mktemp >= 1.7 release 3 # For GNU Bash and GNU `echo', to run "make install". depends-on: bash depends-on: sh-utils # For producing the info page and running install-info: depends-on: texinfo >= 4.0b # For producing the formatted man page: depends-on: groff # For producing printed docs: depends-on: web2c depends-on: dvips depends-on: dvilj # For NLS support. # For generating the .gmo files: depends-on: gettext >= 0.19.2 release 1 # For recoding the .gmo files from unix to dos charset: depends-on: libiconv >= 1.14 release 2