From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id AFA29386C5A7; Sun, 3 Jul 2022 12:11:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFA29386C5A7 To: cygwin-apps-cvs@sourceware.org Subject: [cygport - the Cygwin packaging tool] branch gh-pages, updated. 3a0a9d985647f191b52fc80f91593fa2ada9d88d X-Git-Refname: refs/heads/gh-pages X-Git-Reftype: branch X-Git-Oldrev: 8ef6f060524e96b69d159f0cb0ac590a02d2d18f X-Git-Newrev: 3a0a9d985647f191b52fc80f91593fa2ada9d88d Message-Id: <20220703121102.AFA29386C5A7@sourceware.org> Date: Sun, 3 Jul 2022 12:11:02 +0000 (GMT) From: Jon TURNEY X-BeenThere: cygwin-apps-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2022 12:11:02 -0000 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=3a0a9d985647f191b52fc80f91593fa2ada9d88d commit 3a0a9d985647f191b52fc80f91593fa2ada9d88d Author: Jon Turney Date: Sun Jul 3 13:10:27 2022 +0100 cygport-gh-pages 0.35.2 Diff: --- COPYING-DOCS.html | 14 +- R_cygclass.html | 154 ++-- aspell-dict_cygclass.html | 138 +-- autotools_cygclass.html | 254 +++--- bzr_cygclass.html | 34 +- check_funcs_cygpart.html | 160 ++-- clang_cygclass.html | 14 +- cmake_cygclass.html | 90 +- compilers_cygpart.html | 229 ++--- cross_cygclass.html | 86 +- cvs_cygclass.html | 48 +- cygport.1.html | 2 +- cygport_chapters.html | 30 +- cygport_compile_functions.html | 112 +-- cygport_concepts.html | 41 +- cygport_conf.html | 108 +-- cygport_cygclasses.html | 114 +-- cygport_definitions.html | 401 ++++----- cygport_general_functions.html | 46 +- cygport_in.html | 1796 +++++++++++++++++++------------------- cygport_install_functions.html | 214 ++--- cygport_overloads.html | 234 ++--- cygport_postinstall_steps.html | 40 +- cygport_testsuite_functions.html | 16 +- cygport_variables.html | 232 ++--- docbook_cygclass.html | 90 +- emacs_cygclass.html | 28 +- font_cygclass.html | 76 +- fossil_cygclass.html | 30 +- fox_cygclass.html | 54 +- git_cygclass.html | 50 +- gnome2_cygclass.html | 60 +- gnome_org_cygclass.html | 54 +- gst-plugins_cygclass.html | 92 +- gstreamer_cygclass.html | 50 +- gtk2-perl_cygclass.html | 54 +- gtkmm_cygclass.html | 82 +- hg_cygclass.html | 32 +- httpd_cygclass.html | 248 +++--- inheritance_cygpart.html | 14 +- kde3_cygclass.html | 102 +-- kde4_cygclass.html | 78 +- kde_org_cygclass.html | 54 +- kf5_cygclass.html | 68 +- lua_cygclass.html | 88 +- masterindex.html | 1474 +++++++++++++++---------------- mate_cygclass.html | 84 +- meson_build.html | 1378 ++++++++++++++--------------- meson_cygclass.html | 76 +- mirrors.html | 184 ++-- mtn_cygclass.html | 44 +- multilib_cygclass.html | 94 +- ninja_cygclass.html | 30 +- ocaml-dune_cygclass.html | 70 +- ocaml_cygclass.html | 108 +-- octave_cygclass.html | 86 +- perl_cygclass.html | 222 ++--- php_cygclass.html | 266 +++--- pkg_info_cygpart.html | 35 +- pkg_pkg_cygpart.html | 170 ++-- pkg_upload_cygpart.html | 12 +- pygtk_cygclass.html | 90 +- python-wheel_cygclass.html | 76 +- python2-distutils_cygclass.html | 44 +- python2-wheel_cygclass.html | 54 +- python2_cygclass.html | 88 +- python3-distutils_cygclass.html | 44 +- python3-wheel_cygclass.html | 60 +- python3_cygclass.html | 102 +-- python_org_cygclass.html | 30 +- qt3-qmake_cygclass.html | 56 +- qt3_cygclass.html | 102 +-- qt4-cmake_cygclass.html | 34 +- qt4-qmake_cygclass.html | 56 +- qt4_cygclass.html | 132 +-- qt5-qmake_cygclass.html | 52 +- qt5_cygclass.html | 124 +-- robo_sourcefiles.html | 2 +- ruby_cygclass.html | 178 ++-- rubygem_cygclass.html | 116 +-- src_compile_cygpart.html | 36 +- src_fetch_cygpart.html | 68 +- src_install_cygpart.html | 272 +++--- src_postinst_cygpart.html | 188 ++-- src_prep_cygpart.html | 40 +- src_test_cygpart.html | 22 +- svn_cygclass.html | 58 +- syntax_cygpart.html | 47 +- tcl_cygclass.html | 8 +- texlive_cygclass.html | 20 +- toc_index.html | 1738 ++++++++++++++++++------------------ toolchain_cygclass.html | 16 +- utils_cygclass.html | 18 +- vim_cygclass.html | 4 +- waf_cygclass.html | 12 +- wxwidgets_cygclass.html | 18 +- xfce4_cygclass.html | 20 +- xorg_cygclass.html | 24 +- xvfb_cygclass.html | 8 +- 99 files changed, 7233 insertions(+), 7168 deletions(-) diff --git a/COPYING-DOCS.html b/COPYING-DOCS.html index 6c9ae39..5312ee0 100644 --- a/COPYING-DOCS.html +++ b/COPYING-DOCS.html @@ -34,11 +34,11 @@

TABLE OF CONTENTS


-

License

+

License

[ Top ] [ Concepts ]

SOURCE

@@ -238,7 +238,7 @@ A. Use in the Title Page (and on the covers, if any) a title distinct Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. -C. State on the Title page the name of the publisher of the +C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications @@ -414,7 +414,7 @@ reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it. -10. FUTURE REVISIONS OF THIS LICENSE +10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions @@ -444,7 +444,7 @@ public wiki that anybody can edit is an example of such a server"Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. -"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 +"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license @@ -460,7 +460,7 @@ in part into the MMC, (1(2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site -under CC-BY-SA on the same site at any time before August 1, 2009, +under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. @@ -496,7 +496,7 @@ to permit their use in free software.
diff --git a/R_cygclass.html b/R_cygclass.html index 00cb7cb..64b5c1a 100644 --- a/R_cygclass.html +++ b/R_cygclass.html @@ -34,169 +34,169 @@

TABLE OF CONTENTS


-

R.cygclass

+

R.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  inherit R
+
  inherit R
 

DESCRIPTION

-

R is a GNU implementation of S, a language and environment for statistical +

R is a GNU implementation of S, a language and environment for statistical computing and graphics.

The primary purpose of R.cygclass is for creating Cygwin packages from CRAN packages, - the R equivalent of Perl's CPAN. CRAN package builds are driven by R itself. + the R equivalent of Perl's CPAN. CRAN package builds are driven by R itself.

Most CRAN packages build OOTB, but creating a Cygwin package may be helpful if a patch is required or if the build requirements are substantial (e.g. RGtk2, the GTK+ bindings which are used in several GUIs). When using R.cygclass - to build a CRAN package, NAME must be "R-" followed by the CRAN package - name. In most such cases, the R.cygclass src_compile and src_install should + to build a CRAN package, NAME must be "R-" followed by the CRAN package + name. In most such cases, the R.cygclass src_compile and src_install should suffice.

Alternatively, the definitions in this cygclass can be used to help build - an R-dependent package which does not use CRAN, e.g. + an R-dependent package which does not use CRAN, e.g. rkward.

EXAMPLE

-
  inherit R
+
  inherit R
   
-  NAME="R-RODBC"
+  NAME="R-RODBC"
   VERSION=1.3-7
   RELEASE=1
-  CATEGORY="Math"
-  SUMMARY="R ODBC interface"
-  DESCRIPTION="ODBC database interface for the R statistic programming language"
+  CATEGORY="Math"
+  SUMMARY="R ODBC interface"
+  DESCRIPTION="ODBC database interface for the R statistic programming language"
   
-  R_CONFIGURE_ARGS="--with-odbc-manager=iodbc"
+  R_CONFIGURE_ARGS="--with-odbc-manager=iodbc"
 

REQUIRES

-

pkg-config, R +

pkg-config, R

SEE ALSO

-

mirror_cran +

mirror_cran


-

R

+

R

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

Absolute path to the R interpreter.


-

R_CFLAGS

+

R_CFLAGS

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

Compile flags for the libR C library.


-

R_LIBS

+

R_LIBS

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

Link flags for the libR C library.


-

R_HOME

+

R_HOME

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

-

Absolute path to the R main directory. +

Absolute path to the R main directory.


-

R_INCLUDEDIR

+

R_INCLUDEDIR

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

Absolute path to the directory containing libR C library headers.


-

R_SITELIB

+

R_SITELIB

-

[ Top ] [ R.cygclass ] [ Definitions ]

+

[ Top ] [ R.cygclass ] [ Definitions ]

DESCRIPTION

-

Installation path for third-party R modules. +

Installation path for third-party R modules.


-

CATEGORY (R)

+

CATEGORY (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DEFINITION

-
CATEGORY="Math Science"
+
CATEGORY="Math Science"
 

-

SUMMARY (R)

+

SUMMARY (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DEFINITION

-
SUMMARY="R ${ORIG_PN} package"
+
SUMMARY="R ${ORIG_PN} package"
 

-

HOMEPAGE (R)

+

HOMEPAGE (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DESCRIPTION

-

Web address for the R module on CRAN. +

Web address for the R module on CRAN.


-

SRC_URI (R)

+

SRC_URI (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DESCRIPTION

-

Download location for the R module on CRAN. +

Download location for the R module on CRAN.


-

R_CONFIGURE_ARGS

+

R_CONFIGURE_ARGS

-

[ Top ] [ R.cygclass ] [ Variables ]

+

[ Top ] [ R.cygclass ] [ Variables ]

SYNOPSIS

  R_CONFIGURE_ARGS="arg1 [arg2 ...]"
 
@@ -207,59 +207,59 @@
-

R_compile

+

R_compile

-

[ Top ] [ R.cygclass ] [ Compile Functions ]

+

[ Top ] [ R.cygclass ] [ Compile Functions ]

SYNOPSIS

  cd $B
   R_compile
 

DESCRIPTION

-

Configures and compiles an R module packages. Due to the nature of +

Configures and compiles an R module packages. Due to the nature of CRAN packages, the package is not compiled in B, but is compiled and "installed" into a temporary directory.


-

R_install

+

R_install

-

[ Top ] [ R.cygclass ] [ Install Functions ]

+

[ Top ] [ R.cygclass ] [ Install Functions ]

SYNOPSIS

  R_install
 

DESCRIPTION

-

Installs the R module into $D. Due to the nature of CRAN packages, all - this does is copy from the temporary directory used in R_compile. +

Installs the R module into $D. Due to the nature of CRAN packages, all + this does is copy from the temporary directory used in R_compile.


-

src_compile (R)

+

src_compile (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DEFINITION

-
src_compile() {
+
src_compile() {
         mkdir -p ${B}/${ORIG_PN}
-        lndirs ${S} ${B}/${ORIG_PN}
-        R_compile
+        lndirs ${S} ${B}/${ORIG_PN}
+        R_compile
 }
 

-

src_install (R)

+

src_install (R)

-

[ Top ] [ R.cygclass ] [ Overloads ]

+

[ Top ] [ R.cygclass ] [ Overloads ]

DEFINITION

-
src_install() {
-        R_install
+
src_install() {
+        R_install
 }
 
diff --git a/aspell-dict_cygclass.html b/aspell-dict_cygclass.html index 3efff90..9d410db 100644 --- a/aspell-dict_cygclass.html +++ b/aspell-dict_cygclass.html @@ -34,32 +34,32 @@

TABLE OF CONTENTS


-

aspell-dict.cygclass

+

aspell-dict.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  [ASPELL_COMPAT=...]
-  inherit aspell-dict
+
  [ASPELL_COMPAT=...]
+  inherit aspell-dict
 

DESCRIPTION

Aspell is a GNU project providing a spell checking library and command-line @@ -69,18 +69,18 @@

The purpose of this cygclass is to create Aspell dictionary packages for the Cygwin Aspell package. aspell-dict.cygclass expects the package name to be "aspell-<language_code>". If the source tarball is named "aspell5-*" - or "aspell6-*", ASPELL_COMPAT must be declared before inheriting. + or "aspell6-*", ASPELL_COMPAT must be declared before inheriting.

EXAMPLE

-
    ASPELL_COMPAT=6
-    inherit aspell-dict
+
    ASPELL_COMPAT=6
+    inherit aspell-dict
     
     NAME="aspell-en"
     VERSION=7.1-0
     RELEASE=1
-    CATEGORY="Text"
-    SUMMARY="Aspell English dictionaries"
-    DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed
+    CATEGORY="Text"
+    SUMMARY="Aspell English dictionaries"
+    DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed
     to eventually replace Ispell. It can either be used as a library or as an
     independent spell checker.
     This package provides English dictionaries for Aspell."
@@ -89,14 +89,14 @@
 

aspell

SEE ALSO

-

mirror_gnu +

mirror_gnu


-

ASPELL_COMPAT

+

ASPELL_COMPAT

-

[ Top ] [ aspell-dict.cygclass ] [ Variables ]

+

[ Top ] [ aspell-dict.cygclass ] [ Variables ]

DESCRIPTION

Dictionary compatibility level:

@@ -109,43 +109,43 @@

NOTE

-

This variable, if necessary, must be declared before inheriting aspell-dict.cygclass. +

This variable, if necessary, must be declared before inheriting aspell-dict.cygclass.


-

ASPELL_DATADIR

+

ASPELL_DATADIR

-

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

DESCRIPTION

Installation path for Aspell platform-independent dictionary files


-

ASPELL_DICTDIR

+

ASPELL_DICTDIR

-

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

DESCRIPTION

Installation path for Aspell compiled dictionary files


-

ASPELL_LANG

+

ASPELL_LANG

-

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

DESCRIPTION

ISO 639 short code for language name


-

ASPELL_LANG_FULL

+

ASPELL_LANG_FULL

-

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Definitions ]

DESCRIPTION

-

The English name for the language specified in ASPELL_LANG. +

The English name for the language specified in ASPELL_LANG.

NOTE

The iso-codes package must be installed in order to provide this definition. @@ -153,104 +153,104 @@


-

CATEGORY (aspell-dict)

+

CATEGORY (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
CATEGORY="Text"
+
CATEGORY="Text"
 

-

SUMMARY (aspell-dict)

+

SUMMARY (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
SUMMARY="Aspell ${ASPELL_LANG_FULL:-${ASPELL_LANG}} dictionary"
+
SUMMARY="Aspell ${ASPELL_LANG_FULL:-${ASPELL_LANG}} dictionary"
 

-

DESCRIPTION (aspell-dict)

+

DESCRIPTION (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed to
+
DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed to
 eventually replace Ispell. It can either be used as a library or as an
 independent spell checker.
-This package provides ${ASPELL_LANG_FULL:-${ASPELL_LANG}} dictionaries for Aspell."
+This package provides ${ASPELL_LANG_FULL:-${ASPELL_LANG}} dictionaries for Aspell."
 

-

HOMEPAGE (aspell-dict)

+

HOMEPAGE (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
HOMEPAGE="http://aspell.net/"
+
HOMEPAGE="http://aspell.net/"
 

-

SRC_URI (aspell-dict)

+

SRC_URI (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
SRC_URI="mirror://gnu/aspell/dict/${ASPELL_LANG}/${ORIG_PN}-${ORIG_PV}.tar.bz2"
+
SRC_URI="mirror://gnu/aspell/dict/${ASPELL_LANG}/${ORIG_PN}-${ORIG_PV}.tar.bz2"
 

-

aspell_dict_compile

+

aspell_dict_compile

-

[ Top ] [ aspell-dict.cygclass ] [ Compile Functions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Compile Functions ]

SYNOPSIS

  aspell_dict_compile
 

DESCRIPTION

Compiles an Aspell dictionary by running the custom configure script, then - calling cygmake. + calling cygmake.


-

doaspelldict

+

doaspelldict

-

[ Top ] [ aspell-dict.cygclass ] [ Install Functions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Install Functions ]

SYNOPSIS

  doaspelldict FILES
 

DESCRIPTION

Installs the Aspell dictionary files to the correct directories. Aspell - dictionaries usually install with the default src_install, so this is generally + dictionaries usually install with the default src_install, so this is generally unnecessary.


-

doaspelldata

+

doaspelldata

-

[ Top ] [ aspell-dict.cygclass ] [ Install Functions ]

+

[ Top ] [ aspell-dict.cygclass ] [ Install Functions ]

DESCRIPTION

-

Alias for doaspelldict. +

Alias for doaspelldict.


-

src_compile (aspell-dict)

+

src_compile (aspell-dict)

-

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

+

[ Top ] [ aspell-dict.cygclass ] [ Overloads ]

DEFINITION

-
src_compile() {
-        lndirs
+
src_compile() {
+        lndirs
         cd ${B}
-        aspell_dict_compile
+        aspell_dict_compile
 }
 
diff --git a/autotools_cygclass.html b/autotools_cygclass.html index fd67d49..e71351d 100644 --- a/autotools_cygclass.html +++ b/autotools_cygclass.html @@ -34,35 +34,35 @@

TABLE OF CONTENTS


-

autotools.cygclass

+

autotools.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

DESCRIPTION

GNU Autotools (comprising of Gettext, Autoconf, Automake, and Libtool) comprise the build system of many source packages of all types. @@ -71,7 +71,7 @@

This Cygclass provides the functions necessary to configure and build autotool-based packages. Since these are so widespread, this is the assumed build system if no other is specified, and provides the default - src_compile accordingly. + src_compile accordingly.

EXAMPLES

A basic autotool-based program package can be as simple as: @@ -80,35 +80,35 @@

    NAME="grep"
     VERSION=2.14
     RELEASE=1
-    CATEGORY="Base"
-    SUMMARY="Searches files for text patterns"
-    DESCRIPTION="The grep command searches one or more input files for lines
+    CATEGORY="Base"
+    SUMMARY="Searches files for text patterns"
+    DESCRIPTION="The grep command searches one or more input files for lines
     containing a match to a specified pattern. By default, grep prints the
     matching lines."
-    HOMEPAGE="https://www.gnu.org/software/grep/"
-    SRC_URI="mirror://gnu/grep/grep-${VERSION}.tar.xz"
+    HOMEPAGE="https://www.gnu.org/software/grep/"
+    SRC_URI="mirror://gnu/grep/grep-${VERSION}.tar.xz"
 

- If the only customization needed is to add configure flags, use CYGCONF_ARGS: + If the only customization needed is to add configure flags, use CYGCONF_ARGS:

    NAME="nano"
     VERSION=2.2.6
     RELEASE=1
-    CATEGORY="Editors"
-    SUMMARY="Enhanced clone of Pico editor"
-    DESCRIPTION="GNU nano is a small and friendly console-mode text editor, based
+    CATEGORY="Editors"
+    SUMMARY="Enhanced clone of Pico editor"
+    DESCRIPTION="GNU nano is a small and friendly console-mode text editor, based
     on and mostly compatible with UW Pico. Besides basic text editing, nano offers
     many extra features like an interactive search and replace, go to line and
     column number, auto-indentation, feature toggles, internationalization support,
     and filename tab completion."
-    HOMEPAGE="https://www.nano-editor.org/"
-    SRC_URI="https://www.nano-editor.org/dist/v${VERSION%.*}/nano-${VERSION}.tar.gz"
-    PATCH_URI="2.2.4-wchar.patch"
+    HOMEPAGE="https://www.nano-editor.org/"
+    SRC_URI="https://www.nano-editor.org/dist/v${VERSION%.*}/nano-${VERSION}.tar.gz"
+    PATCH_URI="2.2.4-wchar.patch"
     
-    DIFF_EXCLUDES="nano.spec"
+    DIFF_EXCLUDES="nano.spec"
     
-    CYGCONF_ARGS="--without-slang"
+    CYGCONF_ARGS="--without-slang"
 

Packages providing libraries need a bit more to handle split lib/devel @@ -118,13 +118,13 @@

    NAME="libdatrie"
     VERSION=0.2.6
     RELEASE=1
-    CATEGORY="Libs"
-    SUMMARY="Double-array digital search tree library"
-    DESCRIPTION="This is an implementation of double-array structure for
+    CATEGORY="Libs"
+    SUMMARY="Double-array digital search tree library"
+    DESCRIPTION="This is an implementation of double-array structure for
     representing trie, as proposed by Junichi Aoe."
     
-    PKG_NAMES="${NAME}1 ${NAME}-devel ${NAME}-doc"
-    # see PKG_CONTENTS
+    PKG_NAMES="${NAME}1 ${NAME}-devel ${NAME}-doc"
+    # see PKG_CONTENTS
     libdatrie1_CONTENTS="usr/bin/cygdatrie-1.dll"
     # trietool is a dev-util
     libdatrie_devel_CONTENTS="usr/bin/trietool* usr/include/ usr/lib/ usr/share/man/"
@@ -133,96 +133,96 @@
 

Sometimes a package uses its own aclocal macros but does not ship them, or uses an older autoconf which is incompatible with the current version, - making cygautoreconf impossible. In that case, as long as the package does - not use libtool, you may be able to skip cygautoreconf: + making cygautoreconf impossible. In that case, as long as the package does + not use libtool, you may be able to skip cygautoreconf:

-
    src_compile() {
+
    src_compile() {
       # cannot autoreconf: undefined macro: AC_ACVERSION
       cd ${B}
-      cygconf --enable-iconv
-      cygmake
+      cygconf --enable-iconv
+      cygmake
     }
 

For more complicated packages, additional compile and/or install steps - may be necessary, in which case you should override the default src_compile - and/or src_install: + may be necessary, in which case you should override the default src_compile + and/or src_install:

-
    src_compile() {
+
    src_compile() {
       # the configure script is not distributed, and VPATH builds aren't supported
       cd ${S}
-      cygmake configure
-      lndirs
+      cygmake configure
+      lndirs
       cd ${B}
-      cygconf --htmldir=/usr/share/doc/${NAME}/html --mandir=/usr/share/man
-      cygmake all
+      cygconf --htmldir=/usr/share/doc/${NAME}/html --mandir=/usr/share/man
+      cygmake all
       # these can't be built in parallel
-      cygmake html
-      cygmake man
-      cygmake info
-      cygmake pdf
+      cygmake html
+      cygmake man
+      cygmake info
+      cygmake pdf
     }
     
-    src_install() {
+    src_install() {
       cd ${B}
-      cyginstall install-html install-man install-info install-pdf pdfdir=/usr/share/doc/${NAME}
+      cyginstall install-html install-man install-info install-pdf pdfdir=/usr/share/doc/${NAME}
     
       # ship bash completion
-      insinto /etc/bash_completion.d
-      doins ${S}/contrib/completion/*.bash
+      insinto /etc/bash_completion.d
+      doins ${S}/contrib/completion/*.bash
     }
 

- As noted below, cygconf is only intended for autoconf-compatible configure + As noted below, cygconf is only intended for autoconf-compatible configure scripts. Some packages use a custom configure script which is not compatible, in which case you need to call configure yourself:

-
    src_compile() {
+
    src_compile() {
       # package is not VPATH aware
-      lndirs
+      lndirs
       cd ${B}
       # custom configure incompatible with autoconf
       ./configure --prefix=/usr || error "configure failed"
-      cygmake
+      cygmake
    }
 

NOTES

These functions were previously part of cygport itself, but were moved out for easier maintainability. For backwards compatibility, this - cygclass is automatically inherit()ed, so these functions are always + cygclass is automatically inherit()ed, so these functions are always available as before.

-

Normally, a cygclass can only be inherited once. Even though this - is auto-inherit()ed, it can still be manually inherit()ed once more if desired. - In most cases this is unnecessary, but it can be useful if you inherit - other cygclasses but still want the default src_compile(). For example: +

Normally, a cygclass can only be inherited once. Even though this + is auto-inherit()ed, it can still be manually inherit()ed once more if desired. + In most cases this is unnecessary, but it can be useful if you inherit + other cygclasses but still want the default src_compile(). For example:

-
    inherit perl autotools
+
    inherit perl autotools
 

provides all the PERL_* definitions and perl_*() functions, but will build - with cygconf/cygmake by default instead of with perl's ExtUtils::MakeMaker + with cygconf/cygmake by default instead of with perl's ExtUtils::MakeMaker or Module::Build.

INHERITED BY

-

No Cygclass actually inherit()s autotools.cygclass for the reasons stated above, - but the functions defined herein are used by a number of Cygclasses: +

No Cygclass actually inherit()s autotools.cygclass for the reasons stated above, + but the functions defined herein are used by a number of Cygclasses:

-

gnome2.cygclass, gst-plugins.cygclass, gtkmm.cygclass, httpd.cygclass, - kde3.cygclass, mate.cygclass, php.cygclass, pygtk.cygclass, toolchain.cygclass, - xfce4.cygclass, xorg.cygclass +

gnome2.cygclass, gst-plugins.cygclass, gtkmm.cygclass, httpd.cygclass, + kde3.cygclass, mate.cygclass, php.cygclass, pygtk.cygclass, toolchain.cygclass, + xfce4.cygclass, xorg.cygclass


-

gnuconfigize

+

gnuconfigize

-

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

+

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

SYNOPSIS

  gnuconfigize DIRECTORY [DIRECTORY ...]
 
@@ -232,17 +232,17 @@ which is not recognized by older versions of this file.

NOTE

-

This function is called automatically during cygautoreconf; it need only +

This function is called automatically during cygautoreconf; it need only be called directly for packages which install their copies of this file - (e.g. the autotools themselves) or in the unusual case where cygautoreconf + (e.g. the autotools themselves) or in the unusual case where cygautoreconf absolutely cannot be used.


-

cygautoreconf

+

cygautoreconf

-

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

+

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

SYNOPSIS

  cygautoreconf
 
@@ -288,9 +288,9 @@
-

WANT_AUTOCONF

+

WANT_AUTOCONF

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

This variable controls the version of autoconf to be used. Valid settings are "2.1" (for the 2.13 version), "2.5" (for the 2.5x/2.6x series) and "2.7" @@ -299,9 +299,9 @@


-

WANT_AUTOMAKE

+

WANT_AUTOMAKE

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

This variable controls the version of automake to be used. Valid settings are currently "1.4", "1.5", etc. through "1.14". If undefined, the version @@ -311,12 +311,12 @@


-

NO_ACLOCAL

+

NO_ACLOCAL

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Define this variable to a boolean true value to skip running aclocal - during cygautoreconf. + during cygautoreconf.

WARNING

This is strongly discouraged, and should only be used when a package uses @@ -326,12 +326,12 @@


-

NO_LIBTOOLIZE

+

NO_LIBTOOLIZE

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Define this variable to a boolean true value to skip running libtoolize - during cygautoreconf. + during cygautoreconf.

WARNING

This is strongly discouraged. Cygwin's libtool usually includes patches @@ -341,12 +341,12 @@


-

NO_AUTOCONF

+

NO_AUTOCONF

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Define this variable to a boolean true value to skip running autoconf - during cygautoreconf. + during cygautoreconf.

WARNING

This is strongly discouraged. Running libtoolize, changes to aclocal macros, @@ -356,24 +356,24 @@


-

NO_AUTOHEADER

+

NO_AUTOHEADER

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Sometimes autoreconf thinks a package uses autoheader when in fact it does - not, in which case cygautoreconf will fail during the autoheader stage. + not, in which case cygautoreconf will fail during the autoheader stage. In such cases, provided you have not patched any AC_DEFINEs, set this variable to a boolean true value to skip the autoheader step.


-

NO_AUTOMAKE

+

NO_AUTOMAKE

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Define this variable to a boolean true value to skip running automake - during cygautoreconf. + during cygautoreconf.

WARNING

This is strongly discouraged. If aclocal and/or autoconf have been run, @@ -382,12 +382,12 @@


-

NO_AUTOPOINT

+

NO_AUTOPOINT

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Define this variable to a boolean true value to skip running autopoint - during cygautoreconf. + during cygautoreconf.

WARNING

This is strongly discouraged. Cygwin's gettext package often has patches @@ -397,21 +397,21 @@


-

ACLOCAL_FLAGS

+

ACLOCAL_FLAGS

-

[ Top ] [ cygautoreconf ] [ Variables ]

+

[ Top ] [ cygautoreconf ] [ Variables ]

DESCRIPTION

Set this variable when a package ships with its own aclocal macros but - their directory is not included when running aclocal during cygautoreconf. + their directory is not included when running aclocal during cygautoreconf. If needed, usually in the form "-I DIR" (where DIR is the relative subdirectory containing the aclocal macros, often m4/).


-

cygconf

+

cygconf

-

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

+

[ Top ] [ autotools.cygclass ] [ Compile Functions ]

SYNOPSIS

  cygconf [CONFIGURE_FLAG] [CONFIGURE_FLAG] ...
 
@@ -421,13 +421,13 @@ Filesystem Hierarchy Standard and the Cygwin package guidelines. In addition, all arguments to cygconf are passed to configure, followed by - CYGCONF_ARGS, if set. + CYGCONF_ARGS, if set.

NOTES

  • cygconf should be run in or under $B, as it defines the build directory of the package and creates numerous files.
  • -
  • If the configure script is not in $S, see CYGCONF_SOURCE. +
  • If the configure script is not in $S, see CYGCONF_SOURCE.
  • cygconf is intended for configure scripts generated by, or compatible with, autoconf. Packages with handwritten configure scripts may not accept all @@ -439,61 +439,61 @@
    -

    AUTOCONF_VERSION

    +

    AUTOCONF_VERSION

    -

    [ Top ] [ cygconf ] [ Variables ]

    +

    [ Top ] [ cygconf ] [ Variables ]

    DESCRIPTION

    In some in some rare cases, cygport cannot automatically detect the autoconf version that was used to generate the configure script (typically when - cygautoreconf is not being used, and the autoconfigury has been heavily + cygautoreconf is not being used, and the autoconfigury has been heavily customized). This variable can be set to indicate the autoconf version the configure script's options are compatible with e.g. "2.50", "2.60", "2.70".


    -

    CYGCONF_SOURCE

    +

    CYGCONF_SOURCE

    -

    [ Top ] [ cygconf ] [ Variables ]

    +

    [ Top ] [ cygconf ] [ Variables ]

    DESCRIPTION

    Set this variable to the directory containing the configure script. This - is only necessary when configure is not in $S and cygconf is not being run + is only necessary when configure is not in $S and cygconf is not being run in the same subdirectory of $B which under $S contains configure. (IOW if - the configure script is in $S/unix and cygconf is run from $B/unix, setting + the configure script is in $S/unix and cygconf is run from $B/unix, setting CYGCONF_SOURCE would not be necessary.)


    -

    CYGCONF_ARGS

    +

    CYGCONF_ARGS

    -

    [ Top ] [ cygconf ] [ Variables ]

    +

    [ Top ] [ cygconf ] [ Variables ]

    DESCRIPTION

    Additional flags to pass to configure, as a string.

    NOTE

    Flags in CYGCONF_ARGS follow, and therefore override, flags passed by default - and as arguments to cygconf. + and as arguments to cygconf.


    -

    src_compile (autotools)

    +

    src_compile (autotools)

    -

    [ Top ] [ autotools.cygclass ] [ Overloads ]

    +

    [ Top ] [ autotools.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        cygautoreconf
    +        cygautoreconf
             cd ${B}
    -        cygconf
    -        cygmake
    +        cygconf
    +        cygmake
     }
     
diff --git a/bzr_cygclass.html b/bzr_cygclass.html index 7c63873..dbcf2f4 100644 --- a/bzr_cygclass.html +++ b/bzr_cygclass.html @@ -34,21 +34,21 @@

TABLE OF CONTENTS


-

bzr.cygclass

+

bzr.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  BZR_URI="..."
-  [BZR_REV="..."]
-  inherit bzr
+
  BZR_URI="..."
+  [BZR_REV="..."]
+  inherit bzr
 

DESCRIPTION

Developed by Canonical Ltd., the company behind Ubuntu Linux, @@ -60,8 +60,8 @@

This cygclass creates source tarballs from Bazaar checkouts.

NOTES

-

This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

REQUIRES

@@ -70,14 +70,14 @@
-

BZR_URI

+

BZR_URI

-

[ Top ] [ bzr.cygclass ] [ Variables ]

+

[ Top ] [ bzr.cygclass ] [ Variables ]

DESCRIPTION

URI of upstream Bazaar repository/branch

NOTES

-

This variable is required when inherit()ing bzr. +

This variable is required when inherit()ing bzr.

Software hosted on Launchpad will have a special URI beginning with "lp:"; @@ -86,15 +86,15 @@


-

BZR_REV

+

BZR_REV

-

[ Top ] [ bzr.cygclass ] [ Variables ]

+

[ Top ] [ bzr.cygclass ] [ Variables ]

DESCRIPTION

Specific revision to checkout

NOTES

This variable is optional. If unset, the latest revision for the branch - specified in BZR_URI will be fetched. + specified in BZR_URI will be fetched.

See `bzr help revisionspec' for possible forms of revision identifiers. @@ -102,7 +102,7 @@

diff --git a/check_funcs_cygpart.html b/check_funcs_cygpart.html index 2af5cb0..82992aa 100644 --- a/check_funcs_cygpart.html +++ b/check_funcs_cygpart.html @@ -34,54 +34,54 @@

TABLE OF CONTENTS


-

Checks

+

Checks

-

[ Top ] [ Chapter 7 ] [ Concepts ]

+

[ Top ] [ Chapter 7 ] [ Concepts ]


-

check_prog

+

check_prog

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_prog PROGRAM [PROGRAM2] ...
 

DESCRIPTION

-

Checks for the presence of the given program(s) in PATH. Returns TRUE +

Checks for the presence of the given program(s) in PATH. Returns TRUE if all programs are present, else FALSE.


-

check_prog_req

+

check_prog_req

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_prog_req PROGRAM [PACKAGE]
 
@@ -94,40 +94,40 @@
-

check_tool

+

check_tool

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_tool TOOL [TOOL] ...
 

DESCRIPTION

-

Checks for the presence of the given host compiler tool(s) in PATH. +

Checks for the presence of the given host compiler tool(s) in PATH. Returns TRUE if all tools are present, else FALSE.


-

check_target_tool

+

check_target_tool

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_target_tool TOOL [TOOL] ...
 

DESCRIPTION

-

Checks for the presence of the given target compiler tool(s) in PATH. +

Checks for the presence of the given target compiler tool(s) in PATH. Returns TRUE if all tools are present, else FALSE.


-

check_pkg_config

+

check_pkg_config

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_pkg_config NAME "PKG_CONFIG_SPEC"
 

DESCRIPTION

-

Checks for the presence of the given development packages with pkg-config. +

Checks for the presence of the given development packages with pkg-config. If given pkg-config spec is found, return TRUE and defines NAME_CFLAGS and NAME_LIBS. If not found, returns FALSE.

@@ -137,14 +137,14 @@
-

check_girepository_module

+

check_girepository_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_girepository_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given GObject Introspection module(s). If all +

Checks the presence of the given GObject Introspection module(s). If all given module(s) are present, returns TRUE, else FALSE.

NOTE

@@ -157,14 +157,14 @@
-

check_lua_module

+

check_lua_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_lua_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given Lua module(s). If all given module(s) +

Checks the presence of the given Lua module(s). If all given module(s) are present, returns TRUE, else FALSE.

NOTE

@@ -177,14 +177,14 @@
-

check_ocaml_module

+

check_ocaml_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_ocaml_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given Objective Caml module(s). If all given +

Checks the presence of the given Objective Caml module(s). If all given module(s) are present, returns TRUE, else FALSE.

NOTE

@@ -197,14 +197,14 @@
-

check_perl_module

+

check_perl_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_perl_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given Perl module(s). If all given module(s) +

Checks the presence of the given Perl module(s). If all given module(s) are present, returns TRUE, else FALSE.

NOTE

@@ -217,15 +217,15 @@
-

check_php_module

+

check_php_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_php_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given PHP extension(s), either binary (PECL) or - PHP (PEAR) extensions. If all given module(s) are present, returns TRUE, +

Checks the presence of the given PHP extension(s), either binary (PECL) or + PHP (PEAR) extensions. If all given module(s) are present, returns TRUE, else FALSE.

NOTE

@@ -238,21 +238,21 @@
-

check_python2_module

+

check_python2_module

-

[ Top ] [ Checks ] [ General Functions ]

+

[ Top ] [ Checks ] [ General Functions ]

SYNOPSIS

  check_python2_module MODULE [MODULE2] ...
 

DESCRIPTION

-

Checks the presence of the given Python2 module(s). If all given module(s) +

Checks the presence of the given Python2 module(s). If all given module(s) are present, returns TRUE, else FALSE.

NOTES

  • check_python2_module does not distinguish how the given module(s) were installed, whether they are from a Cygwin package or manually.
  • -
  • For Python 3 modules, use check_python3_module. +
  • For Python 3 modules, use check_python3_module.
  • For PyPy modules, use check_pypy_module.
  • @@ -264,21 +264,21 @@
    -

    check_python3_module

    +

    check_python3_module

    -

    [ Top ] [ Checks ] [ General Functions ]

    +

    [ Top ] [ Checks ] [ General Functions ]

    SYNOPSIS

      check_python3_module MODULE [MODULE2] ...
     

    DESCRIPTION

    -

    Checks the presence of the given Python3 module(s). If all given module(s) +

    Checks the presence of the given Python3 module(s). If all given module(s) are present, returns TRUE, else FALSE.

    NOTES

    • check_python3_module does not distinguish how the given module(s) were installed, whether they are from a Cygwin package or manually.
    • -
    • For Python 2 modules, use check_python2_module. +
    • For Python 2 modules, use check_python2_module.
    • For PyPy modules, use check_pypy_module.
    • @@ -290,14 +290,14 @@
      -

      check_R_module

      +

      check_R_module

      -

      [ Top ] [ Checks ] [ General Functions ]

      +

      [ Top ] [ Checks ] [ General Functions ]

      SYNOPSIS

        check_R_module MODULE [MODULE2] ...
       

      DESCRIPTION

      -

      Checks the presence of the given R module(s). If all given module(s) +

      Checks the presence of the given R module(s). If all given module(s) are present, returns TRUE, else FALSE.

      NOTE

      @@ -305,19 +305,19 @@ installed, whether they are from a Cygwin package or manually.

      REQUIRES

      -

      R +

      R


      -

      check_ruby_module

      +

      check_ruby_module

      -

      [ Top ] [ Checks ] [ General Functions ]

      +

      [ Top ] [ Checks ] [ General Functions ]

      SYNOPSIS

        check_ruby_module MODULE [MODULE2] ...
       

      DESCRIPTION

      -

      Checks the presence of the given Ruby module(s). If all given module(s) +

      Checks the presence of the given Ruby module(s). If all given module(s) are present, returns TRUE, else FALSE.

      NOTE

      @@ -330,14 +330,14 @@
      -

      check_tcl_module

      +

      check_tcl_module

      -

      [ Top ] [ Checks ] [ General Functions ]

      +

      [ Top ] [ Checks ] [ General Functions ]

      SYNOPSIS

        check_tcl_module MODULE [MODULE2] ...
       

      DESCRIPTION

      -

      Checks the presence of the given Tcl module(s). If all given module(s) +

      Checks the presence of the given Tcl module(s). If all given module(s) are present, returns TRUE, else FALSE.

      NOTE

      @@ -350,14 +350,14 @@
      -

      check_tex_module

      +

      check_tex_module

      -

      [ Top ] [ Checks ] [ General Functions ]

      +

      [ Top ] [ Checks ] [ General Functions ]

      SYNOPSIS

        check_tex_module MODULE [MODULE2] ...
       

      DESCRIPTION

      -

      Checks the presence of the given TeX module(s). If all given module(s) +

      Checks the presence of the given TeX module(s). If all given module(s) are present, returns TRUE, else FALSE.

      NOTE

      @@ -370,14 +370,14 @@
      -

      check_vala_module

      +

      check_vala_module

      -

      [ Top ] [ Checks ] [ General Functions ]

      +

      [ Top ] [ Checks ] [ General Functions ]

      SYNOPSIS

        check_vala_module MODULE [MODULE2] ...
       

      DESCRIPTION

      -

      Checks the presence of the given Vala module(s). If all given module(s) +

      Checks the presence of the given Vala module(s). If all given module(s) are present, returns TRUE, else FALSE.

      NOTE

      @@ -390,9 +390,9 @@
      -

      BUILD_REQUIRES

      +

      BUILD_REQUIRES

      -

      [ Top ] [ Information ] [ General Functions ]

      +

      [ Top ] [ Information ] [ General Functions ]

      SYNOPSIS

        BUILD_REQUIRES="ATOM [ATOM] ..."
       
      @@ -402,12 +402,12 @@ field of the auto-generated -src.hint file.

      NOTES

      -
      • Unlike REQUIRES, there is no auto-detection of build-time requirements. +
        • Unlike REQUIRES, there is no auto-detection of build-time requirements.
        • Any newlines in this variable must be escaped.
        • Unlike the deprecated DEPEND variable, only actual package names, or - atoms that are listed PROVIDES of other packages, may be used in this + atoms that are listed PROVIDES of other packages, may be used in this variable.
        @@ -415,7 +415,7 @@
diff --git a/clang_cygclass.html b/clang_cygclass.html index 586ed55..1ce2891 100644 --- a/clang_cygclass.html +++ b/clang_cygclass.html @@ -34,15 +34,15 @@

TABLE OF CONTENTS


-

clang.cygclass

+

clang.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  inherit [cross] clang
+
  inherit [cross] clang
 

DESCRIPTION

Clang is a BSD-licensed compiler suite, based on the LLVM code-generation @@ -50,14 +50,14 @@ and architectures.

-

This cygclass sets CC, CXX, OBJC, and OBJCXX to use the clang compiler +

This cygclass sets CC, CXX, OBJC, and OBJCXX to use the clang compiler suite in place of GCC. If cross-compiling, clang.cygclass must be - inherit()ed after cross.cygclass. + inherit()ed after cross.cygclass.

diff --git a/cmake_cygclass.html b/cmake_cygclass.html index 93c3e67..96bc3d2 100644 --- a/cmake_cygclass.html +++ b/cmake_cygclass.html @@ -34,25 +34,25 @@

TABLE OF CONTENTS


-

cmake.cygclass

+

cmake.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  inherit cmake
+
  inherit cmake
 

DESCRIPTION

CMake is a build system which can be used instead of autoconf and automake. @@ -65,17 +65,17 @@ used in KDE and some Qt-based packages.

INHERITS

-

ninja.cygclass +

ninja.cygclass

INHERITED BY

-

kde4.cygclass, kf5-cygclass, qt4-cmake.cygclass +

kde4.cygclass, kf5-cygclass, qt4-cmake.cygclass


-

cygcmake

+

cygcmake

-

[ Top ] [ cmake.cygclass ] [ Compile Functions ]

+

[ Top ] [ cmake.cygclass ] [ Compile Functions ]

SYNOPSIS

  cygcmake [OPTIONS]
 
@@ -85,16 +85,16 @@ Filesystem Hierarchy Standard and the Cygwin package guidelines. In addition, all arguments to cygcmake are passed to cmake, followed by - CYGCMAKE_ARGS, if set. + CYGCMAKE_ARGS, if set.

NOTES

  • cygcmake should be run in or under $B, as it defines the build directory of the package and creates numerous files.
  • -
  • If the top-level CMakeLists.txt is not in $S, see CYGCMAKE_SOURCE. +
  • If the top-level CMakeLists.txt is not in $S, see CYGCMAKE_SOURCE.
  • -
  • Packages configured with cygcmake use either cygmake or cygninja to - compile, depending on the value of CYGCMAKE_GENERATOR. +
  • Packages configured with cygcmake use either cygmake or cygninja to + compile, depending on the value of CYGCMAKE_GENERATOR.

@@ -104,86 +104,86 @@
-

CYGCMAKE_SOURCE

+

CYGCMAKE_SOURCE

-

[ Top ] [ cygcmake ] [ Variables ]

+

[ Top ] [ cygcmake ] [ Variables ]

DESCRIPTION

Set this variable to the directory containing the top-level CMakeLists.txt. This is only necessary when the top-level CMakeLists.txt is not in $S and - cygcmake is not being run in the same subdirectory of $B which under $S + cygcmake is not being run in the same subdirectory of $B which under $S contains the top-level CMakeLists.txt. (IOW if the top-level CMakeLists.txt - is in $S/unix and cygcmake is run from $B/unix, setting CYGCMAKE_SOURCE + is in $S/unix and cygcmake is run from $B/unix, setting CYGCMAKE_SOURCE would not be necessary.)


-

CYGCMAKE_ARGS

+

CYGCMAKE_ARGS

-

[ Top ] [ cygcmake ] [ Variables ]

+

[ Top ] [ cygcmake ] [ Variables ]

DESCRIPTION

-

Additional flags to pass to cmake during cygcmake. +

Additional flags to pass to cmake during cygcmake.

NOTES

Flags in CYGCMAKE_ARGS follow, and therefore override, flags passed by - default and as arguments to cygcmake. + default and as arguments to cygcmake.


-

CYGCMAKE_GENERATOR

+

CYGCMAKE_GENERATOR

-

[ Top ] [ cygcmake ] [ Variables ]

+

[ Top ] [ cygcmake ] [ Variables ]

DESCRIPTION

The CMake Generator to be used in this build, either "Ninja" or "Unix Makefiles".

NOTES

-

If cygcmake is called explicitly, the default is "Unix Makefiles" for - backwards compatibility. If the default src_compile is used, then "Ninja" - will be the default; note that in this case, if the default src_install is +

If cygcmake is called explicitly, the default is "Unix Makefiles" for + backwards compatibility. If the default src_compile is used, then "Ninja" + will be the default; note that in this case, if the default src_install is not used, then it will fail until either CYGCMAKE_GENERATOR is set to - "Unix Makefiles", or cyginstall replaced by ninja_install. + "Unix Makefiles", or cyginstall replaced by ninja_install.


-

src_compile (cmake)

+

src_compile (cmake)

-

[ Top ] [ cmake.cygclass ] [ Overloads ]

+

[ Top ] [ cmake.cygclass ] [ Overloads ]

DEFINITION

-
src_compile() {
+
src_compile() {
         cd ${B}
-        : ${CYGCMAKE_GENERATOR=Ninja}
-        cygcmake
+        : ${CYGCMAKE_GENERATOR=Ninja}
+        cygcmake
         if [ -f build.ninja ]
         then
-                cygninja
+                cygninja
         else
-                cygmake
+                cygmake
         fi
 }
 

-

src_install (cmake)

+

src_install (cmake)

-

[ Top ] [ cmake.cygclass ] [ Overloads ]

+

[ Top ] [ cmake.cygclass ] [ Overloads ]

DEFINITION

-
src_install() {
+
src_install() {
         cd ${B}
         if [ -f build.ninja ]
         then
-                ninja_install
+                ninja_install
         else
-                cyginstall
+                cyginstall
         fi
 }
 
diff --git a/compilers_cygpart.html b/compilers_cygpart.html index f9525eb..e2eb418 100644 --- a/compilers_cygpart.html +++ b/compilers_cygpart.html @@ -34,63 +34,63 @@

TABLE OF CONTENTS


-

Compiling

+

Compiling

-

[ Top ] [ Chapter 8 ] [ Concepts ]

+

[ Top ] [ Chapter 8 ] [ Concepts ]


-

CC

+

CC

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC C compiler.


-

CFLAGS

+

CFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to CC when compiling C code. Individual packages may append +

Flags passed to CC when compiling C code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

@@ -99,9 +99,9 @@
-

CPPFLAGS

+

CPPFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

Flags passed to the preprocessor. Individual packages may append or override this value if they will not build correctly without it. @@ -109,92 +109,92 @@


-

CXX

+

CXX

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC C++ compiler.


-

CXXFLAGS

+

CXXFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to CXX when compiling C++ code. Individual packages may append +

Flags passed to CXX when compiling C++ code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

-
  CFLAGS -Werror=return-type
+
  CFLAGS -Werror=return-type
 

-

F77

+

F77

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC Fortran 77 compiler.

SEE ALSO

-

FC +

FC


-

FFLAGS

+

FFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to F77 when compiling Fortran 77 code. Individual packages may +

Flags passed to F77 when compiling Fortran 77 code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

-
  CFLAGS
+
  CFLAGS
 

-

FC

+

FC

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC Fortran 95 compiler.

SEE ALSO

-

F77 +

F77


-

FCFLAGS

+

FCFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to FC when compiling Fortran 95 code. Individual packages may +

Flags passed to FC when compiling Fortran 95 code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

-
  CFLAGS
+
  CFLAGS
 

-

GOC

+

GOC

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC Go native-code compiler.


-

GOFLAGS

+

GOFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to GOC when native-compiling Go code. Individual packages may +

Flags passed to GOC when native-compiling Go code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

@@ -203,53 +203,53 @@
-

OBJC

+

OBJC

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC Objective C compiler.


-

OBJCFLAGS

+

OBJCFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to OBJC when compiling Objective C code. Individual packages +

Flags passed to OBJC when compiling Objective C code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

-
  CFLAGS
+
  CFLAGS
 

-

OBJCXX

+

OBJCXX

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The GCC Objective C++ compiler.


-

OBJCXXFLAGS

+

OBJCXXFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

-

Flags passed to OBJCXX when compiling Objective C++ code. Individual packages +

Flags passed to OBJCXX when compiling Objective C++ code. Individual packages may append or override this value if they will not build correctly without it.

DEFAULT VALUE

-
  CXXFLAGS
+
  CXXFLAGS
 

-

LDFLAGS

+

LDFLAGS

-

[ Top ] [ Compiling ] [ Variables ]

+

[ Top ] [ Compiling ] [ Variables ]

DESCRIPTION

Flags passed to the linker. Individual packages may append or override this value if they will not build correctly without it. @@ -257,18 +257,18 @@


-

AR

+

AR

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The static library archiver for the host platform.


-

DLLTOOL

+

DLLTOOL

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The DLL import creation tool for the host platform.

@@ -278,27 +278,27 @@
-

NM

+

NM

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The symbol listing utility for the host platform.


-

RANLIB

+

RANLIB

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The static library indexer for the host platform.


-

RC

+

RC

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The Windows resource compiler for the host platform.

@@ -308,81 +308,84 @@
-

STRIP

+

STRIP

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The symbol remover for the host platform.


-

PKG_CONFIG

+

PKG_CONFIG

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

The pkg-config utility for the host platform.


-

CC_SYSROOT

+

CC_SYSROOT

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

-

The sysroot used by CC, i.e. the output of $CC -print-sysroot. This is +

The sysroot used by CC, i.e. the output of $CC -print-sysroot. This is useful when specifying the location of a package's dependency so that it will be correct both when building natively or cross-compiling - (e.g. CYGCONF_ARGS="--with-foo-include=${CC_SYSROOT}/usr/include/foo-1"). + (e.g. CYGCONF_ARGS="--with-foo-include=${CC_SYSROOT}/usr/include/foo-1"). This is NOT for specifying installation directories for a package being - cross-compiled; see CROSS_SYSROOT instead. + cross-compiled; see CROSS_SYSROOT instead.


-

ARCH

+

ARCH

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

-

The Cygwin architecture of the binaries being built (i686 or x86_64), - or "noarch" when using cross.cygclass. +

The Cygwin architecture the binaries are being built for (i686 or x86_64), + or "noarch".

NOTE

-

This variable should only be redefined in a .cygport in one of the +

This variable should only be defined in a .cygport in one of the following cases:

  • the package has no Cygwin compiled code, e.g. it consists only of - data or scripts, in which case ARCH="noarch" may be defined; + data or scripts, in which case ARCH="noarch" should be defined;
  • the package only builds or works on one architecture due to portability - issues (e.g. ILP32 assumptions occasionaly found in older code), in which + issues (e.g. ILP32 assumptions occasionally found in older code), in which case ARCH should be defined to the working architecture, and cygport will - refuse to build this package for the other. + refuse to build this package for any other.
-

+

+ This variable is automatically set to "noarch" by certain cygclasses + e.g. cross.cygclass. +


-

ARCH_i686

+

ARCH_i686

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

Defined only when building binaries for i686 (32-bit) Cygwin.


-

ARCH_x86_64

+

ARCH_x86_64

-

[ Top ] [ Compiling ] [ Definitions ]

+

[ Top ] [ Compiling ] [ Definitions ]

DESCRIPTION

Defined only when building binaries for x86_64 (64-bit) Cygwin.

diff --git a/cross_cygclass.html b/cross_cygclass.html index b929e31..2c45f02 100644 --- a/cross_cygclass.html +++ b/cross_cygclass.html @@ -34,28 +34,28 @@

TABLE OF CONTENTS


-

cross.cygclass

+

cross.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  CROSS_HOST="..."
-  inherit cross
+
  CROSS_HOST="..."
+  inherit cross
 

DESCRIPTION

This cygclass assists in building libraries to be used by "cross-compilers", @@ -66,19 +66,19 @@

Supported build systems for cross-compiling are autotools, cmake, qmake, and - custom Makefiles. When using cross.cygclass, cygconf, cygcmake, and cygqmake4 - automatically use the necessary arguments for cross-compiling, and cyginstall + custom Makefiles. When using cross.cygclass, cygconf, cygcmake, and cygqmake4 + automatically use the necessary arguments for cross-compiling, and cyginstall and most of the do* and new* installation functions install into the sysroot instead of the native root. Note that those installation functions which - accept an absolute path (dodir, exeinto, insinto, dosym) make no assumptions + accept an absolute path (dodir, exeinto, insinto, dosym) make no assumptions about the sysroot.


-

CROSS_HOST

+

CROSS_HOST

-

[ Top ] [ cross.cygclass ] [ Variables ]

+

[ Top ] [ cross.cygclass ] [ Variables ]

DESCRIPTION

The CPU-VENDOR-OS[-TOOLCHAIN] triplet, or customary abbreviation thereof, describing the system for which you are cross-compiling; for example: @@ -97,7 +97,7 @@ 'armv7hl-unknown-linux-gnueabi' and other systems.

NOTES

-
diff --git a/cvs_cygclass.html b/cvs_cygclass.html index 5342773..fd0d4cb 100644 --- a/cvs_cygclass.html +++ b/cvs_cygclass.html @@ -34,25 +34,25 @@

TABLE OF CONTENTS


-

cvs.cygclass

+

cvs.cygclass

-

[ Top ] [ Cygclasses ] [ Cygclasses ]

+

[ Top ] [ Cygclasses ] [ Cygclasses ]

SYNOPSIS

-
  CVS_URI="..."
-  [CVS_BRANCH="..."]
-  [CVS_DATE="..."]
-  [CVS_MODULE="..."]
-  inherit cvs
+
  CVS_URI="..."
+  [CVS_BRANCH="..."]
+  [CVS_DATE="..."]
+  [CVS_MODULE="..."]
+  inherit cvs
 

DESCRIPTION

CVS is a centralized version control system. It was the first widely-used @@ -63,8 +63,8 @@

This cygclass creates source tarballs from CVS checkouts.

NOTE

-

This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

REQUIRES

@@ -73,9 +73,9 @@
-

CVS_URI

+

CVS_URI

-

[ Top ] [ cvs.cygclass ] [ Variables ]

+

[ Top ] [ cvs.cygclass ] [ Variables ]

DESCRIPTION

Address of CVS repository ("Root" in CVS parlance), usually in the form:

@@ -85,18 +85,18 @@
-

CVS_BRANCH

+

CVS_BRANCH

-

[ Top ] [ cvs.cygclass ] [ Variables ]

+

[ Top ] [ cvs.cygclass ] [ Variables ]

DESCRIPTION

Specific revision or tag to checkout.


-

CVS_DATE

+

CVS_DATE

-

[ Top ] [ cvs.cygclass ] [ Variables ]

+

[ Top ] [ cvs.cygclass ] [ Variables ]

DESCRIPTION

Specific revision date to checkout. Preferred form is YYYY-MM-DD [HH:MM], where the time is optional; the hyphens in the date can be omitted. @@ -109,21 +109,21 @@


-

CVS_MODULE

+

CVS_MODULE

-

[ Top ] [ cvs.cygclass ] [ Variables ]

+

[ Top ] [ cvs.cygclass ] [ Variables ]

DESCRIPTION

Name of the CVS module to check out. The default value is ORIG_PN if defined, or PN if not.

NOTE

In the rare case that the top-level directory of the checkout does not - match the value of CVS_MODULE, then define SRC_DIR accordingly. + match the value of CVS_MODULE, then define SRC_DIR accordingly.

diff --git a/cygport.1.html b/cygport.1.html index c0da894..8a6d9a2 100644 --- a/cygport.1.html +++ b/cygport.1.html @@ -1,5 +1,5 @@ - + diff --git a/cygport_chapters.html b/cygport_chapters.html index 88f699a..4f1ec64 100644 --- a/cygport_chapters.html +++ b/cygport_chapters.html @@ -36,24 +36,24 @@

Chapters

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

C

Chapter 1 -Chapter 10 -Chapter 11 -Chapter 12 -Chapter 13 -Chapter 14 -Chapter 2 -Chapter 3 -Chapter 4 -Chapter 5 -Chapter 6 -Chapter 7 -Chapter 8 -Chapter 9 +

C

Chapter 1 +Chapter 10 +Chapter 11 +Chapter 12 +Chapter 13 +Chapter 14 +Chapter 2 +Chapter 3 +Chapter 4 +Chapter 5 +Chapter 6 +Chapter 7 +Chapter 8 +Chapter 9

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

diff --git a/cygport_compile_functions.html b/cygport_compile_functions.html index d41e4ff..67f6c32 100644 --- a/cygport_compile_functions.html +++ b/cygport_compile_functions.html @@ -36,61 +36,61 @@

Compile Functions

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

A

aspell_dict_compile -

C

cygautoreconf -cygcmake -cygconf -cygmeson -cygninja -cygqmake3 -cygqmake4 -cygqmake5 -

G

gnome2_autoreconf -gnome2_compile -gnome2_configure -gnuconfigize -gst_plugins_autoreconf -gst_plugins_compile -gstreamer_autoreconf -gtkmm_autoreconf -gtkmm_compile -

H

httpd_apxs_compile -httpd_mod_compile -

K

kde3_autoreconf -kde3_compile -kde4_cmake -kde4_compile -kf5_cmake -kf5_compile -

L

lndirs -

M

manifestize -mate_autoreconf -mate_compile -mate_configure -meson_compile -multilib_compile -multilib_precompile -

O

ocaml_dune_compile -

P

perl_compile -php_autoreconf -php_compile -pygtk_compile -python2_distutils_compile -python2_wheel_compile -python3_distutils_compile -python3_wheel_compile -python_wheel_compile -

Q

qt3_qmake_compile -qt4_cmake_compile -qt4_qmake_compile -qt5_qmake_compile -

R

R_compile -ruby_compile -ruby_ext_compile -rubygem_compile -

S

sfd2otf -sfd2ttf -src_compile +

A

aspell_dict_compile +

C

cygautoreconf +cygcmake +cygconf +cygmeson +cygninja +cygqmake3 +cygqmake4 +cygqmake5 +

G

gnome2_autoreconf +gnome2_compile +gnome2_configure +gnuconfigize +gst_plugins_autoreconf +gst_plugins_compile +gstreamer_autoreconf +gtkmm_autoreconf +gtkmm_compile +

H

httpd_apxs_compile +httpd_mod_compile +

K

kde3_autoreconf +kde3_compile +kde4_cmake +kde4_compile +kf5_cmake +kf5_compile +

L

lndirs +

M

manifestize +mate_autoreconf +mate_compile +mate_configure +meson_compile +multilib_compile +multilib_precompile +

O

ocaml_dune_compile +

P

perl_compile +php_autoreconf +php_compile +pygtk_compile +python2_distutils_compile +python2_wheel_compile +python3_distutils_compile +python3_wheel_compile +python_wheel_compile +

Q

qt3_qmake_compile +qt4_cmake_compile +qt4_qmake_compile +qt5_qmake_compile +

R

R_compile +ruby_compile +ruby_ext_compile +rubygem_compile +

S

sfd2otf +sfd2ttf +src_compile

T

toolchain_compile

W

waf_compile

X

xfce4_autoreconf @@ -99,7 +99,7 @@

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

diff --git a/cygport_concepts.html b/cygport_concepts.html index 588f8af..d7d8a9d 100644 --- a/cygport_concepts.html +++ b/cygport_concepts.html @@ -36,34 +36,35 @@

Concepts

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

- Introduction - License - Title + Introduction + License + Title

B

boolean -

C

Checks -Compiling -Configuration +

C

Checks +Compiling +Configuration cross_compiling -Cygclasses -cygport.conf -

D

Downloading +Cygclasses +cygport.conf +

D

Downloading

F

Format

G

Globals -

I

Information -Installing +

I

Information +Installing

M

Messages -Mirrors -

P

Packaging -Postinstall -Preparation -

S

Syntax -

T

Testing -

U

Uploading -Usage +Mirrors +

P

Packaging +Postinstall +Preparation +

S

State +Syntax +

T

Testing +

U

Uploading +Usage

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

diff --git a/cygport_conf.html b/cygport_conf.html index bf428fd..424c02a 100644 --- a/cygport_conf.html +++ b/cygport_conf.html @@ -34,35 +34,35 @@

TABLE OF CONTENTS


-

Configuration

+

Configuration

-

[ Top ] [ Chapter 2 ] [ Concepts ]

+

[ Top ] [ Chapter 2 ] [ Concepts ]


-

cygport.conf

+

cygport.conf

-

[ Top ] [ Configuration ] [ Concepts ]

+

[ Top ] [ Configuration ] [ Concepts ]

DESCRIPTION

The cygport.conf file can be used by users to customize certain aspects of cygport's behaviour. Users who wish to customize their settings should @@ -72,9 +72,9 @@


-

DISTDIR

+

DISTDIR

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

A directory where downloaded sources should be saved, saving time and bandwidth (at the expense of storage space) should the same sources be @@ -84,14 +84,14 @@


-

MAKEOPTS

+

MAKEOPTS

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

-

Flags passed to cygmake. The primary purpose of MAKEOPTS is to control +

Flags passed to cygmake. The primary purpose of MAKEOPTS is to control parallel make. Some packages may not build correctly with parallel make due to broken Makefile rules; such packages, if not easily patched, can - append "-j1" to MAKEOPTS or cygmake to force serial make for that package. + append "-j1" to MAKEOPTS or cygmake to force serial make for that package.

DEFAULT VALUE

  -j [nprocs + 1]
@@ -99,9 +99,9 @@
 
 
-

SSH_KEY

+

SSH_KEY

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

Path to the SSH private key corresponding to the public key registered for uploading on sourceware. You'll need to set this if your private key @@ -114,9 +114,9 @@


-

SIG

+

SIG

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

If defined to a boolean true value, activates GPG signing of .cygport files and patches, providing that the gnupg package is installed. @@ -127,9 +127,9 @@


-

BROWSER

+

BROWSER

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

Preferred web browser to be used by cygport's homepage command. If undefined, 'xdg-open' will be used if present, otherwise 'cygstart' will @@ -141,9 +141,9 @@


-

EDITOR

+

EDITOR

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

Preferred text editor to be used by cygport's announce command. If undefined, 'vi' will be used. @@ -154,9 +154,9 @@


-

PAGER

+

PAGER

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

Preferred pager to be used by cygport's info, list, listdebug, and depends commands. If undefined, 'less' will be used if present. @@ -167,9 +167,9 @@


-

SMTP_SENDER

+

SMTP_SENDER

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

Name and email address, in the form of "First Last <user@domain>" to be used by cygport's announcement command. @@ -182,9 +182,9 @@


-

SMTP_SERVER

+

SMTP_SERVER

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

The SMTP server to be used by cygport's announce command. If unset, 'localhost' will be used by default. @@ -192,44 +192,44 @@


-

SMTP_SERVER_PORT

+

SMTP_SERVER_PORT

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

-

Port number for SMTP_SERVER. If undefined, port 465 will be used if - SMTP_ENCRYPTION is 'ssl', otherwise port 25 will be used by default. +

Port number for SMTP_SERVER. If undefined, port 465 will be used if + SMTP_ENCRYPTION is 'ssl', otherwise port 25 will be used by default.


-

SMTP_ENCRYPTION

+

SMTP_ENCRYPTION

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

-

Encryption method for connection to SMTP_SERVER. Valid values are 'ssl' +

Encryption method for connection to SMTP_SERVER. Valid values are 'ssl' for SMTPS and 'tls' for SMTP+STARTTLS. If undefined, no encryption will be used (not recommended).

NOTE

-

If set to 'ssl', SMTP_SERVER_PORT will default to port 465. +

If set to 'ssl', SMTP_SERVER_PORT will default to port 465.


-

SMTP_USER

+

SMTP_USER

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

-

Username for authenticating with SMTP_SERVER, if required. +

Username for authenticating with SMTP_SERVER, if required.


-

SMTP_PASS

+

SMTP_PASS

-

[ Top ] [ Configuration ] [ Variables ]

+

[ Top ] [ Configuration ] [ Variables ]

DESCRIPTION

-

Password for authenticating with SMTP_SERVER, if required. +

Password for authenticating with SMTP_SERVER, if required.

WARNING

If defined, be sure that this file has 0600 permissions so that other @@ -238,7 +238,7 @@

diff --git a/cygport_cygclasses.html b/cygport_cygclasses.html index bce4c4c..edc5a87 100644 --- a/cygport_cygclasses.html +++ b/cygport_cygclasses.html @@ -36,62 +36,62 @@

Cygclasses

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

A

aspell-dict.cygclass -autotools.cygclass -

B

bzr.cygclass -

C

clang.cygclass -cmake.cygclass -cross.cygclass -cvs.cygclass -

D

docbook.cygclass -

E

emacs.cygclass -

F

font.cygclass -fossil.cygclass -fox.cygclass -

G

git.cygclass -gnome.org.cygclass -gnome2.cygclass -gst-plugins.cygclass -gstreamer.cygclass -gtk2-perl.cygclass -gtkmm.cygclass -

H

hg.cygclass -httpd.cygclass -

K

kde.org.cygclass -kde3.cygclass -kde4.cygclass -kf5.cygclass -

L

lua.cygclass -

M

mate.cygclass -meson.cygclass -mtn.cygclass -multilib.cygclass -

N

ninja.cygclass -

O

ocaml-dune.cygclass -ocaml.cygclass -octave.cygclass -

P

perl.cygclass -php.cygclass -pygtk.cygclass -python-wheel.cygclass -python.org.cygclass -python2-distutils.cygclass -python2-wheel.cygclass -python2.cygclass -python3-distutils.cygclass -python3-wheel.cygclass -python3.cygclass -

Q

qt3-qmake.cygclass -qt3.cygclass -qt4-cmake.cygclass -qt4-qmake.cygclass -qt4.cygclass -qt5-qmake.cygclass -qt5.cygclass -

R

R.cygclass -ruby.cygclass -rubygem.cygclass -

S

svn.cygclass +

A

aspell-dict.cygclass +autotools.cygclass +

B

bzr.cygclass +

C

clang.cygclass +cmake.cygclass +cross.cygclass +cvs.cygclass +

D

docbook.cygclass +

E

emacs.cygclass +

F

font.cygclass +fossil.cygclass +fox.cygclass +

G

git.cygclass +gnome.org.cygclass +gnome2.cygclass +gst-plugins.cygclass +gstreamer.cygclass +gtk2-perl.cygclass +gtkmm.cygclass +

H

hg.cygclass +httpd.cygclass +

K

kde.org.cygclass +kde3.cygclass +kde4.cygclass +kf5.cygclass +

L

lua.cygclass +

M

mate.cygclass +meson.cygclass +mtn.cygclass +multilib.cygclass +

N

ninja.cygclass +

O

ocaml-dune.cygclass +ocaml.cygclass +octave.cygclass +

P

perl.cygclass +php.cygclass +pygtk.cygclass +python-wheel.cygclass +python.org.cygclass +python2-distutils.cygclass +python2-wheel.cygclass +python2.cygclass +python3-distutils.cygclass +python3-wheel.cygclass +python3.cygclass +

Q

qt3-qmake.cygclass +qt3.cygclass +qt4-cmake.cygclass +qt4-qmake.cygclass +qt4.cygclass +qt5-qmake.cygclass +qt5.cygclass +

R

R.cygclass +ruby.cygclass +rubygem.cygclass +

S

svn.cygclass

T

tcl.cygclass texlive.cygclass toolchain.cygclass @@ -105,7 +105,7 @@

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

diff --git a/cygport_definitions.html b/cygport_definitions.html index ebff898..c278e36 100644 --- a/cygport_definitions.html +++ b/cygport_definitions.html @@ -36,217 +36,218 @@

Definitions

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

A

APR_CFLAGS -APR_CONFIG -APR_LIBS -APR_LIBTOOL -APR_VERSION -APREQ2_CFLAGS -APREQ2_CONFIG -APREQ2_LIBS -APU_CONFIG -AR -ARCH -ARCH_i686 -ARCH_x86_64 -ASPELL_DATADIR -ASPELL_DICTDIR -ASPELL_LANG -ASPELL_LANG_FULL +

A

APR_CFLAGS +APR_CONFIG +APR_LIBS +APR_LIBTOOL +APR_VERSION +APREQ2_CFLAGS +APREQ2_CONFIG +APREQ2_LIBS +APU_CONFIG +AR +ARCH +ARCH_i686 +ARCH_x86_64 +ARCHES +ASPELL_DATADIR +ASPELL_DICTDIR +ASPELL_LANG +ASPELL_LANG_FULL

B

B

C

C -CC -CC_SYSROOT -CROSS_BINDIR -CROSS_DATADIR -CROSS_INCLUDEDIR -CROSS_LIBDIR -CROSS_PREFIX -CROSS_SYSROOT -CXX +CC +CC_SYSROOT +CROSS_BINDIR +CROSS_DATADIR +CROSS_INCLUDEDIR +CROSS_LIBDIR +CROSS_PREFIX +CROSS_SYSROOT +CXX

D

D -DLLTOOL -

E

EMACS -EMACS_SITE -

F

F77 -FC -FONTSDIR -FOX_CFLAGS -FOX_CONFIG -FOX_LIBS -

G

GOC -GST_PLUGINDIR -

H

HTTPD -HTTPD_APXS -HTTPD_CFLAGS -HTTPD_INCLUDEDIR -HTTPD_LIBEXECDIR -HTTPD_LIBS -HTTPD_SYSCONFDIR -HTTPD_SYSCONFMODULESDIR -HTTPD_VERSION -

L

LIBCAMLRUN -LIBPERL -LIBPHP -LIBPYTHON2 -LIBPYTHON3 -LIBRUBY +DLLTOOL +

E

EMACS +EMACS_SITE +

F

F77 +FC +FONTSDIR +FOX_CFLAGS +FOX_CONFIG +FOX_LIBS +

G

GOC +GST_PLUGINDIR +

H

HTTPD +HTTPD_APXS +HTTPD_CFLAGS +HTTPD_INCLUDEDIR +HTTPD_LIBEXECDIR +HTTPD_LIBS +HTTPD_SYSCONFDIR +HTTPD_SYSCONFMODULESDIR +HTTPD_VERSION +

L

LIBCAMLRUN +LIBPERL +LIBPHP +LIBPYTHON2 +LIBPYTHON3 +LIBRUBY LIBTCL LIBTK -LUA -LUA_CFLAGS -LUA_INCLUDEDIR -LUA_LIBDIR -LUA_LIBS -LUA_SCRIPTDIR -LUA_VERSION -LUAC -

M

mirror_apache -mirror_cpan -mirror_cran -mirror_ctan -mirror_debian -mirror_gcc -mirror_gentoo -mirror_gnome -mirror_gnu -mirror_kde -mirror_mplayer -mirror_mysql -mirror_portage -mirror_qt -mirror_savannah -mirror_sourceforge -mirror_sourceware -mirror_vim -mirror_xfce -MKOCTFILE -

N

NM -

O

OBJC -OBJCXX -OCAML -OCAML_INCLUDEDIR -OCAML_LIBDIR -OCAML_SITEDIR -OCAML_STUBDIR -OCAMLC -OCAMLDOC -OCAMLFIND -OCAMLLEX -OCAMLMKLIB -OCAMLMKTOP -OCAMLOPT -OCTAVE -OCTAVE_CFLAGS -OCTAVE_CONFIG -OCTAVE_INCLUDEDIR -OCTAVE_LIBDIR -OCTAVE_LIBS -OCTAVE_M_DIR -OCTAVE_M_SITEDIR -OCTAVE_OCT_SITEDIR -OCTAVE_OCTDIR -OCTAVE_VERSION +LUA +LUA_CFLAGS +LUA_INCLUDEDIR +LUA_LIBDIR +LUA_LIBS +LUA_SCRIPTDIR +LUA_VERSION +LUAC +

M

mirror_apache +mirror_cpan +mirror_cran +mirror_ctan +mirror_debian +mirror_gcc +mirror_gentoo +mirror_gnome +mirror_gnu +mirror_kde +mirror_mplayer +mirror_mysql +mirror_portage +mirror_qt +mirror_savannah +mirror_sourceforge +mirror_sourceware +mirror_vim +mirror_xfce +MKOCTFILE +

N

NM +

O

OBJC +OBJCXX +OCAML +OCAML_INCLUDEDIR +OCAML_LIBDIR +OCAML_SITEDIR +OCAML_STUBDIR +OCAMLC +OCAMLDOC +OCAMLFIND +OCAMLLEX +OCAMLMKLIB +OCAMLMKTOP +OCAMLOPT +OCTAVE +OCTAVE_CFLAGS +OCTAVE_CONFIG +OCTAVE_INCLUDEDIR +OCTAVE_LIBDIR +OCTAVE_LIBS +OCTAVE_M_DIR +OCTAVE_M_SITEDIR +OCTAVE_OCT_SITEDIR +OCTAVE_OCTDIR +OCTAVE_VERSION

P

P -PEAR -PECL -PERL -PERL_ARCHLIB -PERL_LIB -PERL_VENDORARCH -PERL_VENDORLIB -PERL_VERSION +PEAR +PECL +PERL +PERL_ARCHLIB +PERL_LIB +PERL_VENDORARCH +PERL_VENDORLIB +PERL_VERSION PF -PHP -PHP_CONFIG -PHP_EXTENSION_DIR -PHP_INI_DIR -PHP_PEAR_METADATA_DIR -PHP_PEAR_PHP_DIR -PHP_VERSION -PHPIZE -PKG_CONFIG +PHP +PHP_CONFIG +PHP_EXTENSION_DIR +PHP_INI_DIR +PHP_PEAR_METADATA_DIR +PHP_PEAR_PHP_DIR +PHP_VERSION +PHPIZE +PKG_CONFIG PN PR PV PVR -PYGTK_CODEGEN -PYGTK_DATADIR -PYGTK_INCLUDEDIR -PYGTK_LIBDIR -PYTHON2 -PYTHON2_INCLUDEDIR -PYTHON2_LIB -PYTHON2_SITELIB -PYTHON2_VERSION -PYTHON3 -PYTHON3_ABIFLAGS -PYTHON3_CONFIG -PYTHON3_INCLUDEDIR -PYTHON3_LIB -PYTHON3_PKGVERSION -PYTHON3_SITELIB -PYTHON3_VERSION -

Q

QT3_BINDIR -QT3_DATADIR -QT3_INCLUDEDIR -QT3_LIBDIR -QT3_MOC -QT3_PLUGINSDIR -QT3_QMAKE -QT3_UIC -QT4_BINDIR -QT4_DATADIR -QT4_IMPORTSDIR -QT4_INCLUDEDIR -QT4_LIBDIR -QT4_LRELEASE -QT4_MKSPECSDIR -QT4_MOC -QT4_PLUGINSDIR -QT4_QMAKE -QT4_QTDIR -QT4_RCC -QT4_UIC -QT4_UIC3 -QT5_BINDIR -QT5_DATADIR -QT5_IMPORTSDIR -QT5_INCLUDEDIR -QT5_LIBDIR -QT5_LRELEASE -QT5_MKSPECSDIR -QT5_MOC -QT5_PLUGINSDIR -QT5_QMAKE -QT5_QMLDIR -QT5_QTDIR -QT5_RCC -QT5_UIC -QTDIR -

R

R -R_CFLAGS -R_HOME -R_INCLUDEDIR -R_LIBS -R_SITELIB -RANLIB -RC -RI_SITEDIR -RUBY -RUBY_ARCH -RUBY_HEADERDIR -RUBY_LIB -RUBY_VENDORARCH -RUBY_VENDORLIB -RUBY_VERSION -RUBYGEM_DIR -RUBYGEM_DOCDIR -RUBYGEM_EXTDIR -RUBYGEM_INSTDIR -RUBYGEM_SPEC +PYGTK_CODEGEN +PYGTK_DATADIR +PYGTK_INCLUDEDIR +PYGTK_LIBDIR +PYTHON2 +PYTHON2_INCLUDEDIR +PYTHON2_LIB +PYTHON2_SITELIB +PYTHON2_VERSION +PYTHON3 +PYTHON3_ABIFLAGS +PYTHON3_CONFIG +PYTHON3_INCLUDEDIR +PYTHON3_LIB +PYTHON3_PKGVERSION +PYTHON3_SITELIB +PYTHON3_VERSION +

Q

QT3_BINDIR +QT3_DATADIR +QT3_INCLUDEDIR +QT3_LIBDIR +QT3_MOC +QT3_PLUGINSDIR +QT3_QMAKE +QT3_UIC +QT4_BINDIR +QT4_DATADIR +QT4_IMPORTSDIR +QT4_INCLUDEDIR +QT4_LIBDIR +QT4_LRELEASE +QT4_MKSPECSDIR +QT4_MOC +QT4_PLUGINSDIR +QT4_QMAKE +QT4_QTDIR +QT4_RCC +QT4_UIC +QT4_UIC3 +QT5_BINDIR +QT5_DATADIR +QT5_IMPORTSDIR +QT5_INCLUDEDIR +QT5_LIBDIR +QT5_LRELEASE +QT5_MKSPECSDIR +QT5_MOC +QT5_PLUGINSDIR +QT5_QMAKE +QT5_QMLDIR +QT5_QTDIR +QT5_RCC +QT5_UIC +QTDIR +

R

R +R_CFLAGS +R_HOME +R_INCLUDEDIR +R_LIBS +R_SITELIB +RANLIB +RC +RI_SITEDIR +RUBY +RUBY_ARCH +RUBY_HEADERDIR +RUBY_LIB +RUBY_VENDORARCH +RUBY_VENDORLIB +RUBY_VERSION +RUBYGEM_DIR +RUBYGEM_DOCDIR +RUBYGEM_EXTDIR +RUBYGEM_INSTDIR +RUBYGEM_SPEC

S

S -STRIP +STRIP

T

TCL_INCLUDEDIR TCL_LIBDIR TCL_VERSION @@ -268,7 +269,7 @@

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

diff --git a/cygport_general_functions.html b/cygport_general_functions.html index b17b487..e2565fe 100644 --- a/cygport_general_functions.html +++ b/cygport_general_functions.html @@ -36,33 +36,33 @@ diff --git a/cygport_in.html b/cygport_in.html index d4b0bf2..f9d7fc2 100644 --- a/cygport_in.html +++ b/cygport_in.html @@ -34,33 +34,33 @@

TABLE OF CONTENTS

-
  • Chapter 4
  • +
  • Chapter 4
  • -
  • Chapter 5
  • +
  • Chapter 5
  • -
  • Chapter 6
  • +
  • Chapter 6
  • -
  • Chapter 7
  • +
  • Chapter 7
  • -
  • Chapter 8
  • - -
  • Chapter 9
  • - -
  • Chapter 10
  • - -
  • Chapter 11
  • - -
  • Chapter 12
  • - -
  • Chapter 13
  • - -
  • Chapter 14
  • - + +
  • Chapter 8
  • + +
  • Chapter 9
  • + +
  • Chapter 10
  • + +
  • Chapter 11
  • + +
  • Chapter 12
  • + +
  • Chapter 13
  • + +
  • Chapter 14
  • +
    -

    Title

    +

    Title

    [ Top ] [ Concepts ]

    OVERVIEW

    @@ -1101,7 +1107,7 @@
    -

    Introduction

    +

    Introduction

    [ Top ] [ Concepts ]

    OVERVIEW

    @@ -1130,29 +1136,29 @@
    -

    Chapter 1

    +

    Chapter 1

    [ Top ] [ Chapters ]

    CHAPTER

    -
    diff --git a/cygport_install_functions.html b/cygport_install_functions.html index abba1db..7cca70d 100644 --- a/cygport_install_functions.html +++ b/cygport_install_functions.html @@ -36,121 +36,121 @@

    Install Functions

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    -

    C

    cross_desysrootize -cross_sysrootize -cyginstall -

    D

    doaspelldata -doaspelldict -dobin -docbook_dsssl_postinst -docbook_install -docbook_sgml_postinst -docbook_xml_postinst -docinto -dodir -dodoc -doelflib -doemacs -doenv -doexe -dofont -dofontconf -dohttpdconf -dohttpdmod -doicon -doinclude -doinfo -doins -dolib -dolua -doman -domenu -dopkgconfig -dopython2 -dopython3 -doqt3inc -doqt3lib -doqt3plugin -doqt4inc -doqt4lib -doqt4plugin -doqt5inc -doqt5plugin -doruby -dosbin -dosym -dotool +

    C

    cross_desysrootize +cross_sysrootize +cyginstall +

    D

    doaspelldata +doaspelldict +dobin +docbook_dsssl_postinst +docbook_install +docbook_sgml_postinst +docbook_xml_postinst +docinto +dodir +dodoc +doelflib +doemacs +doenv +doexe +dofont +dofontconf +dohttpdconf +dohttpdmod +doicon +doinclude +doinfo +doins +dolib +dolua +doman +domenu +dopkgconfig +dopython2 +dopython3 +doqt3inc +doqt3lib +doqt3plugin +doqt4inc +doqt4lib +doqt4plugin +doqt5inc +doqt5plugin +doruby +dosbin +dosym +dotool dovim -dowheel -

    E

    exeinto -

    F

    fontinto -

    G

    gst_plugins_install -

    H

    httpd_loadmodules -

    I

    includeinto -insinto -

    K

    kde3_install -kde4_install -keepdir -kf5_install -

    L

    lua_fix_shebang -luainto -

    M

    make_autostart_entry -make_desktop_entry -make_etc_defaults -meson_install -multilib_install -multilib_postinstall -

    N

    newbin -newdoc -newexe -newfontconf -newicon -newins -newlib -newman -newmenu -newsbin +dowheel +

    E

    exeinto +

    F

    fontinto +

    G

    gst_plugins_install +

    H

    httpd_loadmodules +

    I

    includeinto +insinto +

    K

    kde3_install +kde4_install +keepdir +kf5_install +

    L

    lua_fix_shebang +luainto +

    M

    make_autostart_entry +make_desktop_entry +make_etc_defaults +meson_install +multilib_install +multilib_postinstall +

    N

    newbin +newdoc +newexe +newfontconf +newicon +newins +newlib +newman +newmenu +newsbin newvim -ninja_install -

    O

    ocaml_dune_install -ocaml_install -

    P

    perl_fix_shebang -perl_install -perl_sax_parser_register -php_fix_shebang -php_install -php_postinst -python2_distutils_install -python2_fix_shebang -python2_optimize -python2_wheel_install -python2into -python3_distutils_install -python3_fix_shebang -python3_optimize -python3_wheel_install -python3into -python_wheel_install -

    Q

    qt3_qmake_install -qt3pluginto -qt4_qmake_install -qt4pluginto -qt5_qmake_install -qt5pluginto -

    R

    R_install -ruby_fix_shebang -ruby_install -rubygem_install -rubyinto -

    S

    src_install +ninja_install +

    O

    ocaml_dune_install +ocaml_install +

    P

    perl_fix_shebang +perl_install +perl_sax_parser_register +php_fix_shebang +php_install +php_postinst +python2_distutils_install +python2_fix_shebang +python2_optimize +python2_wheel_install +python2into +python3_distutils_install +python3_fix_shebang +python3_optimize +python3_wheel_install +python3into +python_wheel_install +

    Q

    qt3_qmake_install +qt3pluginto +qt4_qmake_install +qt4pluginto +qt5_qmake_install +qt5pluginto +

    R

    R_install +ruby_fix_shebang +ruby_install +rubygem_install +rubyinto +

    S

    src_install

    T

    texlive_install -

    U

    update_etc_shells +

    U

    update_etc_shells

    V

    viminto

    W

    waf_install

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    diff --git a/cygport_overloads.html b/cygport_overloads.html index 960dec1..06f4289 100644 --- a/cygport_overloads.html +++ b/cygport_overloads.html @@ -36,146 +36,146 @@

    Overloads

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    -

    C

    CATEGORY (aspell-dict) -CATEGORY (docbook) -CATEGORY (gtk2-perl) -CATEGORY (gtkmm) -CATEGORY (httpd) -CATEGORY (perl) -CATEGORY (php) -CATEGORY (pygtk) -CATEGORY (R) -CATEGORY (ruby) -CATEGORY (rubygem) +

    C

    CATEGORY (aspell-dict) +CATEGORY (docbook) +CATEGORY (gtk2-perl) +CATEGORY (gtkmm) +CATEGORY (httpd) +CATEGORY (perl) +CATEGORY (php) +CATEGORY (pygtk) +CATEGORY (R) +CATEGORY (ruby) +CATEGORY (rubygem) CATEGORY (texlive) CATEGORY (xorg) -CXXFLAGS (kde3) -

    D

    DEPS_PATH (gtk2-perl) -DESCRIPTION (aspell-dict) -DESCRIPTION (docbook) +CXXFLAGS (kde3) +

    D

    DEPS_PATH (gtk2-perl) +DESCRIPTION (aspell-dict) +DESCRIPTION (docbook) DESCRIPTION (texlive) -

    G

    GIT_URI (gnome.org) -GIT_URI (gstreamer) -GIT_URI (kde.org) -GIT_URI (mate) +

    G

    GIT_URI (gnome.org) +GIT_URI (gstreamer) +GIT_URI (kde.org) +GIT_URI (mate) GIT_URI (xfce4) GIT_URI (xorg) -

    H

    HOMEPAGE (aspell-dict) -HOMEPAGE (docbook) -HOMEPAGE (gnome.org) -HOMEPAGE (gstreamer) -HOMEPAGE (gtk2-perl) -HOMEPAGE (gtkmm) -HOMEPAGE (kde.org) -HOMEPAGE (mate) -HOMEPAGE (perl) -HOMEPAGE (php) -HOMEPAGE (pygtk) -HOMEPAGE (python.org) -HOMEPAGE (R) -HOMEPAGE (rubygem) +

    H

    HOMEPAGE (aspell-dict) +HOMEPAGE (docbook) +HOMEPAGE (gnome.org) +HOMEPAGE (gstreamer) +HOMEPAGE (gtk2-perl) +HOMEPAGE (gtkmm) +HOMEPAGE (kde.org) +HOMEPAGE (mate) +HOMEPAGE (perl) +HOMEPAGE (php) +HOMEPAGE (pygtk) +HOMEPAGE (python.org) +HOMEPAGE (R) +HOMEPAGE (rubygem) HOMEPAGE (texlive) HOMEPAGE (xfce4) HOMEPAGE (xorg) -

    K

    KEEP_LA_FILES (kde3) -

    P

    PATCH_URI (kde3) -PKG_NAMES (python-wheel) -

    R

    RUBYGEM_NAME -

    S

    src_compile (aspell-dict) -src_compile (autotools) -src_compile (cmake) -src_compile (docbook) -src_compile (gnome2) -src_compile (gst-plugins) -src_compile (gtkmm) -src_compile (kde3) -src_compile (kde4) -src_compile (kf5) -src_compile (mate) -src_compile (meson) -src_compile (ocaml-dune) -src_compile (perl) -src_compile (php) -src_compile (pygtk) -src_compile (python-wheel) -src_compile (python2-distutils) -src_compile (python2-wheel) -src_compile (python3-distutils) -src_compile (python3-wheel) -src_compile (qt3-qmake) -src_compile (qt4-cmake) -src_compile (qt4-qmake) -src_compile (qt5-qmake) -src_compile (R) -src_compile (ruby) -src_compile (rubygem) +

    K

    KEEP_LA_FILES (kde3) +

    P

    PATCH_URI (kde3) +PKG_NAMES (python-wheel) +

    R

    RUBYGEM_NAME +

    S

    src_compile (aspell-dict) +src_compile (autotools) +src_compile (cmake) +src_compile (docbook) +src_compile (gnome2) +src_compile (gst-plugins) +src_compile (gtkmm) +src_compile (kde3) +src_compile (kde4) +src_compile (kf5) +src_compile (mate) +src_compile (meson) +src_compile (ocaml-dune) +src_compile (perl) +src_compile (php) +src_compile (pygtk) +src_compile (python-wheel) +src_compile (python2-distutils) +src_compile (python2-wheel) +src_compile (python3-distutils) +src_compile (python3-wheel) +src_compile (qt3-qmake) +src_compile (qt4-cmake) +src_compile (qt4-qmake) +src_compile (qt5-qmake) +src_compile (R) +src_compile (ruby) +src_compile (rubygem) src_compile (texlive) src_compile (toolchain) src_compile (waf) src_compile (xfce4) -src_install (cmake) -src_install (docbook) -src_install (gst-plugins) -src_install (kde3) -src_install (kde4) -src_install (kf5) -src_install (meson) -src_install (ocaml) -src_install (ocaml-dune) -src_install (perl) -src_install (php) -src_install (python-wheel) -src_install (python2-distutils) -src_install (python2-wheel) -src_install (python3-distutils) -src_install (python3-wheel) -src_install (qt3-qmake) -src_install (qt4-qmake) -src_install (qt5-qmake) -src_install (R) -src_install (ruby) -src_install (rubygem) +src_install (cmake) +src_install (docbook) +src_install (gst-plugins) +src_install (kde3) +src_install (kde4) +src_install (kf5) +src_install (meson) +src_install (ocaml) +src_install (ocaml-dune) +src_install (perl) +src_install (php) +src_install (python-wheel) +src_install (python2-distutils) +src_install (python2-wheel) +src_install (python3-distutils) +src_install (python3-wheel) +src_install (qt3-qmake) +src_install (qt4-qmake) +src_install (qt5-qmake) +src_install (R) +src_install (ruby) +src_install (rubygem) src_install (texlive) src_install (waf) -src_test (gtkmm) -src_test (meson) -src_test (ocaml-dune) -src_test (perl) -SRC_URI (aspell-dict) -SRC_URI (docbook) -SRC_URI (gnome.org) -SRC_URI (gstreamer) -SRC_URI (gtk2-perl) -SRC_URI (kde.org) -SRC_URI (mate) -SRC_URI (perl) -SRC_URI (php) -SRC_URI (python.org) -SRC_URI (R) -SRC_URI (rubygem) +src_test (gtkmm) +src_test (meson) +src_test (ocaml-dune) +src_test (perl) +SRC_URI (aspell-dict) +SRC_URI (docbook) +SRC_URI (gnome.org) +SRC_URI (gstreamer) +SRC_URI (gtk2-perl) +SRC_URI (kde.org) +SRC_URI (mate) +SRC_URI (perl) +SRC_URI (php) +SRC_URI (python.org) +SRC_URI (R) +SRC_URI (rubygem) SRC_URI (texlive) SRC_URI (xfce4) SRC_URI (xorg) -SUMMARY (aspell-dict) -SUMMARY (docbook) -SUMMARY (gst-plugins) -SUMMARY (gtk2-perl) -SUMMARY (gtkmm) -SUMMARY (httpd) -SUMMARY (perl) -SUMMARY (php) -SUMMARY (pygtk) -SUMMARY (R) -SUMMARY (ruby) -SUMMARY (rubygem) +SUMMARY (aspell-dict) +SUMMARY (docbook) +SUMMARY (gst-plugins) +SUMMARY (gtk2-perl) +SUMMARY (gtkmm) +SUMMARY (httpd) +SUMMARY (perl) +SUMMARY (php) +SUMMARY (pygtk) +SUMMARY (R) +SUMMARY (ruby) +SUMMARY (rubygem) SUMMARY (texlive) SUMMARY (xorg) -SVN_URI (kde.org) +SVN_URI (kde.org)

    X

    XORG_SRC_COMPRESSION

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    diff --git a/cygport_postinstall_steps.html b/cygport_postinstall_steps.html index 30c6598..dd4242e 100644 --- a/cygport_postinstall_steps.html +++ b/cygport_postinstall_steps.html @@ -36,29 +36,29 @@ diff --git a/cygport_testsuite_functions.html b/cygport_testsuite_functions.html index c6be9db..86b0ffb 100644 --- a/cygport_testsuite_functions.html +++ b/cygport_testsuite_functions.html @@ -36,18 +36,18 @@

    Testsuite Functions

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    -

    C

    cygtest -

    G

    gtkmm_test -

    M

    meson_test -

    N

    ninja_test -

    O

    ocaml_dune_test -

    P

    perl_test -

    S

    src_test +

    C

    cygtest +

    G

    gtkmm_test +

    M

    meson_test +

    N

    ninja_test +

    O

    ocaml_dune_test +

    P

    perl_test +

    S

    src_test

    W

    waf_test

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    diff --git a/cygport_variables.html b/cygport_variables.html index 1670885..26759b5 100644 --- a/cygport_variables.html +++ b/cygport_variables.html @@ -36,139 +36,141 @@

    Variables

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    -

    A

    ACLOCAL_FLAGS -ASPELL_COMPAT -AUTOCONF_VERSION -

    B

    BROWSER -BZR_REV -BZR_URI -

    C

    CATEGORY -CFLAGS -CONFLICTS -CPAN_AUTHOR -CPAN_SUBDIR -CPAN_VERSION -CPPFLAGS -CROSS_HOST -CVS_BRANCH -CVS_DATE -CVS_MODULE -CVS_URI -CXXFLAGS -CYGCMAKE_ARGS -CYGCMAKE_GENERATOR -CYGCMAKE_SOURCE -CYGCONF_ARGS -CYGCONF_SOURCE -CYGMESON_ARGS -

    D

    DEPS_PATH -DESCRIPTION -DIFF_EXCLUDES -DISTCLEANFILES -DISTDIR -DO_NOT_COMPILE -DOCS -

    E

    EDITOR -

    F

    FCFLAGS -FFLAGS -FOSSIL_REV -FOSSIL_URI -FOX_VERSION -

    G

    GIT_BRANCH -GIT_REV -GIT_TAG -GIT_URI -GNOME2_NO_AUTOGEN -GNOME_ORG_TARBALL_SUFFIX -GOFLAGS -GST_PLUGINS_DISABLE -GST_PLUGINS_ENABLE -

    H

    HG_REV -HG_URI -HOMEPAGE -HTMLDOCS -

    K

    KDE4_EXTRAGEAR_VERSION -KEEP_LA_FILES -KEEPDIRS -

    L

    LDFLAGS -

    M

    MAKEOPTS -MATE_NO_AUTOGEN -MTN_BRANCH -MTN_REV -MTN_URI +

    A

    ACLOCAL_FLAGS +ASPELL_COMPAT +AUTOCONF_VERSION +

    B

    BROWSER +BZR_REV +BZR_URI +

    C

    CATEGORY +CFLAGS +CONFLICTS +CPAN_AUTHOR +CPAN_SUBDIR +CPAN_VERSION +CPPFLAGS +CROSS_HOST +CVS_BRANCH +CVS_DATE +CVS_MODULE +CVS_URI +CXXFLAGS +CYGCMAKE_ARGS +CYGCMAKE_GENERATOR +CYGCMAKE_SOURCE +CYGCONF_ARGS +CYGCONF_SOURCE +CYGMESON_ARGS +

    D

    DEPS_PATH +DESCRIPTION +DIFF_EXCLUDES +DISTCLEANFILES +DISTDIR +DO_NOT_COMPILE +DOCS +

    E

    EDITOR +

    F

    FCFLAGS +FFLAGS +FOSSIL_REV +FOSSIL_URI +FOX_VERSION +

    G

    GIT_BRANCH +GIT_REV +GIT_TAG +GIT_URI +GNOME2_NO_AUTOGEN +GNOME_ORG_TARBALL_SUFFIX +GOFLAGS +GST_PLUGINS_DISABLE +GST_PLUGINS_ENABLE +

    H

    HG_REV +HG_URI +HOMEPAGE +HTMLDOCS +

    I

    INHERITED +

    K

    KDE4_EXTRAGEAR_VERSION +KEEP_LA_FILES +KEEPDIRS +

    L

    LDFLAGS +LICENSE +

    M

    MAKEOPTS +MATE_NO_AUTOGEN +MTN_BRANCH +MTN_REV +MTN_URI

    N

    NAME -NO_ACLOCAL -NO_AUTOCONF -NO_AUTOHEADER -NO_AUTOMAKE -NO_AUTOPOINT -NO_LIBTOOLIZE -

    O

    OBJCFLAGS -OBJCXXFLAGS -OBSOLETES -OCAML_DUNE_BUILD_ARGS -

    P

    PAGER -PATCH_URI -PHP_CHANNEL -PKG_CATEGORY -PKG_CONFLICTS -PKG_CONTENTS -PKG_DESCRIPTION -PKG_DOCS -PKG_HINTS -PKG_IGNORE -PKG_NAMES -PKG_OBSOLETES -PKG_PROVIDES -PKG_REQUIRES -PKG_SUMMARY -PROVIDES -PYTHON_WHEEL_VERSIONS -

    R

    R_CONFIGURE_ARGS -RDOC_MODULE -RDOC_SOURCE +NO_ACLOCAL +NO_AUTOCONF +NO_AUTOHEADER +NO_AUTOMAKE +NO_AUTOPOINT +NO_LIBTOOLIZE +

    O

    OBJCFLAGS +OBJCXXFLAGS +OBSOLETES +OCAML_DUNE_BUILD_ARGS +

    P

    PAGER +PATCH_URI +PHP_CHANNEL +PKG_CATEGORY +PKG_CONFLICTS +PKG_CONTENTS +PKG_DESCRIPTION +PKG_DOCS +PKG_HINTS +PKG_IGNORE +PKG_NAMES +PKG_OBSOLETES +PKG_PROVIDES +PKG_REQUIRES +PKG_SUMMARY +PROVIDES +PYTHON_WHEEL_VERSIONS +

    R

    R_CONFIGURE_ARGS +RDOC_MODULE +RDOC_SOURCE RELEASE -REQUIRES -RESTRICT -RUBYGEM_CONFIGURE_ARGS -

    S

    SIG -SMTP_ENCRYPTION -SMTP_PASS -SMTP_SENDER -SMTP_SERVER -SMTP_SERVER_PORT -SMTP_USER -SRC_DIR -src_patch_apply_hook -src_patch_hook -src_unpack_hook -SRC_URI -SSH_KEY -SUMMARY -SVN_BRANCH -SVN_DATE -SVN_REV -SVN_URI +REQUIRES +RESTRICT +RUBYGEM_CONFIGURE_ARGS +

    S

    SIG +SMTP_ENCRYPTION +SMTP_PASS +SMTP_SENDER +SMTP_SERVER +SMTP_SERVER_PORT +SMTP_USER +SRC_DIR +src_patch_apply_hook +src_patch_hook +src_unpack_hook +SRC_URI +SSH_KEY +SUMMARY +SVN_BRANCH +SVN_DATE +SVN_REV +SVN_URI

    T

    TEXLIVE_ARCH_PKGS TEXLIVE_DOC_PKGS TEXLIVE_PRETEST TEXLIVE_TEXMF_PKGS TOOLCHAIN_TARGET -

    U

    USE_DESTDIR +

    U

    USE_DESTDIR

    V

    VERSION

    W

    WAF_BUILD_FLAGS WAF_CONFIGURE_FLAGS WAF_INSTALL_FLAGS WAF_TEST_FLAGS -WANT_AUTOCONF -WANT_AUTOMAKE +WANT_AUTOCONF +WANT_AUTOMAKE WX_CODESET WX_TOOLKIT WX_VERSION

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    diff --git a/docbook_cygclass.html b/docbook_cygclass.html index fc0db73..c7873a0 100644 --- a/docbook_cygclass.html +++ b/docbook_cygclass.html @@ -34,28 +34,28 @@

    TABLE OF CONTENTS


    -

    docbook.cygclass

    +

    docbook.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit docbook
    +
      inherit docbook
     

    DESCRIPTION

    DocBook is a schema for SGML and XML documents meant for formatting @@ -71,29 +71,29 @@


    -

    CATEGORY (docbook)

    +

    CATEGORY (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Text"
    +
    CATEGORY="Text"
     

    -

    SUMMARY (docbook)

    +

    SUMMARY (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="DocBook ${dtd_type} DTD, version ${PV}"
    +
    SUMMARY="DocBook ${dtd_type} DTD, version ${PV}"
     

    -

    DESCRIPTION (docbook)

    +

    DESCRIPTION (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DEFINITION

    -
    DESCRIPTION="DocBook is a schema maintained by the DocBook Technical Committee
    +
    DESCRIPTION="DocBook is a schema maintained by the DocBook Technical Committee
     of OASIS. It is particularly well suited to books and papers about computer
     hardware and software (though it is by no means limited to these applications).
     This package provides version ${PV} of the DocBook DTDs for ${dtd_type}."
    @@ -101,27 +101,27 @@ This package provides version ${PV} o
     
     
    -

    HOMEPAGE (docbook)

    +

    HOMEPAGE (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="http://www.oasis-open.org/docbook/"
    +
    HOMEPAGE="http://www.oasis-open.org/docbook/"
     

    -

    SRC_URI (docbook)

    +

    SRC_URI (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location for the DocBook package.


    -

    docbook_install

    +

    docbook_install

    -

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    +

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $S
       docbook_install
    @@ -132,9 +132,9 @@ This package provides version ${PV} o
     
     
    -

    docbook_dsssl_postinst

    +

    docbook_dsssl_postinst

    -

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    +

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    DESCRIPTION

    Creates postinstall/preremove scripts to de/register the DSSSL stylesheets with the system SGML catalog. @@ -142,9 +142,9 @@ This package provides version ${PV} o


    -

    docbook_sgml_postinst

    +

    docbook_sgml_postinst

    -

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    +

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    DESCRIPTION

    Creates postinstall/preremove scripts to de/register the SGML/XML DTDs with the system SGML catalog. @@ -155,9 +155,9 @@ This package provides version ${PV} o


    -

    docbook_xml_postinst

    +

    docbook_xml_postinst

    -

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    +

    [ Top ] [ docbook.cygclass ] [ Install Functions ]

    DESCRIPTION

    Creates postinstall/preremove scripts to de/register the XML DTDs or XSL stylesheets with the system XML catalog. @@ -165,26 +165,26 @@ This package provides version ${PV} o


    -

    src_compile (docbook)

    +

    src_compile (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() { :; }
    +
    src_compile() { :; }
     

    -

    src_install (docbook)

    +

    src_install (docbook)

    -

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    +

    [ Top ] [ docbook.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    Runs docbook_install followed by the appropriate combination of - docbook_dsssl_postinst, docbook_sgml_postinst, and/or docbook_xml_postinst. +

    Runs docbook_install followed by the appropriate combination of + docbook_dsssl_postinst, docbook_sgml_postinst, and/or docbook_xml_postinst.

    diff --git a/emacs_cygclass.html b/emacs_cygclass.html index de2b587..7279222 100644 --- a/emacs_cygclass.html +++ b/emacs_cygclass.html @@ -34,18 +34,18 @@

    TABLE OF CONTENTS


    -

    emacs.cygclass

    +

    emacs.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Emacs is a programmers' text editor which is extensible through libraries written in its own Lisp dialect, which is also bytecode compilable. @@ -57,37 +57,37 @@


    -

    EMACS

    +

    EMACS

    -

    [ Top ] [ emacs.cygclass ] [ Definitions ]

    +

    [ Top ] [ emacs.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the emacs command.


    -

    EMACS_SITE

    +

    EMACS_SITE

    -

    [ Top ] [ emacs.cygclass ] [ Definitions ]

    +

    [ Top ] [ emacs.cygclass ] [ Definitions ]

    DESCRIPTION

    Path of Emacs' site-lisp directory, where third-party libraries are installed.


    -

    doemacs

    +

    doemacs

    -

    [ Top ] [ emacs.cygclass ] [ Install Functions ]

    +

    [ Top ] [ emacs.cygclass ] [ Install Functions ]

    SYNOPSIS

      doemacs FILE [FILE2] ...
     

    DESCRIPTION

    -

    Installs one or more Emacs Lisp libraries into EMACS_SITE (under $D). +

    Installs one or more Emacs Lisp libraries into EMACS_SITE (under $D).

    diff --git a/font_cygclass.html b/font_cygclass.html index 95652b0..537549a 100644 --- a/font_cygclass.html +++ b/font_cygclass.html @@ -34,48 +34,48 @@

    TABLE OF CONTENTS


    -

    font.cygclass

    +

    font.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    This cygclass provides functions for installing fonts so that they will be found by the X server (for Xaw/Motif applications) and fontconfig (used by most modern GUI toolkits).

    EXAMPLE

    -
        inherit gnome.org font
    +
        inherit gnome.org font
         
         NAME="cantarell-fonts"
         VERSION=0.0.12
         RELEASE=1
    -    CATEGORY="X11"
    -    SUMMARY="Cantarell TTF sans serif fonts"
    -    DESCRIPTION="The Cantarell typeface family was designed as a contemporary
    +    CATEGORY="X11"
    +    SUMMARY="Cantarell TTF sans serif fonts"
    +    DESCRIPTION="The Cantarell typeface family was designed as a contemporary
         Humanist sans serif, and was developed for on-screen reading; in particular,
         reading web pages on a mobile phone."
    -    HOMEPAGE="https://gitlab.gnome.org/GNOME/cantarell-fonts/"
    +    HOMEPAGE="https://gitlab.gnome.org/GNOME/cantarell-fonts/"
         
    -    src_compile() { :; }
    +    src_compile() { :; }
         
    -    src_install() {
    +    src_install() {
           cd ${S}
    -      fontinto cantarell
    -      dofont otf/*.otf
    +      fontinto cantarell
    +      dofont otf/*.otf
           
    -      dofontconf fontconfig/*.conf
    +      dofontconf fontconfig/*.conf
         }
     

    NOTE

    @@ -86,18 +86,18 @@
    -

    FONTSDIR

    +

    FONTSDIR

    -

    [ Top ] [ font.cygclass ] [ Definitions ]

    +

    [ Top ] [ font.cygclass ] [ Definitions ]

    DESCRIPTION

    The top font directory, AKA the fontrootdir.


    -

    sfd2ttf

    +

    sfd2ttf

    -

    [ Top ] [ font.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ font.cygclass ] [ Compile Functions ]

    SYNOPSIS

      sfd2ttf SFD_FILE[S] ...
     
    @@ -108,9 +108,9 @@
    -

    sfd2otf

    +

    sfd2otf

    -

    [ Top ] [ font.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ font.cygclass ] [ Compile Functions ]

    SYNOPSIS

      sfd2otf SFD_FILE[S] ...
     
    @@ -121,49 +121,49 @@
    -

    fontinto

    +

    fontinto

    -

    [ Top ] [ font.cygclass ] [ Install Functions ]

    +

    [ Top ] [ font.cygclass ] [ Install Functions ]

    SYNOPSIS

      fontinto SUBDIR
     

    DESCRIPTION

    -

    Tells dofont which font directory to install into. Accepts a single +

    Tells dofont which font directory to install into. Accepts a single argument, the name of the font subdirectory.


    -

    dofont

    +

    dofont

    -

    [ Top ] [ font.cygclass ] [ Install Functions ]

    +

    [ Top ] [ font.cygclass ] [ Install Functions ]

    SYNOPSIS

      dofont FONTFILE [FONTFILE] ...
     

    DESCRIPTION

    Installs the given font file(s) into the font subdirectory based on NAME, - or that specified by the most recent call to fontinto. + or that specified by the most recent call to fontinto.


    -

    dofontconf

    +

    dofontconf

    -

    [ Top ] [ font.cygclass ] [ Install Functions ]

    +

    [ Top ] [ font.cygclass ] [ Install Functions ]

    SYNOPSIS

      dofontconf CONFFILE [CONFFILE] ...
     

    DESCRIPTION

    Installs the given font configuration file(s) into the system fontconfig configuration directories. If file is not named [0-9][0-9]*.conf, then - use newfontconf instead to rename it. + use newfontconf instead to rename it.


    -

    newfontconf

    +

    newfontconf

    -

    [ Top ] [ font.cygclass ] [ Install Functions ]

    +

    [ Top ] [ font.cygclass ] [ Install Functions ]

    SYNOPSIS

      newfontconf CONFFILE DESIRED_NAME
     
    @@ -197,7 +197,7 @@
    diff --git a/fossil_cygclass.html b/fossil_cygclass.html index 36d028b..a87c9fa 100644 --- a/fossil_cygclass.html +++ b/fossil_cygclass.html @@ -34,21 +34,21 @@

    TABLE OF CONTENTS


    -

    fossil.cygclass

    +

    fossil.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      FOSSIL_URI="..."
    -  [FOSSIL_REV="..."]
    -  inherit fossil
    +
      FOSSIL_URI="..."
    +  [FOSSIL_REV="..."]
    +  inherit fossil
     

    DESCRIPTION

    Fossil is a distributed version control system which includes an integrated @@ -58,8 +58,8 @@

    This cygclass creates source tarballs from Fossil checkouts.

    NOTE

    -

    This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

    This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

    REQUIRES

    @@ -68,18 +68,18 @@
    -

    FOSSIL_URI

    +

    FOSSIL_URI

    -

    [ Top ] [ fossil.cygclass ] [ Variables ]

    +

    [ Top ] [ fossil.cygclass ] [ Variables ]

    DESCRIPTION

    Address of Fossil repository from which to clone.


    -

    FOSSIL_REV

    +

    FOSSIL_REV

    -

    [ Top ] [ fossil.cygclass ] [ Variables ]

    +

    [ Top ] [ fossil.cygclass ] [ Variables ]

    DESCRIPTION

    This optional variable can be one of:

    @@ -94,7 +94,7 @@
    diff --git a/fox_cygclass.html b/fox_cygclass.html index 1056acd..840f24d 100644 --- a/fox_cygclass.html +++ b/fox_cygclass.html @@ -34,23 +34,23 @@

    TABLE OF CONTENTS


    -

    fox.cygclass

    +

    fox.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      FOX_VERSION="X.Y"
    -  inherit fox
    +
      FOX_VERSION="X.Y"
    +  inherit fox
     

    DESCRIPTION

    The FOX toolkit is a cross-platform, C++ GUI toolkit. The API changes with @@ -59,7 +59,7 @@ at any given time.

    -

    This cygclass selects the fox-config script for the desired version of the +

    This cygclass selects the fox-config script for the desired version of the FOX toolkit.

    REQUIRES

    @@ -68,12 +68,12 @@
    -

    FOX_VERSION

    +

    FOX_VERSION

    -

    [ Top ] [ fox.cygclass ] [ Variables ]

    +

    [ Top ] [ fox.cygclass ] [ Variables ]

    DESCRIPTION

    The desired major.minor branch of the FOX toolkit. This variable must be - set before inherit()ing the fox.cygclass. + set before inherit()ing the fox.cygclass.

    NOTE

    Even minor version numbers represent stable branches; versions 1.2, 1.4, @@ -83,46 +83,46 @@


    -

    FOX_CONFIG

    +

    FOX_CONFIG

    -

    [ Top ] [ fox.cygclass ] [ Definitions ]

    +

    [ Top ] [ fox.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Absolute path to the fox-config script for the given FOX_VERSION. This definition +

    Absolute path to the fox-config script for the given FOX_VERSION. This definition is exported to the build environment.


    -

    FOX_CFLAGS

    +

    FOX_CFLAGS

    -

    [ Top ] [ fox.cygclass ] [ Definitions ]

    +

    [ Top ] [ fox.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for the specified version of the FOX toolkit. This - is equivalent to `$FOX_CONFIG --cflags`. + is equivalent to `$FOX_CONFIG --cflags`.


    -

    FOX_LIBS

    +

    FOX_LIBS

    -

    [ Top ] [ fox.cygclass ] [ Definitions ]

    +

    [ Top ] [ fox.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the specified version of the FOX toolkit. This - is equivalent to `$FOX_CONFIG --libs`. + is equivalent to `$FOX_CONFIG --libs`.


    -

    fox-config

    +

    fox-config

    -

    [ Top ] [ fox.cygclass ] [ General Functions ]

    +

    [ Top ] [ fox.cygclass ] [ General Functions ]

    DESCRIPTION

    -

    Wrapper function for calling FOX_CONFIG. +

    Wrapper function for calling FOX_CONFIG.

    diff --git a/git_cygclass.html b/git_cygclass.html index 4e09ef7..ab11714 100644 --- a/git_cygclass.html +++ b/git_cygclass.html @@ -34,25 +34,25 @@

    TABLE OF CONTENTS


    -

    git.cygclass

    +

    git.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      GIT_URI="..."
    -  [GIT_BRANCH="..."]
    -  [GIT_REV="..."]
    -  [GIT_TAG="..."]
    -  inherit git
    +
      GIT_URI="..."
    +  [GIT_BRANCH="..."]
    +  [GIT_REV="..."]
    +  [GIT_TAG="..."]
    +  inherit git
     

    DESCRIPTION

    Git is a distributed version control system. Originally developed for the @@ -63,8 +63,8 @@

    This cygclass creates source tarballs from Git repositories.

    NOTE

    -

    This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

    This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

    REQUIRES

    @@ -73,46 +73,46 @@
    -

    GIT_URI

    +

    GIT_URI

    -

    [ Top ] [ git.cygclass ] [ Variables ]

    +

    [ Top ] [ git.cygclass ] [ Variables ]

    DESCRIPTION

    Address of Git repository from which to clone. Must be defined before - inherit()ing git.cygclass. + inherit()ing git.cygclass.


    -

    GIT_BRANCH

    +

    GIT_BRANCH

    -

    [ Top ] [ git.cygclass ] [ Variables ]

    +

    [ Top ] [ git.cygclass ] [ Variables ]

    DESCRIPTION

    Branch from which to clone. If undefined, the 'master' branch is used.


    -

    GIT_REV

    +

    GIT_REV

    -

    [ Top ] [ git.cygclass ] [ Variables ]

    +

    [ Top ] [ git.cygclass ] [ Variables ]

    DESCRIPTION

    Specific revision to clone, in the form of a SHA1 hash (a 40-digit hexadecimal) or an abbreviation thereof (the first 7 hexadecimal digits are usually - sufficent). If undefined, the latest revision in the given GIT_BRANCH is used. + sufficent). If undefined, the latest revision in the given GIT_BRANCH is used.


    -

    GIT_TAG

    +

    GIT_TAG

    -

    [ Top ] [ git.cygclass ] [ Variables ]

    +

    [ Top ] [ git.cygclass ] [ Variables ]

    DESCRIPTION

    Tag to clone, essentially a legible shorthand for a given commit.

    diff --git a/gnome2_cygclass.html b/gnome2_cygclass.html index 5f0aa47..1a2b058 100644 --- a/gnome2_cygclass.html +++ b/gnome2_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    gnome2.cygclass

    +

    gnome2.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit gnome2
    +
      inherit gnome2
     

    DESCRIPTION

    The GNOME project provides a full-featured X desktop with a wide variety @@ -61,14 +61,14 @@

    This cygclass manages the building of most GNOME-based packages.

    INHERITS

    -

    autotools.cygclass, gnome.org.cygclass +

    autotools.cygclass, gnome.org.cygclass


    -

    gnome2_autoreconf

    +

    gnome2_autoreconf

    -

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    SYNOPSIS

      gnome2_autoreconf
     
    @@ -90,35 +90,35 @@ intltool, libglib2.0-devel, libtool, pkg-config.

    SEE ALSO

    -

    cygautoreconf +

    cygautoreconf


    -

    GNOME2_NO_AUTOGEN

    +

    GNOME2_NO_AUTOGEN

    -

    [ Top ] [ gnome2.cygclass ] [ Variables ]

    +

    [ Top ] [ gnome2.cygclass ] [ Variables ]

    DESCRIPTION

    By default, gnome-autogen.sh will retool the working directory's and any subdirectories containing a configure.ac/configure.in which may be configured separately with an AC_CONFIG_SUBDIRS. If a subdirectory need not be retooled (e.g. it will not built for whatever reason), or it does not use autotools (e.g. the libdb included in evolution), define this variable to - the subdirectories to skip, relative to the directory where gnome2_autoreconf + the subdirectories to skip, relative to the directory where gnome2_autoreconf will be run (usually $S).


    -

    gnome2_configure

    +

    gnome2_configure

    -

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       gnome2_configure [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Calls cygconf with the following options: +

    Calls cygconf with the following options:

    • --enable-gtk-doc: create and install API docs (native builds only)
    • @@ -128,41 +128,41 @@
    • --disable-scrollkeeper: Scrollkeeper is obsolete
    -

    All arguments to gnome2_configure are passed to cygconf as configure flags. +

    All arguments to gnome2_configure are passed to cygconf as configure flags.


    -

    gnome2_compile

    +

    gnome2_compile

    -

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gnome2.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       gnome2_compile [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Calls gnome2_configure followed by cygmake. All arguments to gnome2_compile +

    Calls gnome2_configure followed by cygmake. All arguments to gnome2_compile are passed as configure flags.


    -

    src_compile (gnome2)

    +

    src_compile (gnome2)

    -

    [ Top ] [ gnome2.cygclass ] [ Overloads ]

    +

    [ Top ] [ gnome2.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        gnome2_autoreconf
    +        gnome2_autoreconf
             cd ${B}
    -        gnome2_configure
    -        cygmake
    +        gnome2_configure
    +        cygmake
     }
     
    diff --git a/gnome_org_cygclass.html b/gnome_org_cygclass.html index e16a747..51cab42 100644 --- a/gnome_org_cygclass.html +++ b/gnome_org_cygclass.html @@ -34,47 +34,47 @@

    TABLE OF CONTENTS


    -

    gnome.org.cygclass

    +

    gnome.org.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit gnome.org
    +
      inherit gnome.org
     

    DESCRIPTION

    This cygclass is to be used for packages which are part of GNOME or which are hosted on GNOME FTP or Git servers.

    -

    In most cases, you do not need to directly inherit this cygclass; +

    In most cases, you do not need to directly inherit this cygclass; most GNOME packages will anyway use one of the cygclasses listed below - which already inherit this cygclass. + which already inherit this cygclass.

    If PN does not match the name of the original source tarball, - define ORIG_PN before inherit()ing. + define ORIG_PN before inherit()ing.

    INHERITED BY

    -

    gnome2.cygclass, gtkmm.cygclass, pygtk.cygclass +

    gnome2.cygclass, gtkmm.cygclass, pygtk.cygclass

    SEE ALSO

    -

    mirror_gnome +

    mirror_gnome


    -

    GNOME_ORG_TARBALL_SUFFIX

    +

    GNOME_ORG_TARBALL_SUFFIX

    -

    [ Top ] [ gnome.org.cygclass ] [ Variables ]

    +

    [ Top ] [ gnome.org.cygclass ] [ Variables ]

    DESCRIPTION

    The compression format for tarballs on gnome.org. Until December 2011, almost all sources were available with at least bz2 compression, but from @@ -86,42 +86,42 @@ is neither "bz2" nor "xz".

    NOTE

    -

    This must be defined before inherit()ing gnome.org.cygclass. +

    This must be defined before inherit()ing gnome.org.cygclass.


    -

    HOMEPAGE (gnome.org)

    +

    HOMEPAGE (gnome.org)

    -

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://www.gnome.org/"
    +
    HOMEPAGE="https://www.gnome.org/"
     

    -

    SRC_URI (gnome.org)

    +

    SRC_URI (gnome.org)

    -

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    DEFINITION

    -
    SRC_URI="mirror://gnome/sources/${ORIG_PN:-${PN}}/${PVP[0]}.${PVP[1]}/${ORIG_PN:-${PN}}-${PV}.tar.${GNOME_ORG_TARBALL_SUFFIX}"
    +
    SRC_URI="mirror://gnome/sources/${ORIG_PN:-${PN}}/${PVP[0]}.${PVP[1]}/${ORIG_PN:-${PN}}-${PV}.tar.${GNOME_ORG_TARBALL_SUFFIX}"
     

    -

    GIT_URI (gnome.org)

    +

    GIT_URI (gnome.org)

    -

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ gnome.org.cygclass ] [ Overloads ]

    NOTE

    -

    git.cygclass should be inherit()ed last for this to be of use. +

    git.cygclass should be inherit()ed last for this to be of use.

    DEFINITION

    -
    GIT_URI="git://git.gnome.org/${ORIG_PN:-${PN}}"
    +
    GIT_URI="git://git.gnome.org/${ORIG_PN:-${PN}}"
     
    diff --git a/gst-plugins_cygclass.html b/gst-plugins_cygclass.html index 6f6312a..d148136 100644 --- a/gst-plugins_cygclass.html +++ b/gst-plugins_cygclass.html @@ -34,30 +34,30 @@

    TABLE OF CONTENTS


    -

    gst-plugins.cygclass

    +

    gst-plugins.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      GST_PLUGINS_ENABLE=...
    -  [GST_PLUGINS_DISABLE=...]
    -  inherit gst-plugins
    +
      GST_PLUGINS_ENABLE=...
    +  [GST_PLUGINS_DISABLE=...]
    +  inherit gst-plugins
     

    DESCRIPTION

    -

    For an introduction to GStreamer, see gstreamer.cygclass. +

    For an introduction to GStreamer, see gstreamer.cygclass.

    Since the 0.9/0.10 series, GStreamer ships most of their plugins in four @@ -71,14 +71,14 @@ well as the de/selection of plugins with external dependencies.

    INHERITS

    -

    autotools.cygclass, gstreamer.cygclass +

    autotools.cygclass, gstreamer.cygclass


    -

    GST_PLUGINS_ENABLE

    +

    GST_PLUGINS_ENABLE

    -

    [ Top ] [ gst-plugins.cygclass ] [ Variables ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Variables ]

    DESCRIPTION

    This variable controls which plugins with external dependencies will be built. It must be defined as a string, with plugins indicated by their @@ -90,96 +90,96 @@ with a 'for' loop with this variable as the iterator collection.

    SEE ALSO

    -

    GST_PLUGINS_DISABLE +

    GST_PLUGINS_DISABLE


    -

    GST_PLUGINS_DISABLE

    +

    GST_PLUGINS_DISABLE

    -

    [ Top ] [ gst-plugins.cygclass ] [ Variables ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Variables ]

    DESCRIPTION

    This variable controls which plugins will not be built, even if their dependencies are present. It must be defined as a string, with plugins indicated by their configure argument.

    SEE ALSO

    -

    GST_PLUGINS_ENABLE +

    GST_PLUGINS_ENABLE


    -

    SUMMARY (gst-plugins)

    +

    SUMMARY (gst-plugins)

    -

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="${gst_pn} plugin for the GStreamer multimedia framework"
    +
    SUMMARY="${gst_pn} plugin for the GStreamer multimedia framework"
     

    -

    gst_plugins_autoreconf

    +

    gst_plugins_autoreconf

    -

    [ Top ] [ gst-plugins.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Compile Functions ]

    DESCRIPTION

    -

    Alias for gstreamer_autoreconf. +

    Alias for gstreamer_autoreconf.


    -

    gst_plugins_compile

    +

    gst_plugins_compile

    -

    [ Top ] [ gst-plugins.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Compile Functions ]

    DESCRIPTION

    -

    First, cygconf is called with several GStreamer-specific arguments which +

    First, cygconf is called with several GStreamer-specific arguments which apply to all plugin packages, as well as the necessary arguments to enable or disable plugins with external dependencies, per the value of - GST_PLUGINS_ENABLE and GST_PLUGINS_DISABLE. Then cygmake is called to build + GST_PLUGINS_ENABLE and GST_PLUGINS_DISABLE. Then cygmake is called to build the package.

    gst_plugins_compile optionally accepts additional configure flags as - arguments, which are passed to cygconf. + arguments, which are passed to cygconf.


    -

    gst_plugins_install

    +

    gst_plugins_install

    -

    [ Top ] [ gst-plugins.cygclass ] [ Install Functions ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Install Functions ]

    DESCRIPTION

    -

    Alias for cyginstall. +

    Alias for cyginstall.


    -

    src_compile (gst-plugins)

    +

    src_compile (gst-plugins)

    -

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        gst_plugins_autoreconf
    +        gst_plugins_autoreconf
             cd ${B}
    -        gst_plugins_compile
    +        gst_plugins_compile
     }
     

    -

    src_install (gst-plugins)

    +

    src_install (gst-plugins)

    -

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    +

    [ Top ] [ gst-plugins.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        gst_plugins_install
    +        gst_plugins_install
     }
     
    diff --git a/gstreamer_cygclass.html b/gstreamer_cygclass.html index a88769d..e764e02 100644 --- a/gstreamer_cygclass.html +++ b/gstreamer_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    gstreamer.cygclass

    +

    gstreamer.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit gstreamer
    +
      inherit gstreamer
     

    DESCRIPTION

    GStreamer is a modular multimedia framework, using plugins to support @@ -61,53 +61,53 @@

    GStreamer components include the core libraries and command-line tools, several sets of plugins, and Python bindings. This cygclass defines variables and functions which are common to all GStreamer components, - and is also the basis of gst-plugins.cygclass. + and is also the basis of gst-plugins.cygclass.


    -

    HOMEPAGE (gstreamer)

    +

    HOMEPAGE (gstreamer)

    -

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    +

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://gstreamer.freedesktop.org/"
    +
    HOMEPAGE="https://gstreamer.freedesktop.org/"
     

    -

    SRC_URI (gstreamer)

    +

    SRC_URI (gstreamer)

    -

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    +

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location for the upstream source tarball.


    -

    GIT_URI (gstreamer)

    +

    GIT_URI (gstreamer)

    -

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    +

    [ Top ] [ gstreamer.cygclass ] [ Overloads ]

    NOTE

    -

    git.cygclass must be inherit()ed last for this to have any effect. +

    git.cygclass must be inherit()ed last for this to have any effect.

    DEFINITION

    -
    GIT_URI="git://anongit.freedesktop.org/git/gstreamer/${ORIG_PN}"
    +
    GIT_URI="git://anongit.freedesktop.org/git/gstreamer/${ORIG_PN}"
     

    -

    GST_PLUGINDIR

    +

    GST_PLUGINDIR

    -

    [ Top ] [ gstreamer.cygclass ] [ Definitions ]

    +

    [ Top ] [ gstreamer.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for GStreamer plugins.


    -

    gstreamer_autoreconf

    +

    gstreamer_autoreconf

    -

    [ Top ] [ gstreamer.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gstreamer.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $S
       gstreamer_autoreconf
    @@ -127,12 +127,12 @@
     

    autoconf, automake, gettext-devel, libtool, pkg-config

    SEE ALSO

    -

    cygautoreconf +

    cygautoreconf

    diff --git a/gtk2-perl_cygclass.html b/gtk2-perl_cygclass.html index 3167d47..3a2086f 100644 --- a/gtk2-perl_cygclass.html +++ b/gtk2-perl_cygclass.html @@ -34,23 +34,23 @@

    TABLE OF CONTENTS


    -

    gtk2-perl.cygclass

    +

    gtk2-perl.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      [CPAN_AUTHOR=username]
    -  inherit gtk2-perl
    +
      [CPAN_AUTHOR=username]
    +  inherit gtk2-perl
     

    DESCRIPTION

    The Gtk2-Perl project provides Perl bindings for the GLib, GTK+, and GNOME @@ -65,7 +65,7 @@

    This cygclass builds both official and third-party Gtk2-Perl binding packages.

    INHERITS

    -

    perl.cygclass +

    perl.cygclass

    REQUIRES

    perl-ExtUtils-Depends, perl-ExtUtils-PkgConfig @@ -73,61 +73,61 @@


    -

    CATEGORY (gtk2-perl)

    +

    CATEGORY (gtk2-perl)

    -

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Perl"
    +
    CATEGORY="Perl"
     

    -

    SUMMARY (gtk2-perl)

    +

    SUMMARY (gtk2-perl)

    -

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Perl ${ORIG_PN//-/::} bindings"
    +
    SUMMARY="Perl ${ORIG_PN//-/::} bindings"
     

    -

    HOMEPAGE (gtk2-perl)

    +

    HOMEPAGE (gtk2-perl)

    -

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    DESCRIPTION

    Homepage of the Gtk2-Perl project.

    NOTE

    -

    If CPAN_AUTHOR is defined, the value set by perl.cygclass is used instead. +

    If CPAN_AUTHOR is defined, the value set by perl.cygclass is used instead.


    -

    SRC_URI (gtk2-perl)

    +

    SRC_URI (gtk2-perl)

    -

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location of the release tarball from the Gtk2-Perl project.

    NOTE

    -

    If CPAN_AUTHOR is defined, the value set by perl.cygclass is used instead. +

    If CPAN_AUTHOR is defined, the value set by perl.cygclass is used instead.


    -

    DEPS_PATH (gtk2-perl)

    +

    DEPS_PATH (gtk2-perl)

    -

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtk2-perl.cygclass ] [ Overloads ]

    DESCRIPTION

    Gtk2-Perl modules are unique that they are not only linked against the C libraries which they bind, but also expose an API to bindings higher up in - the stack which link against them as well. Therefore, DEPS_PATH is set to + the stack which link against them as well. Therefore, DEPS_PATH is set to catch these inter-module link dependencies.

    diff --git a/gtkmm_cygclass.html b/gtkmm_cygclass.html index 7ee5cb7..49ba169 100644 --- a/gtkmm_cygclass.html +++ b/gtkmm_cygclass.html @@ -34,25 +34,25 @@

    TABLE OF CONTENTS


    -

    gtkmm.cygclass

    +

    gtkmm.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit gtkmm
    +
      inherit gtkmm
     

    DESCRIPTION

    The GTKmm project provides C++ bindings for most of the GNOME library @@ -63,47 +63,47 @@

    This cygclass builds the GTKmm binding packages.

    INHERITS

    -

    autotools.cygclass, gnome.org.cygclass +

    autotools.cygclass, gnome.org.cygclass


    -

    CATEGORY (gtkmm)

    +

    CATEGORY (gtkmm)

    -

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Libs"
    +
    CATEGORY="Libs"
     

    -

    SUMMARY (gtkmm)

    +

    SUMMARY (gtkmm)

    -

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="GNOME C++ bindings for ${ORIG_PN/mm/}-${PV_MAJ}.x"
    +
    SUMMARY="GNOME C++ bindings for ${ORIG_PN/mm/}-${PV_MAJ}.x"
     

    -

    HOMEPAGE (gtkmm)

    +

    HOMEPAGE (gtkmm)

    -

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://www.gtkmm.org/"
    +
    HOMEPAGE="https://www.gtkmm.org/"
     

    -

    gtkmm_autoreconf

    +

    gtkmm_autoreconf

    -

    [ Top ] [ gtkmm.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $S
       gtkmm_autoreconf
     

    DESCRIPTION

    -

    Updates the autotool build system with cygautoreconf. +

    Updates the autotool build system with cygautoreconf.

    WARNING

    Skipping this step is strongly discouraged. Patches to configure.ac, aclocal @@ -118,23 +118,23 @@


    -

    gtkmm_compile

    +

    gtkmm_compile

    -

    [ Top ] [ gtkmm.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       gtkmm_compile [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Calls cygconf, followed by cygmake. All arguments to gtkmm_compile are - passed to cygconf as configure flags. +

    Calls cygconf, followed by cygmake. All arguments to gtkmm_compile are + passed to cygconf as configure flags.


    -

    gtkmm_test

    +

    gtkmm_test

    -

    [ Top ] [ gtkmm.cygclass ] [ Testsuite Functions ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Testsuite Functions ]

    SYNOPSIS

      cd $B
       gtkmm_test
    @@ -148,33 +148,33 @@
     
     
    -

    src_compile (gtkmm)

    +

    src_compile (gtkmm)

    -

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        gtkmm_autoreconf
    +        gtkmm_autoreconf
             cd ${B}
    -        gtkmm_compile
    +        gtkmm_compile
     }
     

    -

    src_test (gtkmm)

    +

    src_test (gtkmm)

    -

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    +

    [ Top ] [ gtkmm.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_test() {
    +
    src_test() {
             cd ${B}
    -        gtkmm_test
    +        gtkmm_test
     }
     
    diff --git a/hg_cygclass.html b/hg_cygclass.html index 6924047..04b53b4 100644 --- a/hg_cygclass.html +++ b/hg_cygclass.html @@ -34,21 +34,21 @@

    TABLE OF CONTENTS


    -

    hg.cygclass

    +

    hg.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      HG_URI="..."
    -  [HG_REV="..."]
    -  inherit hg
    +
      HG_URI="..."
    +  [HG_REV="..."]
    +  inherit hg
     

    DESCRIPTION

    Mercurial is a distributed version control system. Originally developed @@ -59,8 +59,8 @@

    This cygclass creates source tarballs from Mercurial checkouts.

    NOTE

    -

    This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

    This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

    REQUIRES

    @@ -69,19 +69,19 @@
    -

    HG_URI

    +

    HG_URI

    -

    [ Top ] [ hg.cygclass ] [ Variables ]

    +

    [ Top ] [ hg.cygclass ] [ Variables ]

    DESCRIPTION

    Address of Mercurial repository from which to clone. Must be defined before - inherit()ing hg.cygclass. + inherit()ing hg.cygclass.


    -

    HG_REV

    +

    HG_REV

    -

    [ Top ] [ hg.cygclass ] [ Variables ]

    +

    [ Top ] [ hg.cygclass ] [ Variables ]

    DESCRIPTION

    Specific revision to clone, either the changeset ID in the form of a SHA1 hash (a 40-digit hexadecimal) or an abbreviation thereof (the first 7 @@ -91,7 +91,7 @@

    diff --git a/httpd_cygclass.html b/httpd_cygclass.html index 9a6a7f8..d887f18 100644 --- a/httpd_cygclass.html +++ b/httpd_cygclass.html @@ -34,42 +34,42 @@

    TABLE OF CONTENTS


    -

    httpd.cygclass

    +

    httpd.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit httpd
    +
      inherit httpd
     

    DESCRIPTION

    The Apache Web Server is an HTTP server which can be extended through @@ -80,70 +80,70 @@

    The purpose of httpd.cygclass is to provide functions and definitions for building DSOs for the Cygwin Apache HTTP Server packages. Cygwin packages doing so should use the "httpd-" prefix before the canonical package name. - Because there is no consistent DSO source buildsystem, src_compile and - src_install must be defined yourself. + Because there is no consistent DSO source buildsystem, src_compile and + src_install must be defined yourself.

    EXAMPLES

    Apache module source packages do not have a single system. Some packages are autoconf-based:

    -
        inherit httpd
    +
        inherit httpd
         
         NAME="httpd-mod_clamav"
         VERSION=0.23
         RELEASE=1
    -    CATEGORY="Web"
    -    SUMMARY="ClamAV filter module for Apache HTTP Server"
    -    DESCRIPTION="mod_clamav is an Apache HTTP Server filter which scans the content
    +    CATEGORY="Web"
    +    SUMMARY="ClamAV filter module for Apache HTTP Server"
    +    DESCRIPTION="mod_clamav is an Apache HTTP Server filter which scans the content
         delivered by the proxy module (mod_proxy) for viruses using the Clamav
         virus scanning engine."
    -    HOMEPAGE="http://software.othello.ch/mod_clamav/"
    -    SRC_URI="http://software.othello.ch/mod_clamav/mod_clamav-${VERSION}.tar.gz"
    -    SRC_DIR="mod_clamav-${VERSION}"
    -    PATCH_URI="0.22-cygwin-layout.patch"
    +    HOMEPAGE="http://software.othello.ch/mod_clamav/"
    +    SRC_URI="http://software.othello.ch/mod_clamav/mod_clamav-${VERSION}.tar.gz"
    +    SRC_DIR="mod_clamav-${VERSION}"
    +    PATCH_URI="0.22-cygwin-layout.patch"
         
    -    src_compile() {
    +    src_compile() {
           cd ${S}
    -      cygautoreconf
    +      cygautoreconf
           cd ${B}
    -      httpd_mod_compile
    +      httpd_mod_compile
         }
         
    -    src_install() {
    +    src_install() {
           cd ${B}
    -      dohttpdmod mod_clamav
    -      dohttpdconf ${S}/sample.conf ${S}/safepatterns.conf
    +      dohttpdmod mod_clamav
    +      dohttpdconf ${S}/sample.conf ${S}/safepatterns.conf
         }
     

    Other simple module just ship the sources without a build system:

    -
        inherit httpd
    +
        inherit httpd
         
         NAME="httpd-mod_geoip"
         VERSION=1.2.8
         RELEASE=1
    -    CATEGORY="Web"
    -    SUMMARY="Apache HTTP Server GeoIP module"
    -    DESCRIPTION="mod_geoip2 is an Apache HTTP Server module for finding the country and
    +    CATEGORY="Web"
    +    SUMMARY="Apache HTTP Server GeoIP module"
    +    DESCRIPTION="mod_geoip2 is an Apache HTTP Server module for finding the country and
         city that a web request originated from.  It uses the GeoIP library and
         database to perform the lookup."
    -    HOMEPAGE="https://dev.maxmind.com/geoip/legacy/mod_geoip2/"
    -    SRC_URI="https://github.com/maxmind/geoip-api-mod_geoip2/archive/v${VERSION}.tar.gz"
    -    SRC_DIR="geoip-api-mod_geoip2-${VERSION}"
    +    HOMEPAGE="https://dev.maxmind.com/geoip/legacy/mod_geoip2/"
    +    SRC_URI="https://github.com/maxmind/geoip-api-mod_geoip2/archive/v${VERSION}.tar.gz"
    +    SRC_DIR="geoip-api-mod_geoip2-${VERSION}"
         
    -    src_compile() {
    -      lndirs
    +    src_compile() {
    +      lndirs
           cd ${B}
    -      httpd_apxs_compile *.c -lGeoIP
    +      httpd_apxs_compile *.c -lGeoIP
         }
         
    -    src_install() {
    +    src_install() {
           cd ${B}
    -      dohttpdmod mod_geoip.la
    -      httpd_loadmodules
    -      dodoc README.php
    +      dohttpdmod mod_geoip.la
    +      httpd_loadmodules
    +      dodoc README.php
         }
     

    @@ -151,104 +151,104 @@

    httpd-devel, libapr1-devel, libaprutil1-devel

    SEE ALSO

    -

    mirror_apache +

    mirror_apache


    -

    CATEGORY (httpd)

    +

    CATEGORY (httpd)

    -

    [ Top ] [ httpd.cygclass ] [ Overloads ]

    +

    [ Top ] [ httpd.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Web"
    +
    CATEGORY="Web"
     

    -

    SUMMARY (httpd)

    +

    SUMMARY (httpd)

    -

    [ Top ] [ httpd.cygclass ] [ Overloads ]

    +

    [ Top ] [ httpd.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Apache HTTP Server ${PN#httpd-mod_} module"
    +
    SUMMARY="Apache HTTP Server ${PN#httpd-mod_} module"
     

    -

    HTTPD_APXS

    +

    HTTPD_APXS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Path to apxs(1), the APache eXtenSion tool.


    -

    HTTPD

    +

    HTTPD

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Path to the Apache HTTP Server.


    -

    HTTPD_VERSION

    +

    HTTPD_VERSION

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Full version of the Apache HTTP Server.


    -

    HTTPD_INCLUDEDIR

    +

    HTTPD_INCLUDEDIR

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Location of Apache HTTP Server headers.


    -

    HTTPD_LIBEXECDIR

    +

    HTTPD_LIBEXECDIR

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Apache HTTP Server DSOs.


    -

    HTTPD_SYSCONFDIR

    +

    HTTPD_SYSCONFDIR

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Apache HTTP Server configuration files.


    -

    HTTPD_SYSCONFMODULESDIR

    +

    HTTPD_SYSCONFMODULESDIR

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Apache HTTP Server LoadModule directives


    -

    HTTPD_CFLAGS

    +

    HTTPD_CFLAGS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for building Apache HTTP Server DSOs.


    -

    HTTPD_LIBS

    +

    HTTPD_LIBS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for building Apache HTTP Server DSOs.

    @@ -258,72 +258,72 @@
    -

    APR_VERSION

    +

    APR_VERSION

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Major version of APR libraries used by the Apache HTTP Server.


    -

    APR_CONFIG

    +

    APR_CONFIG

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Path to matching APR_VERSION-specific apr-config script +

    Path to matching APR_VERSION-specific apr-config script


    -

    APU_CONFIG

    +

    APU_CONFIG

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Path to matching APR_VERSION-specific apu-config script +

    Path to matching APR_VERSION-specific apu-config script


    -

    APR_CFLAGS

    +

    APR_CFLAGS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for building against APR libraries


    -

    APR_LIBS

    +

    APR_LIBS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for building against APR libraries


    -

    APR_LIBTOOL

    +

    APR_LIBTOOL

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Path to libtool script used by APR-dependent packages


    -

    APREQ2_CONFIG

    +

    APREQ2_CONFIG

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Path to apreq2-config script


    -

    APREQ2_CFLAGS

    +

    APREQ2_CFLAGS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for building against libapreq2

    @@ -333,9 +333,9 @@
    -

    APREQ2_LIBS

    +

    APREQ2_LIBS

    -

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    +

    [ Top ] [ httpd.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for building against libapreq2

    @@ -345,15 +345,15 @@
    -

    httpd_mod_compile

    +

    httpd_mod_compile

    -

    [ Top ] [ httpd.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ httpd.cygclass ] [ Compile Functions ]

    SYNOPSIS

      httpd_mod_compile [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Build a DSO which uses an autoconf/libtool buildsystem by calling cygconf - and cygmake with some Apache-specific flags. Arguments, if any, are passed +

    Build a DSO which uses an autoconf/libtool buildsystem by calling cygconf + and cygmake with some Apache-specific flags. Arguments, if any, are passed as configure flags.

    NOTE

    @@ -362,18 +362,18 @@
    -

    httpd_apxs_compile

    +

    httpd_apxs_compile

    -

    [ Top ] [ httpd.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ httpd.cygclass ] [ Compile Functions ]

    SYNOPSIS

    -
      httpd_apxs_compile [CFLAGS] SOURCES [LIBS]
    +
      httpd_apxs_compile [CFLAGS] SOURCES [LIBS]
     

    DESCRIPTION

    -

    Uses HTTPD_APXS to build a DSO from one or more .c source files which ship +

    Uses HTTPD_APXS to build a DSO from one or more .c source files which ship without their own build system.

    ARGUMENTS

    -
    diff --git a/inheritance_cygpart.html b/inheritance_cygpart.html index dffa9fc..e78d5c2 100644 --- a/inheritance_cygpart.html +++ b/inheritance_cygpart.html @@ -34,12 +34,12 @@

    TABLE OF CONTENTS


    -

    inherit

    +

    inherit

    [ Top ] [ Syntax ] [ General Functions ]

    SYNOPSIS

    @@ -51,7 +51,7 @@
    -

    inherited

    +

    inherited

    [ Top ] [ Syntax ] [ General Functions ]

    SYNOPSIS

    @@ -59,13 +59,13 @@

    DESCRIPTION

    Check whether the given Cygclass(es) (without the .cygclass suffix) have - already been inherit()ed. Returns TRUE if all given Cygclasses have been - inherit()ed, otherwise FALSE. + already been inherit()ed. Returns TRUE if all given Cygclasses have been + inherit()ed, otherwise FALSE.

    diff --git a/kde3_cygclass.html b/kde3_cygclass.html index ee4275a..550e98a 100644 --- a/kde3_cygclass.html +++ b/kde3_cygclass.html @@ -34,28 +34,28 @@

    TABLE OF CONTENTS


    -

    kde3.cygclass

    +

    kde3.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit kde3
    +
      inherit kde3
     

    DESCRIPTION

    The KDE project provides a full-featured X desktop with a wide variety @@ -75,22 +75,22 @@

    INHERITS

    -

    autotools.cygclass, kde.org.cygclass, qt3.cygclass +

    autotools.cygclass, kde.org.cygclass, qt3.cygclass


    -

    PATCH_URI (kde3)

    +

    PATCH_URI (kde3)

    -

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    DESCRIPTION

    Several autotool compatibility patches are automatically applied to KDE 3.5.10 packages. If further patches are required, be sure to append, - not replace, PATCH_URI. + not replace, PATCH_URI. Other KDE3-based packages will need to backport these changes themselves.

    DEFINITION

    -
    PATCH_URI="
    +
    PATCH_URI="
             https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-acinclude.patch
             https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-automake-version.patch
             https://src.fedoraproject.org/rpms/kdelibs3/raw/master/f/kde3-automake-add-missing.patch
    @@ -99,18 +99,18 @@
     
     
    -

    CXXFLAGS (kde3)

    +

    CXXFLAGS (kde3)

    -

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    DEFINITION

    -
    CXXFLAGS+=" -Wno-narrowing -std=gnu++98"
    +
    CXXFLAGS+=" -Wno-narrowing -std=gnu++98"
     

    -

    kde3_autoreconf

    +

    kde3_autoreconf

    -

    [ Top ] [ kde3.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kde3.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $S
       kde3_autoreconf
    @@ -130,31 +130,31 @@
     

    autoconf, automake, libtool, perl

    SEE ALSO

    -

    cygautoreconf +

    cygautoreconf


    -

    kde3_compile

    +

    kde3_compile

    -

    [ Top ] [ kde3.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kde3.cygclass ] [ Compile Functions ]

    SYNOPSIS

      kde3_compile [OPTIONS]
     

    DESCRIPTION

    -

    Runs cygconf to configure the package with several Cygwin- and KDE-specific - options, then runs cygmake to compile. Options, in the form of configure - flags, are passed on to cygconf. +

    Runs cygconf to configure the package with several Cygwin- and KDE-specific + options, then runs cygmake to compile. Options, in the form of configure + flags, are passed on to cygconf.

    NOTE

    -

    Select source subdirectories can be not built by defining DO_NOT_COMPILE. +

    Select source subdirectories can be not built by defining DO_NOT_COMPILE.


    -

    DO_NOT_COMPILE

    +

    DO_NOT_COMPILE

    -

    [ Top ] [ kde3_compile ] [ Variables ]

    +

    [ Top ] [ kde3_compile ] [ Variables ]

    SYNOPSIS

      DO_NOT_COMPILE="DIRECTORY1 [DIRECTORY2] ..."
     
    @@ -165,33 +165,33 @@
    -

    kde3_install

    +

    kde3_install

    -

    [ Top ] [ kde3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ kde3.cygclass ] [ Install Functions ]

    SYNOPSIS

      kde3_install [OPTIONS]
     

    DESCRIPTION

    -

    Installs a KDE3 package with cyginstall into $D with some additional steps: +

    Installs a KDE3 package with cyginstall into $D with some additional steps:

    • Import libraries for libkdeinit_* libraries are removed, as they are never used.
    • Import libraries are rearranged to avoid conflicting with KDE 4.
    • -
    • Help documentation for components listed in DO_NOT_COMPILE is removed. +
    • Help documentation for components listed in DO_NOT_COMPILE is removed.
    • -
    • README docs for subpackages in PKG_NAMES are installed into their own +
    • README docs for subpackages in PKG_NAMES are installed into their own subdirectories of /usr/share/doc/ under $D.
    -

    Options, if any, are passed on to cyginstall. +

    Options, if any, are passed on to cyginstall.


    -

    KEEP_LA_FILES (kde3)

    +

    KEEP_LA_FILES (kde3)

    -

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    DESCRIPTION

    KDE 3 uses a custom libltdl to load modules, and the build system generally links with only the highest level libraries, e.g. just -lkdeui, @@ -199,42 +199,42 @@ libtool library files are present.

    DEFINITION

    -
    KEEP_LA_FILES="all"
    +
    KEEP_LA_FILES="all"
     

    -

    src_compile (kde3)

    +

    src_compile (kde3)

    -

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
             case ${NAME} in
             kde-i18n-*|koffice-l10n-*) ;;
    -        *)      kde3_autoreconf ;;
    +        *)      kde3_autoreconf ;;
             esac
     
             cd ${B}
    -        kde3_compile
    +        kde3_compile
     }
     

    -

    src_install (kde3)

    +

    src_install (kde3)

    -

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde3.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        kde3_install
    +        kde3_install
     }
     
    diff --git a/kde4_cygclass.html b/kde4_cygclass.html index 8c0831d..b82bc7f 100644 --- a/kde4_cygclass.html +++ b/kde4_cygclass.html @@ -34,23 +34,23 @@

    TABLE OF CONTENTS


    -

    kde4.cygclass

    +

    kde4.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit kde4
    +
      inherit kde4
     

    DESCRIPTION

    The KDE project provides a full-featured X desktop with a wide variety @@ -61,14 +61,14 @@

    This cygclass manages the building of most KDE4-based packages.

    INHERITS

    -

    cmake.cygclass, kde.org.cygclass, qt4.cygclass +

    cmake.cygclass, kde.org.cygclass, qt4.cygclass


    -

    KDE4_EXTRAGEAR_VERSION

    +

    KDE4_EXTRAGEAR_VERSION

    -

    [ Top ] [ kde4.cygclass ] [ Variables ]

    +

    [ Top ] [ kde4.cygclass ] [ Variables ]

    DESCRIPTION

    KDE Extragear is a collection of software which is part of the KDE project but which is not included in the main KDE Software Compilation modules. @@ -78,21 +78,21 @@ version of KDE SC they were released.

    NOTE

    -

    If needed, this must be defined before inherit()ing kde4.cygclass. +

    If needed, this must be defined before inherit()ing kde4.cygclass.


    -

    kde4_cmake

    +

    kde4_cmake

    -

    [ Top ] [ kde4.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kde4.cygclass ] [ Compile Functions ]

    SYNOPSIS

      kde4_cmake [OPTIONS]
     

    DESCRIPTION

    -

    Runs cygcmake to configure the package with several Cygwin- and KDE-specific +

    Runs cygcmake to configure the package with several Cygwin- and KDE-specific options. Options, in the form of -DVARIABLE=VALUE, - are passed on to cygcmake. + are passed on to cygcmake.

    NOTE

    Source subdirectories which are declared with macro_optional_add_subdirectory() @@ -104,71 +104,71 @@


    -

    kde4_compile

    +

    kde4_compile

    -

    [ Top ] [ kde4.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kde4.cygclass ] [ Compile Functions ]

    SYNOPSIS

      kde4_compile [OPTIONS]
     

    DESCRIPTION

    -

    Runs kde4_cmake, followed by cygmake to compile. Options, in the form of - -DVARIABLE=VALUE, are passed on to kde4_cmake. +

    Runs kde4_cmake, followed by cygmake to compile. Options, in the form of + -DVARIABLE=VALUE, are passed on to kde4_cmake.


    -

    kde4_install

    +

    kde4_install

    -

    [ Top ] [ kde4.cygclass ] [ Install Functions ]

    +

    [ Top ] [ kde4.cygclass ] [ Install Functions ]

    SYNOPSIS

      kde4_install [OPTIONS]
     

    DESCRIPTION

    -

    Installs a KDE4 package with cyginstall into $D with some additional steps: +

    Installs a KDE4 package with cyginstall into $D with some additional steps:

    • Import libraries for libkdeinit4_* libraries are removed, as they are never used.
    • -
    • README docs for subpackages in PKG_NAMES are installed into their own +
    • README docs for subpackages in PKG_NAMES are installed into their own subdirectories of /usr/share/doc/ under $D.
    -

    Options, if any, are passed on to cyginstall. +

    Options, if any, are passed on to cyginstall.


    -

    src_compile (kde4)

    +

    src_compile (kde4)

    -

    [ Top ] [ kde4.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde4.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${B}
    -        : ${CYGCMAKE_GENERATOR=Ninja}
    -        kde4_cmake
    +        : ${CYGCMAKE_GENERATOR=Ninja}
    +        kde4_cmake
             if [ -f build.ninja ]
             then
    -                cygninja
    +                cygninja
             else
    -                cygmake
    +                cygmake
             fi
     }
     

    -

    src_install (kde4)

    +

    src_install (kde4)

    -

    [ Top ] [ kde4.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde4.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        kde4_install
    +        kde4_install
     }
     
    diff --git a/kde_org_cygclass.html b/kde_org_cygclass.html index 5cb2789..0a3ef41 100644 --- a/kde_org_cygclass.html +++ b/kde_org_cygclass.html @@ -34,87 +34,87 @@

    TABLE OF CONTENTS


    -

    kde.org.cygclass

    +

    kde.org.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit kde.org
    +
      inherit kde.org
     

    DESCRIPTION

    This cygclass is to be used for packages which are part of KDE or which are hosted on KDE FTP or Git servers.

    -

    In most cases, you do not need to directly inherit this cygclass; +

    In most cases, you do not need to directly inherit this cygclass; most KDE packages will anyway use one of the cygclasses listed below - which already inherit this cygclass. + which already inherit this cygclass.

    If PN does not match the name of the original source tarball, - define ORIG_PN before inherit()ing. + define ORIG_PN before inherit()ing.

    INHERITED BY

    -

    kde3.cygclass, kde4.cygclass, kf5.cygclass +

    kde3.cygclass, kde4.cygclass, kf5.cygclass

    SEE ALSO

    -

    mirror_kde +

    mirror_kde


    -

    HOMEPAGE (kde.org)

    +

    HOMEPAGE (kde.org)

    -

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://kde.org/"
    +
    HOMEPAGE="https://kde.org/"
     

    -

    SRC_URI (kde.org)

    +

    SRC_URI (kde.org)

    -

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location for the release tarball.


    -

    SVN_URI (kde.org)

    +

    SVN_URI (kde.org)

    -

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    NOTE

    -

    svn.cygclass should be inherit()ed last for this to be of use. +

    svn.cygclass should be inherit()ed last for this to be of use.

    DEFINITION

    -
    SVN_URI="svn://anonsvn.kde.org/home/kde"
    +
    SVN_URI="svn://anonsvn.kde.org/home/kde"
     

    -

    GIT_URI (kde.org)

    +

    GIT_URI (kde.org)

    -

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ kde.org.cygclass ] [ Overloads ]

    NOTE

    -

    git.cygclass should be inherit()ed last for this to be of use. +

    git.cygclass should be inherit()ed last for this to be of use.

    DEFINITION

    -
    GIT_URI="git://anongit.kde.org/${ORIG_PN:-${PN}}"
    +
    GIT_URI="git://anongit.kde.org/${ORIG_PN:-${PN}}"
     
    diff --git a/kf5_cygclass.html b/kf5_cygclass.html index 2c5f9f9..d24e18a 100644 --- a/kf5_cygclass.html +++ b/kf5_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    kf5.cygclass

    +

    kf5.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit kf5
    +
      inherit kf5
     

    DESCRIPTION

    The KDE project provides a full-featured X desktop with a wide variety @@ -60,21 +60,21 @@

    This cygclass manages the building of most KF5-based packages.

    INHERITS

    -

    cmake.cygclass, kde.org.cygclass, qt5.cygclass +

    cmake.cygclass, kde.org.cygclass, qt5.cygclass


    -

    kf5_cmake

    +

    kf5_cmake

    -

    [ Top ] [ kf5.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kf5.cygclass ] [ Compile Functions ]

    SYNOPSIS

      kf5_cmake [OPTIONS]
     

    DESCRIPTION

    -

    Runs cygcmake to configure the package with several Cygwin- and KF5-specific +

    Runs cygcmake to configure the package with several Cygwin- and KF5-specific options. Additional options, in the form of -DVARIABLE=VALUE, - are passed on to cygcmake. + are passed on to cygcmake.

    REQUIRES

    cmake, extra-cmake-modules, libQt5Core-devel, libQt5Gui-devel @@ -82,68 +82,68 @@


    -

    kf5_compile

    +

    kf5_compile

    -

    [ Top ] [ kf5.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ kf5.cygclass ] [ Compile Functions ]

    SYNOPSIS

      kf5_compile [OPTIONS]
     

    DESCRIPTION

    -

    Runs kf5_cmake, followed by cygmake or cygninja to compile. Options, in the - form of -DVARIABLE=VALUE, are passed on to kf5_cmake. +

    Runs kf5_cmake, followed by cygmake or cygninja to compile. Options, in the + form of -DVARIABLE=VALUE, are passed on to kf5_cmake.


    -

    kf5_install

    +

    kf5_install

    -

    [ Top ] [ kf5.cygclass ] [ Install Functions ]

    +

    [ Top ] [ kf5.cygclass ] [ Install Functions ]

    SYNOPSIS

      kf5_install [OPTIONS]
     

    DESCRIPTION

    -

    Installs a KF5 package with cyginstall into $D, with the following addition: +

    Installs a KF5 package with cyginstall into $D, with the following addition:

    • Import libraries for plugins and libkdeinit5_* libraries are removed.
    -

    Options, if any, are passed on to cyginstall. +

    Options, if any, are passed on to cyginstall.


    -

    src_compile (kf5)

    +

    src_compile (kf5)

    -

    [ Top ] [ kf5.cygclass ] [ Overloads ]

    +

    [ Top ] [ kf5.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${B}
    -        : ${CYGCMAKE_GENERATOR=Ninja}
    -        kf5_cmake
    +        : ${CYGCMAKE_GENERATOR=Ninja}
    +        kf5_cmake
             if [ -f build.ninja ]
             then
    -                cygninja
    +                cygninja
             else
    -                cygmake
    +                cygmake
             fi
     }
     

    -

    src_install (kf5)

    +

    src_install (kf5)

    -

    [ Top ] [ kf5.cygclass ] [ Overloads ]

    +

    [ Top ] [ kf5.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        kf5_install
    +        kf5_install
     }
     
    diff --git a/lua_cygclass.html b/lua_cygclass.html index 334c85c..a31fb5a 100644 --- a/lua_cygclass.html +++ b/lua_cygclass.html @@ -34,28 +34,28 @@

    TABLE OF CONTENTS


    -

    lua.cygclass

    +

    lua.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit lua
    +
      inherit lua
     

    DESCRIPTION

    Lua is a lightweight programming language commonly used for embedded scripting @@ -71,121 +71,121 @@


    -

    LUA

    +

    LUA

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Lua interpreter.


    -

    LUAC

    +

    LUAC

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Lua bytecode compiler.


    -

    LUA_VERSION

    +

    LUA_VERSION

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    The major.minor version of the Lua interpreter.


    -

    LUA_INCLUDEDIR

    +

    LUA_INCLUDEDIR

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Lua C library headers.


    -

    LUA_LIBDIR

    +

    LUA_LIBDIR

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Lua C modules.


    -

    LUA_SCRIPTDIR

    +

    LUA_SCRIPTDIR

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Lua script modules.


    -

    LUA_CFLAGS

    +

    LUA_CFLAGS

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for the Lua C library.


    -

    LUA_LIBS

    +

    LUA_LIBS

    -

    [ Top ] [ lua.cygclass ] [ Definitions ]

    +

    [ Top ] [ lua.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Lua C library.


    -

    luainto

    +

    luainto

    -

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    +

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    SYNOPSIS

      luainto SUBDIRECTORY
     

    DESCRIPTION

    -

    Subdirectory of LUA_LIBDIR or LUA_SCRIPTDIR into which dolua should install. +

    Subdirectory of LUA_LIBDIR or LUA_SCRIPTDIR into which dolua should install. This is usually unnecessary.


    -

    dolua

    +

    dolua

    -

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    +

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    SYNOPSIS

    -
      [luainto SUBDIRECTORY]
    +
      [luainto SUBDIRECTORY]
       dolua MODULE1 [MODULE2] ...
     

    DESCRIPTION

    -

    Installs the given Lua module(s) (.lua or .dll) into LUA_LIBDIR or - LUA_SCRIPTDIR under $D, depending on filetype, or a subdirectory thereof - if luainto was previously called. +

    Installs the given Lua module(s) (.lua or .dll) into LUA_LIBDIR or + LUA_SCRIPTDIR under $D, depending on filetype, or a subdirectory thereof + if luainto was previously called.


    -

    lua_fix_shebang

    +

    lua_fix_shebang

    -

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    +

    [ Top ] [ lua.cygclass ] [ Install Functions ]

    SYNOPSIS

      lua_fix_shebang SCRIPT [SCRIPT ...]
     

    DESCRIPTION

    -

    Fixes the designated interpreter of SCRIPT to LUA. This would be necessary +

    Fixes the designated interpreter of SCRIPT to LUA. This would be necessary if the original uses an incorrect path (e.g. /usr/local/bin) or an incorrectly versioned binary. SCRIPT need not be prefixed by $D.

    diff --git a/masterindex.html b/masterindex.html index ba55629..298b4c1 100644 --- a/masterindex.html +++ b/masterindex.html @@ -36,853 +36,857 @@

    Index

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    - Introduction - License - Title -

    A

    ACLOCAL_FLAGS -APR_CFLAGS -APR_CONFIG -APR_LIBS -APR_LIBTOOL -APR_VERSION -APREQ2_CFLAGS -APREQ2_CONFIG -APREQ2_LIBS -APU_CONFIG -AR -ARCH -ARCH_i686 -ARCH_x86_64 + Introduction + License + Title +

    A

    ACLOCAL_FLAGS +APR_CFLAGS +APR_CONFIG +APR_LIBS +APR_LIBTOOL +APR_VERSION +APREQ2_CFLAGS +APREQ2_CONFIG +APREQ2_LIBS +APU_CONFIG +AR +ARCH +ARCH_i686 +ARCH_x86_64 +ARCHES aspell-dict.cygclass -aspell-dict.cygclass -ASPELL_COMPAT -ASPELL_DATADIR -aspell_dict_compile -ASPELL_DICTDIR -ASPELL_LANG -ASPELL_LANG_FULL -AUTOCONF_VERSION -autotools.cygclass +aspell-dict.cygclass +ASPELL_COMPAT +ASPELL_DATADIR +aspell_dict_compile +ASPELL_DICTDIR +ASPELL_LANG +ASPELL_LANG_FULL +AUTOCONF_VERSION +autotools.cygclass autotools.cygclass

    B

    B boolean -BROWSER -BUILD_REQUIRES -bzr.cygclass +BROWSER +BUILD_REQUIRES +bzr.cygclass bzr.cygclass -BZR_REV -BZR_URI +BZR_REV +BZR_URI

    C

    C -CATEGORY -CATEGORY (aspell-dict) -CATEGORY (docbook) -CATEGORY (gtk2-perl) -CATEGORY (gtkmm) -CATEGORY (httpd) -CATEGORY (perl) -CATEGORY (php) -CATEGORY (pygtk) -CATEGORY (R) -CATEGORY (ruby) -CATEGORY (rubygem) +CATEGORY +CATEGORY (aspell-dict) +CATEGORY (docbook) +CATEGORY (gtk2-perl) +CATEGORY (gtkmm) +CATEGORY (httpd) +CATEGORY (perl) +CATEGORY (php) +CATEGORY (pygtk) +CATEGORY (R) +CATEGORY (ruby) +CATEGORY (rubygem) CATEGORY (texlive) CATEGORY (xorg) -CC -CC_SYSROOT -CFLAGS -Chapter 1 -Chapter 10 -Chapter 11 -Chapter 12 -Chapter 13 -Chapter 14 -Chapter 2 -Chapter 3 -Chapter 4 -Chapter 5 -Chapter 6 -Chapter 7 -Chapter 8 -Chapter 9 +CC +CC_SYSROOT +CFLAGS +Chapter 1 +Chapter 10 +Chapter 11 +Chapter 12 +Chapter 13 +Chapter 14 +Chapter 2 +Chapter 3 +Chapter 4 +Chapter 5 +Chapter 6 +Chapter 7 +Chapter 8 +Chapter 9 check_funcs.cygpart -check_girepository_module +check_girepository_module check_header check_lib -check_lua_module -check_ocaml_module -check_perl_module -check_php_module -check_pkg_config -check_prog -check_prog_req -check_python2_module -check_python3_module -check_R_module -check_ruby_module -check_target_tool -check_tcl_module -check_tex_module -check_tool -check_vala_module -Checks -clang.cygclass +check_lua_module +check_ocaml_module +check_perl_module +check_php_module +check_pkg_config +check_prog +check_prog_req +check_python2_module +check_python3_module +check_R_module +check_ruby_module +check_target_tool +check_tcl_module +check_tex_module +check_tool +check_vala_module +Checks clang.cygclass -cmake.cygclass +clang.cygclass +cmake.cygclass cmake.cygclass compilers.cygpart -Compiling -Configuration -CONFLICTS +Compiling +Configuration +CONFLICTS COPYING-DOCS -Core X11 Fonts -CPAN_AUTHOR -CPAN_SUBDIR -CPAN_VERSION -CPPFLAGS +Core X11 Fonts +CPAN_AUTHOR +CPAN_SUBDIR +CPAN_VERSION +CPPFLAGS +cross.cygclass cross.cygclass -cross.cygclass -CROSS_BINDIR +CROSS_BINDIR cross_compiling -CROSS_DATADIR -cross_desysrootize -CROSS_HOST -CROSS_INCLUDEDIR -CROSS_LIBDIR -CROSS_PREFIX -CROSS_SYSROOT -cross_sysrootize +CROSS_DATADIR +cross_desysrootize +CROSS_HOST +CROSS_INCLUDEDIR +CROSS_LIBDIR +CROSS_PREFIX +CROSS_SYSROOT +cross_sysrootize +cvs.cygclass cvs.cygclass -cvs.cygclass -CVS_BRANCH -CVS_DATE -CVS_MODULE -CVS_URI -CXX -CXXFLAGS -CXXFLAGS (kde3) -cygautoreconf -Cygclasses -cygcmake -CYGCMAKE_ARGS -CYGCMAKE_GENERATOR -CYGCMAKE_SOURCE -cygconf -CYGCONF_ARGS -CYGCONF_SOURCE -cyginstall -cygmake -cygmeson -CYGMESON_ARGS -cygninja -cygport.conf +CVS_BRANCH +CVS_DATE +CVS_MODULE +CVS_URI +CXX +CXXFLAGS +CXXFLAGS (kde3) +cygautoreconf +Cygclasses +cygcmake +CYGCMAKE_ARGS +CYGCMAKE_GENERATOR +CYGCMAKE_SOURCE +cygconf +CYGCONF_ARGS +CYGCONF_SOURCE +cyginstall +cygmake +cygmeson +CYGMESON_ARGS +cygninja +cygport.conf cygport.conf cygport.in -cygqmake3 -cygqmake4 -cygqmake5 -cygtest +cygqmake3 +cygqmake4 +cygqmake5 +cygtest

    D

    D defined -DEPS_PATH -DEPS_PATH (gtk2-perl) -DESCRIPTION -DESCRIPTION (aspell-dict) -DESCRIPTION (docbook) +DEPS_PATH +DEPS_PATH (gtk2-perl) +DESCRIPTION +DESCRIPTION (aspell-dict) +DESCRIPTION (docbook) DESCRIPTION (texlive) -DIFF_EXCLUDES -DISTCLEANFILES -DISTDIR -DLLTOOL -DO_NOT_COMPILE -doaspelldata -doaspelldict -dobin -docbook.cygclass +DIFF_EXCLUDES +DISTCLEANFILES +DISTDIR +DLLTOOL +DO_NOT_COMPILE +doaspelldata +doaspelldict +dobin +docbook.cygclass docbook.cygclass -docbook_dsssl_postinst -docbook_install -docbook_sgml_postinst -docbook_xml_postinst -docinto -DOCS -Documentation Files -dodir -dodoc -doelflib -doemacs -doenv -doexe -dofont -dofontconf -dohttpdconf -dohttpdmod -doicon -doinclude -doinfo -doins -dolib -dolua -doman -domenu -dopkgconfig -dopython2 -dopython3 -doqt3inc -doqt3lib -doqt3plugin -doqt4inc -doqt4lib -doqt4plugin -doqt5inc -doqt5plugin -doruby -dosbin -dosym -dotool +docbook_dsssl_postinst +docbook_install +docbook_sgml_postinst +docbook_xml_postinst +docinto +DOCS +Documentation Files +dodir +dodoc +doelflib +doemacs +doenv +doexe +dofont +dofontconf +dohttpdconf +dohttpdmod +doicon +doinclude +doinfo +doins +dolib +dolua +doman +domenu +dopkgconfig +dopython2 +dopython3 +doqt3inc +doqt3lib +doqt3plugin +doqt4inc +doqt4lib +doqt4plugin +doqt5inc +doqt5plugin +doruby +dosbin +dosym +dotool dovim -dowheel -Downloading -

    E

    EDITOR -EMACS -Emacs Lisp +dowheel +Downloading +

    E

    EDITOR +EMACS +Emacs Lisp emacs.cygclass -emacs.cygclass -EMACS_SITE -Empty Directories +emacs.cygclass +EMACS_SITE +Empty Directories error -exeinto -

    F

    F77 -FC -FCFLAGS -FFLAGS -font.cygclass +exeinto +

    F

    F77 +FC +FCFLAGS +FFLAGS +font.cygclass font.cygclass -fontinto -FONTSDIR +fontinto +FONTSDIR Format -fossil.cygclass fossil.cygclass -FOSSIL_REV -FOSSIL_URI -fox-config -fox.cygclass +fossil.cygclass +FOSSIL_REV +FOSSIL_URI +fox-config fox.cygclass -FOX_CFLAGS -FOX_CONFIG -FOX_LIBS -FOX_VERSION -Freedesktop.org MIME -

    G

    Game Data -GConf Schemas -GdkPixbuf Loaders -git.cygclass +fox.cygclass +FOX_CFLAGS +FOX_CONFIG +FOX_LIBS +FOX_VERSION +Freedesktop.org MIME +

    G

    Game Data +GConf Schemas +GdkPixbuf Loaders +git.cygclass git.cygclass -GIT_BRANCH -GIT_REV -GIT_TAG -GIT_URI -GIT_URI (gnome.org) -GIT_URI (gstreamer) -GIT_URI (kde.org) -GIT_URI (mate) +GIT_BRANCH +GIT_REV +GIT_TAG +GIT_URI +GIT_URI (gnome.org) +GIT_URI (gstreamer) +GIT_URI (kde.org) +GIT_URI (mate) GIT_URI (xfce4) GIT_URI (xorg) Globals +gnome.org.cygclass gnome.org.cygclass -gnome.org.cygclass -gnome2.cygclass +gnome2.cygclass gnome2.cygclass -gnome2_autoreconf -gnome2_compile -gnome2_configure -GNOME2_NO_AUTOGEN -GNOME_ORG_TARBALL_SUFFIX -gnuconfigize -GOC -GOFLAGS -gst-plugins.cygclass +gnome2_autoreconf +gnome2_compile +gnome2_configure +GNOME2_NO_AUTOGEN +GNOME_ORG_TARBALL_SUFFIX +gnuconfigize +GOC +GOFLAGS +gst-plugins.cygclass gst-plugins.cygclass -GST_PLUGINDIR -gst_plugins_autoreconf -gst_plugins_compile -GST_PLUGINS_DISABLE -GST_PLUGINS_ENABLE -gst_plugins_install -gstreamer.cygclass +GST_PLUGINDIR +gst_plugins_autoreconf +gst_plugins_compile +GST_PLUGINS_DISABLE +GST_PLUGINS_ENABLE +gst_plugins_install +gstreamer.cygclass gstreamer.cygclass -gstreamer_autoreconf -GTK+ Input Method Modules -gtk2-perl.cygclass +gstreamer_autoreconf +GTK+ Input Method Modules +gtk2-perl.cygclass gtk2-perl.cygclass -gtkmm.cygclass +gtkmm.cygclass gtkmm.cygclass -gtkmm_autoreconf -gtkmm_compile -gtkmm_test -

    H

    hg.cygclass +gtkmm_autoreconf +gtkmm_compile +gtkmm_test +

    H

    hg.cygclass hg.cygclass -HG_REV -HG_URI -HOMEPAGE -HOMEPAGE (aspell-dict) -HOMEPAGE (docbook) -HOMEPAGE (gnome.org) -HOMEPAGE (gstreamer) -HOMEPAGE (gtk2-perl) -HOMEPAGE (gtkmm) -HOMEPAGE (kde.org) -HOMEPAGE (mate) -HOMEPAGE (perl) -HOMEPAGE (php) -HOMEPAGE (pygtk) -HOMEPAGE (python.org) -HOMEPAGE (R) -HOMEPAGE (rubygem) +HG_REV +HG_URI +HOMEPAGE +HOMEPAGE (aspell-dict) +HOMEPAGE (docbook) +HOMEPAGE (gnome.org) +HOMEPAGE (gstreamer) +HOMEPAGE (gtk2-perl) +HOMEPAGE (gtkmm) +HOMEPAGE (kde.org) +HOMEPAGE (mate) +HOMEPAGE (perl) +HOMEPAGE (php) +HOMEPAGE (pygtk) +HOMEPAGE (python.org) +HOMEPAGE (R) +HOMEPAGE (rubygem) HOMEPAGE (texlive) HOMEPAGE (xfce4) HOMEPAGE (xorg) -HTMLDOCS -HTTPD -httpd.cygclass +HTMLDOCS +HTTPD +httpd.cygclass httpd.cygclass -HTTPD_APXS -httpd_apxs_compile -HTTPD_CFLAGS -HTTPD_INCLUDEDIR -HTTPD_LIBEXECDIR -HTTPD_LIBS -httpd_loadmodules -httpd_mod_compile -HTTPD_SYSCONFDIR -HTTPD_SYSCONFMODULESDIR -HTTPD_VERSION -

    I

    Icon Themes -includeinto -Info Pages +HTTPD_APXS +httpd_apxs_compile +HTTPD_CFLAGS +HTTPD_INCLUDEDIR +HTTPD_LIBEXECDIR +HTTPD_LIBS +httpd_loadmodules +httpd_mod_compile +HTTPD_SYSCONFDIR +HTTPD_SYSCONFMODULESDIR +HTTPD_VERSION +

    I

    Icon Themes +includeinto +Info Pages inform -Information -inherit +Information +inherit inheritance.cygpart -inherited -insinto -Installing -

    K

    kde.org.cygclass +inherited +INHERITED +insinto +Installing +

    K

    kde.org.cygclass kde.org.cygclass +kde3.cygclass kde3.cygclass -kde3.cygclass -kde3_autoreconf -kde3_compile -kde3_install -kde4.cygclass +kde3_autoreconf +kde3_compile +kde3_install +kde4.cygclass kde4.cygclass -kde4_cmake -kde4_compile -KDE4_EXTRAGEAR_VERSION -kde4_install -KEEP_LA_FILES -KEEP_LA_FILES (kde3) -keepdir -KEEPDIRS +kde4_cmake +kde4_compile +KDE4_EXTRAGEAR_VERSION +kde4_install +KEEP_LA_FILES +KEEP_LA_FILES (kde3) +keepdir +KEEPDIRS +kf5.cygclass kf5.cygclass -kf5.cygclass -kf5_cmake -kf5_compile -kf5_install -

    L

    LDFLAGS -LIBCAMLRUN -LIBPERL -LIBPHP -LIBPYTHON2 -LIBPYTHON3 -LIBRUBY +kf5_cmake +kf5_compile +kf5_install +

    L

    LDFLAGS +LIBCAMLRUN +LIBPERL +LIBPHP +LIBPYTHON2 +LIBPYTHON3 +LIBRUBY LIBTCL LIBTK -Libtool Libraries -lndirs -LUA -lua.cygclass +Libtool Libraries +LICENSE +lndirs +LUA +lua.cygclass lua.cygclass -LUA_CFLAGS -lua_fix_shebang -LUA_INCLUDEDIR -LUA_LIBDIR -LUA_LIBS -LUA_SCRIPTDIR -LUA_VERSION -LUAC -luainto -

    M

    make_autostart_entry -make_desktop_entry -make_etc_defaults -MAKEOPTS -Man Pages -manifestize -mate.cygclass +LUA_CFLAGS +lua_fix_shebang +LUA_INCLUDEDIR +LUA_LIBDIR +LUA_LIBS +LUA_SCRIPTDIR +LUA_VERSION +LUAC +luainto +

    M

    make_autostart_entry +make_desktop_entry +make_etc_defaults +MAKEOPTS +Man Pages +manifestize mate.cygclass -mate_autoreconf -mate_compile -mate_configure -MATE_NO_AUTOGEN +mate.cygclass +mate_autoreconf +mate_compile +mate_configure +MATE_NO_AUTOGEN meson.build -meson.cygclass meson.cygclass -meson_compile -meson_install -meson_test +meson.cygclass +meson_compile +meson_install +meson_test Messages -mirror_apache -mirror_cpan -mirror_cran -mirror_ctan -mirror_debian -mirror_gcc -mirror_gentoo -mirror_gnome -mirror_gnu -mirror_kde -mirror_mplayer -mirror_mysql -mirror_portage -mirror_qt -mirror_savannah -mirror_sourceforge -mirror_sourceware -mirror_vim -mirror_xfce +mirror_apache +mirror_cpan +mirror_cran +mirror_ctan +mirror_debian +mirror_gcc +mirror_gentoo +mirror_gnome +mirror_gnu +mirror_kde +mirror_mplayer +mirror_mysql +mirror_portage +mirror_qt +mirror_savannah +mirror_sourceforge +mirror_sourceware +mirror_vim +mirror_xfce +Mirrors mirrors -Mirrors -MKOCTFILE +MKOCTFILE +mtn.cygclass mtn.cygclass -mtn.cygclass -MTN_BRANCH -MTN_REV -MTN_URI +MTN_BRANCH +MTN_REV +MTN_URI multilib.cygclass -multilib.cygclass -multilib_compile -multilib_install -multilib_postinstall -multilib_precompile +multilib.cygclass +multilib_compile +multilib_install +multilib_postinstall +multilib_precompile

    N

    NAME -newbin -newdoc -newexe -newfontconf -newicon -newins -newlib -newman -newmenu -newsbin +newbin +newdoc +newexe +newfontconf +newicon +newins +newlib +newman +newmenu +newsbin newvim ninja.cygclass -ninja.cygclass -ninja_install -ninja_test -NM -NO_ACLOCAL -NO_AUTOCONF -NO_AUTOHEADER -NO_AUTOMAKE -NO_AUTOPOINT -NO_LIBTOOLIZE -

    O

    OBJC -OBJCFLAGS -OBJCXX -OBJCXXFLAGS -OBSOLETES -OCAML +ninja.cygclass +ninja_install +ninja_test +NM +NO_ACLOCAL +NO_AUTOCONF +NO_AUTOHEADER +NO_AUTOMAKE +NO_AUTOPOINT +NO_LIBTOOLIZE +

    O

    OBJC +OBJCFLAGS +OBJCXX +OBJCXXFLAGS +OBSOLETES +OCAML ocaml-dune.cygclass -ocaml-dune.cygclass +ocaml-dune.cygclass ocaml.cygclass -ocaml.cygclass -OCAML_DUNE_BUILD_ARGS -ocaml_dune_compile -ocaml_dune_install -ocaml_dune_test -OCAML_INCLUDEDIR -ocaml_install -OCAML_LIBDIR -OCAML_SITEDIR -OCAML_STUBDIR -OCAMLC -OCAMLDOC -OCAMLFIND -OCAMLLEX -OCAMLMKLIB -OCAMLMKTOP -OCAMLOPT -OCTAVE -octave.cygclass +ocaml.cygclass +OCAML_DUNE_BUILD_ARGS +ocaml_dune_compile +ocaml_dune_install +ocaml_dune_test +OCAML_INCLUDEDIR +ocaml_install +OCAML_LIBDIR +OCAML_SITEDIR +OCAML_STUBDIR +OCAMLC +OCAMLDOC +OCAMLFIND +OCAMLLEX +OCAMLMKLIB +OCAMLMKTOP +OCAMLOPT +OCTAVE +octave.cygclass octave.cygclass -OCTAVE_CFLAGS -OCTAVE_CONFIG -OCTAVE_INCLUDEDIR -OCTAVE_LIBDIR -OCTAVE_LIBS -OCTAVE_M_DIR -OCTAVE_M_SITEDIR -OCTAVE_OCT_SITEDIR -OCTAVE_OCTDIR -OCTAVE_VERSION +OCTAVE_CFLAGS +OCTAVE_CONFIG +OCTAVE_INCLUDEDIR +OCTAVE_LIBDIR +OCTAVE_LIBS +OCTAVE_M_DIR +OCTAVE_M_SITEDIR +OCTAVE_OCT_SITEDIR +OCTAVE_OCTDIR +OCTAVE_VERSION

    P

    P -Packaging -PAGER -PATCH_URI -PATCH_URI (kde3) -PEAR -PECL -PERL -Perl Modules +Packaging +PAGER +PATCH_URI +PATCH_URI (kde3) +PEAR +PECL +PERL +Perl Modules +perl.cygclass perl.cygclass -perl.cygclass -PERL_ARCHLIB -perl_compile -perl_fix_shebang -perl_install -PERL_LIB -perl_sax_parser_register -perl_test -PERL_VENDORARCH -PERL_VENDORLIB -PERL_VERSION +PERL_ARCHLIB +perl_compile +perl_fix_shebang +perl_install +PERL_LIB +perl_sax_parser_register +perl_test +PERL_VENDORARCH +PERL_VENDORLIB +PERL_VERSION PF -PHP +PHP +php.cygclass php.cygclass -php.cygclass -php_autoreconf -PHP_CHANNEL -php_compile -PHP_CONFIG -PHP_EXTENSION_DIR -php_fix_shebang -PHP_INI_DIR -php_install -PHP_PEAR_METADATA_DIR -PHP_PEAR_PHP_DIR -php_postinst -PHP_VERSION -PHPIZE -PKG_CATEGORY -PKG_CONFIG -PKG_CONFLICTS -PKG_CONTENTS -PKG_DESCRIPTION -PKG_DOCS -PKG_HINTS -PKG_IGNORE +php_autoreconf +PHP_CHANNEL +php_compile +PHP_CONFIG +PHP_EXTENSION_DIR +php_fix_shebang +PHP_INI_DIR +php_install +PHP_PEAR_METADATA_DIR +PHP_PEAR_PHP_DIR +php_postinst +PHP_VERSION +PHPIZE +PKG_CATEGORY +PKG_CONFIG +PKG_CONFLICTS +PKG_CONTENTS +PKG_DESCRIPTION +PKG_DOCS +PKG_HINTS +PKG_IGNORE pkg_info.cygpart -PKG_NAMES -PKG_NAMES (python-wheel) -PKG_OBSOLETES +PKG_NAMES +PKG_NAMES (python-wheel) +PKG_OBSOLETES pkg_pkg.cygpart -PKG_PROVIDES -PKG_REQUIRES -PKG_SUMMARY +PKG_PROVIDES +PKG_REQUIRES +PKG_SUMMARY pkg_upload.cygpart PN popd -Postinstall +Postinstall PR -Preparation -PROVIDES +Preparation +PROVIDES pushd PV PVR +pygtk.cygclass pygtk.cygclass -pygtk.cygclass -PYGTK_CODEGEN -pygtk_compile -PYGTK_DATADIR -PYGTK_INCLUDEDIR -PYGTK_LIBDIR -Python Bytecompiling +PYGTK_CODEGEN +pygtk_compile +PYGTK_DATADIR +PYGTK_INCLUDEDIR +PYGTK_LIBDIR +Python Bytecompiling +python-wheel.cygclass python-wheel.cygclass -python-wheel.cygclass python.org.cygclass -python.org.cygclass -PYTHON2 +python.org.cygclass +PYTHON2 +python2-distutils.cygclass python2-distutils.cygclass -python2-distutils.cygclass python2-wheel.cygclass -python2-wheel.cygclass -python2.cygclass +python2-wheel.cygclass python2.cygclass -python2_distutils_compile -python2_distutils_install -python2_fix_shebang -PYTHON2_INCLUDEDIR -PYTHON2_LIB -python2_optimize -PYTHON2_SITELIB -PYTHON2_VERSION -python2_wheel_compile -python2_wheel_install -python2into -PYTHON3 +python2.cygclass +python2_distutils_compile +python2_distutils_install +python2_fix_shebang +PYTHON2_INCLUDEDIR +PYTHON2_LIB +python2_optimize +PYTHON2_SITELIB +PYTHON2_VERSION +python2_wheel_compile +python2_wheel_install +python2into +PYTHON3 python3-distutils.cygclass -python3-distutils.cygclass -python3-wheel.cygclass +python3-distutils.cygclass python3-wheel.cygclass -python3.cygclass +python3-wheel.cygclass python3.cygclass -PYTHON3_ABIFLAGS -PYTHON3_CONFIG -python3_distutils_compile -python3_distutils_install -python3_fix_shebang -PYTHON3_INCLUDEDIR -PYTHON3_LIB -python3_optimize -PYTHON3_PKGVERSION -PYTHON3_SITELIB -PYTHON3_VERSION -python3_wheel_compile -python3_wheel_install -python3into -python_wheel_compile -python_wheel_install -PYTHON_WHEEL_VERSIONS -

    Q

    qt3-qmake.cygclass +python3.cygclass +PYTHON3_ABIFLAGS +PYTHON3_CONFIG +python3_distutils_compile +python3_distutils_install +python3_fix_shebang +PYTHON3_INCLUDEDIR +PYTHON3_LIB +python3_optimize +PYTHON3_PKGVERSION +PYTHON3_SITELIB +PYTHON3_VERSION +python3_wheel_compile +python3_wheel_install +python3into +python_wheel_compile +python_wheel_install +PYTHON_WHEEL_VERSIONS +

    Q

    qt3-qmake.cygclass qt3-qmake.cygclass +qt3.cygclass qt3.cygclass -qt3.cygclass -QT3_BINDIR -QT3_DATADIR -QT3_INCLUDEDIR -QT3_LIBDIR -QT3_MOC -QT3_PLUGINSDIR -QT3_QMAKE -qt3_qmake_compile -qt3_qmake_install -QT3_UIC -qt3pluginto -qt4-cmake.cygclass +QT3_BINDIR +QT3_DATADIR +QT3_INCLUDEDIR +QT3_LIBDIR +QT3_MOC +QT3_PLUGINSDIR +QT3_QMAKE +qt3_qmake_compile +qt3_qmake_install +QT3_UIC +qt3pluginto +qt4-cmake.cygclass qt4-cmake.cygclass qt4-qmake.cygclass -qt4-qmake.cygclass -qt4.cygclass +qt4-qmake.cygclass +qt4.cygclass qt4.cygclass -QT4_BINDIR -qt4_cmake_compile -QT4_DATADIR -QT4_IMPORTSDIR -QT4_INCLUDEDIR -QT4_LIBDIR -QT4_LRELEASE -QT4_MKSPECSDIR -QT4_MOC -QT4_PLUGINSDIR -QT4_QMAKE -qt4_qmake_compile -qt4_qmake_install -QT4_QTDIR -QT4_RCC -QT4_UIC -QT4_UIC3 -qt4pluginto -qt5-qmake.cygclass +QT4_BINDIR +qt4_cmake_compile +QT4_DATADIR +QT4_IMPORTSDIR +QT4_INCLUDEDIR +QT4_LIBDIR +QT4_LRELEASE +QT4_MKSPECSDIR +QT4_MOC +QT4_PLUGINSDIR +QT4_QMAKE +qt4_qmake_compile +qt4_qmake_install +QT4_QTDIR +QT4_RCC +QT4_UIC +QT4_UIC3 +qt4pluginto +qt5-qmake.cygclass qt5-qmake.cygclass -qt5.cygclass +qt5.cygclass qt5.cygclass -QT5_BINDIR -QT5_DATADIR -QT5_IMPORTSDIR -QT5_INCLUDEDIR -QT5_LIBDIR -QT5_LRELEASE -QT5_MKSPECSDIR -QT5_MOC -QT5_PLUGINSDIR -QT5_QMAKE -qt5_qmake_compile -qt5_qmake_install -QT5_QMLDIR -QT5_QTDIR -QT5_RCC -QT5_UIC -qt5pluginto -QTDIR -

    R

    R -R.cygclass +QT5_BINDIR +QT5_DATADIR +QT5_IMPORTSDIR +QT5_INCLUDEDIR +QT5_LIBDIR +QT5_LRELEASE +QT5_MKSPECSDIR +QT5_MOC +QT5_PLUGINSDIR +QT5_QMAKE +qt5_qmake_compile +qt5_qmake_install +QT5_QMLDIR +QT5_QTDIR +QT5_RCC +QT5_UIC +qt5pluginto +QTDIR +

    R

    R R.cygclass -R_CFLAGS -R_compile -R_CONFIGURE_ARGS -R_HOME -R_INCLUDEDIR -R_install -R_LIBS -R_SITELIB -RANLIB -RC -RDOC_MODULE -RDOC_SOURCE +R.cygclass +R_CFLAGS +R_compile +R_CONFIGURE_ARGS +R_HOME +R_INCLUDEDIR +R_install +R_LIBS +R_SITELIB +RANLIB +RC +RDOC_MODULE +RDOC_SOURCE RELEASE -REQUIRES -RESTRICT -RI_SITEDIR -RUBY +REQUIRES +RESTRICT +RI_SITEDIR +RUBY +ruby.cygclass ruby.cygclass -ruby.cygclass -RUBY_ARCH -ruby_compile -ruby_ext_compile -ruby_fix_shebang -RUBY_HEADERDIR -ruby_install -RUBY_LIB -RUBY_VENDORARCH -RUBY_VENDORLIB -RUBY_VERSION +RUBY_ARCH +ruby_compile +ruby_ext_compile +ruby_fix_shebang +RUBY_HEADERDIR +ruby_install +RUBY_LIB +RUBY_VENDORARCH +RUBY_VENDORLIB +RUBY_VERSION +rubygem.cygclass rubygem.cygclass -rubygem.cygclass -rubygem_compile -RUBYGEM_CONFIGURE_ARGS -RUBYGEM_DIR -RUBYGEM_DOCDIR -RUBYGEM_EXTDIR -rubygem_install -RUBYGEM_INSTDIR -RUBYGEM_NAME -RUBYGEM_SPEC -rubyinto +rubygem_compile +RUBYGEM_CONFIGURE_ARGS +RUBYGEM_DIR +RUBYGEM_DOCDIR +RUBYGEM_EXTDIR +rubygem_install +RUBYGEM_INSTDIR +RUBYGEM_NAME +RUBYGEM_SPEC +rubyinto

    S

    S -sfd2otf -sfd2ttf -SIG -SMTP_ENCRYPTION -SMTP_PASS -SMTP_SENDER -SMTP_SERVER -SMTP_SERVER_PORT -SMTP_USER -Split Debugging Information -src_compile -src_compile (aspell-dict) -src_compile (autotools) -src_compile (cmake) -src_compile (docbook) -src_compile (gnome2) -src_compile (gst-plugins) -src_compile (gtkmm) -src_compile (kde3) -src_compile (kde4) -src_compile (kf5) -src_compile (mate) -src_compile (meson) -src_compile (ocaml-dune) -src_compile (perl) -src_compile (php) -src_compile (pygtk) -src_compile (python-wheel) -src_compile (python2-distutils) -src_compile (python2-wheel) -src_compile (python3-distutils) -src_compile (python3-wheel) -src_compile (qt3-qmake) -src_compile (qt4-cmake) -src_compile (qt4-qmake) -src_compile (qt5-qmake) -src_compile (R) -src_compile (ruby) -src_compile (rubygem) +sfd2otf +sfd2ttf +SIG +SMTP_ENCRYPTION +SMTP_PASS +SMTP_SENDER +SMTP_SERVER +SMTP_SERVER_PORT +SMTP_USER +Split Debugging Information +src_compile +src_compile (aspell-dict) +src_compile (autotools) +src_compile (cmake) +src_compile (docbook) +src_compile (gnome2) +src_compile (gst-plugins) +src_compile (gtkmm) +src_compile (kde3) +src_compile (kde4) +src_compile (kf5) +src_compile (mate) +src_compile (meson) +src_compile (ocaml-dune) +src_compile (perl) +src_compile (php) +src_compile (pygtk) +src_compile (python-wheel) +src_compile (python2-distutils) +src_compile (python2-wheel) +src_compile (python3-distutils) +src_compile (python3-wheel) +src_compile (qt3-qmake) +src_compile (qt4-cmake) +src_compile (qt4-qmake) +src_compile (qt5-qmake) +src_compile (R) +src_compile (ruby) +src_compile (rubygem) src_compile (texlive) src_compile (toolchain) src_compile (waf) src_compile (xfce4) src_compile.cygpart -SRC_DIR +SRC_DIR src_fetch.cygpart -src_install -src_install (cmake) -src_install (docbook) -src_install (gst-plugins) -src_install (kde3) -src_install (kde4) -src_install (kf5) -src_install (meson) -src_install (ocaml) -src_install (ocaml-dune) -src_install (perl) -src_install (php) -src_install (python-wheel) -src_install (python2-distutils) -src_install (python2-wheel) -src_install (python3-distutils) -src_install (python3-wheel) -src_install (qt3-qmake) -src_install (qt4-qmake) -src_install (qt5-qmake) -src_install (R) -src_install (ruby) -src_install (rubygem) +src_install +src_install (cmake) +src_install (docbook) +src_install (gst-plugins) +src_install (kde3) +src_install (kde4) +src_install (kf5) +src_install (meson) +src_install (ocaml) +src_install (ocaml-dune) +src_install (perl) +src_install (php) +src_install (python-wheel) +src_install (python2-distutils) +src_install (python2-wheel) +src_install (python3-distutils) +src_install (python3-wheel) +src_install (qt3-qmake) +src_install (qt4-qmake) +src_install (qt5-qmake) +src_install (R) +src_install (ruby) +src_install (rubygem) src_install (texlive) src_install (waf) src_install.cygpart -src_patch_apply_hook -src_patch_hook +src_patch_apply_hook +src_patch_hook src_postinst.cygpart src_prep.cygpart -src_test -src_test (gtkmm) -src_test (meson) -src_test (ocaml-dune) -src_test (perl) +src_test +src_test (gtkmm) +src_test (meson) +src_test (ocaml-dune) +src_test (perl) src_test.cygpart -src_unpack_hook -SRC_URI -SRC_URI (aspell-dict) -SRC_URI (docbook) -SRC_URI (gnome.org) -SRC_URI (gstreamer) -SRC_URI (gtk2-perl) -SRC_URI (kde.org) -SRC_URI (mate) -SRC_URI (perl) -SRC_URI (php) -SRC_URI (python.org) -SRC_URI (R) -SRC_URI (rubygem) +src_unpack_hook +SRC_URI +SRC_URI (aspell-dict) +SRC_URI (docbook) +SRC_URI (gnome.org) +SRC_URI (gstreamer) +SRC_URI (gtk2-perl) +SRC_URI (kde.org) +SRC_URI (mate) +SRC_URI (perl) +SRC_URI (php) +SRC_URI (python.org) +SRC_URI (R) +SRC_URI (rubygem) SRC_URI (texlive) SRC_URI (xfce4) SRC_URI (xorg) -SSH_KEY -STRIP -Strip Binaries -SUMMARY -SUMMARY (aspell-dict) -SUMMARY (docbook) -SUMMARY (gst-plugins) -SUMMARY (gtk2-perl) -SUMMARY (gtkmm) -SUMMARY (httpd) -SUMMARY (perl) -SUMMARY (php) -SUMMARY (pygtk) -SUMMARY (R) -SUMMARY (ruby) -SUMMARY (rubygem) +SSH_KEY +State +STRIP +Strip Binaries +SUMMARY +SUMMARY (aspell-dict) +SUMMARY (docbook) +SUMMARY (gst-plugins) +SUMMARY (gtk2-perl) +SUMMARY (gtkmm) +SUMMARY (httpd) +SUMMARY (perl) +SUMMARY (php) +SUMMARY (pygtk) +SUMMARY (R) +SUMMARY (ruby) +SUMMARY (rubygem) SUMMARY (texlive) SUMMARY (xorg) -svn.cygclass svn.cygclass -SVN_BRANCH -SVN_DATE -SVN_REV -SVN_URI -SVN_URI (kde.org) +svn.cygclass +SVN_BRANCH +SVN_DATE +SVN_REV +SVN_URI +SVN_URI (kde.org) Syntax syntax.cygpart -

    T

    tcl.cygclass -tcl.cygclass +

    T

    tcl.cygclass +tcl.cygclass TCL_INCLUDEDIR TCL_LIBDIR TCL_VERSION TCLSH -Testing -TeX Live +Testing +TeX Live texlive.cygclass texlive.cygclass TEXLIVE_ARCH_PKGS @@ -892,8 +896,8 @@ TEXLIVE_TEXMF_PKGS TK_INCLUDEDIR TK_LIBDIR -toolchain.cygclass toolchain.cygclass +toolchain.cygclass TOOLCHAIN_BINDIR toolchain_compile TOOLCHAIN_DATADIR @@ -902,10 +906,10 @@ TOOLCHAIN_PREFIX TOOLCHAIN_SYSROOT TOOLCHAIN_TARGET -

    U

    update_etc_shells -Uploading -Usage -USE_DESTDIR +

    U

    update_etc_shells +Uploading +Usage +USE_DESTDIR utils.cygclass utils.cygclass

    V

    verbose @@ -916,8 +920,8 @@ VIMFILES viminto

    W

    WAF -waf.cygclass waf.cygclass +waf.cygclass WAF_BUILD_FLAGS waf_compile WAF_CONFIGURE_FLAGS @@ -925,8 +929,8 @@ WAF_INSTALL_FLAGS waf_test WAF_TEST_FLAGS -WANT_AUTOCONF -WANT_AUTOMAKE +WANT_AUTOCONF +WANT_AUTOMAKE warning wx-config WX_CFLAGS @@ -935,23 +939,23 @@ WX_LIBS WX_TOOLKIT WX_VERSION -wxwidgets.cygclass wxwidgets.cygclass -

    X

    X Sessions -xfce4.cygclass +wxwidgets.cygclass +

    X

    X Sessions xfce4.cygclass +xfce4.cygclass xfce4_autoreconf xfce4_compile -xorg.cygclass xorg.cygclass +xorg.cygclass XORG_SRC_COMPRESSION -xvfb.cygclass xvfb.cygclass +xvfb.cygclass xvfb_run

    A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

    diff --git a/mate_cygclass.html b/mate_cygclass.html index 458f946..4a5b5e2 100644 --- a/mate_cygclass.html +++ b/mate_cygclass.html @@ -34,25 +34,25 @@

    TABLE OF CONTENTS


    -

    mate.cygclass

    +

    mate.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit mate
    +
      inherit mate
     

    DESCRIPTION

    The MATE project provides a fork of the GNOME 2 libraries, desktop and @@ -63,42 +63,42 @@

    This cygclass manages the building of most MATE packages.

    INHERITS

    -

    autotools.cygclass +

    autotools.cygclass


    -

    HOMEPAGE (mate)

    +

    HOMEPAGE (mate)

    -

    [ Top ] [ mate.cygclass ] [ Overloads ]

    +

    [ Top ] [ mate.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://mate-desktop.org/"
    +
    HOMEPAGE="https://mate-desktop.org/"
     

    -

    SRC_URI (mate)

    +

    SRC_URI (mate)

    -

    [ Top ] [ mate.cygclass ] [ Overloads ]

    +

    [ Top ] [ mate.cygclass ] [ Overloads ]

    DEFINITION


    -

    GIT_URI (mate)

    +

    GIT_URI (mate)

    -

    [ Top ] [ mate.cygclass ] [ Overloads ]

    +

    [ Top ] [ mate.cygclass ] [ Overloads ]

    NOTE

    -

    git.cygclass should be inherit()ed last for this to be of use. +

    git.cygclass should be inherit()ed last for this to be of use.

    DEFINITION

    -
    GIT_URI="git://github.com/mate-desktop/${ORIG_PN:-${PN}}.git"
    +
    GIT_URI="git://github.com/mate-desktop/${ORIG_PN:-${PN}}.git"
     

    -

    mate_autoreconf

    +

    mate_autoreconf

    -

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    SYNOPSIS

      mate_autoreconf
     
    @@ -120,76 +120,76 @@ intltool, libglib2.0-devel, libtool, pkg-config.

    SEE ALSO

    -

    cygautoreconf +

    cygautoreconf


    -

    MATE_NO_AUTOGEN

    +

    MATE_NO_AUTOGEN

    -

    [ Top ] [ mate.cygclass ] [ Variables ]

    +

    [ Top ] [ mate.cygclass ] [ Variables ]

    DESCRIPTION

    By default, mate-autogen will retool the working directory's and any subdirectories containing a configure.ac/configure.in which may be configured separately with an AC_CONFIG_SUBDIRS. If a subdirectory need not be retooled (e.g. it will not built for whatever reason), or it does not use autotools (e.g. the libdb included in evolution), define this variable to - the subdirectories to skip, relative to the directory where mate_autoreconf + the subdirectories to skip, relative to the directory where mate_autoreconf will be run (usually $S).


    -

    mate_configure

    +

    mate_configure

    -

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       mate_configure [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Calls cygconf with the following options: +

    Calls cygconf with the following options:

    • --enable-gtk-doc: create and install API docs (native builds only)
    • --disable-scrollkeeper: Scrollkeeper is obsolete
    -

    All arguments to mate_configure are passed to cygconf as configure flags. +

    All arguments to mate_configure are passed to cygconf as configure flags.


    -

    mate_compile

    +

    mate_compile

    -

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ mate.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       mate_compile [CONFIGURE_FLAGS]
     

    DESCRIPTION

    -

    Calls mate_configure followed by cygmake. All arguments to mate_compile +

    Calls mate_configure followed by cygmake. All arguments to mate_compile are passed as configure flags.


    -

    src_compile (mate)

    +

    src_compile (mate)

    -

    [ Top ] [ mate.cygclass ] [ Overloads ]

    +

    [ Top ] [ mate.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        mate_autoreconf
    +        mate_autoreconf
             cd ${B}
    -        mate_configure
    -        cygmake
    +        mate_configure
    +        cygmake
     }
     
    diff --git a/meson_build.html b/meson_build.html index adb1bac..c9bf6ac 100644 --- a/meson_build.html +++ b/meson_build.html @@ -34,7 +34,7 @@

    TABLE OF CONTENTS

    +
  • aspell-dict.cygclass

  • -

    Cygclasses

    +

    Cygclasses

    -

    [ Top ] [ Chapter 14 ] [ Concepts ]

    +

    [ Top ] [ Chapter 14 ] [ Concepts ]

    DESCRIPTION

    Cygclasses serve as cygport's standard library, allowing cygport to support so many different types of packaging scenarios. They may accept variables @@ -792,8 +792,8 @@ further intervention.

    -

    Cygclasses are imported via the inherit command at the top of your .cygport - file. Because of the predominance of GNU autotools, the autotools.cygclass +

    Cygclasses are imported via the inherit command at the top of your .cygport + file. Because of the predominance of GNU autotools, the autotools.cygclass is automatically imported (as explained there).

    @@ -802,16 +802,16 @@

    These Cygclasses handle various buildsystems:

    -
    diff --git a/meson_cygclass.html b/meson_cygclass.html index dd5a328..e162930 100644 --- a/meson_cygclass.html +++ b/meson_cygclass.html @@ -34,27 +34,27 @@

    TABLE OF CONTENTS


    -

    meson.cygclass

    +

    meson.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit meson
    +
      inherit meson
     

    DESCRIPTION

    Meson is a general-purpose build system written in Python being adopted as @@ -65,7 +65,7 @@ configure, and ninja replaces automake and make.

    INHERITS

    -

    ninja.cygclass +

    ninja.cygclass

    REQUIRES

    meson @@ -73,9 +73,9 @@


    -

    cygmeson

    +

    cygmeson

    -

    [ Top ] [ meson.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ meson.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cygmeson [OPTIONS]
     
    @@ -85,7 +85,7 @@ Filesystem Hierarchy Standard and the Cygwin package guidelines. In addition, all arguments to cygmeson are passed to meson, followed by - CYGMESON_ARGS, if set. + CYGMESON_ARGS, if set.

    NOTE

    cygmeson should be run in the directory containing the top-level meson.build. @@ -93,22 +93,22 @@


    -

    CYGMESON_ARGS

    +

    CYGMESON_ARGS

    -

    [ Top ] [ cygmeson ] [ Variables ]

    +

    [ Top ] [ cygmeson ] [ Variables ]

    DESCRIPTION

    Additional flags to pass to meson, as a string.

    NOTE

    Flags in CYGMESON_ARGS follow, and therefore override, flags passed by - default to cygmeson. + default to cygmeson.


    -

    meson_compile

    +

    meson_compile

    -

    [ Top ] [ meson.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ meson.cygclass ] [ Compile Functions ]

    SYNOPSIS

      meson_compile [OPTIONS]
     
    @@ -122,9 +122,9 @@
    -

    meson_test

    +

    meson_test

    -

    [ Top ] [ meson.cygclass ] [ Testsuite Functions ]

    +

    [ Top ] [ meson.cygclass ] [ Testsuite Functions ]

    SYNOPSIS

      meson_test
     
    @@ -137,9 +137,9 @@
    -

    meson_install

    +

    meson_install

    -

    [ Top ] [ meson.cygclass ] [ Install Functions ]

    +

    [ Top ] [ meson.cygclass ] [ Install Functions ]

    SYNOPSIS

      meson_install
     
    @@ -152,43 +152,43 @@
    -

    src_compile (meson)

    +

    src_compile (meson)

    -

    [ Top ] [ meson.cygclass ] [ Overloads ]

    +

    [ Top ] [ meson.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        meson_compile
    +        meson_compile
     }
     

    -

    src_test (meson)

    +

    src_test (meson)

    -

    [ Top ] [ meson.cygclass ] [ Overloads ]

    +

    [ Top ] [ meson.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_test() {
    +
    src_test() {
             cd ${S}
    -        meson_test
    +        meson_test
     }
     

    -

    src_install (meson)

    +

    src_install (meson)

    -

    [ Top ] [ meson.cygclass ] [ Overloads ]

    +

    [ Top ] [ meson.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${S}
    -        meson_install
    +        meson_install
     }
     
    diff --git a/mirrors.html b/mirrors.html index 4b0f755..844b1fa 100644 --- a/mirrors.html +++ b/mirrors.html @@ -34,41 +34,41 @@

    TABLE OF CONTENTS


    -

    Mirrors

    +

    Mirrors

    -

    [ Top ] [ Downloading ] [ Concepts ]

    +

    [ Top ] [ Downloading ] [ Concepts ]

    INTRODUCTION

    Many large software projects and hosting sites provide multiple download mirrors for their projects, allowing users to choose a site closer to them and to help distribute the bandwidth demands around the world.

    -

    Within cygport, the mirror:// notation can be used in SRC_URI and PATCH_URI +

    Within cygport, the mirror:// notation can be used in SRC_URI and PATCH_URI to allow package maintainers both the ability to choose their favourite mirrors and use an abbreviated URI for common sites.

    @@ -76,11 +76,11 @@

    The default mirrors are usually the central download site or a redirector. Users can select their favourite mirrors by redefining the mirror_* variables listed below (as a string containing one or more mirror sites) - in their cygport.conf. + in their cygport.conf.

    HINT

    Custom per-package "mirrors" can also be defined in a .cygport file. This - can be useful if SRC_URI or PATCH_URI contain a large number of long URIs. + can be useful if SRC_URI or PATCH_URI contain a large number of long URIs.

    NOTE

    Mirror providers change frequently. If you define your own default mirror, @@ -89,14 +89,14 @@


    -

    mirror_apache

    +

    mirror_apache

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Apache Software Foundation project hosting

    SYNOPSIS

    -
      SRC_URI="mirror://apache/projectname/${P}.tar.bz2"
    +
      SRC_URI="mirror://apache/projectname/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://downloads.apache.org @@ -107,14 +107,14 @@


    -

    mirror_cpan

    +

    mirror_cpan

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Comprehensive Perl Archive Network

    SYNOPSIS

    -
      SRC_URI="mirror://cpan/authors/id/A/AU/AUTHOR/${ORIG_PN}-${PV}.tar.gz"
    +
      SRC_URI="mirror://cpan/authors/id/A/AU/AUTHOR/${ORIG_PN}-${PV}.tar.gz"
     

    DEFAULT MIRROR

    https://cpan.metacpan.org @@ -123,19 +123,19 @@

    https://www.cpan.org/SITES.html

    SEE ALSO

    -

    perl.cygclass +

    perl.cygclass


    -

    mirror_cran

    +

    mirror_cran

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    -

    Comprehensive R Archive Network +

    Comprehensive R Archive Network

    SYNOPSIS

    -
      SRC_URI="mirror://cran/src/contrib/${ORIG_PN}_${PV/_/-}.tar.gz"
    +
      SRC_URI="mirror://cran/src/contrib/${ORIG_PN}_${PV/_/-}.tar.gz"
     

    DEFAULT MIRROR

    https://cran.r-project.org/ @@ -144,19 +144,19 @@

    https://cran.r-project.org/mirrors.html

    SEE ALSO

    -

    R.cygclass +

    R.cygclass


    -

    mirror_ctan

    +

    mirror_ctan

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Comprehensive TeX Archive Network

    SYNOPSIS

    -
      SRC_URI="mirror://ctan/macros/latex/contrib/${ORIG_PN}.zip"
    +
      SRC_URI="mirror://ctan/macros/latex/contrib/${ORIG_PN}.zip"
     

    DEFAULT MIRROR

    http://mirror.ctan.org/ @@ -165,19 +165,19 @@

    http://mirror.ctan.org/tex-archive/CTAN.sites

    SEE ALSO

    -

    texlive.cygclass +

    texlive.cygclass


    -

    mirror_debian

    +

    mirror_debian

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Debian package pool

    SYNOPSIS

    -
      SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
    +
      SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
     

    DEFAULT MIRROR

    https://deb.debian.org/debian @@ -188,14 +188,14 @@


    -

    mirror_gcc

    +

    mirror_gcc

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    GCC releases and snapshots

    SYNOPSIS

    -
      SRC_URI="mirror://gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2"
    +
      SRC_URI="mirror://gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2"
     

    DEFAULT MIRROR

    https://gcc.gnu.org/pub/gcc/ @@ -204,19 +204,19 @@

    https://gcc.gnu.org/mirrors.html

    SEE ALSO

    -

    mirror_gnu +

    mirror_gnu


    -

    mirror_gentoo

    +

    mirror_gentoo

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Gentoo Linux distfiles

    SYNOPSIS

    -
      SRC_URI="mirror://gentoo/${P}.tar.bz2"
    +
      SRC_URI="mirror://gentoo/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://gentoo.osuosl.org/distfiles @@ -225,19 +225,19 @@

    https://www.gentoo.org/downloads/mirrors/

    SEE ALSO

    -

    mirror_portage +

    mirror_portage


    -

    mirror_gnome

    +

    mirror_gnome

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    GNOME FTP

    SYNOPSIS

    -
      SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.bz2"
    +
      SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://download.gnome.org/ @@ -246,19 +246,19 @@

    http://ftp.gnome.org/pub/GNOME/MIRRORS

    SEE ALSO

    -

    gnome.org.cygclass +

    gnome.org.cygclass


    -

    mirror_gnu

    +

    mirror_gnu

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    GNU projects FTP hosting

    SYNOPSIS

    -
      SRC_URI="mirror://gnu/projectname/${P}.tar.gz"
    +
      SRC_URI="mirror://gnu/projectname/${P}.tar.gz"
     

    DEFAULT MIRROR

    https://ftpmirror.gnu.org/ @@ -269,14 +269,14 @@


    -

    mirror_kde

    +

    mirror_kde

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    KDE FTP

    SYNOPSIS

    -
      SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2"
    +
      SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://download.kde.org/ @@ -290,14 +290,14 @@


    -

    mirror_mplayer

    +

    mirror_mplayer

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    MPlayer releases and skins

    SYNOPSIS

    -
      SRC_URI="mirror://mplayer/releases/${P}.tar.bz2"
    +
      SRC_URI="mirror://mplayer/releases/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://www1.mplayerhq.hu/MPlayer @@ -311,14 +311,14 @@


    -

    mirror_mysql

    +

    mirror_mysql

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    MySQL server and connector downloads

    SYNOPSIS

    -
      SRC_URI="mirror://mysql/Downloads/MySQL-5.1/${P}.tar.gz"
    +
      SRC_URI="mirror://mysql/Downloads/MySQL-5.1/${P}.tar.gz"
     

    DEFAULT MIRROR

    https://mirrors.dotsrc.org/mysql @@ -329,14 +329,14 @@


    -

    mirror_portage

    +

    mirror_portage

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Gentoo Linux Portage tree (via GitWeb)

    SYNOPSIS

    -
      PATCH_URI="mirror://portage/cat-egory/packagename/files/${P}-whatever.patch"
    +
      PATCH_URI="mirror://portage/cat-egory/packagename/files/${P}-whatever.patch"
     

    DEFAULT MIRROR

    https://gitweb.gentoo.org/repo/gentoo.git/plain @@ -345,19 +345,19 @@

    None

    SEE ALSO

    -

    mirror_gentoo +

    mirror_gentoo


    -

    mirror_savannah

    +

    mirror_savannah

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Savannah GNU project hosting

    SYNOPSIS

    -
      SRC_URI="mirror://savannah/projectname/${P}.tar.gz"
    +
      SRC_URI="mirror://savannah/projectname/${P}.tar.gz"
     

    DEFAULT MIRROR

    https://download.savannah.nongnu.org/releases @@ -368,14 +368,14 @@


    -

    mirror_sourceforge

    +

    mirror_sourceforge

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    SourceForge project hosting

    SYNOPSIS

    -
      SRC_URI="mirror://sourceforge/projectname/${P}.tar.bz2"
    +
      SRC_URI="mirror://sourceforge/projectname/${P}.tar.bz2"
     

    DEFAULT MIRROR

    http://downloads.sourceforge.net @@ -386,14 +386,14 @@


    -

    mirror_sourceware

    +

    mirror_sourceware

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Sourceware.org (aka sources.redhat.com) hosting

    SYNOPSIS

    -
      SRC_URI="mirror://sourceware/projectname/${P}.tar.bz2"
    +
      SRC_URI="mirror://sourceware/projectname/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://ftp.sourceware.org/pub @@ -404,14 +404,14 @@


    -

    mirror_qt

    +

    mirror_qt

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Qt, QtCreator, and PySide downloads

    SYNOPSIS

    -
      SRC_URI="mirror://qt/offical_releases/qt/${VERSION%.*}/${VERSION}/qt-everywhere-opensource-src-${VERSION}.tar.gz"
    +
      SRC_URI="mirror://qt/offical_releases/qt/${VERSION%.*}/${VERSION}/qt-everywhere-opensource-src-${VERSION}.tar.gz"
     

    DEFAULT MIRROR

    http://download.qt-project.org/ @@ -422,14 +422,14 @@


    -

    mirror_vim

    +

    mirror_vim

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Vim downloads

    SYNOPSIS

    -
      SRC_URI="mirror://vim/unix/${P}.tar.bz2 mirror://vim/extra/${P}-extra.tar.gz"
    +
      SRC_URI="mirror://vim/unix/${P}.tar.bz2 mirror://vim/extra/${P}-extra.tar.gz"
     

    DEFAULT MIRROR

    http://ftp.vim.org/pub/vim @@ -440,14 +440,14 @@


    -

    mirror_xfce

    +

    mirror_xfce

    -

    [ Top ] [ Mirrors ] [ Definitions ]

    +

    [ Top ] [ Mirrors ] [ Definitions ]

    DESCRIPTION

    Xfce sources

    SYNOPSIS

    -
      SRC_URI="mirror://xfce/src/xfce/${PN}/${PV[1]}.${PV[2]}/${P}.tar.bz2"
    +
      SRC_URI="mirror://xfce/src/xfce/${PN}/${PV[1]}.${PV[2]}/${P}.tar.bz2"
     

    DEFAULT MIRROR

    https://archive.xfce.org @@ -456,12 +456,12 @@

    https://www.xfce.org/download/

    SEE ALSO

    -

    xfce4.cygclass +

    xfce4.cygclass

    diff --git a/mtn_cygclass.html b/mtn_cygclass.html index a8d1f3c..9b971aa 100644 --- a/mtn_cygclass.html +++ b/mtn_cygclass.html @@ -34,23 +34,23 @@

    TABLE OF CONTENTS


    -

    mtn.cygclass

    +

    mtn.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      MTN_URI="..."
    -  [MTN_BRANCH="..."]
    -  [MTN_REV="..."]
    -  inherit mtn
    +
      MTN_URI="..."
    +  [MTN_BRANCH="..."]
    +  [MTN_REV="..."]
    +  inherit mtn
     

    DESCRIPTION

    Monotone is one of the earlier distributed version control systems. It @@ -60,8 +60,8 @@

    This cygclass creates source tarballs from Monotone checkouts.

    NOTE

    -

    This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

    This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

    REQUIRES

    @@ -70,30 +70,30 @@
    -

    MTN_URI

    +

    MTN_URI

    -

    [ Top ] [ mtn.cygclass ] [ Variables ]

    +

    [ Top ] [ mtn.cygclass ] [ Variables ]

    DESCRIPTION

    Address of Monotone repository from which to clone. Must be defined before - inherit()ing mtn.cygclass. + inherit()ing mtn.cygclass.


    -

    MTN_BRANCH

    +

    MTN_BRANCH

    -

    [ Top ] [ mtn.cygclass ] [ Variables ]

    +

    [ Top ] [ mtn.cygclass ] [ Variables ]

    DESCRIPTION

    Branch from which to clone, usually in the form of a "Reverse-DNS". Must - be defined before inherit()ing mtn.cygclass; if undefined, the "Reverse-DNS" - of MTN_URI is used. + be defined before inherit()ing mtn.cygclass; if undefined, the "Reverse-DNS" + of MTN_URI is used.


    -

    MTN_REV

    +

    MTN_REV

    -

    [ Top ] [ mtn.cygclass ] [ Variables ]

    +

    [ Top ] [ mtn.cygclass ] [ Variables ]

    DESCRIPTION

    Specific revision to clone, in the form of a SHA1 hash (a 40-digit hexadecimal) or an abbreviation thereof (customarily the first 8 hexadecimal digits). @@ -102,7 +102,7 @@

    diff --git a/multilib_cygclass.html b/multilib_cygclass.html index ba2ccd3..b7d5ee9 100644 --- a/multilib_cygclass.html +++ b/multilib_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    multilib.cygclass

    +

    multilib.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      CROSS_HOST="..."
    -  inherit cross multilib
    +
      CROSS_HOST="..."
    +  inherit cross multilib
     

    DESCRIPTION

    Some architectures, particularly embedded systems, support multiple, @@ -64,10 +64,10 @@ in libdir and compiler flags for each ABI iteration automatically.

    NOTES

    -
    diff --git a/ninja_cygclass.html b/ninja_cygclass.html index 91cbf00..f5cd454 100644 --- a/ninja_cygclass.html +++ b/ninja_cygclass.html @@ -34,20 +34,20 @@

    TABLE OF CONTENTS


    -

    ninja.cygclass

    +

    ninja.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit ninja
    +
      inherit ninja
     

    DESCRIPTION

    Ninja is a build system with a focus on speed. It is designed to have its @@ -55,7 +55,7 @@ such as CMake or Meson.

    INHERITED BY

    -

    meson.cygclass +

    meson.cygclass

    REQUIRES

    ninja @@ -63,9 +63,9 @@


    -

    cygninja

    +

    cygninja

    -

    [ Top ] [ ninja.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ ninja.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cygninja [OPTIONS]
     
    @@ -75,9 +75,9 @@
    -

    ninja_test

    +

    ninja_test

    -

    [ Top ] [ ninja.cygclass ] [ Testsuite Functions ]

    +

    [ Top ] [ ninja.cygclass ] [ Testsuite Functions ]

    DESCRIPTION

    Runs the package's test suite with 'ninja check'. Any arguments to ninja_test are passed along. ninja_test must be run from the directory @@ -86,9 +86,9 @@


    -

    ninja_install

    +

    ninja_install

    -

    [ Top ] [ ninja.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ninja.cygclass ] [ Install Functions ]

    DESCRIPTION

    Installs the package into $D with 'ninja install'. Any arguments to ninja_install are passed along. ninja_install must be run from the directory @@ -97,7 +97,7 @@

    diff --git a/ocaml-dune_cygclass.html b/ocaml-dune_cygclass.html index b91c332..4836b5a 100644 --- a/ocaml-dune_cygclass.html +++ b/ocaml-dune_cygclass.html @@ -34,24 +34,24 @@

    TABLE OF CONTENTS


    -

    ocaml-dune.cygclass

    +

    ocaml-dune.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit ocaml-dune
    +
      inherit ocaml-dune
     

    DESCRIPTION

    Dune is a relatively new, and increasingly popular, build system designed @@ -61,7 +61,7 @@

    This cygclass provides functions for building Dune-based OCaml packages.

    INHERITS

    -

    ocaml.cygclass +

    ocaml.cygclass

    REQUIRES

    ocaml-dune @@ -69,80 +69,80 @@


    -

    OCAML_DUNE_BUILD_ARGS

    +

    OCAML_DUNE_BUILD_ARGS

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Variables ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Variables ]

    DESCRIPTION

    Arguments, usually build targets, to be passed to "dune build" - by ocaml_dune_compile. + by ocaml_dune_compile.


    -

    ocaml_dune_compile

    +

    ocaml_dune_compile

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Compile Functions ]

    DESCRIPTION

    -

    Runs "dune build", passing OCAML_DUNE_BUILD_ARGS and any given arguments. +

    Runs "dune build", passing OCAML_DUNE_BUILD_ARGS and any given arguments.


    -

    ocaml_dune_install

    +

    ocaml_dune_install

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Install Functions ]

    DESCRIPTION

    Runs "dune install" with a destdir of $D.


    -

    ocaml_dune_test

    +

    ocaml_dune_test

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Testsuite Functions ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Testsuite Functions ]

    DESCRIPTION

    Runs "dune runtest" with any given test directories.


    -

    src_compile (ocaml-dune)

    +

    src_compile (ocaml-dune)

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        ocaml_dune_compile
    +        ocaml_dune_compile
     }
     

    -

    src_install (ocaml-dune)

    +

    src_install (ocaml-dune)

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${S}
    -        ocaml_dune_install
    +        ocaml_dune_install
     }
     

    -

    src_test (ocaml-dune)

    +

    src_test (ocaml-dune)

    -

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    +

    [ Top ] [ ocaml-dune.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_test() {
    +
    src_test() {
             cd ${S}
    -        ocaml_dune_test
    +        ocaml_dune_test
     }
     
    diff --git a/ocaml_cygclass.html b/ocaml_cygclass.html index 53059ca..7e7d1b3 100644 --- a/ocaml_cygclass.html +++ b/ocaml_cygclass.html @@ -34,32 +34,32 @@

    TABLE OF CONTENTS


    -

    ocaml.cygclass

    +

    ocaml.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit ocaml
    +
      inherit ocaml
     

    DESCRIPTION

    OCaml (previously known as Objective Caml) is an object-oriented dialect @@ -70,7 +70,7 @@

    This cygclass provides definitions for OCaml-based packages, and an install - function for OCaml library packages which use OCAMLFIND. + function for OCaml library packages which use OCAMLFIND.

    NOTE

    OCaml bytecode executables, while behaving like an ordinary .exe, cannot be @@ -83,145 +83,145 @@


    -

    OCAML

    +

    OCAML

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml interactive toplevel (interpreter).


    -

    OCAMLC

    +

    OCAMLC

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml byte compiler.


    -

    OCAMLDOC

    +

    OCAMLDOC

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml documentation generator.


    -

    OCAMLFIND

    +

    OCAMLFIND

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml library package manager.


    -

    OCAMLLEX

    +

    OCAMLLEX

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml lexer generator.


    -

    OCAMLMKLIB

    +

    OCAMLMKLIB

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml library linker.


    -

    OCAMLMKTOP

    +

    OCAMLMKTOP

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml custom toplevel linker.


    -

    OCAMLOPT

    +

    OCAMLOPT

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the OCaml native-code compiler.


    -

    OCAML_LIBDIR

    +

    OCAML_LIBDIR

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for OCaml included libraries.


    -

    OCAML_INCLUDEDIR

    +

    OCAML_INCLUDEDIR

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the directory containing the OCaml C headers.


    -

    OCAML_SITEDIR

    +

    OCAML_SITEDIR

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for OCaml third-party libraries.


    -

    OCAML_STUBDIR

    +

    OCAML_STUBDIR

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for OCaml C stub libraries.


    -

    LIBCAMLRUN

    +

    LIBCAMLRUN

    -

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the OCaml shared C library.


    -

    ocaml_install

    +

    ocaml_install

    -

    [ Top ] [ ocaml.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ocaml.cygclass ] [ Install Functions ]

    DESCRIPTION

    -

    Defines some variables for OCAMLFIND before calling cyginstall. +

    Defines some variables for OCAMLFIND before calling cyginstall.


    -

    src_install (ocaml)

    +

    src_install (ocaml)

    -

    [ Top ] [ ocaml.cygclass ] [ Overloads ]

    +

    [ Top ] [ ocaml.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        ocaml_install
    +        ocaml_install
     }
     
    diff --git a/octave_cygclass.html b/octave_cygclass.html index ff97795..af1bfd0 100644 --- a/octave_cygclass.html +++ b/octave_cygclass.html @@ -34,29 +34,29 @@

    TABLE OF CONTENTS


    -

    octave.cygclass

    +

    octave.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit octave
    +
      inherit octave
     

    DESCRIPTION

    GNU Octave is a programming language primarily designed for numerical @@ -73,123 +73,123 @@


    -

    OCTAVE

    +

    OCTAVE

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Octave interpreter.


    -

    MKOCTFILE

    +

    MKOCTFILE

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Octave dynamic module (.oct/.mex) compiler/linker.


    -

    OCTAVE_CONFIG

    +

    OCTAVE_CONFIG

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Octave installation information script.


    -

    OCTAVE_VERSION

    +

    OCTAVE_VERSION

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Full version of the Octave interpreter.


    -

    OCTAVE_INCLUDEDIR

    +

    OCTAVE_INCLUDEDIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Location of the Octave C library headers.


    -

    OCTAVE_LIBDIR

    +

    OCTAVE_LIBDIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Location of the Octave C link libraries.


    -

    OCTAVE_CFLAGS

    +

    OCTAVE_CFLAGS

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Compile flags for the Octave C library.


    -

    OCTAVE_LIBS

    +

    OCTAVE_LIBS

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Octave C library.


    -

    OCTAVE_M_DIR

    +

    OCTAVE_M_DIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Octave standard library scripts (.m).

    NOTE

    Third-party packages must not be installed into this directory. - OCTAVE_M_SITEDIR must be used instead. + OCTAVE_M_SITEDIR must be used instead.


    -

    OCTAVE_OCTDIR

    +

    OCTAVE_OCTDIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Octave standard library dynamic modules (.oct).

    NOTE

    Third-party packages must not be installed into this directory. - OCTAVE_OCT_SITEDIR must be used instead. + OCTAVE_OCT_SITEDIR must be used instead.


    -

    OCTAVE_M_SITEDIR

    +

    OCTAVE_M_SITEDIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party Octave scripts (.m).


    -

    OCTAVE_OCT_SITEDIR

    +

    OCTAVE_OCT_SITEDIR

    -

    [ Top ] [ octave.cygclass ] [ Definitions ]

    +

    [ Top ] [ octave.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party Octave dynamic modules (.oct/.mex).

    diff --git a/perl_cygclass.html b/perl_cygclass.html index 1747cb0..f0ce096 100644 --- a/perl_cygclass.html +++ b/perl_cygclass.html @@ -34,40 +34,40 @@

    TABLE OF CONTENTS


    -

    perl.cygclass

    +

    perl.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      [CPAN_AUTHOR="username"]
    -  inherit perl
    +
      [CPAN_AUTHOR="username"]
    +  inherit perl
     

    DESCRIPTION

    Perl is an interpreted programming language used in a variety of software, @@ -84,45 +84,45 @@

    A typical CPAN extension package looks like this:

    -
        CPAN_AUTHOR=adamk
    -    inherit perl
    +
        CPAN_AUTHOR=adamk
    +    inherit perl
         
         NAME="perl-Archive-Zip"
         VERSION=1.30
         RELEASE=1
    -    CATEGORY="Perl"
    -    SUMMARY="Perl module for working with Zip archives"
    -    DESCRIPTION="This module allows a Perl program to create, manipulate, read,
    +    CATEGORY="Perl"
    +    SUMMARY="Perl module for working with Zip archives"
    +    DESCRIPTION="This module allows a Perl program to create, manipulate, read,
         and write Zip archive files. Zip archives can be created, or you can read
         from existing zip files. Once created, they can be written to files, streams,
         or strings."
     

    Occasionaly, a CPAN module tries to ask questions while configuring the - build, in which case you can override that in src_compile: + build, in which case you can override that in src_compile:

    -
        src_compile() {
    -      lndirs
    +
        src_compile() {
    +      lndirs
           cd ${B}
           # answer 'y' to all questions from Makefile.PL
    -      yes | perl_compile
    +      yes | perl_compile
         }
     

    Perl modules which provide XML::SAX parser engines require an additional - step during src_install, e.g.: + step during src_install, e.g.:

    -
        src_install() {
    +
        src_install() {
           cd ${B}
    -      perl_install
    -      perl_sax_parser_register XML::LibXML::SAX
    +      perl_install
    +      perl_sax_parser_register XML::LibXML::SAX
         }
     

    INHERITED BY

    -

    gtk2-perl.cygclass +

    gtk2-perl.cygclass

    REQUIRES

    perl @@ -130,89 +130,89 @@


    -

    PERL

    +

    PERL

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Perl interpreter.


    -

    PERL_VERSION

    +

    PERL_VERSION

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    The major.minor version of the Perl interpreter.


    -

    PERL_LIB

    +

    PERL_LIB

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Perl arch-independent standard library.

    NOTE

    -

    Third-party packages must not be installed here; use PERL_VENDORLIB instead. +

    Third-party packages must not be installed here; use PERL_VENDORLIB instead.


    -

    PERL_ARCHLIB

    +

    PERL_ARCHLIB

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Perl arch-specific standard library.

    NOTE

    -

    Third-party packages must not be installed here; use PERL_VENDORARCH instead. +

    Third-party packages must not be installed here; use PERL_VENDORARCH instead.


    -

    PERL_VENDORLIB

    +

    PERL_VENDORLIB

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party arch-independent Perl modules.


    -

    PERL_VENDORARCH

    +

    PERL_VENDORARCH

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party arch-specific Perl modules.


    -

    LIBPERL

    +

    LIBPERL

    -

    [ Top ] [ perl.cygclass ] [ Definitions ]

    +

    [ Top ] [ perl.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Perl C library.


    -

    CPAN_AUTHOR

    +

    CPAN_AUTHOR

    -

    [ Top ] [ perl.cygclass ] [ Variables ]

    +

    [ Top ] [ perl.cygclass ] [ Variables ]

    DESCRIPTION

    The CPAN username of the Perl module's author. This variable must be set - before inherit()ing perl.cygclass to have any effect. If set, the package - HOMEPAGE and SRC_URI are set to their usual locations on CPAN. + before inherit()ing perl.cygclass to have any effect. If set, the package + HOMEPAGE and SRC_URI are set to their usual locations on CPAN.


    -

    CPAN_SUBDIR

    +

    CPAN_SUBDIR

    -

    [ Top ] [ perl.cygclass ] [ Variables ]

    +

    [ Top ] [ perl.cygclass ] [ Variables ]

    DESCRIPTION

    An optional directory component in the CPAN URL. Some packages have an additional subdirectory component, which can be specified with this variable. @@ -220,9 +220,9 @@


    -

    CPAN_VERSION

    +

    CPAN_VERSION

    -

    [ Top ] [ perl.cygclass ] [ Variables ]

    +

    [ Top ] [ perl.cygclass ] [ Variables ]

    DESCRIPTION

    The published version of the Perl module on CPAN. It is sometimes necessary for VERSION to not match due to CPAN versioning not conforming to @@ -234,70 +234,70 @@ with VERSION=0.1300, in order to workaround this.

    -

    This variable, when needed, must be set before inherit()ing perl.cygclass to - have any effect. If set, this overrides VERSION in SRC_URI and SRC_DIR. +

    This variable, when needed, must be set before inherit()ing perl.cygclass to + have any effect. If set, this overrides VERSION in SRC_URI and SRC_DIR.


    -

    CATEGORY (perl)

    +

    CATEGORY (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Perl"
    +
    CATEGORY="Perl"
     

    NOTE

    -

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing - perl.cygclass. +

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing + perl.cygclass.


    -

    SUMMARY (perl)

    +

    SUMMARY (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Perl distribution ${ORIG_PN}"
    +
    SUMMARY="Perl distribution ${ORIG_PN}"
     

    NOTE

    -

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing - perl.cygclass. +

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing + perl.cygclass.


    -

    HOMEPAGE (perl)

    +

    HOMEPAGE (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DESCRIPTION

    Web address for the Perl module on CPAN.

    NOTE

    -

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing - perl.cygclass. +

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing + perl.cygclass.


    -

    SRC_URI (perl)

    +

    SRC_URI (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location for the Perl module on CPAN.

    NOTE

    -

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing - perl.cygclass. +

    This variable is set only if CPAN_AUTHOR is defined before inherit()ing + perl.cygclass.

    SEE ALSO

    -

    mirror_cpan +

    mirror_cpan


    -

    perl_compile

    +

    perl_compile

    -

    [ Top ] [ perl.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ perl.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       perl_compile [OPTIONS]
    @@ -309,9 +309,9 @@
     
     
    -

    perl_test

    +

    perl_test

    -

    [ Top ] [ perl.cygclass ] [ Testsuite Functions ]

    +

    [ Top ] [ perl.cygclass ] [ Testsuite Functions ]

    SYNOPSIS

      cd $B
       perl_test
    @@ -322,9 +322,9 @@
     
     
    -

    perl_install

    +

    perl_install

    -

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    +

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       perl_install [OPTIONS]
    @@ -336,23 +336,23 @@
     
     
    -

    perl_fix_shebang

    +

    perl_fix_shebang

    -

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    +

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    SYNOPSIS

      perl_fix_shebang SCRIPT [SCRIPT ...]
     

    DESCRIPTION

    -

    Fixes the designated interpreter of SCRIPT to PERL. This would be necessary +

    Fixes the designated interpreter of SCRIPT to PERL. This would be necessary if the original uses an incorrect path (e.g. /usr/local/bin) or an incorrectly versioned binary. SCRIPT need not be prefixed by $D.


    -

    perl_sax_parser_register

    +

    perl_sax_parser_register

    -

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    +

    [ Top ] [ perl.cygclass ] [ Install Functions ]

    SYNOPSIS

      perl_sax_parser_register PARSER_CLASS [PARSER_CLASS ...]
     
    @@ -363,44 +363,44 @@
    -

    src_compile (perl)

    +

    src_compile (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        perl_compile
    +        perl_compile
     }
     

    -

    src_test (perl)

    +

    src_test (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_test() {
    +
    src_test() {
             cd ${B}
    -        perl_test
    +        perl_test
     }
     

    -

    src_install (perl)

    +

    src_install (perl)

    -

    [ Top ] [ perl.cygclass ] [ Overloads ]

    +

    [ Top ] [ perl.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        perl_install
    +        perl_install
     }
     
    diff --git a/php_cygclass.html b/php_cygclass.html index c67735b..0056bde 100644 --- a/php_cygclass.html +++ b/php_cygclass.html @@ -34,64 +34,64 @@

    TABLE OF CONTENTS


    -

    php.cygclass

    +

    php.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      [PHP_CHANNEL="..."]
    -  inherit php
    +
      [PHP_CHANNEL="..."]
    +  inherit php
     

    DESCRIPTION

    -

    PHP is a programming language most commonly used as an HTML preprocessor +

    PHP is a programming language most commonly used as an HTML preprocessor for creating dynamic web pages. The interpreter comes in three forms, known as SAPIs: command-line, CGI, and Apache Web Server DSO. Extensions written - in either PHP or C can be installed to provide additional functionality. + in either PHP or C can be installed to provide additional functionality.

    -

    This cygclass is meant for building PHP extension packages. +

    This cygclass is meant for building PHP extension packages.

    EXAMPLES

    -

    A typical PEAR (pure PHP) module package looks like this: +

    A typical PEAR (pure PHP) module package looks like this:

    -
        PHP_CHANNEL=pear
    -    inherit php
    +
        PHP_CHANNEL=pear
    +    inherit php
         
         NAME="php-Archive_Tar"
         VERSION=1.3.11
         RELEASE=1
    -    CATEGORY="PHP"
    -    SUMMARY="PHP class for creating and managing tarballs"
    -    DESCRIPTION="The Archive_Tar class helps in creating and managing GNU tar
    +    CATEGORY="PHP"
    +    SUMMARY="PHP class for creating and managing tarballs"
    +    DESCRIPTION="The Archive_Tar class helps in creating and managing GNU tar
         format files compressed by Gzip or not. The class offers basic functions
         like creating an archive, adding files in the archive, extracting files
         from the archive and listing the archive content."
    @@ -100,141 +100,141 @@
         php_Archive_Tar_REQUIRES="php-bz2 php-zlib"
     

    - PECL extensions (written in C) are similarly straightforward: + PECL extensions (written in C) are similarly straightforward:

    -
        PHP_CHANNEL=pecl
    -    inherit php
    +
        PHP_CHANNEL=pecl
    +    inherit php
         
         NAME="php-ncurses"
         VERSION=1.0.2
         RELEASE=1
    -    CATEGORY="PHP"
    -    SUMMARY="PHP ncurses extension"
    -    DESCRIPTION="Terminal screen handling extension for PHP (cli-mode only)"
    +    CATEGORY="PHP"
    +    SUMMARY="PHP ncurses extension"
    +    DESCRIPTION="Terminal screen handling extension for PHP (cli-mode only)"
         
    -    CYGCONF_ARGS="--enable-ncursesw"
    +    CYGCONF_ARGS="--enable-ncursesw"
     

    - Third-party PEAR channels are also easily handled by setting PHP_CHANNEL: + Third-party PEAR channels are also easily handled by setting PHP_CHANNEL:

    -
        PHP_CHANNEL="pear.phpunit.de"
    -    inherit php
    +
        PHP_CHANNEL="pear.phpunit.de"
    +    inherit php
         
         NAME="php-PHPUnit"
         VERSION=3.7.21
         RELEASE=1
    -    CATEGORY="PHP"
    -    SUMMARY="PHP unit testing framework"
    -    DESCRIPTION="An open source framework for test-driven development with the
    -    PHP programming language."
    +    CATEGORY="PHP"
    +    SUMMARY="PHP unit testing framework"
    +    DESCRIPTION="An open source framework for test-driven development with the
    +    PHP programming language."
     

    REQUIRES

    -

    php, php-PEAR +

    php, php-PEAR


    -

    PHP

    +

    PHP

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the PHP interpreter.


    -

    PHP_CONFIG

    +

    PHP_CONFIG

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Absolute path to the PHP configuration script. +

    Absolute path to the PHP configuration script.


    -

    PHPIZE

    +

    PHPIZE

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Absolute path to the PHP extension buildsystem preparation script. +

    Absolute path to the PHP extension buildsystem preparation script.


    -

    PEAR

    +

    PEAR

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Absolute path to the PHP script extension manager. +

    Absolute path to the PHP script extension manager.


    -

    PECL

    +

    PECL

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Absolute path to the PHP C extension manager. +

    Absolute path to the PHP C extension manager.


    -

    PHP_VERSION

    +

    PHP_VERSION

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Version of the PHP interpreter. +

    Version of the PHP interpreter.


    -

    PHP_INI_DIR

    +

    PHP_INI_DIR

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Path to the PHP configuration snippets directory. +

    Path to the PHP configuration snippets directory.


    -

    PHP_EXTENSION_DIR

    +

    PHP_EXTENSION_DIR

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Installation directory for PHP C extensions. +

    Installation directory for PHP C extensions.


    -

    PHP_PEAR_PHP_DIR

    +

    PHP_PEAR_PHP_DIR

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Installation directory for PHP script extensions. +

    Installation directory for PHP script extensions.


    -

    PHP_PEAR_METADATA_DIR

    +

    PHP_PEAR_METADATA_DIR

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Installation directory for PHP extension metadata. +

    Installation directory for PHP extension metadata.


    -

    LIBPHP

    +

    LIBPHP

    -

    [ Top ] [ php.cygclass ] [ Definitions ]

    +

    [ Top ] [ php.cygclass ] [ Definitions ]

    DESCRIPTION

    -

    Link library for the PHP interpreter C library. +

    Link library for the PHP interpreter C library.

    NOTE

    -

    This link library is Cygwin specific. On ELF platforms, PHP modules are +

    This link library is Cygwin specific. On ELF platforms, PHP modules are linked with undefined symbols, which are resolved at runtime by the SAPI in use. Since the PE/COFF format used on Cygwin requires that all symbols be resolved at link time, a library is used which all SAPIs and extensions @@ -243,13 +243,13 @@


    -

    PHP_CHANNEL

    +

    PHP_CHANNEL

    -

    [ Top ] [ php.cygclass ] [ Variables ]

    +

    [ Top ] [ php.cygclass ] [ Variables ]

    DESCRIPTION

    -

    Domain name, or well-known alias, of the PEAR/PECL server on which the PHP - extension is hosted. This variable must be defined before inherit()ing - php.cygclass to have any effect. +

    Domain name, or well-known alias, of the PEAR/PECL server on which the PHP + extension is hosted. This variable must be defined before inherit()ing + php.cygclass to have any effect.

    A list of known channels is available at https://pear.php.net/channels/ . @@ -257,11 +257,11 @@


    -

    CATEGORY (php)

    +

    CATEGORY (php)

    -

    [ Top ] [ php.cygclass ] [ Overloads ]

    +

    [ Top ] [ php.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="PHP"
    +
    CATEGORY="PHP"
     

    NOTE

    This is defined only if PN begins with "php-". @@ -269,11 +269,11 @@


    -

    SUMMARY (php)

    +

    SUMMARY (php)

    -

    [ Top ] [ php.cygclass ] [ Overloads ]

    +

    [ Top ] [ php.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="PHP ${ORIG_PN} extension"
    +
    SUMMARY="PHP ${ORIG_PN} extension"
     

    NOTE

    This is defined only if PN begins with "php-". @@ -281,71 +281,71 @@


    -

    HOMEPAGE (php)

    +

    HOMEPAGE (php)

    -

    [ Top ] [ php.cygclass ] [ Overloads ]

    +

    [ Top ] [ php.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    Web address for the PHP extension. This variable is defined only if - PHP_CHANNEL was defined before inherit()ing php.cygclass. +

    Web address for the PHP extension. This variable is defined only if + PHP_CHANNEL was defined before inherit()ing php.cygclass.


    -

    SRC_URI (php)

    +

    SRC_URI (php)

    -

    [ Top ] [ php.cygclass ] [ Overloads ]

    +

    [ Top ] [ php.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    Download location for the PHP extension sources. This variable is defined - only if PHP_CHANNEL was defined before inherit()ing php.cygclass. +

    Download location for the PHP extension sources. This variable is defined + only if PHP_CHANNEL was defined before inherit()ing php.cygclass.


    -

    php_autoreconf

    +

    php_autoreconf

    -

    [ Top ] [ php.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ php.cygclass ] [ Compile Functions ]

    SYNOPSIS

    -
      lndirs
    +
      lndirs
       cd $B
       php_autoreconf
     

    DESCRIPTION

    -

    Runs PHPIZE to prepare the PHP extension build system. This function must +

    Runs PHPIZE to prepare the PHP extension build system. This function must be run from the directory containing config.m4.


    -

    php_compile

    +

    php_compile

    -

    [ Top ] [ php.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ php.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       php_compile [OPTIONS]
     

    DESCRIPTION

    -

    Configures the PHP extension with cygconf, then compiles it with cygmake. - Arguments, if any, are passed as configure flags to cygconf. +

    Configures the PHP extension with cygconf, then compiles it with cygmake. + Arguments, if any, are passed as configure flags to cygconf.


    -

    php_install

    +

    php_install

    -

    [ Top ] [ php.cygclass ] [ Install Functions ]

    +

    [ Top ] [ php.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       php_install
     

    DESCRIPTION

    -

    Installs the PHP extension into $D. +

    Installs the PHP extension into $D.


    -

    php_postinst

    +

    php_postinst

    -

    [ Top ] [ php.cygclass ] [ Install Functions ]

    +

    [ Top ] [ php.cygclass ] [ Install Functions ]

    SYNOPSIS

      php_postinst
     
    @@ -353,10 +353,10 @@

    Performs the following steps:

    diff --git a/pkg_info_cygpart.html b/pkg_info_cygpart.html index 6b1ab84..d2fcf47 100644 --- a/pkg_info_cygpart.html +++ b/pkg_info_cygpart.html @@ -34,34 +34,45 @@

    TABLE OF CONTENTS


    -

    Information

    +

    Information

    -

    [ Top ] [ Chapter 4 ] [ Concepts ]

    +

    [ Top ] [ Chapter 4 ] [ Concepts ]


    -

    HOMEPAGE

    +

    HOMEPAGE

    -

    [ Top ] [ Information ] [ Variables ]

    +

    [ Top ] [ Information ] [ Variables ]

    DESCRIPTION

    The website URI of the package. Besides being informational, this defines - what address will be displayed in BROWSER by the homepage command. + what address will be displayed in BROWSER by the homepage command. +

    + +
    + +

    LICENSE

    + +

    [ Top ] [ Information ] [ Variables ]

    +

    DESCRIPTION

    +

    A SPDX license expression (See https://spdx.dev/ids/) for the license(s) of + the package.


    -

    DEPS_PATH

    +

    DEPS_PATH

    -

    [ Top ] [ Information ] [ Variables ]

    +

    [ Top ] [ Information ] [ Variables ]

    DESCRIPTION

    A colon-separated list of directories not ordinarily in PATH in which to search for linked dependencies. Given directories are searched both @@ -70,7 +81,7 @@

    diff --git a/pkg_pkg_cygpart.html b/pkg_pkg_cygpart.html index cc83179..af2d965 100644 --- a/pkg_pkg_cygpart.html +++ b/pkg_pkg_cygpart.html @@ -34,34 +34,34 @@

    TABLE OF CONTENTS


    -

    Packaging

    +

    Packaging

    -

    [ Top ] [ Chapter 12 ] [ Concepts ]

    +

    [ Top ] [ Chapter 12 ] [ Concepts ]

    INTRODUCTION

    In most cases, only one binary package is created from a source package, including all files installed into $D. This is the default, and if @@ -76,15 +76,15 @@


    -

    PKG_NAMES

    +

    PKG_NAMES

    -

    [ Top ] [ Packaging ] [ Variables ]

    +

    [ Top ] [ Packaging ] [ Variables ]

    SYNOPSIS

      PKG_NAMES="foo libfoo1 libfoo-devel libfoo-doc"
     

    DESCRIPTION

    A list of binary packages to create from the files installed into D. - The exact contents of these packages are specified in PKG_CONTENTS + The exact contents of these packages are specified in PKG_CONTENTS variables or .list files.

    NOTES

    @@ -93,7 +93,7 @@ providing only libraries.
  • Any packages listed in PKG_NAMES which do not have a corresponding - PKG_CONTENTS variable or .list file will be created as an empty package. + PKG_CONTENTS variable or .list file will be created as an empty package. This can be useful to provide upgrade helpers for renamed packages.
  • @@ -101,23 +101,23 @@
    -

    PKG_HINTS

    +

    PKG_HINTS

    -

    [ Top ] [ Packaging ] [ Variables ]

    +

    [ Top ] [ Packaging ] [ Variables ]

    SYNOPSIS

    -
      PKG_NAMES="foo libfoo1 libfoo-devel libfoo-doc"
    +
      PKG_NAMES="foo libfoo1 libfoo-devel libfoo-doc"
       PKG_HINTS="setup runtime devel doc"
     

    DESCRIPTION

    A list of unsuffixed .hint files which should be used for each given - binary package in PKG_NAMES. + binary package in PKG_NAMES.

    NOTES

    -
    • If PN is not included in PKG_NAMES, a file named $PN.hint or setup.hint +
      • If PN is not included in PKG_NAMES, a file named $PN.hint or setup.hint is still required for the source package, but should not be listed in PKG_HINTS.
      • -
      • If the .hint filenames (minus the .hint suffix) match PKG_NAMES, PKG_HINTS +
      • If the .hint filenames (minus the .hint suffix) match PKG_NAMES, PKG_HINTS need not be defined.
      @@ -125,11 +125,11 @@
      -

      PKG_CONTENTS

      +

      PKG_CONTENTS

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      SYNOPSIS

      -
        PKG_NAMES="foo libfoo1 libfoo-devel libfoo-doc"
      +
        PKG_NAMES="foo libfoo1 libfoo-devel libfoo-doc"
         foo_CONTENTS="--exclude=html usr/bin/foo.exe usr/share/doc/ usr/share/locale/"
         libfoo1_CONTENTS="usr/bin/cygfoo-1.dll"
         libfoo_devel_CONTENTS="usr/include/ usr/lib/ usr/share/aclocal/"
      @@ -163,20 +163,20 @@
       
       
      -

      PKG_IGNORE

      +

      PKG_IGNORE

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A list of files that should not be included in any package, in the same - form as PKG_CONTENTS. This will silence warnings on these files not + form as PKG_CONTENTS. This will silence warnings on these files not being included in any package, and error if they are included in a package.


      -

      DIFF_EXCLUDES

      +

      DIFF_EXCLUDES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A list of file names, directory names, or glob patterns in S which will be excluded when creating the .src.patch file. This should be used for @@ -190,9 +190,9 @@


      -

      CATEGORY

      +

      CATEGORY

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A string containing one or more setup package categories. This will be used as the category: field of auto-generated .hint files. @@ -202,14 +202,14 @@ Cygwin website.

      SEE ALSO

      -

      PKG_CATEGORY +

      PKG_CATEGORY


      -

      PKG_CATEGORY

      +

      PKG_CATEGORY

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A string containing one or more setup package categories. This will be used as the category: field of the corresponding auto-generated .hint @@ -230,22 +230,22 @@


      -

      SUMMARY

      +

      SUMMARY

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A one-line summary of the package. This will be used as the sdesc: field of auto-generated .hint files.

      SEE ALSO

      -

      PKG_SUMMARY +

      PKG_SUMMARY


      -

      PKG_SUMMARY

      +

      PKG_SUMMARY

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A one-line summary of the subpackage. This will be used as the sdesc: field of the corresponding auto-generated .hint file. @@ -261,22 +261,22 @@


      -

      DESCRIPTION

      +

      DESCRIPTION

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A short paragraph description of the package. This will be used as the ldesc: field of auto-generated .hint files.

      SEE ALSO

      -

      PKG_DESCRIPTION +

      PKG_DESCRIPTION


      -

      PKG_DESCRIPTION

      +

      PKG_DESCRIPTION

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A short paragraph description of the subpackage. This will be used as the ldesc: field of the corresponding auto-generated .hint file. @@ -292,9 +292,9 @@


      -

      REQUIRES

      +

      REQUIRES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line strings containing a list of packages on which this package depends. This will be added to the requires: field of the @@ -306,22 +306,22 @@ needed for commands called by scripts or in code with fork(), libraries which are accessed by dlopen(), or data used by your package at runtime.

    • -
    • If there is more than one package in PKG_NAMES, this variable will be - ignored; you must use PKG_REQUIRES instead. +
    • If there is more than one package in PKG_NAMES, this variable will be + ignored; you must use PKG_REQUIRES instead.
    • Any newlines in this variable must be escaped.

    SEE ALSO

    -

    PKG_REQUIRES +

    PKG_REQUIRES


    -

    PKG_REQUIRES

    +

    PKG_REQUIRES

    -

    [ Top ] [ Packaging ] [ Variables ]

    +

    [ Top ] [ Packaging ] [ Variables ]

    DESCRIPTION

    A single-line strings containing a list of packages on which this package depends. This will be added to the requires: field of the @@ -337,7 +337,7 @@

    NOTES

    • cygport attempts to automatically detect many types of package - dependencies, which do not need to be listed in REQUIRES. This is still + dependencies, which do not need to be listed in REQUIRES. This is still needed for commands called by scripts or in code with fork(), libraries which are accessed by dlopen(), or data used by your package at runtime.
    • @@ -348,27 +348,27 @@
      -

      OBSOLETES

      +

      OBSOLETES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a list of package(s) which this package replaces. An empty package will be created for each listed obsoletion which will cause this package to be installed in its place.

      NOTE

      -

      If there is more than one package in PKG_NAMES, this variable will be - ignored; you must use PKG_OBSOLETES instead. +

      If there is more than one package in PKG_NAMES, this variable will be + ignored; you must use PKG_OBSOLETES instead.

      SEE ALSO

      -

      PKG_OBSOLETES +

      PKG_OBSOLETES


      -

      PKG_OBSOLETES

      +

      PKG_OBSOLETES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a list of package(s) which this package replaces. An empty package will be created for each listed @@ -385,26 +385,26 @@


      -

      PROVIDES

      +

      PROVIDES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a list of names which this package also provides.

      NOTE

      -

      If there is more than one package in PKG_NAMES, this variable will be - ignored; you must use PKG_PROVIDES instead. +

      If there is more than one package in PKG_NAMES, this variable will be + ignored; you must use PKG_PROVIDES instead.

      SEE ALSO

      -

      PKG_PROVIDES +

      PKG_PROVIDES


      -

      PKG_PROVIDES

      +

      PKG_PROVIDES

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a list of names which this package also provides. @@ -420,26 +420,26 @@


      -

      CONFLICTS

      +

      CONFLICTS

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a comma-separated list of packages, possibly with version relations which this package conflicts with.

      NOTE

      -

      If there is more than one package in PKG_NAMES, this variable will be - ignored; you must use PKG_CONFLICTS instead. +

      If there is more than one package in PKG_NAMES, this variable will be + ignored; you must use PKG_CONFLICTS instead.

      SEE ALSO

      -

      PKG_CONFLICTS +

      PKG_CONFLICTS


      -

      PKG_CONFLICTS

      +

      PKG_CONFLICTS

      -

      [ Top ] [ Packaging ] [ Variables ]

      +

      [ Top ] [ Packaging ] [ Variables ]

      DESCRIPTION

      A single-line string containing a comma-separated list of packages, possibly with version relations which this package conflicts with. @@ -455,7 +455,7 @@

    diff --git a/pkg_upload_cygpart.html b/pkg_upload_cygpart.html index 8f46d8f..4eff16a 100644 --- a/pkg_upload_cygpart.html +++ b/pkg_upload_cygpart.html @@ -34,13 +34,13 @@

    TABLE OF CONTENTS


    -

    Uploading

    +

    Uploading

    -

    [ Top ] [ Chapter 13 ] [ Concepts ]

    +

    [ Top ] [ Chapter 13 ] [ Concepts ]

    INTRODUCTION

    Once your binary and source packages are built, in order to distribute them to users you'll need to upload them to the Cygwin package archive. Before @@ -78,13 +78,13 @@ if an SMTP server is configured.

    SEE ALSO

    -

    SSH_KEY, EDITOR, SMTP_SENDER, SMTP_SERVER, SMTP_SERVER_PORT, SMTP_ENCRYPTION, - SMTP_USER, SMTP_PASS. +

    SSH_KEY, EDITOR, SMTP_SENDER, SMTP_SERVER, SMTP_SERVER_PORT, SMTP_ENCRYPTION, + SMTP_USER, SMTP_PASS.

    diff --git a/pygtk_cygclass.html b/pygtk_cygclass.html index b833e52..1b060e7 100644 --- a/pygtk_cygclass.html +++ b/pygtk_cygclass.html @@ -34,31 +34,31 @@

    TABLE OF CONTENTS


    -

    pygtk.cygclass

    +

    pygtk.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit pygtk
    +
      inherit pygtk
     

    DESCRIPTION

    The PyGTK project provides a series of bindings for the GTK+ and GNOME libraries. APIs are defined in .defs files, from which C binding code - is generated with PYGTK_CODEGEN. These bindings allow full-featured + is generated with PYGTK_CODEGEN. These bindings allow full-featured GNOME programs to be written in the Python language.

    @@ -71,111 +71,111 @@ instead. Therefore, these bindings are considered obsolete.

    INHERITS

    -

    gnome.org.cygclass (unless mate.cygclass has been inherit()ed), python.cygclass +

    gnome.org.cygclass (unless mate.cygclass has been inherit()ed), python.cygclass


    -

    PYGTK_INCLUDEDIR

    +

    PYGTK_INCLUDEDIR

    -

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    +

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing PyGTK C headers.


    -

    PYGTK_LIBDIR

    +

    PYGTK_LIBDIR

    -

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    +

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for PyGTK bindings.


    -

    PYGTK_DATADIR

    +

    PYGTK_DATADIR

    -

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    +

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for *.defs and *-arg-types.py API files.


    -

    PYGTK_CODEGEN

    +

    PYGTK_CODEGEN

    -

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    +

    [ Top ] [ pygtk.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the PyGTK C code generator.


    -

    CATEGORY (pygtk)

    +

    CATEGORY (pygtk)

    -

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    +

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Python"
    +
    CATEGORY="Python"
     

    -

    SUMMARY (pygtk)

    +

    SUMMARY (pygtk)

    -

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    +

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Python ${pygtk_mod} bindings"
    +
    SUMMARY="Python ${pygtk_mod} bindings"
     

    -

    HOMEPAGE (pygtk)

    +

    HOMEPAGE (pygtk)

    -

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    +

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://pygobject.readthedocs.io/"
    +
    HOMEPAGE="https://pygobject.readthedocs.io/"
     

    -

    pygtk_compile

    +

    pygtk_compile

    -

    [ Top ] [ pygtk.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ pygtk.cygclass ] [ Compile Functions ]

    SYNOPSIS

      pygtk_compile [OPTIONS]
     

    DESCRIPTION

    -

    Configures the package with cygconf, passing any arguments it receives, - then compiles the package with cygmake. +

    Configures the package with cygconf, passing any arguments it receives, + then compiles the package with cygmake.


    -

    src_compile (pygtk)

    +

    src_compile (pygtk)

    -

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    +

    [ Top ] [ pygtk.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
             if [ -d m4 ]
             then
    -                ACLOCAL_FLAGS='-I m4'
    +                ACLOCAL_FLAGS='-I m4'
             fi
    -        if inherited gnome2
    +        if inherited gnome2
             then
    -                gnome2_autoreconf
    +                gnome2_autoreconf
             else
    -                cygautoreconf
    +                cygautoreconf
             fi
             cd ${B}
    -        pygtk_compile
    +        pygtk_compile
     }
     
    diff --git a/python-wheel_cygclass.html b/python-wheel_cygclass.html index fc20e93..ea208da 100644 --- a/python-wheel_cygclass.html +++ b/python-wheel_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    python-wheel.cygclass

    +

    python-wheel.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Wheels are the new standard for installing Python libraries and programs. The build is defined by a setup.py file in the top source directory, which @@ -61,22 +61,22 @@ for multiple Python versions simultaneously.

    EXAMPLE

    -
        inherit python-wheel
    +
        inherit python-wheel
         
         NAME="python-six"
         VERSION=1.10.0
         RELEASE=1
    -    CATEGORY="Python"
    -    SUMMARY="Python 2 and 3 compatibility library"
    -    DESCRIPTION="Six is a Python 2 and 3 compatibility library. It provides
    +    CATEGORY="Python"
    +    SUMMARY="Python 2 and 3 compatibility library"
    +    DESCRIPTION="Six is a Python 2 and 3 compatibility library. It provides
         utility functions for smoothing over the differences between the Python
         versions with the goal of writing Python code that is compatible on both
         Python versions."
         
    -    ARCH=noarch
    +    ARCH=noarch
     

    INHERITS

    -

    python.org.cygclass +

    python.org.cygclass

    REQUIRES

    pythonXY, pythonXY-pip (for each X.Y version of Python being built) @@ -84,12 +84,12 @@


    -

    PYTHON_WHEEL_VERSIONS

    +

    PYTHON_WHEEL_VERSIONS

    -

    [ Top ] [ python-wheel.cygclass ] [ Variables ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Variables ]

    SYNOPSIS

      PYTHON_WHEEL_VERSIONS="2.7:3.5" # e.g. added to stdlib in 3.6
    -  inherit python-wheel
    +  inherit python-wheel
     

    DESCRIPTION

    A colon-seperated list of version(s) for which this module should be built. @@ -133,12 +133,12 @@


    -

    PKG_NAMES (python-wheel)

    +

    PKG_NAMES (python-wheel)

    -

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    DESCRIPTION

    For a NAME of python-foo, pythonXY-foo binary packages are created - automatically, corresponding to each X.Y version in PYTHON_WHEEL_VERSIONS. + automatically, corresponding to each X.Y version in PYTHON_WHEEL_VERSIONS. Each package also includes its own independent copy of the automatically installed documentation (COPYING, README, etc.). For those packages which install scripts into /usr/bin, these should be added to the respective @@ -147,9 +147,9 @@


    -

    python_wheel_compile

    +

    python_wheel_compile

    -

    [ Top ] [ python-wheel.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Compile Functions ]

    SYNOPSIS

      python_wheel_compile [OPTIONS]
     
    @@ -159,9 +159,9 @@
    -

    python_wheel_install

    +

    python_wheel_install

    -

    [ Top ] [ python-wheel.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Install Functions ]

    SYNOPSIS

      python_wheel_install [OPTIONS]
     
    @@ -171,9 +171,9 @@
    -

    dowheel

    +

    dowheel

    -

    [ Top ] [ python-wheel.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Install Functions ]

    SYNOPSIS

      dowheel WHEEL [WHEEL] ...
     
    @@ -184,32 +184,32 @@
    -

    src_compile (python-wheel)

    +

    src_compile (python-wheel)

    -

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        python_wheel_compile
    +        python_wheel_compile
     }
     

    -

    src_install (python-wheel)

    +

    src_install (python-wheel)

    -

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        python_wheel_install
    +        python_wheel_install
     }
     
    diff --git a/python2-distutils_cygclass.html b/python2-distutils_cygclass.html index 1f055cf..92758f4 100644 --- a/python2-distutils_cygclass.html +++ b/python2-distutils_cygclass.html @@ -34,19 +34,19 @@

    TABLE OF CONTENTS


    -

    python2-distutils.cygclass

    +

    python2-distutils.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Distutils is the most common method for building and installing Python libraries and programs. The build is defined by a setup.py file in the @@ -58,7 +58,7 @@

    This cygclass handles the building of Python 2.x distutils-based packages.

    INHERITS

    -

    python.org.cygclass, python2.cygclass +

    python.org.cygclass, python2.cygclass

    REQUIRES

    python2 @@ -66,9 +66,9 @@


    -

    python2_distutils_compile

    +

    python2_distutils_compile

    -

    [ Top ] [ python2-distutils.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ python2-distutils.cygclass ] [ Compile Functions ]

    SYNOPSIS

      python2_distutils_compile [OPTIONS]
     
    @@ -78,9 +78,9 @@
    -

    python2_distutils_install

    +

    python2_distutils_install

    -

    [ Top ] [ python2-distutils.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2-distutils.cygclass ] [ Install Functions ]

    SYNOPSIS

      python2_distutils_install [OPTIONS]
     
    @@ -91,32 +91,32 @@
    -

    src_compile (python2-distutils)

    +

    src_compile (python2-distutils)

    -

    [ Top ] [ python2-distutils.cygclass ] [ Overloads ]

    +

    [ Top ] [ python2-distutils.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        python2_distutils_compile
    +        python2_distutils_compile
     }
     

    -

    src_install (python2-distutils)

    +

    src_install (python2-distutils)

    -

    [ Top ] [ python2-distutils.cygclass ] [ Overloads ]

    +

    [ Top ] [ python2-distutils.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        python2_distutils_install
    +        python2_distutils_install
     }
     
    diff --git a/python2-wheel_cygclass.html b/python2-wheel_cygclass.html index 592417b..6c68f18 100644 --- a/python2-wheel_cygclass.html +++ b/python2-wheel_cygclass.html @@ -34,19 +34,19 @@

    TABLE OF CONTENTS


    -

    python2-wheel.cygclass

    +

    python2-wheel.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Wheels are the new standard for installing Python libraries and programs. The build is defined by a setup.py file in the top source directory, which @@ -60,21 +60,21 @@ support both Python 2 and 3 should use python-wheel.cygclass instead.

    EXAMPLE

    -
        inherit python2-wheel
    +
        inherit python2-wheel
         
         NAME="python-futures"
         VERSION=3.1.1
         RELEASE=1
    -    CATEGORY="Python"
    -    SUMMARY="Backport of Python concurrent.futures to 2.7"
    -    DESCRIPTION="The concurrent.futures module provides a high-level interface
    +    CATEGORY="Python"
    +    SUMMARY="Backport of Python concurrent.futures to 2.7"
    +    DESCRIPTION="The concurrent.futures module provides a high-level interface
         for asynchronously executing callables.  This module is a backport for
         Python 2.7."
         
    -    ARCH=noarch
    +    ARCH=noarch
     

    INHERITS

    -

    python2.cygclass, python-wheel.cygclass +

    python2.cygclass, python-wheel.cygclass

    REQUIRES

    python2, python2-pip @@ -82,9 +82,9 @@


    -

    python2_wheel_compile

    +

    python2_wheel_compile

    -

    [ Top ] [ python2-wheel.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ python2-wheel.cygclass ] [ Compile Functions ]

    SYNOPSIS

      python2_wheel_compile [OPTIONS]
     
    @@ -94,9 +94,9 @@
    -

    python2_wheel_install

    +

    python2_wheel_install

    -

    [ Top ] [ python2-wheel.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2-wheel.cygclass ] [ Install Functions ]

    SYNOPSIS

      python2_wheel_install [OPTIONS]
     
    @@ -106,32 +106,32 @@
    -

    src_compile (python2-wheel)

    +

    src_compile (python2-wheel)

    -

    [ Top ] [ python2-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python2-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        python2_wheel_compile
    +        python2_wheel_compile
     }
     

    -

    src_install (python2-wheel)

    +

    src_install (python2-wheel)

    -

    [ Top ] [ python2-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python2-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        python2_wheel_install
    +        python2_wheel_install
     }
     
    diff --git a/python2_cygclass.html b/python2_cygclass.html index f273f55..c074662 100644 --- a/python2_cygclass.html +++ b/python2_cygclass.html @@ -34,27 +34,27 @@

    TABLE OF CONTENTS


    -

    python2.cygclass

    +

    python2.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit python2
    +
      inherit python2
     

    DESCRIPTION

    Python is a general-purpose, interpreted programming language used in a @@ -70,10 +70,10 @@

    NOTE

    python2.cygclass is for the 2.x versions of CPython. For the 3.x versions, - see python3.cygclass. + see python3.cygclass.

    INHERITED BY

    -

    python-wheel.cygclass, python2-distutils.cygclass, pygtk.cygclass +

    python-wheel.cygclass, python2-distutils.cygclass, pygtk.cygclass

    REQUIRES

    python2 @@ -81,93 +81,93 @@


    -

    PYTHON2

    +

    PYTHON2

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Python interpreter.


    -

    PYTHON2_VERSION

    +

    PYTHON2_VERSION

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    The major.minor version of the current Python interpreter.


    -

    PYTHON2_INCLUDEDIR

    +

    PYTHON2_INCLUDEDIR

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Python C library headers.


    -

    PYTHON2_LIB

    +

    PYTHON2_LIB

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Python standard library.

    NOTE

    -

    Never install third-party extensions into PYTHON2_LIB; use PYTHON2_SITELIB instead. +

    Never install third-party extensions into PYTHON2_LIB; use PYTHON2_SITELIB instead.


    -

    PYTHON2_SITELIB

    +

    PYTHON2_SITELIB

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for all Python extension modules.


    -

    LIBPYTHON2

    +

    LIBPYTHON2

    -

    [ Top ] [ python2.cygclass ] [ Definitions ]

    +

    [ Top ] [ python2.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Python C library. This definition must be properly quoted.


    -

    python2into

    +

    python2into

    -

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    SYNOPSIS

      python2into SUBDIRECTORY
     

    DESCRIPTION

    -

    Subdirectory of PYTHON2_SITELIB into which dopython2 should install. This is +

    Subdirectory of PYTHON2_SITELIB into which dopython2 should install. This is usually unnecessary.


    -

    dopython2

    +

    dopython2

    -

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    SYNOPSIS

    -
      [python2into SUBDIRECTORY]
    +
      [python2into SUBDIRECTORY]
       dopython2 MODULE1 [MODULE2] ...
     

    DESCRIPTION

    -

    Installs the given Python module(s) (.py or .dll) into PYTHON2_SITELIB under $D, - or a subdirectory thereof if python2into was previously called. +

    Installs the given Python module(s) (.py or .dll) into PYTHON2_SITELIB under $D, + or a subdirectory thereof if python2into was previously called.


    -

    python2_optimize

    +

    python2_optimize

    -

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    SYNOPSIS

      python2_optimize DIRECTORY [DIRECTORY] ...
     
    @@ -180,26 +180,26 @@ as _PYTHON files (in which case a py-compile script will be present in $S). Some automake-based packages mistakenly declare these as _DATA instead, in which case either the Makefile.am must be patched or this function called - after cyginstall. + after cyginstall.


    -

    python2_fix_shebang

    +

    python2_fix_shebang

    -

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python2.cygclass ] [ Install Functions ]

    SYNOPSIS

      python2_fix_shebang SCRIPT [SCRIPT ...]
     

    DESCRIPTION

    -

    Fixes the designated interpreter of SCRIPT to PYTHON2. This would be necessary +

    Fixes the designated interpreter of SCRIPT to PYTHON2. This would be necessary if the original uses an incorrect path (e.g. /usr/local/bin) or an incorrectly versioned binary. SCRIPT need not be prefixed by $D.

    diff --git a/python3-distutils_cygclass.html b/python3-distutils_cygclass.html index ad26334..60d7f2f 100644 --- a/python3-distutils_cygclass.html +++ b/python3-distutils_cygclass.html @@ -34,19 +34,19 @@

    TABLE OF CONTENTS


    -

    python3-distutils.cygclass

    +

    python3-distutils.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Distutils is the most common method for building and installing Python libraries and programs. The build is defined by a setup.py file in the @@ -58,7 +58,7 @@

    This cygclass handles the building of Python 3.x distutils-based packages.

    INHERITS

    -

    python.org.cygclass, python3.cygclass +

    python.org.cygclass, python3.cygclass

    REQUIRES

    python3 @@ -66,9 +66,9 @@


    -

    python3_distutils_compile

    +

    python3_distutils_compile

    -

    [ Top ] [ python3-distutils.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ python3-distutils.cygclass ] [ Compile Functions ]

    SYNOPSIS

      python3_distutils_compile [OPTIONS]
     
    @@ -78,9 +78,9 @@
    -

    python3_distutils_install

    +

    python3_distutils_install

    -

    [ Top ] [ python3-distutils.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3-distutils.cygclass ] [ Install Functions ]

    SYNOPSIS

      python3_distutils_install [OPTIONS]
     
    @@ -91,32 +91,32 @@
    -

    src_compile (python3-distutils)

    +

    src_compile (python3-distutils)

    -

    [ Top ] [ python3-distutils.cygclass ] [ Overloads ]

    +

    [ Top ] [ python3-distutils.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        python3_distutils_compile
    +        python3_distutils_compile
     }
     

    -

    src_install (python3-distutils)

    +

    src_install (python3-distutils)

    -

    [ Top ] [ python3-distutils.cygclass ] [ Overloads ]

    +

    [ Top ] [ python3-distutils.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        python3_distutils_install
    +        python3_distutils_install
     }
     
    diff --git a/python3-wheel_cygclass.html b/python3-wheel_cygclass.html index 55f943a..8ca49b5 100644 --- a/python3-wheel_cygclass.html +++ b/python3-wheel_cygclass.html @@ -34,19 +34,19 @@

    TABLE OF CONTENTS


    -

    python3-wheel.cygclass

    +

    python3-wheel.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Wheels are the new standard for installing Python libraries and programs. The build is defined by a setup.py file in the top source directory, which @@ -60,24 +60,24 @@ both Python 2 and 3 should use python-wheel.cygclass instead.

    EXAMPLE

    -
        inherit python3-wheel
    +
        inherit python3-wheel
         
         NAME="git-review"
         VERSION=1.25.0
         RELEASE=1
    -    CATEGORY="Devel"
    -    SUMMARY="Git command for Gerrit submissions"
    -    DESCRIPTION="git-review is a tool that helps submitting git branches to
    +    CATEGORY="Devel"
    +    SUMMARY="Git command for Gerrit submissions"
    +    DESCRIPTION="git-review is a tool that helps submitting git branches to
         Gerrit for review."
    -    HOMEPAGE="https://opendev.org/opendev/git-review"
    -    SRC_URI="https://tarballs.opendev.org/openstack/git-review/${NAME}-${VERSION}.tar.gz"
    +    HOMEPAGE="https://opendev.org/opendev/git-review"
    +    SRC_URI="https://tarballs.opendev.org/openstack/git-review/${NAME}-${VERSION}.tar.gz"
         
    -    ARCH=noarch
    +    ARCH=noarch
         
    -    REQUIRES="git"
    +    REQUIRES="git"
     

    INHERITS

    -

    python3.cygclass, python-wheel.cygclass +

    python3.cygclass, python-wheel.cygclass

    REQUIRES

    python3, python3-pip @@ -85,9 +85,9 @@


    -

    python3_wheel_compile

    +

    python3_wheel_compile

    -

    [ Top ] [ python3-wheel.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ python3-wheel.cygclass ] [ Compile Functions ]

    SYNOPSIS

      python3_wheel_compile [OPTIONS]
     
    @@ -97,9 +97,9 @@
    -

    python3_wheel_install

    +

    python3_wheel_install

    -

    [ Top ] [ python3-wheel.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3-wheel.cygclass ] [ Install Functions ]

    SYNOPSIS

      python3_wheel_install [OPTIONS]
     
    @@ -109,32 +109,32 @@
    -

    src_compile (python3-wheel)

    +

    src_compile (python3-wheel)

    -

    [ Top ] [ python3-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python3-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        python3_wheel_compile
    +        python3_wheel_compile
     }
     

    -

    src_install (python3-wheel)

    +

    src_install (python3-wheel)

    -

    [ Top ] [ python3-wheel.cygclass ] [ Overloads ]

    +

    [ Top ] [ python3-wheel.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        python3_wheel_install
    +        python3_wheel_install
     }
     
    diff --git a/python3_cygclass.html b/python3_cygclass.html index 4e71b30..8954e9c 100644 --- a/python3_cygclass.html +++ b/python3_cygclass.html @@ -34,30 +34,30 @@

    TABLE OF CONTENTS


    -

    python3.cygclass

    +

    python3.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit python3
    +
      inherit python3
     

    DESCRIPTION

    Python is a general-purpose, interpreted programming language used in a @@ -78,7 +78,7 @@

    NOTE

    python3.cygclass is for the 3.x versions of Python; for the 2.x versions, - see python2.cygclass. + see python2.cygclass.

    INHERITED BY

    python-wheel.cygclass @@ -89,45 +89,45 @@


    -

    PYTHON3

    +

    PYTHON3

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Python3 interpreter.


    -

    PYTHON3_CONFIG

    +

    PYTHON3_CONFIG

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Python3 config script.


    -

    PYTHON3_VERSION

    +

    PYTHON3_VERSION

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    The major.minor version of the current Python3 interpreter.


    -

    PYTHON3_PKGVERSION

    +

    PYTHON3_PKGVERSION

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    The $major$minor version (without a dot) for use in package names.


    -

    PYTHON3_ABIFLAGS

    +

    PYTHON3_ABIFLAGS

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    The ABI flags of the current Python3 interpreter, as used in the names of the interpreter, config script and subdir, shared library, and includedir. @@ -135,75 +135,75 @@


    -

    PYTHON3_INCLUDEDIR

    +

    PYTHON3_INCLUDEDIR

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Python3 C library headers.


    -

    PYTHON3_LIB

    +

    PYTHON3_LIB

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Python3 standard library.

    NOTE

    -

    Never install third-party extensions into PYTHON3_LIB; use PYTHON3_SITELIB instead. +

    Never install third-party extensions into PYTHON3_LIB; use PYTHON3_SITELIB instead.


    -

    PYTHON3_SITELIB

    +

    PYTHON3_SITELIB

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for all Python3 extension modules.


    -

    LIBPYTHON3

    +

    LIBPYTHON3

    -

    [ Top ] [ python3.cygclass ] [ Definitions ]

    +

    [ Top ] [ python3.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Python3 C library. This definition must be properly quoted.


    -

    python3into

    +

    python3into

    -

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    SYNOPSIS

      python3into SUBDIRECTORY
     

    DESCRIPTION

    -

    Subdirectory of PYTHON3_SITELIB into which dopython3 should install. This is +

    Subdirectory of PYTHON3_SITELIB into which dopython3 should install. This is usually unnecessary.


    -

    dopython3

    +

    dopython3

    -

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    SYNOPSIS

    -
      [python3into SUBDIRECTORY]
    +
      [python3into SUBDIRECTORY]
       dopython3 MODULE1 [MODULE2] ...
     

    DESCRIPTION

    -

    Installs the given Python3 module(s) (.py or .dll) into PYTHON3_SITELIB under $D, - or a subdirectory thereof if python3into was previously called. +

    Installs the given Python3 module(s) (.py or .dll) into PYTHON3_SITELIB under $D, + or a subdirectory thereof if python3into was previously called.


    -

    python3_optimize

    +

    python3_optimize

    -

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    SYNOPSIS

      python3_optimize DIRECTORY [DIRECTORY] ...
     
    @@ -213,21 +213,21 @@
    -

    python3_fix_shebang

    +

    python3_fix_shebang

    -

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ python3.cygclass ] [ Install Functions ]

    SYNOPSIS

      python3_fix_shebang SCRIPT [SCRIPT ...]
     

    DESCRIPTION

    -

    Fixes the designated interpreter of SCRIPT to PYTHON3. This would be necessary +

    Fixes the designated interpreter of SCRIPT to PYTHON3. This would be necessary if the original uses an incorrect path (e.g. /usr/local/bin) or an incorrectly versioned binary. SCRIPT need not be prefixed by $D.

    diff --git a/python_org_cygclass.html b/python_org_cygclass.html index 57c89ac..7903feb 100644 --- a/python_org_cygclass.html +++ b/python_org_cygclass.html @@ -34,58 +34,58 @@

    TABLE OF CONTENTS


    -

    python.org.cygclass

    +

    python.org.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit python.org
    +
      inherit python.org
     

    DESCRIPTION

    This cygclass is to be used for packages which are shipped in PyPI (the Python Package Index).

    -

    In most cases, you do not need to directly inherit this cygclass; +

    In most cases, you do not need to directly inherit this cygclass; most Python packages will anyway use one of the cygclasses listed below - which already inherit this cygclass. + which already inherit this cygclass.

    If PN does not match the name of the original source tarball, - define ORIG_PN before inherit()ing. + define ORIG_PN before inherit()ing.

    INHERITED BY

    -

    python-wheel.cygclass, python2-distutils.cygclass, python3-distutils.cygclass +

    python-wheel.cygclass, python2-distutils.cygclass, python3-distutils.cygclass


    -

    HOMEPAGE (python.org)

    +

    HOMEPAGE (python.org)

    -

    [ Top ] [ python.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ python.org.cygclass ] [ Overloads ]

    DESCRIPTION

    Default homepage of the Python module on the Python Package Index.


    -

    SRC_URI (python.org)

    +

    SRC_URI (python.org)

    -

    [ Top ] [ python.org.cygclass ] [ Overloads ]

    +

    [ Top ] [ python.org.cygclass ] [ Overloads ]

    DESCRIPTION

    Download location of the Python module on the Python Package Index.

    diff --git a/qt3-qmake_cygclass.html b/qt3-qmake_cygclass.html index 2f9d3b8..c9e6a1d 100644 --- a/qt3-qmake_cygclass.html +++ b/qt3-qmake_cygclass.html @@ -34,35 +34,35 @@

    TABLE OF CONTENTS


    -

    qt3-qmake.cygclass

    +

    qt3-qmake.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt3-qmake
    +
      inherit qt3-qmake
     

    DESCRIPTION

    This cygclass builds Qt3-based packages which use the qmake build system.

    INHERITS

    -

    qt3.cygclass +

    qt3.cygclass


    -

    cygqmake3

    +

    cygqmake3

    -

    [ Top ] [ qt3-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt3-qmake.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       cygqmake3
    @@ -73,21 +73,21 @@
     
     
    -

    qt3_qmake_compile

    +

    qt3_qmake_compile

    -

    [ Top ] [ qt3-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt3-qmake.cygclass ] [ Compile Functions ]

    DEFINITION

    qt3_qmake_compile() {
    -        cygqmake3
    -        cygmake
    +        cygqmake3
    +        cygmake
     }
     

    -

    qt3_qmake_install

    +

    qt3_qmake_install

    -

    [ Top ] [ qt3-qmake.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt3-qmake.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       qt3_qmake_install
    @@ -103,32 +103,32 @@
     
     
    -

    src_compile (qt3-qmake)

    +

    src_compile (qt3-qmake)

    -

    [ Top ] [ qt3-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt3-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        qt3_qmake_compile
    +        qt3_qmake_compile
     }
     

    -

    src_install (qt3-qmake)

    +

    src_install (qt3-qmake)

    -

    [ Top ] [ qt3-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt3-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        qt3_qmake_install
    +        qt3_qmake_install
     }
     
    diff --git a/qt3_cygclass.html b/qt3_cygclass.html index 95fd50e..0cdd831 100644 --- a/qt3_cygclass.html +++ b/qt3_cygclass.html @@ -34,30 +34,30 @@

    TABLE OF CONTENTS


    -

    qt3.cygclass

    +

    qt3.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt3
    +
      inherit qt3
     

    DESCRIPTION

    Qt is a C++ cross-platform application framework for writing desktop GUI @@ -70,7 +70,7 @@

    NOTES

    • Packages based on the newer 4.x or 5.x versions of Qt must use - qt4.cygclass or qt5.cygclass, respectively. + qt4.cygclass or qt5.cygclass, respectively.
    • The 3.x version of Qt is deprecated. Support for Qt3 may be dropped in the near future. @@ -78,14 +78,14 @@

    INHERITED BY

    -

    kde3.cygclass, qt3-qmake.cygclass +

    kde3.cygclass, qt3-qmake.cygclass


    -

    QTDIR

    +

    QTDIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Root directory of the Qt3 installation. This variable is exported to the build environment. @@ -93,110 +93,110 @@


    -

    QT3_BINDIR

    +

    QT3_BINDIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt3 development tools.


    -

    QT3_INCLUDEDIR

    +

    QT3_INCLUDEDIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt3 library headers.


    -

    QT3_LIBDIR

    +

    QT3_LIBDIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt3 link libraries.


    -

    QT3_PLUGINSDIR

    +

    QT3_PLUGINSDIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt3 plugins.


    -

    QT3_DATADIR

    +

    QT3_DATADIR

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt3 documentation and translation data.


    -

    QT3_QMAKE

    +

    QT3_QMAKE

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt3 project and Makefile generator.


    -

    QT3_MOC

    +

    QT3_MOC

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt3 Meta-Object Compiler.


    -

    QT3_UIC

    +

    QT3_UIC

    -

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt3.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt3 User Interface Compiler.


    -

    doqt3inc

    +

    doqt3inc

    -

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    SYNOPSIS

      doqt3inc HEADERS
     

    DESCRIPTION

    -

    Installs headers into QT3_INCLUDEDIR under $D. +

    Installs headers into QT3_INCLUDEDIR under $D.


    -

    doqt3lib

    +

    doqt3lib

    -

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    SYNOPSIS

      doqt3lib LIBRARIES
     

    DESCRIPTION

    -

    Installs link libraries into QT3_LIBDIR under $D. +

    Installs link libraries into QT3_LIBDIR under $D.


    -

    qt3pluginto

    +

    qt3pluginto

    -

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt3.cygclass ] [ Install Functions ]

    SYNOPSIS

      qt3pluginto SUBDIRECTORY
     

    DESCRIPTION

    -

    Sets the subdirectory of QT3_PLUGINDIR in which doqt3plugin should install. +

    Sets the subdirectory of QT3_PLUGINDIR in which doqt3plugin should install. Supported subdirectores include:

    diff --git a/qt4-cmake_cygclass.html b/qt4-cmake_cygclass.html index bf7b3b8..52afed4 100644 --- a/qt4-cmake_cygclass.html +++ b/qt4-cmake_cygclass.html @@ -34,58 +34,58 @@

    TABLE OF CONTENTS


    -

    qt4-cmake.cygclass

    +

    qt4-cmake.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt4-cmake
    +
      inherit qt4-cmake
     

    DESCRIPTION

    This cygclass builds Qt4-based packages which use the CMake build system.

    INHERITS

    -

    cmake.cygclass, qt4.cygclass +

    cmake.cygclass, qt4.cygclass


    -

    qt4_cmake_compile

    +

    qt4_cmake_compile

    -

    [ Top ] [ qt4-cmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt4-cmake.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       qt4_cmake_compile [OPTIONS]
     

    DESCRIPTION

    -

    Calls cygcmake with options to tell CMake where the Qt4 development tools +

    Calls cygcmake with options to tell CMake where the Qt4 development tools are found, followed by cmake to compile the package. Options, in the form - of -DVARIABLE=VALUE, are passed on to cygcmake. + of -DVARIABLE=VALUE, are passed on to cygcmake.


    -

    src_compile (qt4-cmake)

    +

    src_compile (qt4-cmake)

    -

    [ Top ] [ qt4-cmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt4-cmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${B}
    -        : ${CYGCMAKE_GENERATOR=Ninja}
    -        qt4_cmake_compile
    +        : ${CYGCMAKE_GENERATOR=Ninja}
    +        qt4_cmake_compile
     }
     
    diff --git a/qt4-qmake_cygclass.html b/qt4-qmake_cygclass.html index a91f4ff..452ecc6 100644 --- a/qt4-qmake_cygclass.html +++ b/qt4-qmake_cygclass.html @@ -34,35 +34,35 @@

    TABLE OF CONTENTS


    -

    qt4-qmake.cygclass

    +

    qt4-qmake.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt4-qmake
    +
      inherit qt4-qmake
     

    DESCRIPTION

    This cygclass builds Qt4-based packages which use the qmake build system.

    INHERITS

    -

    qt4.cygclass +

    qt4.cygclass


    -

    cygqmake4

    +

    cygqmake4

    -

    [ Top ] [ qt4-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt4-qmake.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       cygqmake4
    @@ -73,21 +73,21 @@
     
     
    -

    qt4_qmake_compile

    +

    qt4_qmake_compile

    -

    [ Top ] [ qt4-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt4-qmake.cygclass ] [ Compile Functions ]

    DEFINITION

    qt4_qmake_compile() {
    -        cygqmake4
    -        cygmake
    +        cygqmake4
    +        cygmake
     }
     

    -

    qt4_qmake_install

    +

    qt4_qmake_install

    -

    [ Top ] [ qt4-qmake.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt4-qmake.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       qt4_qmake_install
    @@ -103,32 +103,32 @@
     
     
    -

    src_compile (qt4-qmake)

    +

    src_compile (qt4-qmake)

    -

    [ Top ] [ qt4-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt4-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        qt4_qmake_compile
    +        qt4_qmake_compile
     }
     

    -

    src_install (qt4-qmake)

    +

    src_install (qt4-qmake)

    -

    [ Top ] [ qt4-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt4-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        qt4_qmake_install
    +        qt4_qmake_install
     }
     
    diff --git a/qt4_cygclass.html b/qt4_cygclass.html index a1e1063..301dbcf 100644 --- a/qt4_cygclass.html +++ b/qt4_cygclass.html @@ -34,35 +34,35 @@

    TABLE OF CONTENTS


    -

    qt4.cygclass

    +

    qt4.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt4
    +
      inherit qt4
     

    DESCRIPTION

    Qt is a C++ cross-platform application framework for writing desktop GUI @@ -75,174 +75,174 @@

    NOTES

    INHERITED BY

    -

    kde4.cygclass, qt4-cmake.cygclass, qt4-qmake.cygclass +

    kde4.cygclass, qt4-cmake.cygclass, qt4-qmake.cygclass


    -

    QT4_QTDIR

    +

    QT4_QTDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Root directory for the Qt4 installation.


    -

    QT4_BINDIR

    +

    QT4_BINDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt4 build tools.


    -

    QT4_INCLUDEDIR

    +

    QT4_INCLUDEDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt4 library headers.


    -

    QT4_LIBDIR

    +

    QT4_LIBDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt4 link libraries.


    -

    QT4_PLUGINSDIR

    +

    QT4_PLUGINSDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt4 plugins.


    -

    QT4_IMPORTSDIR

    +

    QT4_IMPORTSDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt4 Quick extensions.


    -

    QT4_DATADIR

    +

    QT4_DATADIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing Qt4 documentation and translation data.


    -

    QT4_MKSPECSDIR

    +

    QT4_MKSPECSDIR

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing Qt4 QMake specs files.


    -

    QT4_QMAKE

    +

    QT4_QMAKE

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 project and Makefile generator


    -

    QT4_MOC

    +

    QT4_MOC

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 Meta-Object Compiler


    -

    QT4_RCC

    +

    QT4_RCC

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 resource compiler


    -

    QT4_UIC

    +

    QT4_UIC

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 User Interface Compiler


    -

    QT4_UIC3

    +

    QT4_UIC3

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 Qt3Support User Interface Compiler


    -

    QT4_LRELEASE

    +

    QT4_LRELEASE

    -

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt4.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt4 Linguist translation compiler


    -

    doqt4inc

    +

    doqt4inc

    -

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    SYNOPSIS

      doqt4inc HEADERS
     

    DESCRIPTION

    -

    Installs headers into QT4_INCLUDEDIR under $D. +

    Installs headers into QT4_INCLUDEDIR under $D.


    -

    doqt4lib

    +

    doqt4lib

    -

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    SYNOPSIS

      doqt4lib LIBRARIES
     

    DESCRIPTION

    -

    Installs link libraries into QT4_LIBDIR under $D. +

    Installs link libraries into QT4_LIBDIR under $D.


    -

    qt4pluginto

    +

    qt4pluginto

    -

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt4.cygclass ] [ Install Functions ]

    SYNOPSIS

      qt4pluginto SUBDIRECTORY
     

    DESCRIPTION

    -

    Sets the subdirectory of QT4_PLUGINDIR in which doqt4plugin should install. +

    Sets the subdirectory of QT4_PLUGINDIR in which doqt4plugin should install. Supported subdirectores include:

    diff --git a/qt5-qmake_cygclass.html b/qt5-qmake_cygclass.html index cc9ac0a..9b567f4 100644 --- a/qt5-qmake_cygclass.html +++ b/qt5-qmake_cygclass.html @@ -34,22 +34,22 @@

    TABLE OF CONTENTS


    -

    qt5-qmake.cygclass

    +

    qt5-qmake.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt5-qmake
    +
      inherit qt5-qmake
     

    DESCRIPTION

    This cygclass builds Qt5-based packages which use the qmake build system, @@ -61,9 +61,9 @@


    -

    cygqmake5

    +

    cygqmake5

    -

    [ Top ] [ qt5-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt5-qmake.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cygqmake5 FILE_OR_DIRECTORY
     
    @@ -74,21 +74,21 @@
    -

    qt5_qmake_compile

    +

    qt5_qmake_compile

    -

    [ Top ] [ qt5-qmake.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ qt5-qmake.cygclass ] [ Compile Functions ]

    DEFINITION

    qt5_qmake_compile() {
    -        cygqmake5 ${S}
    -        cygmake
    +        cygqmake5 ${S}
    +        cygmake
     }
     

    -

    qt5_qmake_install

    +

    qt5_qmake_install

    -

    [ Top ] [ qt5-qmake.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt5-qmake.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       qt5_qmake_install [OPTIONS]
    @@ -106,31 +106,31 @@
     
     
    -

    src_compile (qt5-qmake)

    +

    src_compile (qt5-qmake)

    -

    [ Top ] [ qt5-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt5-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${B}
    -        qt5_qmake_compile
    +        qt5_qmake_compile
     }
     

    -

    src_install (qt5-qmake)

    +

    src_install (qt5-qmake)

    -

    [ Top ] [ qt5-qmake.cygclass ] [ Overloads ]

    +

    [ Top ] [ qt5-qmake.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        qt5_qmake_install
    +        qt5_qmake_install
     }
     
    diff --git a/qt5_cygclass.html b/qt5_cygclass.html index ad60487..11f37c3 100644 --- a/qt5_cygclass.html +++ b/qt5_cygclass.html @@ -34,34 +34,34 @@

    TABLE OF CONTENTS


    -

    qt5.cygclass

    +

    qt5.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit qt5
    +
      inherit qt5
     

    DESCRIPTION

    Qt is a C++ cross-platform application framework for writing desktop GUI @@ -74,162 +74,162 @@

    NOTES

    INHERITED BY

    -

    qt5-qmake.cygclass +

    qt5-qmake.cygclass


    -

    QT5_QTDIR

    +

    QT5_QTDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Root directory for the Qt5 installation.


    -

    QT5_BINDIR

    +

    QT5_BINDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt5 build tools.


    -

    QT5_INCLUDEDIR

    +

    QT5_INCLUDEDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt5 library headers.


    -

    QT5_LIBDIR

    +

    QT5_LIBDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing the Qt5 link libraries.


    -

    QT5_PLUGINSDIR

    +

    QT5_PLUGINSDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt5 plugins.


    -

    QT5_IMPORTSDIR

    +

    QT5_IMPORTSDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt5 Quick 1 extensions.


    -

    QT5_QMLDIR

    +

    QT5_QMLDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt5 Quick 2 extensions.


    -

    QT5_DATADIR

    +

    QT5_DATADIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Directory containing Qt5 documentation, and translation data.


    -

    QT5_MKSPECSDIR

    +

    QT5_MKSPECSDIR

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for Qt5 QMake specs files.


    -

    QT5_QMAKE

    +

    QT5_QMAKE

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt5 project and Makefile generator


    -

    QT5_MOC

    +

    QT5_MOC

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt5 Meta-Object Compiler


    -

    QT5_RCC

    +

    QT5_RCC

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt5 resource compiler


    -

    QT5_UIC

    +

    QT5_UIC

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt5 User Interface Compiler


    -

    QT5_LRELEASE

    +

    QT5_LRELEASE

    -

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    +

    [ Top ] [ qt5.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Qt5 Linguist translation compiler


    -

    doqt5inc

    +

    doqt5inc

    -

    [ Top ] [ qt5.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt5.cygclass ] [ Install Functions ]

    SYNOPSIS

      doqt5inc HEADERS
     

    DESCRIPTION

    -

    Installs headers into QT5_INCLUDEDIR under $D. +

    Installs headers into QT5_INCLUDEDIR under $D.


    -

    qt5pluginto

    +

    qt5pluginto

    -

    [ Top ] [ qt5.cygclass ] [ Install Functions ]

    +

    [ Top ] [ qt5.cygclass ] [ Install Functions ]

    SYNOPSIS

      qt5pluginto SUBDIRECTORY
     

    DESCRIPTION

    -

    Sets the subdirectory of QT5_PLUGINDIR in which doqt5plugin should install. +

    Sets the subdirectory of QT5_PLUGINDIR in which doqt5plugin should install. Supported subdirectories include:

    diff --git a/robo_sourcefiles.html b/robo_sourcefiles.html index 857c2ac..cd20c7a 100644 --- a/robo_sourcefiles.html +++ b/robo_sourcefiles.html @@ -318,7 +318,7 @@ syntax.cygpart diff --git a/ruby_cygclass.html b/ruby_cygclass.html index 5fbdcf1..c80384c 100644 --- a/ruby_cygclass.html +++ b/ruby_cygclass.html @@ -34,42 +34,42 @@

    TABLE OF CONTENTS


    -

    ruby.cygclass

    +

    ruby.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit ruby
    +
      inherit ruby
     

    DESCRIPTION

    Ruby is a general-purpose, object oriented scripting language. Originally @@ -100,18 +100,18 @@


    -

    RUBY

    +

    RUBY

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the Ruby interpreter.


    -

    RUBY_VERSION

    +

    RUBY_VERSION

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    The version of the Ruby interpreter.

    @@ -122,80 +122,80 @@
    -

    RUBY_LIB

    +

    RUBY_LIB

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Ruby standard library.

    NOTE

    -

    Never install third-party extensions into RUBY_LIB; use RUBY_VENDORLIB instead. +

    Never install third-party extensions into RUBY_LIB; use RUBY_VENDORLIB instead.


    -

    RUBY_ARCH

    +

    RUBY_ARCH

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Ruby standard C extensions.

    NOTE

    -

    Never install third-party extensions into RUBY_ARCH; use RUBY_VENDORARCH instead. +

    Never install third-party extensions into RUBY_ARCH; use RUBY_VENDORARCH instead.


    -

    RUBY_HEADERDIR

    +

    RUBY_HEADERDIR

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Path containing the Ruby API headers.


    -

    RUBY_VENDORLIB

    +

    RUBY_VENDORLIB

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party Ruby libraries.


    -

    RUBY_VENDORARCH

    +

    RUBY_VENDORARCH

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for third-party Ruby C extensions.


    -

    RI_SITEDIR

    +

    RI_SITEDIR

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Installation path for RI docs for third-party Ruby extensions.


    -

    LIBRUBY

    +

    LIBRUBY

    -

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    +

    [ Top ] [ ruby.cygclass ] [ Definitions ]

    DESCRIPTION

    Link flags for the Ruby C library.


    -

    CATEGORY (ruby)

    +

    CATEGORY (ruby)

    -

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    +

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Ruby"
    +
    CATEGORY="Ruby"
     

    NOTE

    This is defined only if PN begins with "ruby-". @@ -203,11 +203,11 @@


    -

    SUMMARY (ruby)

    +

    SUMMARY (ruby)

    -

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    +

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Ruby ${PN#ruby-} module"
    +
    SUMMARY="Ruby ${PN#ruby-} module"
     

    NOTE

    This is defined only if PN begins with "ruby-". @@ -215,9 +215,9 @@


    -

    ruby_compile

    +

    ruby_compile

    -

    [ Top ] [ ruby.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Compile Functions ]

    SYNOPSIS

      cd $B
       ruby_compile
    @@ -230,41 +230,41 @@
     
     
  • setup.rb: executes 'config' and 'setup' commands
  • -
  • extconf.rb: calls ruby_ext_compile +
  • extconf.rb: calls ruby_ext_compile
  • Rakefile: runs the 'rake' command
  • -

    If RDOC_SOURCE is defined, RI docs are then generated. +

    If RDOC_SOURCE is defined, RI docs are then generated.


    -

    RDOC_SOURCE

    +

    RDOC_SOURCE

    -

    [ Top ] [ ruby_compile ] [ Variables ]

    +

    [ Top ] [ ruby_compile ] [ Variables ]

    DESCRIPTION

    Relative path to the Ruby source files containing RDoc documentation.


    -

    ruby_ext_compile

    +

    ruby_ext_compile

    -

    [ Top ] [ ruby.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Compile Functions ]

    SYNOPSIS

      ruby_ext_compile [CONFIGURE_OPTIONS]
     

    DESCRIPTION

    Runs extconf.rb to configure the build and generate a Makefile, - followed by cygmake to compile. + followed by cygmake to compile.


    -

    ruby_install

    +

    ruby_install

    -

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    SYNOPSIS

      cd $B
       ruby_install
    @@ -276,96 +276,96 @@
     
     
  • setup.rb: executes 'config' and 'install' commands
  • -
  • extconf.rb: runs cyginstall +
  • extconf.rb: runs cyginstall
  • Rakefile: runs 'rake install'
  • -

    If RDOC_SOURCE is defined, the RI docs generated in ruby_compile are - also installed into RI_SITEDIR. +

    If RDOC_SOURCE is defined, the RI docs generated in ruby_compile are + also installed into RI_SITEDIR.


    -

    RDOC_MODULE

    +

    RDOC_MODULE

    -

    [ Top ] [ ruby_install ] [ Variables ]

    +

    [ Top ] [ ruby_install ] [ Variables ]

    DESCRIPTION

    A whitespace-separated list of classes or namespaces whose RI docs - should be installed. If RDOC_SOURCE is defined but RDOC_MODULE is + should be installed. If RDOC_SOURCE is defined but RDOC_MODULE is not, all generated documentation will be installed; this is often undesirable, as private classes may also be documented.


    -

    rubyinto

    +

    rubyinto

    -

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    SYNOPSIS

      rubyinto SUBDIRECTORY
     

    DESCRIPTION

    -

    Subdirectory of RUBY_VENDORLIB or RUBY_VENDORARCH that doruby should install. +

    Subdirectory of RUBY_VENDORLIB or RUBY_VENDORARCH that doruby should install. This is usually unnecessary.


    -

    doruby

    +

    doruby

    -

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    SYNOPSIS

    -
      [rubyinto SUBDIRECTORY]
    +
      [rubyinto SUBDIRECTORY]
       doruby FILES
     

    DESCRIPTION

    -

    Installs Ruby extensions into RUBY_VENDORLIB or RUBY_VENDORARCH, or the - subdirectory thereof based on a previous call to rubyinto. +

    Installs Ruby extensions into RUBY_VENDORLIB or RUBY_VENDORARCH, or the + subdirectory thereof based on a previous call to rubyinto.


    -

    ruby_fix_shebang

    +

    ruby_fix_shebang

    -

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    +

    [ Top ] [ ruby.cygclass ] [ Install Functions ]

    SYNOPSIS

      ruby_fix_shebang SCRIPT [SCRIPT ...]
     

    DESCRIPTION

    -

    Fixes the designated interpreter of SCRIPT to RUBY. This would be necessary +

    Fixes the designated interpreter of SCRIPT to RUBY. This would be necessary if the original uses an incorrect path (e.g. /usr/local/bin) or an incorrectly versioned binary. SCRIPT need not be prefixed by $D.


    -

    src_compile (ruby)

    +

    src_compile (ruby)

    -

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    +

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
    -        ruby_compile
    +        ruby_compile
     }
     

    -

    src_install (ruby)

    +

    src_install (ruby)

    -

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    +

    [ Top ] [ ruby.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
    -        ruby_install
    +        ruby_install
     }
     
    diff --git a/rubygem_cygclass.html b/rubygem_cygclass.html index 44b0763..ca7ae6f 100644 --- a/rubygem_cygclass.html +++ b/rubygem_cygclass.html @@ -34,32 +34,32 @@

    TABLE OF CONTENTS


    -

    rubygem.cygclass

    +

    rubygem.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit rubygem
    +
      inherit rubygem
     

    DESCRIPTION

    RubyGems is a Ruby extension hosting service, much like CPAN is for Perl. @@ -72,14 +72,14 @@

    This cygclass provides a framework for building RubyGems packages for Cygwin.

    INHERITS

    -

    ruby.cygclass +

    ruby.cygclass


    -

    RUBYGEM_NAME

    +

    RUBYGEM_NAME

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DESCRIPTION

    The original package name of the package as listed on RubyGems. The default value is NAME without the leading "ruby-", which covers most RubyGems packages. @@ -88,90 +88,90 @@


    -

    CATEGORY (rubygem)

    +

    CATEGORY (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Ruby"
    +
    CATEGORY="Ruby"
     

    -

    SUMMARY (rubygem)

    +

    SUMMARY (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="Ruby ${NAME#ruby-} module"
    +
    SUMMARY="Ruby ${NAME#ruby-} module"
     

    -

    HOMEPAGE (rubygem)

    +

    HOMEPAGE (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DESCRIPTION

    Default homepage of the Ruby module on RubyGems.


    -

    SRC_URI (rubygem)

    +

    SRC_URI (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DESCRIPTION

    Default download location of the Ruby module on RubyGems.


    -

    RUBYGEM_DIR

    +

    RUBYGEM_DIR

    -

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    DESCRIPTION

    The RubyGems system root directory, namely /usr/share/gems.


    -

    RUBYGEM_INSTDIR

    +

    RUBYGEM_INSTDIR

    -

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    DESCRIPTION

    The directory containing the original runtime content of this particular Gem.


    -

    RUBYGEM_SPEC

    +

    RUBYGEM_SPEC

    -

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    DESCRIPTION

    The RubyGems specification file for this particular Gem.


    -

    RUBYGEM_DOCDIR

    +

    RUBYGEM_DOCDIR

    -

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    DESCRIPTION

    The directory containing the generated documentation of this particular Gem.


    -

    RUBYGEM_EXTDIR

    +

    RUBYGEM_EXTDIR

    -

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Definitions ]

    DESCRIPTION

    The directory containing any native compiled extensions of this particular Gem.


    -

    rubygem_compile

    +

    rubygem_compile

    -

    [ Top ] [ rubygem.cygclass ] [ Compile Functions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Compile Functions ]

    SYNOPSIS

      rubygem_compile
     
    @@ -182,9 +182,9 @@
    -

    rubygem_install

    +

    rubygem_install

    -

    [ Top ] [ rubygem.cygclass ] [ Install Functions ]

    +

    [ Top ] [ rubygem.cygclass ] [ Install Functions ]

    SYNOPSIS

      rubygem_install [CONFIGURE_FLAGS]
     
    @@ -193,14 +193,14 @@ as configure flags.

    SEE ALSO

    -

    RUBYGEM_CONFIGURE_ARGS +

    RUBYGEM_CONFIGURE_ARGS


    -

    RUBYGEM_CONFIGURE_ARGS

    +

    RUBYGEM_CONFIGURE_ARGS

    -

    [ Top ] [ rubygem.cygclass ] [ Variables ]

    +

    [ Top ] [ rubygem.cygclass ] [ Variables ]

    DESCRIPTION

    Configure flags to be passed to extconf.rb when compiling Gems with C extensions. @@ -208,31 +208,31 @@


    -

    src_compile (rubygem)

    +

    src_compile (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
    -        rubygem_compile
    +        rubygem_compile
     }
     

    -

    src_install (rubygem)

    +

    src_install (rubygem)

    -

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    +

    [ Top ] [ rubygem.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${S}
    -        rubygem_install
    +        rubygem_install
     }
     
    diff --git a/src_compile_cygpart.html b/src_compile_cygpart.html index 45e804e..f1be67d 100644 --- a/src_compile_cygpart.html +++ b/src_compile_cygpart.html @@ -34,16 +34,16 @@

    TABLE OF CONTENTS


    -

    lndirs

    +

    lndirs

    -

    [ Top ] [ Compiling ] [ Compile Functions ]

    +

    [ Top ] [ Compiling ] [ Compile Functions ]

    SYNOPSIS

      lndirs [SOURCE_DIRECTORY [BUILD_DIRECTORY]]
     
    @@ -64,9 +64,9 @@
    -

    manifestize

    +

    manifestize

    -

    [ Top ] [ Compiling ] [ Compile Functions ]

    +

    [ Top ] [ Compiling ] [ Compile Functions ]

    DESCRIPTION

    This function is obsolete with binutils-2.24.51 (20140326) or newer, which provides a default manifest for all PE applications at link time. @@ -74,38 +74,38 @@


    -

    cygmake

    +

    cygmake

    -

    [ Top ] [ Compiling ] [ General Functions ]

    +

    [ Top ] [ Compiling ] [ General Functions ]

    SYNOPSIS

      cygmake [OPTIONS]
     

    DESCRIPTION

    -

    Calls 'make', passing MAKEOPTS and any options given. +

    Calls 'make', passing MAKEOPTS and any options given.

    NOTE

    -

    By default, MAKEOPTS is set to use parallel make based on the number +

    By default, MAKEOPTS is set to use parallel make based on the number of CPU cores on the system. If the package's Makefiles do not support - parallel builds, append "-j1" to MAKEOPTS or call "cygmake -j1". + parallel builds, append "-j1" to MAKEOPTS or call "cygmake -j1".


    -

    src_compile

    +

    src_compile

    -

    [ Top ] [ Compiling ] [ Compile Functions ]

    +

    [ Top ] [ Compiling ] [ Compile Functions ]

    DESCRIPTION

    -

    This function must be defined in the .cygport file, or in inherit()ed +

    This function must be defined in the .cygport file, or in inherit()ed cygclasses, containing all steps necessary to configure and compile the package.

    -

    The default src_compile function is provided by autotools.cygclass. +

    The default src_compile function is provided by autotools.cygclass.

    diff --git a/src_fetch_cygpart.html b/src_fetch_cygpart.html index d30110d..82b8e9d 100644 --- a/src_fetch_cygpart.html +++ b/src_fetch_cygpart.html @@ -34,49 +34,49 @@

    TABLE OF CONTENTS


    -

    Downloading

    +

    Downloading

    -

    [ Top ] [ Chapter 5 ] [ Concepts ]

    +

    [ Top ] [ Chapter 5 ] [ Concepts ]


    -

    SRC_URI

    +

    SRC_URI

    -

    [ Top ] [ Downloading ] [ Variables ]

    +

    [ Top ] [ Downloading ] [ Variables ]

    DESCRIPTION

    Download address(es) for the package source file(s), as a string. The first file in SRC_URI will be considered the primary source file - and will determine the default SRC_DIR. + and will determine the default SRC_DIR.

    Individual source files maintained locally may also be used by adding @@ -104,15 +104,15 @@ a default SRC_URI based on the values of PN and PV.

    SEE ALSO

    -

    bzr.cygclass, cvs.cygclass, fossil.cygclass, git.cygclass, hg.cygclass, - mtn.cygclass, svn.cygclass, Mirrors. +

    bzr.cygclass, cvs.cygclass, fossil.cygclass, git.cygclass, hg.cygclass, + mtn.cygclass, svn.cygclass, Mirrors.


    -

    PATCH_URI

    +

    PATCH_URI

    -

    [ Top ] [ Downloading ] [ Variables ]

    +

    [ Top ] [ Downloading ] [ Variables ]

    DESCRIPTION

    Download address(es) for source patches which are to be applied immediately after unpacking sources, as a string. @@ -128,12 +128,12 @@ automatically applied, if present.

    NOTE

    -

    See SRC_URI for details about URI handling in cygport. +

    See SRC_URI for details about URI handling in cygport.

    diff --git a/src_install_cygpart.html b/src_install_cygpart.html index 6265bf4..8006b1d 100644 --- a/src_install_cygpart.html +++ b/src_install_cygpart.html @@ -34,54 +34,54 @@

    TABLE OF CONTENTS


    -

    Installing

    +

    Installing

    -

    [ Top ] [ Chapter 10 ] [ Concepts ]

    +

    [ Top ] [ Chapter 10 ] [ Concepts ]

    NOTE

    In the context of cygport, "installing" always means into the DESTDIR $D. However, the syntax of the convenience functions is as if one were @@ -90,9 +90,9 @@


    -

    dodir

    +

    dodir

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      dodir DIRECTORY [DIRECTORY] ...
     
    @@ -102,9 +102,9 @@
    -

    keepdir

    +

    keepdir

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      keepdir DIRECTORY [DIRECTORY] ...
     
    @@ -113,14 +113,14 @@ automatic postinstall steps.

    SEE ALSO

    -

    KEEPDIRS +

    KEEPDIRS


    -

    dobin

    +

    dobin

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      dobin FILE [FILE] ...
     
    @@ -130,9 +130,9 @@
    -

    newbin

    +

    newbin

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      newbin FILE NEW_NAME
     
    @@ -143,126 +143,126 @@
    -

    docinto

    +

    docinto

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      docinto [/]SUBDIRECTORY
     

    DESCRIPTION

    -

    Sets the subdirectory into which dodoc and newdoc should install. - If the subdirectory is prefixed by a slash, then dodoc and newdoc will use +

    Sets the subdirectory into which dodoc and newdoc should install. + If the subdirectory is prefixed by a slash, then dodoc and newdoc will use /usr/share/doc/SUBDIRECTORY/; if not, they will use /usr/share/doc/PN/SUBDIRECTORY/.


    -

    dodoc

    +

    dodoc

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      dodoc FILE [FILE] ...
     

    DESCRIPTION

    Installs the given files or directories into $D/usr/share/doc/PN/, or a - subdirectory thereof specified by the previous call to docinto. + subdirectory thereof specified by the previous call to docinto.


    -

    newdoc

    +

    newdoc

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      newdoc FILE NEW_NAME
     

    DESCRIPTION

    Installs the given file into $D/usr/share/doc/PN/, or a subdirectory thereof - specified by the previous call to docinto, with the given new name. + specified by the previous call to docinto, with the given new name.


    -

    exeinto

    +

    exeinto

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      exeinto DIRECTORY
     

    DESCRIPTION

    -

    Specifies the directory under $D into which doexe and newexe will install. +

    Specifies the directory under $D into which doexe and newexe will install.


    -

    doexe

    +

    doexe

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      doexe FILE [FILE] ...
     

    DESCRIPTION

    Installs the given file(s) into the directory under $D specified by the - preceding call to exeinto and makes them executable. + preceding call to exeinto and makes them executable.


    -

    newexe

    +

    newexe

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      newexe FILE NEW_NAME
     

    DESCRIPTION

    Installs the given file into the directory under $D specified by the - preceding call to exeinto, renaming it as indicated, and makes it executable. + preceding call to exeinto, renaming it as indicated, and makes it executable.


    -

    insinto

    +

    insinto

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      insinto DIRECTORY
     

    DESCRIPTION

    -

    Specifies the directory under $D into which doins and newins will install. +

    Specifies the directory under $D into which doins and newins will install.


    -

    doins

    +

    doins

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      doins FILE [FILE] ...
     

    DESCRIPTION

    Installs the given file(s) into the directory under $D specified by the - preceding call to insinto. Files are made not executable. + preceding call to insinto. Files are made not executable.


    -

    newins

    +

    newins

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      newins FILE NEW_NAME
     

    DESCRIPTION

    Installs the given file into the directory under $D specified by the - preceding call to insinto, renaming it as indicated. Files are made not + preceding call to insinto, renaming it as indicated. Files are made not executable.


    -

    doicon

    +

    doicon

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      doicon FILE [FILE] ...
     
    @@ -282,9 +282,9 @@
    -

    newicon

    +

    newicon

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      newicon FILE NEW_NAME
     
    @@ -298,34 +298,34 @@
    -

    includeinto

    +

    includeinto

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      includeinto SUBDIRECTORY
     

    DESCRIPTION

    -

    Sets the subdirectory of the standard includedir into which doinclude should install. +

    Sets the subdirectory of the standard includedir into which doinclude should install.


    -

    doinclude

    +

    doinclude

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      doinclude HEADER [HEADER] ...
     

    DESCRIPTION

    Installs the given headers into the standard includedir, or the subdirectory thereof - specified by a previous call to includeinto. + specified by a previous call to includeinto.


    -

    dolib

    +

    dolib

    -

    [ Top ] [ Installing ] [ Install Functions ]

    +

    [ Top ] [ Installing ] [ Install Functions ]

    SYNOPSIS

      dolib LIBRARY [LIBRARY] ...
     
    @@ -333,18 +333,18 @@

    Installs the given libtool, static, or import libraries into the standard libdir.

    NOTES

    -
    diff --git a/src_postinst_cygpart.html b/src_postinst_cygpart.html index 2b52799..c334454 100644 --- a/src_postinst_cygpart.html +++ b/src_postinst_cygpart.html @@ -34,52 +34,52 @@

    TABLE OF CONTENTS


    -

    Postinstall

    +

    Postinstall

    -

    [ Top ] [ Chapter 11 ] [ Concepts ]

    +

    [ Top ] [ Chapter 11 ] [ Concepts ]


    -

    Core X11 Fonts

    +

    Core X11 Fonts

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Font directories which are registered with a symlink in the X11 font catalogue (for use as server-side core fonts) will have the 'fonts.dir' @@ -89,9 +89,9 @@


    -

    Freedesktop.org MIME

    +

    Freedesktop.org MIME

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Packages which include desktop menu entries with MimeType declarations, or additional definitions for the Shared MIME-Info database, will be cleaned @@ -102,9 +102,9 @@


    -

    GConf Schemas

    +

    GConf Schemas

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Package postinstall and preremove scripts will be automatically generated to un/register GConf schemas into the system GConf database. @@ -113,14 +113,14 @@

    Packages providing GConf schemas must require the GConf2 package.

    SEE ALSO

    -

    RESTRICT +

    RESTRICT


    -

    GdkPixbuf Loaders

    +

    GdkPixbuf Loaders

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Package postinstall scripts will be automatically generated to register GdkPixbuf loaders with the system GdkPixbuf loader cache. @@ -131,9 +131,9 @@


    -

    GTK+ Input Method Modules

    +

    GTK+ Input Method Modules

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Package postinstall scripts will be automatically generated to register GTK+ Input Method Modules with the system module cache. @@ -145,9 +145,9 @@


    -

    Icon Themes

    +

    Icon Themes

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Perpetual postinstall scripts will be automatically generated for packages providing an icon theme, and postinstall triggers for those adding additional @@ -156,9 +156,9 @@


    -

    Python Bytecompiling

    +

    Python Bytecompiling

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    All Python modules installed into the system site-packages directories (/usr/lib/pythonX.Y) are automatically byte-compiled. @@ -166,13 +166,13 @@


    -

    TeX Live

    +

    TeX Live

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Package postinstall and preremove scripts will be automatically generated for packages installing TeX files into the system TEXMF tree, which will - update the ls-R databases, TeX font maps, and TeX format files. + update the ls-R databases, TeX font maps, and TeX format files.

    NOTE

    Packages providing TeX files must require the texlive-collection-basic @@ -182,9 +182,9 @@


    -

    X Sessions

    +

    X Sessions

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Package postinstall and preremove scripts will be automatically generated for packages which provide X sessions to manage Start Menu shortcuts which @@ -197,22 +197,22 @@


    -

    Documentation Files

    +

    Documentation Files

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Standard documentation files in $S will be automatically installed into $D/usr/share/doc/PN. Empty files will be skipped.

    SEE ALSO

    -

    RESTRICT +

    RESTRICT


    -

    DOCS

    +

    DOCS

    -

    [ Top ] [ Documentation Files ] [ Variables ]

    +

    [ Top ] [ Documentation Files ] [ Variables ]

    DESCRIPTION

    A list of documentation files, relative to $S, to be installed. Note that most standard documentation files are installed automatically and @@ -221,9 +221,9 @@


    -

    HTMLDOCS

    +

    HTMLDOCS

    -

    [ Top ] [ Documentation Files ] [ Variables ]

    +

    [ Top ] [ Documentation Files ] [ Variables ]

    DESCRIPTION

    A list of HTML documentation files, relative to $S, to be installed in the html subdirectory of the standard docdir. @@ -231,9 +231,9 @@


    -

    PKG_DOCS

    +

    PKG_DOCS

    -

    [ Top ] [ Documentation Files ] [ Variables ]

    +

    [ Top ] [ Documentation Files ] [ Variables ]

    DESCRIPTION

    A list of documentation files, relative to $S, to be installed in a PKG-specific docdir and automatically included in the PKG subpackage. @@ -246,24 +246,24 @@

    NOTE

    When using PKG_DOCS, usr/share/doc/PKG should not be included in the - corresponding PKG_CONTENTS; the specified files will be added to the + corresponding PKG_CONTENTS; the specified files will be added to the package automatically.


    -

    Emacs Lisp

    +

    Emacs Lisp

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Emacs Lisp files will be automatically byte-compiled if emacs is present.


    -

    Man Pages

    +

    Man Pages

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    The following cleanup steps will occur if man pages are installed:

    @@ -278,9 +278,9 @@
    -

    Info Pages

    +

    Info Pages

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    The following cleanup steps will occur if info pages are installed:

    @@ -291,14 +291,14 @@

    SEE ALSO

    -

    RESTRICT +

    RESTRICT


    -

    Perl Modules

    +

    Perl Modules

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    The following cleanup steps will occur if Perl module(s) are installed:

    @@ -306,7 +306,7 @@ as they are only of use to CPAN.
  • If the module(s) were installed under the 'site_perl' tree (which they - should not be if perl_compile is used), they will be relocated under the + should not be if perl_compile is used), they will be relocated under the 'vendor_perl' tree.
  • @@ -314,72 +314,72 @@
    -

    Game Data

    +

    Game Data

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    -

    Game data installed into /var/games will be handled with make_etc_defaults. +

    Game data installed into /var/games will be handled with make_etc_defaults.


    -

    Empty Directories

    +

    Empty Directories

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Empty directories will be removed automatically, unless marked for saving - with keepdir or KEEPDIRS. + with keepdir or KEEPDIRS.


    -

    KEEPDIRS

    +

    KEEPDIRS

    -

    [ Top ] [ Empty Directories ] [ Variables ]

    +

    [ Top ] [ Empty Directories ] [ Variables ]

    SYNOPSIS

      KEEPDIRS="DIRECTORY [DIRECTORY...]"
     

    DESCRIPTION

    -

    The equivalent of calling keepdir on the given directories. This variable - can be used for convenience to avoid defining a custom src_install solely - in order to add a keepdir command. +

    The equivalent of calling keepdir on the given directories. This variable + can be used for convenience to avoid defining a custom src_install solely + in order to add a keepdir command.


    -

    Strip Binaries

    +

    Strip Binaries

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Debug symbols in executables and shared libraries will be stripped automatically, except for executables containing bytecode which cannot be stripped.

    SEE ALSO

    -

    RESTRICT +

    RESTRICT


    -

    Split Debugging Information

    +

    Split Debugging Information

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Debug symbols stripped from executables and libraries are preserved as split debuginfo files, and sources referenced therein are automatically installed into a package-specific location. A PN-debuginfo package will be automatically created with split debugging symbols and source files when - present; inclusion in PKG_NAMES and PKG_CONTENTS is not necessary. + present; inclusion in PKG_NAMES and PKG_CONTENTS is not necessary.

    SEE ALSO

    -

    RESTRICT +

    RESTRICT


    -

    Libtool Libraries

    +

    Libtool Libraries

    -

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    +

    [ Top ] [ Postinstall ] [ Postinstall Steps ]

    DESCRIPTION

    Libtool libraries use .la ("libtool archive") files to represent the library in a cross-platform way during the build process. By default, @@ -397,16 +397,16 @@

  • static and import libraries are removed from modules
  • DLLs from non-module libraries will be moved to $D/usr/bin or - $D/$CROSS_BINDIR as appropriate. + $D/$CROSS_BINDIR as appropriate.

  • -

    KEEP_LA_FILES

    +

    KEEP_LA_FILES

    -

    [ Top ] [ Libtool Libraries ] [ Variables ]

    +

    [ Top ] [ Libtool Libraries ] [ Variables ]

    SYNOPSIS

      KEEP_LA_FILES=[all|module|shared|static|none]
     
    @@ -446,9 +446,9 @@
    -

    RESTRICT

    +

    RESTRICT

    -

    [ Top ] [ Postinstall ] [ Variables ]

    +

    [ Top ] [ Postinstall ] [ Variables ]

    DESCRIPTION

    List of automatic postinstall or packaging step(s) which should be skipped for this package. Supported values are: @@ -482,7 +482,7 @@

    diff --git a/src_prep_cygpart.html b/src_prep_cygpart.html index 13ff083..52991ac 100644 --- a/src_prep_cygpart.html +++ b/src_prep_cygpart.html @@ -34,26 +34,26 @@

    TABLE OF CONTENTS


    -

    Preparation

    +

    Preparation

    -

    [ Top ] [ Chapter 6 ] [ Concepts ]

    +

    [ Top ] [ Chapter 6 ] [ Concepts ]


    -

    src_patch_apply_hook

    +

    src_patch_apply_hook

    -

    [ Top ] [ Preparation ] [ Variables ]

    +

    [ Top ] [ Preparation ] [ Variables ]

    DESCRIPTION

    src_patch_apply_hook() is an optional function which can be defined to control patch application, for architecture dependent patches, etc. @@ -64,9 +64,9 @@


    -

    SRC_DIR

    +

    SRC_DIR

    -

    [ Top ] [ Preparation ] [ Variables ]

    +

    [ Top ] [ Preparation ] [ Variables ]

    DESCRIPTION

    The top-level directory of the primary source tarball. Defaults to PN-PV. @@ -78,9 +78,9 @@


    -

    DISTCLEANFILES

    +

    DISTCLEANFILES

    -

    [ Top ] [ Preparation ] [ Variables ]

    +

    [ Top ] [ Preparation ] [ Variables ]

    DESCRIPTION

    A list of files to be deleted immediately upon unpacking sources, relative to $S. This is intended to be used with buildsystem-generated @@ -89,21 +89,21 @@


    -

    src_unpack_hook

    +

    src_unpack_hook

    -

    [ Top ] [ Preparation ] [ Variables ]

    +

    [ Top ] [ Preparation ] [ Variables ]

    DESCRIPTION

    src_unpack_hook() is an optional function which can be defined to alter the original source tree, to avoid large patches - or long DIFF_EXCLUDES. + or long DIFF_EXCLUDES. (This API is not yet stable and is subject to change)


    -

    src_patch_hook

    +

    src_patch_hook

    -

    [ Top ] [ Preparation ] [ Variables ]

    +

    [ Top ] [ Preparation ] [ Variables ]

    DESCRIPTION

    src_patch_hook() an optional function which can be defined, which is called after patches have been applied, for changing @@ -113,7 +113,7 @@

    diff --git a/src_test_cygpart.html b/src_test_cygpart.html index 5e8dfb4..02cb39a 100644 --- a/src_test_cygpart.html +++ b/src_test_cygpart.html @@ -34,23 +34,23 @@

    TABLE OF CONTENTS


    -

    Testing

    +

    Testing

    -

    [ Top ] [ Chapter 9 ] [ Concepts ]

    +

    [ Top ] [ Chapter 9 ] [ Concepts ]


    -

    cygtest

    +

    cygtest

    -

    [ Top ] [ Testing ] [ Testsuite Functions ]

    +

    [ Top ] [ Testing ] [ Testsuite Functions ]

    SYNOPSIS

      cd $B
       cygtest
    @@ -61,9 +61,9 @@
     
     
    -

    src_test

    +

    src_test

    -

    [ Top ] [ Testing ] [ Testsuite Functions ]

    +

    [ Top ] [ Testing ] [ Testsuite Functions ]

    DESCRIPTION

    This function is to be defined in the .cygport file, listing all steps necessary to run the package's test suite, if any. @@ -75,13 +75,13 @@

    DEFINITION

    src_test() {
             cd ${B}
    -        cygtest
    +        cygtest
     }
     
    diff --git a/svn_cygclass.html b/svn_cygclass.html index 903cc47..f8be0da 100644 --- a/svn_cygclass.html +++ b/svn_cygclass.html @@ -34,25 +34,25 @@

    TABLE OF CONTENTS


    -

    svn.cygclass

    +

    svn.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      SVN_URI="..."
    -  [SVN_BRANCH="..."]
    -  [SVN_DATE="..."]
    -  [SVN_REV="..."]
    -  inherit svn
    +
      SVN_URI="..."
    +  [SVN_BRANCH="..."]
    +  [SVN_DATE="..."]
    +  [SVN_REV="..."]
    +  inherit svn
     

    DESCRIPTION

    Subversion is a centralized version control system, designed to be mostly @@ -63,8 +63,8 @@

    This cygclass creates source tarballs from Subversion checkouts.

    NOTE

    -

    This cygclass sets a special SRC_URI for the tarball it creates. If - additional sources are required, be sure to _add_ to SRC_URI rather than +

    This cygclass sets a special SRC_URI for the tarball it creates. If + additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.

    REQUIRES

    @@ -73,49 +73,49 @@
    -

    SVN_URI

    +

    SVN_URI

    -

    [ Top ] [ svn.cygclass ] [ Variables ]

    +

    [ Top ] [ svn.cygclass ] [ Variables ]

    DESCRIPTION

    -

    Address of the Subversion repository. This must be set before inherit()ing - svn.cygclass. +

    Address of the Subversion repository. This must be set before inherit()ing + svn.cygclass.

    NOTE

    While a Subversion repository URI can include the desired branch or tag, for these purposes it is usually best to use the repository top-level (which customarily includes the folders branch/, tags/, and trunk/) as the SVN_URI, - and the desired branch or tag subdirectory as the SVN_BRANCH. + and the desired branch or tag subdirectory as the SVN_BRANCH.


    -

    SVN_BRANCH

    +

    SVN_BRANCH

    -

    [ Top ] [ svn.cygclass ] [ Variables ]

    +

    [ Top ] [ svn.cygclass ] [ Variables ]

    DESCRIPTION

    -

    The branch or tag subdirectory to be downloaded relative to SVN_URI, such +

    The branch or tag subdirectory to be downloaded relative to SVN_URI, such as "branches/some_feature" or "tags/X.Y.Z".

    -

    This must be set before inherit()ing svn.cygclass. If undefined, the "trunk" +

    This must be set before inherit()ing svn.cygclass. If undefined, the "trunk" branch will be used.


    -

    SVN_REV

    +

    SVN_REV

    -

    [ Top ] [ svn.cygclass ] [ Variables ]

    +

    [ Top ] [ svn.cygclass ] [ Variables ]

    DESCRIPTION

    The revision number to be downloaded. If undefined, the latest revision - from the given SVN_BRANCH will be used. + from the given SVN_BRANCH will be used.


    -

    SVN_DATE

    +

    SVN_DATE

    -

    [ Top ] [ svn.cygclass ] [ Variables ]

    +

    [ Top ] [ svn.cygclass ] [ Variables ]

    DESCRIPTION

    The revision date to be downloaded. Preferred form is YYYY-MM-DD [HH:MM], where the time is optional; the hyphens in the date can be omitted. @@ -128,7 +128,7 @@

    diff --git a/syntax_cygpart.html b/syntax_cygpart.html index 4160b97..c6c06bb 100644 --- a/syntax_cygpart.html +++ b/syntax_cygpart.html @@ -43,8 +43,8 @@
  • popd
  • boolean
  • cross_compiling
  • -
  • inherit
  • -
  • inherited
  • +
  • inherit
  • +
  • inherited
  • Messages
    • @@ -69,13 +69,18 @@
    • C
    • D
    +
  • State
  • +

    Format

    -

    [ Top ] [ Chapter 3 ] [ Concepts ]

    +

    [ Top ] [ Chapter 3 ] [ Concepts ]

    INTRODUCTION

    If the .cygport file defines NAME, VERSION, and RELEASE, the filename may be anything, but is conventionally NAME.cygport. Otherwise, the filename @@ -92,9 +97,9 @@ header (#!/bin/bash) should be omitted, and the file should not be executable.

    -

    The bare minimum for a working .cygport file includes a SRC_URI definition, - and src_compile and src_install functions. Note that several Cygclasses - provide some or all of these, so in some cases a single line inherit +

    The bare minimum for a working .cygport file includes a SRC_URI definition, + and src_compile and src_install functions. Note that several Cygclasses + provide some or all of these, so in some cases a single line inherit command will suffice.

    @@ -326,7 +331,7 @@

    [ Top ] [ Globals ] [ Definitions ]

    DESCRIPTION

    -

    The source directory. Build tool regeneration (e.g. cygautoreconf) occurs +

    The source directory. Build tool regeneration (e.g. cygautoreconf) occurs in this directory, but other build steps should occur in B.

    @@ -361,9 +366,35 @@ occur in or into this directory.

    +
    + +

    State

    + +

    [ Top ] [ Format ] [ Concepts ]

    + +
    + +

    INHERITED

    + +

    [ Top ] [ State ] [ Variables ]

    +

    DESCRIPTION

    +

    The names of all Cygclasses which have been inherit-ed. Rather than testing + this directly, use inherited. +

    + +
    + +

    ARCHES

    + +

    [ Top ] [ State ] [ Definitions ]

    +

    DESCRIPTION

    +

    The Cygwin architectures which this package can be built for: "noarch", + "all" or a specific architecture. +

    + diff --git a/tcl_cygclass.html b/tcl_cygclass.html index 03131dc..005b0d5 100644 --- a/tcl_cygclass.html +++ b/tcl_cygclass.html @@ -50,15 +50,15 @@

    tcl.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit tcl
    +
      inherit tcl
     

    DESCRIPTION

    Tcl is a general-purpose scripting language used for a variety of purposes. It supports extensions written in Tcl or C. Tk is both a Tcl extension and a GUI toolkit in its own right, which is used in turn by several other - programming languages (including Perl, Python, R, and Ruby) as their + programming languages (including Perl, Python, R, and Ruby) as their default GUI library.

    @@ -145,7 +145,7 @@ diff --git a/texlive_cygclass.html b/texlive_cygclass.html index b7629ff..eabf4a1 100644 --- a/texlive_cygclass.html +++ b/texlive_cygclass.html @@ -54,7 +54,7 @@

    texlive.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    TeX is an extensible typesetting system used to produce documentation in many formats. TeX Live is the primary TeX distribution for *NIX systems, @@ -68,7 +68,7 @@

    This cygclass creates Cygwin packages from one or more TeX Live packages.

    SEE ALSO

    -

    mirror_ctan +

    mirror_ctan


    @@ -121,7 +121,7 @@

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="Publishing"
    +
    CATEGORY="Publishing"
     

    @@ -130,7 +130,7 @@

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    The default SUMMARY depends on the value of PN. +

    The default SUMMARY depends on the value of PN.


    @@ -139,7 +139,7 @@

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DEFINITION

    -
    DESCRIPTION="TeX Live is an easy way to get up and running with the TeX
    +
    DESCRIPTION="TeX Live is an easy way to get up and running with the TeX
     document production system.  It includes all the major TeX-related
     programs, macro packages, and fonts that are free software, including
     support for many languages around the world."
    @@ -151,7 +151,7 @@ support for many languages around the world."
     
     

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://www.tug.org/texlive/"
    +
    HOMEPAGE="https://www.tug.org/texlive/"
     

    @@ -160,7 +160,7 @@ support for many languages around the world."

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    SRC_URI is constructed automatically based on the value of TEXLIVE_TEXMF_PKGS, +

    SRC_URI is constructed automatically based on the value of TEXLIVE_TEXMF_PKGS, TEXLIVE_ARCH_PKGS, TEXLIVE_DOC_PKGS, and TEXLIVE_PRETEST.

    @@ -183,7 +183,7 @@ support for many languages around the world."

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() { :; }
    +
    src_compile() { :; }
     

    @@ -192,7 +192,7 @@ support for many languages around the world."

    [ Top ] [ texlive.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${S}
             texlive_install
     }
    @@ -200,7 +200,7 @@ support for many languages around the world."
     
      
      
     
     
    diff --git a/toc_index.html b/toc_index.html
    index 97cea16..73952a9 100644
    --- a/toc_index.html
    +++ b/toc_index.html
    @@ -36,33 +36,33 @@
     

    TABLE OF CONTENTS

    -
  • Chapter 4
  • +
  • Chapter 4
  • -
  • Chapter 5
  • +
  • Chapter 5
  • -
  • Chapter 6
  • +
  • Chapter 6
  • -
  • Chapter 7
  • +
  • Chapter 7
  • -
  • Chapter 8
  • - -
  • Chapter 9
  • - -
  • Chapter 10
  • - -
  • Chapter 11
  • - -
  • Chapter 12
  • - -
  • Chapter 13
  • - -
  • Chapter 14
  • - + +
  • Chapter 8
  • + +
  • Chapter 9
  • + +
  • Chapter 10
  • + +
  • Chapter 11
  • + +
  • Chapter 12
  • + +
  • Chapter 13
  • + +
  • Chapter 14
  • + -
  • License
  • +
  • License
  • diff --git a/toolchain_cygclass.html b/toolchain_cygclass.html index 9346e50..d9492d8 100644 --- a/toolchain_cygclass.html +++ b/toolchain_cygclass.html @@ -51,10 +51,10 @@

    toolchain.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

      TOOLCHAIN_TARGET="..."
    -  inherit toolchain
    +  inherit toolchain
     

    DESCRIPTION

    The GNU toolchain, consisting of Binutils, the GCC compilers, and the GDB @@ -67,10 +67,10 @@ run on Cygwin.

    INHERITS

    -

    autotools.cygclass +

    autotools.cygclass

    SEE ALSO

    -

    cross.cygclass +

    cross.cygclass


    @@ -101,7 +101,7 @@ accordingly.

    NOTES

    -

    DESCRIPTION

    Configures the toolchain package with the necessary options for the given - TOOLCHAIN_TARGET, then runs cygmake to build. + TOOLCHAIN_TARGET, then runs cygmake to build.


    @@ -204,7 +204,7 @@ versions in the distribution. They also do not recurse with AC_CONFIG_SUBDIRS.

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${B}
             toolchain_compile
     }
    @@ -212,7 +212,7 @@
     
      
      
     
     
    diff --git a/utils_cygclass.html b/utils_cygclass.html
    index c4e4fcb..dc784f0 100644
    --- a/utils_cygclass.html
    +++ b/utils_cygclass.html
    @@ -42,7 +42,7 @@
     
     

    utils.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    This cygclass contains miscellaneous functions. Currently defined herein are:

    @@ -50,7 +50,7 @@
  • check_lib
  • -
  • check_pkg_config +
  • check_pkg_config
  • @@ -59,13 +59,13 @@

    check_header

    -

    [ Top ] [ Checks ] [ General Functions ]

    +

    [ Top ] [ Checks ] [ General Functions ]

    SYNOPSIS

    -
      inherit utils
    +
      inherit utils
       check_header [-IDIRECTORY] [-IDIRECTORY2] ... HEADER [HEADER2] ...
     

    DESCRIPTION

    -

    Checks for the presence of the given header(s). Directories can be added +

    Checks for the presence of the given header(s). Directories can be added to the default include path by prefixing them with the -I flag. Returns TRUE if all libraries are found, else FALSE.

    @@ -74,20 +74,20 @@

    check_lib

    -

    [ Top ] [ Checks ] [ General Functions ]

    +

    [ Top ] [ Checks ] [ General Functions ]

    SYNOPSIS

    -
      inherit utils
    +
      inherit utils
       check_lib [-LDIRECTORY] [-LDIRECTORY2] ... LIBRARY [LIBRARY2] ...
     

    DESCRIPTION

    -

    Checks for the presence of the given library(ies). Directories can be added +

    Checks for the presence of the given library(ies). Directories can be added to the default library path by prefixing them with the -L flag. Returns TRUE if all libraries are found, else FALSE.

    diff --git a/vim_cygclass.html b/vim_cygclass.html index c69f808..e49c1b0 100644 --- a/vim_cygclass.html +++ b/vim_cygclass.html @@ -47,7 +47,7 @@

    vim.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    DESCRIPTION

    Vim is a text editor which is extensible through scripts written in its own Vimscript language. @@ -149,7 +149,7 @@

    diff --git a/waf_cygclass.html b/waf_cygclass.html index 6a8f0a1..f3a5e27 100644 --- a/waf_cygclass.html +++ b/waf_cygclass.html @@ -58,9 +58,9 @@

    waf.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit waf
    +
      inherit waf
     

    DESCRIPTION

    Waf is a general-purpose build system written in Python used by XMMS2, a @@ -172,8 +172,8 @@

    [ Top ] [ waf.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    -        lndirs
    +
    src_compile() {
    +        lndirs
             cd ${B}
             waf_compile
     }
    @@ -185,7 +185,7 @@
     
     

    [ Top ] [ waf.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_install() {
    +
    src_install() {
             cd ${B}
             waf_install
     }
    @@ -193,7 +193,7 @@
     
      
      
     
     
    diff --git a/wxwidgets_cygclass.html b/wxwidgets_cygclass.html
    index 6ac6e88..edeb244 100644
    --- a/wxwidgets_cygclass.html
    +++ b/wxwidgets_cygclass.html
    @@ -49,12 +49,12 @@
     
     

    wxwidgets.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

      WX_VERSION="X.Y"
       [WX_CODESET="..."]
       [WX_TOOLKIT="..."]
    -  inherit wxwidgets
    +  inherit wxwidgets
     

    DESCRIPTION

    The wxWidgets toolkit is a cross-platform, C++ GUI toolkit which is built @@ -69,7 +69,7 @@ tookit, and codeset of the wxWidgets toolkit.

    NOTE

    -

    When cross-compiling, cross.cygclass must be inherit()ed BEFORE +

    When cross-compiling, cross.cygclass must be inherit()ed BEFORE wxwidgets.cygclass.

    @@ -80,7 +80,7 @@

    [ Top ] [ wxwidgets.cygclass ] [ Variables ]

    DESCRIPTION

    The desired major.minor branch of the wxWidgets toolkit. This variable must - be set before inherit()ing the wxwidgets.cygclass. + be set before inherit()ing the wxwidgets.cygclass.

    NOTE

    Even minor version numbers represent stable branches; versions 2.6, 2.8 @@ -128,9 +128,9 @@

    - This variable must be set before inherit()ing the wxwidgets.cygclass. + This variable must be set before inherit()ing the wxwidgets.cygclass. If undefined, the default on Cygwin is "gtk2" for 2.x and "gtk3" for 3.x; - when cross-compiling, the default depends on CROSS_HOST as indicated above. + when cross-compiling, the default depends on CROSS_HOST as indicated above.


    @@ -144,7 +144,7 @@ do not support "unicode".

    -

    This variable must be set before inherit()ing the wxwidgets.cygclass. +

    This variable must be set before inherit()ing the wxwidgets.cygclass. If undefined, "unicode" is the default if supported by the given WX_TOOLKIT.

    @@ -155,7 +155,7 @@

    [ Top ] [ wxwidgets.cygclass ] [ Definitions ]

    DESCRIPTION

    Absolute path to the wx-config script for the given WX_VERSION, WX_TOOLKIT, - and WX_CODESET (and CROSS_HOST if cross-compiling). This definition is + and WX_CODESET (and CROSS_HOST if cross-compiling). This definition is exported to the build environment.

    @@ -198,7 +198,7 @@ diff --git a/xfce4_cygclass.html b/xfce4_cygclass.html index edecef1..9cac66b 100644 --- a/xfce4_cygclass.html +++ b/xfce4_cygclass.html @@ -48,9 +48,9 @@

    xfce4.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit xfce4
    +
      inherit xfce4
     

    DESCRIPTION

    Xfce is a desktop environment for X which is lighter and faster than GNOME @@ -62,7 +62,7 @@

    This cygclass handles the building of Xfce 4.x packages.

    INHERITS

    -

    autotools.cygclass +

    autotools.cygclass


    @@ -71,7 +71,7 @@

    [ Top ] [ xfce4.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://www.xfce.org/"
    +
    HOMEPAGE="https://www.xfce.org/"
     

    @@ -92,7 +92,7 @@

    Git repository for the package.

    NOTE

    -

    git.cygclass should be inherit()ed last for this to be of use. +

    git.cygclass should be inherit()ed last for this to be of use.


    @@ -120,7 +120,7 @@ pkg-config, xfce4-dev-tools

    SEE ALSO

    -

    cygautoreconf, gnome2_autoreconf +

    cygautoreconf, gnome2_autoreconf


    @@ -133,12 +133,12 @@ xfce4_compile [CONFIGURE_FLAGS]

    DESCRIPTION

    -

    Calls cygconf with the following options, followed by cygmake: +

    Calls cygconf with the following options, followed by cygmake:

    • --disable-visibility: Cygwin does not support ELF visibility attributes
    -

    All arguments to xfce4_compile are passed to cygconf as configure flags. +

    All arguments to xfce4_compile are passed to cygconf as configure flags.


    @@ -147,7 +147,7 @@

    [ Top ] [ xfce4.cygclass ] [ Overloads ]

    DEFINITION

    -
    src_compile() {
    +
    src_compile() {
             cd ${S}
             xfce4_autoreconf
             cd ${B}
    @@ -157,7 +157,7 @@
     
      
      
     
     
    diff --git a/xorg_cygclass.html b/xorg_cygclass.html
    index c4b931b..148936a 100644
    --- a/xorg_cygclass.html
    +++ b/xorg_cygclass.html
    @@ -48,9 +48,9 @@
     
     

    xorg.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit xorg
    +
      inherit xorg
     

    DESCRIPTION

    X.Org provides the reference implementation of the X11 protocol. Since @@ -60,23 +60,23 @@

    This cygclass defines the variables necessary to download X.Org packages, - either as tarballs (default) or from Git (if git.cygclass is inherit()ed + either as tarballs (default) or from Git (if git.cygclass is inherit()ed afterwards).

    HISTORY

    Previous versions of Cygwin and X11 required some additional build steps:

    • Cygwin 1.5 did not have proper locale support, so -DX_LOCALE was added to - CPPFLAGS to force usage of X11's own locale implementation instead. + CPPFLAGS to force usage of X11's own locale implementation instead.
    • Each font package had to be told where to install its fonts during configure.

    As of X11R7.5 for Cygwin 1.7, neither of these are necessary, so xorg.cygclass - relies solely on the build functions provided by autotools.cygclass. + relies solely on the build functions provided by autotools.cygclass.

    INHERITS

    -

    autotools.cygclass +

    autotools.cygclass


    @@ -85,7 +85,7 @@

    [ Top ] [ xorg.cygclass ] [ Overloads ]

    DEFINITION

    -
    CATEGORY="X11"
    +
    CATEGORY="X11"
     

    @@ -94,7 +94,7 @@

    [ Top ] [ xorg.cygclass ] [ Overloads ]

    DEFINITION

    -
    SUMMARY="X.Org ${ORIG_PN} component"
    +
    SUMMARY="X.Org ${ORIG_PN} component"
     

    @@ -103,7 +103,7 @@

    [ Top ] [ xorg.cygclass ] [ Overloads ]

    DEFINITION

    -
    HOMEPAGE="https://www.x.org/"
    +
    HOMEPAGE="https://www.x.org/"
     

    @@ -112,7 +112,7 @@

    [ Top ] [ xorg.cygclass ] [ Overloads ]

    DESCRIPTION

    -

    The compression extension used in the default SRC_URI, set by the xorg +

    The compression extension used in the default SRC_URI, set by the xorg cygclass. For backwards compatibility, this defaults to 'bz2', but a different value may be needed for X.Org packages which no longer provide tarballs using that compression. @@ -139,12 +139,12 @@

    Git repository for the package.

    NOTE

    -

    git.cygclass should be inherit()ed last for this to be of use. +

    git.cygclass should be inherit()ed last for this to be of use.

    diff --git a/xvfb_cygclass.html b/xvfb_cygclass.html index 53fd4c1..d0a2032 100644 --- a/xvfb_cygclass.html +++ b/xvfb_cygclass.html @@ -43,9 +43,9 @@

    xvfb.cygclass

    -

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    +

    [ Top ] [ Cygclasses ] [ Cygclasses ]

    SYNOPSIS

    -
      inherit xvfb
    +
      inherit xvfb
     

    DESCRIPTION

    Some packages require a running X server while building; if one is already @@ -75,7 +75,7 @@ e.g.:

        mycommand() { for f in *; do foo; bar; done ; }
    -    src_compile() {
    +    src_compile() {
           ....
           xvfb_run mycommand
           ....
    @@ -88,7 +88,7 @@