diff options
| author | Irina Patru <irina.patru@intel.com> | 2014-04-28 14:15:17 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-29 17:32:44 +0100 |
| commit | 6ad25fc2a63085574781a57328b825f0bce16ee1 (patch) | |
| tree | 8e5c28690374eb7f12b2e1db9ee04d0a1a33c9ca | |
| parent | 2b09f5ca682a50bf36086c7b3cc3a17760c9a3ed (diff) | |
| download | poky-6ad25fc2a63085574781a57328b825f0bce16ee1.tar.gz | |
package_regex.inc: Changed, removed and added regexes
(From meta-yocto rev: d6774bb3be42b65471390855a181fbe4bc11d2d8)
Signed-off-by: Irina Patru <irina.patru@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 194 |
1 files changed, 104 insertions, 90 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index b360f8f91b..92202fd51f 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
| @@ -18,29 +18,41 @@ COMMON_REGEX = "((\d+[\.\-_]*)+)" | |||
| 18 | #This will need to be changed a little bit when versions are bigger than 9. | 18 | #This will need to be changed a little bit when versions are bigger than 9. |
| 19 | REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/" | 19 | REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/" |
| 20 | REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\"" | 20 | REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\"" |
| 21 | REGEX_pn-atk = "[hH][rR][eE][fF]=\"atk\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 21 | REGEX_URI_pn-adt-installer = "http://code.google.com/p/opkg/downloads/list" |
| 22 | REGEX_URI_pn-arptables = "http://sourceforge.net/projects/ebtables/files/arptables/" | ||
| 23 | REGEX_pn-arptables = "[hH][rR][eE][fF]=\"/projects/ebtables/files/arptables/arptables-v(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 22 | REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | 24 | REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" |
| 23 | REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" | 25 | REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 24 | REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | 26 | REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" |
| 25 | REGEX_pn-beecrypt-native = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" | 27 | REGEX_pn-beecrypt-native = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 26 | REGEX_pn-bdwgc = "[hH][rR][eE][fF]=\"gc\-(?P<pver>((\d+[a-z]?[\.\-_]*)+))\.tar\.gz\"" | 28 | REGEX_pn-bdwgc = "[hH][rR][eE][fF]=\"gc\-(?P<pver>((\d+[a-z]?[\.\-_]*)+))\.tar\.gz\"" |
| 29 | REGEX_URI_pn-bind = "ftp://ftp.isc.org/isc/bind9/" | ||
| 30 | REGEX_pn-bind = "[hH][rR][eE][fF]=\"(?P<pver>((P?\d+[\.\-_]*)+))/\"" | ||
| 27 | REGEX_URI_pn-bjam-native = "http://sourceforge.net/projects/boost/files/boost/" | 31 | REGEX_URI_pn-bjam-native = "http://sourceforge.net/projects/boost/files/boost/" |
| 28 | REGEX_pn-bjam-native = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\"" | 32 | REGEX_pn-bjam-native = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 29 | REGEX_URI_pn-blktool = "ftp://ftp.debian.org/debian/pool/main/b/blktool/" | 33 | REGEX_pn-blktool = "[hH][rR][eE][fF]=\"blktool_(?P<pver>((\d+[\.\-_]*)+))\.(diff|orig\.tar)\.gz\"" |
| 30 | REGEX_pn-blktool = "[hH][rR][eE][fF]=\"ftp://ftp.debian.org:21/debian/pool/main/b/blktool/blktool_(?P<pver>((\d+[\.\-_]*)+))\.(diff|orig\.tar)\.gz\"" | ||
| 31 | REGEX_URI_pn-boost = "http://sourceforge.net/projects/boost/files/boost/" | 34 | REGEX_URI_pn-boost = "http://sourceforge.net/projects/boost/files/boost/" |
| 32 | REGEX_pn-boost = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\"" | 35 | REGEX_pn-boost = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 33 | REGEX_pn-btrfs-tools = "(?P<pver>(\d+(\.\d+)*(\-rc\d+)*))" | 36 | REGEX_pn-btrfs-tools = "(?P<pver>(\d+(\.\d+)*(\-rc\d+)*))" |
| 34 | REGEX_pn-build-appliance-image = "(?P<pver>([0-9][\.|_]?)+)$" | 37 | REGEX_pn-build-appliance-image = "(?P<pver>([0-9][\.|_]?)+)$" |
| 38 | REGEX_URI_pn-bzip2 = "http://www.bzip.org/downloads.html" | ||
| 35 | REGEX_pn-chkconfig-alternatives-native = "chkconfig\-(?P<pver>((\d+[\.\-_]*)+))" | 39 | REGEX_pn-chkconfig-alternatives-native = "chkconfig\-(?P<pver>((\d+[\.\-_]*)+))" |
| 36 | REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052" | 40 | REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052" |
| 37 | REGEX_pn-chrpath = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/chrpath-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 41 | REGEX_pn-chrpath = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/chrpath-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 42 | REGEX_pn-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 43 | REGEX_pn-cmake-native = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 44 | REGEX_pn-nativeesdk-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 38 | REGEX_URI_pn-console-tools = "http://sourceforge.net/projects/lct/files/console-tools/" | 45 | REGEX_URI_pn-console-tools = "http://sourceforge.net/projects/lct/files/console-tools/" |
| 39 | REGEX_pn-console-tools = "[hH][rR][eE][fF]=\"/projects/lct/files/console-tools/(?P<pver>((\d+[\.\-_]*)+))/\"" | 46 | REGEX_pn-console-tools = "[hH][rR][eE][fF]=\"/projects/lct/files/console-tools/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 40 | REGEX_URI_pn-cracklib = "http://sourceforge.net/projects/cracklib/files/cracklib/" | 47 | REGEX_URI_pn-cracklib = "http://sourceforge.net/projects/cracklib/files/cracklib/" |
| 41 | REGEX_pn-cracklib = "[hH][rR][eE][fF]=\"/projects/cracklib/files/cracklib/(?P<pver>((\d+[\.\-_]*)+))/\"" | 48 | REGEX_pn-cracklib = "[hH][rR][eE][fF]=\"/projects/cracklib/files/cracklib/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 49 | REGEX_URI_pn-createrepo = "http://createrepo.baseurl.org/download/" | ||
| 50 | REGEX_pn-createrepo = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 51 | REGEX_URI_pn-createrepo-native = "http://createrepo.baseurl.org/download/" | ||
| 52 | REGEX_pn-createrepo-native = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 42 | REGEX_URI_pn-cups = "http://www.cups.org/software.php" | 53 | REGEX_URI_pn-cups = "http://www.cups.org/software.php" |
| 43 | REGEX_pn-cups = "<tt>cups\-(?P<pver>((\d+[\.\-_]*)+))\-source\.tar\.gz<\/tt>" | 54 | REGEX_pn-cups = "<tt>cups\-(?P<pver>((\d+[\.\-_]*)+))\-source\.tar\.gz<\/tt>" |
| 55 | REGEX_URI_pn-curlpp = "http://code.google.com/p/curlpp/downloads/list" | ||
| 44 | REGEX_URI_pn-cwautomacros = "http://sourceforge.net/projects/cwautomacros.berlios/files/" | 56 | REGEX_URI_pn-cwautomacros = "http://sourceforge.net/projects/cwautomacros.berlios/files/" |
| 45 | REGEX_pn-cwautomacros = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download"" | 57 | REGEX_pn-cwautomacros = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download"" |
| 46 | REGEX_URI_pn-cwautomacros-native = "http://sourceforge.net/projects/cwautomacros.berlios/files/" | 58 | REGEX_URI_pn-cwautomacros-native = "http://sourceforge.net/projects/cwautomacros.berlios/files/" |
| @@ -51,6 +63,15 @@ REGEX_URI_pn-db-native = "http://www.oracle.com/technetwork/products/berkeleydb/ | |||
| 51 | REGEX_pn-db-native = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 63 | REGEX_pn-db-native = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 52 | REGEX_URI_pn-nativesdk-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | 64 | REGEX_URI_pn-nativesdk-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" |
| 53 | REGEX_pn-nativesdk-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 65 | REGEX_pn-nativesdk-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 66 | REGEX_URI_pn-distcc = "http://code.google.com/p/distcc/downloads/list" | ||
| 67 | REGEX_pn-distcc = "[hH][rR][eE][fF]=\"//distcc.googlecode.com/files/distcc-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2\"" | ||
| 68 | REGEX_URI_pn-docbook-dsssl-stylesheets-native = "http://sourceforge.net/projects/docbook/files/docbook-dsssl/" | ||
| 69 | REGEX_pn-docbook-dsssl-stylesheets-native = "[hH][rR][eE][fF]=\"/projects/docbook/files/docbook-dsssl/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 70 | REGEX_URI_pn-docbook-sgml-dtd-3.1-native = "http://docbook.org/sgml/3.1/" | ||
| 71 | PRSPV_pn-docbook-sgml-dtd-3.1-native = "${@d.getVar('PV',1).replace('.','')}" | ||
| 72 | REGEX_URI_pn-docbook-sgml-dtd-4.1-native = "http://docbook.org/sgml/4.1/" | ||
| 73 | PRSPV_pn-docbook-sgml-dtd-4.1-native = "${@d.getVar('PV',1).replace('.','')}" | ||
| 74 | REGEX_URI_pn-docbook-sgml-dtd-4.5-native = "http://docbook.org/sgml/4.5/" | ||
| 54 | REGEX_URI_pn-e2fsprogs = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs/" | 75 | REGEX_URI_pn-e2fsprogs = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs/" |
| 55 | REGEX_pn-e2fsprogs = "[hH][rR][eE][fF]=\"/projects/e2fsprogs/files/e2fsprogs/v(?P<pver>((\d+[\.\-_]*)+))/\"" | 76 | REGEX_pn-e2fsprogs = "[hH][rR][eE][fF]=\"/projects/e2fsprogs/files/e2fsprogs/v(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 56 | REGEX_pn-elfutils = "[hH][rR][eE][fF]=\"(elfutils\-)?(?P<pver>((\d+[\.\-_]*)+))(/|\.tar\.bz2)\"" | 77 | REGEX_pn-elfutils = "[hH][rR][eE][fF]=\"(elfutils\-)?(?P<pver>((\d+[\.\-_]*)+))(/|\.tar\.bz2)\"" |
| @@ -60,6 +81,7 @@ REGEX_URI_pn-expat-native = "http://sourceforge.net/projects/expat/files/expat/" | |||
| 60 | REGEX_pn-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" | 81 | REGEX_pn-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 61 | REGEX_URI_pn-nativesdk-expat = "http://sourceforge.net/projects/expat/files/expat/" | 82 | REGEX_URI_pn-nativesdk-expat = "http://sourceforge.net/projects/expat/files/expat/" |
| 62 | REGEX_pn-nativesdk-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" | 83 | REGEX_pn-nativesdk-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 84 | REGEX_URI_pn-fetchmail = "http://sourceforge.net/projects/fetchmail.berlios/files/" | ||
| 63 | REGEX_URI_pn-flac = "http://sourceforge.net/projects/flac/files/flac-linux-i386/" | 85 | REGEX_URI_pn-flac = "http://sourceforge.net/projects/flac/files/flac-linux-i386/" |
| 64 | REGEX_pn-flac = "[hH][rR][eE][fF]=\"/projects/flac/files/flac-linux-i386/flac\-(?P<pver>((\d+[\.\-_]*)+))\-linux\-i386/\"" | 86 | REGEX_pn-flac = "[hH][rR][eE][fF]=\"/projects/flac/files/flac-linux-i386/flac\-(?P<pver>((\d+[\.\-_]*)+))\-linux\-i386/\"" |
| 65 | REGEX_URI_pn-flex = "http://sourceforge.net/projects/flex/files/" | 87 | REGEX_URI_pn-flex = "http://sourceforge.net/projects/flex/files/" |
| @@ -71,18 +93,11 @@ REGEX_URI_pn-freetype = "http://sourceforge.net/projects/freetype/files/freetype | |||
| 71 | REGEX_pn-freetype = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" | 93 | REGEX_pn-freetype = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 72 | REGEX_URI_pn-freetype-native = "http://sourceforge.net/projects/freetype/files/freetype2" | 94 | REGEX_URI_pn-freetype-native = "http://sourceforge.net/projects/freetype/files/freetype2" |
| 73 | REGEX_pn-freetype-native = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" | 95 | REGEX_pn-freetype-native = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 74 | REGEX_URI_pn-gcc-cross-canadian-i586 = "ftp://ftp.gnu.org/gnu/gcc/" | 96 | REGEX_URI_pn-git = "http://code.google.com/p/git-core/downloads/list" |
| 75 | REGEX_pn-gcc-cross-canadian-i586 = "[hH][rR][eE][fF]=\"ftp://ftp.gnu.org:21/gnu/gcc/gcc\-(?P<pver>((\d+[\.\-_]*)+))/\"" | 97 | REGEX_pn-git = "[hH][rR][eE][fF]=\"//git-core.googlecode.com/files/git-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 76 | REGEX_URI_pn-gcc-cross-initial = "ftp://ftp.gnu.org/gnu/gcc/" | ||
| 77 | REGEX_pn-gcc-cross-initial = "[hH][rR][eE][fF]=\"ftp://ftp.gnu.org:21/gnu/gcc/gcc\-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 78 | REGEX_URI_pn-gcc-runtime = "ftp://ftp.gnu.org/gnu/gcc/" | ||
| 79 | REGEX_pn-gcc-runtime = "[hH][rR][eE][fF]=\"ftp://ftp.gnu.org:21/gnu/gcc/gcc\-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 80 | REGEX_URI_pn-gcc-crosssdk = "ftp://ftp.gnu.org/gnu/gcc/" | ||
| 81 | REGEX_pn-gcc-crosssdk = "[hH][rR][eE][fF]=\"ftp://ftp.gnu.org:21/gnu/gcc/gcc\-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 82 | REGEX_URI_pn-glew = "http://sourceforge.net/projects/glew/files/glew" | 98 | REGEX_URI_pn-glew = "http://sourceforge.net/projects/glew/files/glew" |
| 83 | REGEX_pn-glew = " [hH][rR][eE][fF]=\"/projects/glew/files/glew/(?P<pver>((\d+[\.\-_]*)+))/\"" | 99 | REGEX_pn-glew = " [hH][rR][eE][fF]=\"/projects/glew/files/glew/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 84 | REGEX_URI_pn-gnutls = "ftp://ftp.gnutls.org/gcrypt/gnutls/stable" | 100 | #REGEX_pn-gnutls = "ftp://ftp.gnutls.org/gcrypt/gnutls/" |
| 85 | REGEX_pn-gnutls = "[hH][rR][eE][fF]=\"gnutls\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.(xz|lz)\"" | ||
| 86 | REGEX_pn-gstreamer = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 101 | REGEX_pn-gstreamer = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| 87 | REGEX_pn-gstreamer1.0 = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 102 | REGEX_pn-gstreamer1.0 = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| 88 | REGEX_pn-gst-ffmpeg = "[hH][rR][eE][fF]=\"gst-ffmpeg\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 103 | REGEX_pn-gst-ffmpeg = "[hH][rR][eE][fF]=\"gst-ffmpeg\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| @@ -100,17 +115,27 @@ REGEX_pn-gstreamer1.0-omx = "[hH][rR][eE][fF]=\"gst\-omx\-(?P<pver>(\d+\.\d*[0|2 | |||
| 100 | REGEX_pn-gst-openmax = "[hH][rR][eE][fF]=\"gst\-openmax\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 115 | REGEX_pn-gst-openmax = "[hH][rR][eE][fF]=\"gst\-openmax\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| 101 | REGEX_pn-gstreamer1.0-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 116 | REGEX_pn-gstreamer1.0-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| 102 | REGEX_pn-gst-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | 117 | REGEX_pn-gst-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" |
| 103 | 118 | REGEX_pn-gtk+ = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | |
| 119 | REGEX_pn-gtk+3 = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 120 | REGEX_pn-gtk-update-icon-cache-native = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 121 | REGEX_pn-webkit-gtk = "[hH][rR][eE][fF]=\"webkitgtk\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 104 | REGEX_URI_pn-hdparm = "http://sourceforge.net/projects/hdparm/files/hdparm/" | 122 | REGEX_URI_pn-hdparm = "http://sourceforge.net/projects/hdparm/files/hdparm/" |
| 105 | REGEX_pn-hdparm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/hdparm/files/hdparm/hdparm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" | 123 | REGEX_pn-hdparm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/hdparm/files/hdparm/hdparm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" |
| 106 | REGEX_URI_pn-icu = "http://site.icu-project.org/download" | 124 | REGEX_URI_pn-icu = "http://site.icu-project.org/download" |
| 107 | REGEX_pn-icu = "[hH][rR][eE][fF]=\"http://site.icu-project.org/download/((\d+[\.\-_]*)+)#(TOC\-)?ICU4J\-Download\" rel=\"nofollow\">(<b>)?(?P<pver>((\d+[\.\-_]*)+))(</b>)?" | 125 | REGEX_pn-icu = "[hH][rR][eE][fF]=\"http://site.icu-project.org/download/((\d+[\.\-_]*)+)#(TOC\-)?ICU4J\-Download\" rel=\"nofollow\">(<b>)?(?P<pver>((\d+[\.\-_]*)+))(</b>)?" |
| 126 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/+download" | ||
| 127 | REGEX_pn-intltool = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\"" | ||
| 128 | REGEX_URI_pn-intltool-native = "https://launchpad.net/intltool/+download" | ||
| 129 | REGEX_pn-intltool-native = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\"" | ||
| 108 | REGEX_URI_pn-irda-utils = "http://sourceforge.net/projects/irda/files/irda-utils/" | 130 | REGEX_URI_pn-irda-utils = "http://sourceforge.net/projects/irda/files/irda-utils/" |
| 109 | REGEX_pn-irda-utils = "[hH][rR][eE][fF]=\"/projects/irda/files/irda-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" | 131 | REGEX_pn-irda-utils = "[hH][rR][eE][fF]=\"/projects/irda/files/irda-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 132 | REGEX_pn-iputils = "[Hh][Rr][Ee][Ff]=\"iputils\-(?P<pver>(s\d+))\.tar\.bz2\"" | ||
| 110 | REGEX_URI_pn-jpeg = "http://www.ijg.org/files/" | 133 | REGEX_URI_pn-jpeg = "http://www.ijg.org/files/" |
| 111 | REGEX_pn-jpeg = "[hH][rR][eE][fF]=\"jpegsrc.v(?P<pver>((\d+[a-z]*\d*)+))\.tar\.gz"" | 134 | REGEX_pn-jpeg = "[hH][rR][eE][fF]=\"jpegsrc.v(?P<pver>((\d+[a-z]*\d*)+))\.tar\.gz"" |
| 112 | REGEX_URI_pn-js = "http://ftp.mozilla.org/pub/mozilla.org/js/" | 135 | REGEX_URI_pn-js = "http://ftp.mozilla.org/pub/mozilla.org/js/" |
| 113 | REGEX_pn-js = "[hH][rR][eE][fF]=\"js-?(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 136 | REGEX_pn-js = "[hH][rR][eE][fF]=\"js-?(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 137 | REGEX_URI_pn-json-c = "http://s3.amazonaws.com/json-c_releases/" | ||
| 138 | REGEX_pn-json-c = "releases/json-c-(?P<pver>(\d+[\.\-_]*)+).tar.gz" | ||
| 114 | REGEX_URI_pn-kconfig-frontends = "http://ymorin.is-a-geek.org/download/kconfig-frontends/" | 139 | REGEX_URI_pn-kconfig-frontends = "http://ymorin.is-a-geek.org/download/kconfig-frontends/" |
| 115 | REGEX_pn-kconfig-frontends = "[hH][rR][eE][fF]=\'kconfig\-frontends\-(?P<pver>((\d+[\.\-]*)+))\.tar\.xz\'" | 140 | REGEX_pn-kconfig-frontends = "[hH][rR][eE][fF]=\'kconfig\-frontends\-(?P<pver>((\d+[\.\-]*)+))\.tar\.xz\'" |
| 116 | GIT_REGEX_pn-kern-tools-native = "HEEEAD" | 141 | GIT_REGEX_pn-kern-tools-native = "HEEEAD" |
| @@ -130,16 +155,20 @@ REGEX_URI_pn-libcgroup = "http://sourceforge.net/projects/libcg/files/libcgroup/ | |||
| 130 | REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*))+)/\"" | 155 | REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*))+)/\"" |
| 131 | REGEX_URI_pn-libcheck = "http://sourceforge.net/projects/check/files/check/" | 156 | REGEX_URI_pn-libcheck = "http://sourceforge.net/projects/check/files/check/" |
| 132 | REGEX_pn-libcheck = "[hH][rR][eE][fF]=\"/projects/check/files/check/(?P<pver>((\d+[\.\-_]*)+))/\"" | 157 | REGEX_pn-libcheck = "[hH][rR][eE][fF]=\"/projects/check/files/check/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 133 | REGEX_URI_pn-libgcc = "ftp://ftp.gnu.org/gnu/gcc/" | 158 | REGEX_URI_pn-libdnet = "http://code.google.com/p/libdnet/downloads/list" |
| 134 | REGEX_pn-libgcc = "[hH][rR][eE][fF]=\"ftp://ftp.gnu.org:21/gnu/gcc/gcc\-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 135 | #REGEX_URI_pn-libevent = "http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/" | 159 | #REGEX_URI_pn-libevent = "http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/" |
| 136 | REGEX_URI_pn-libevent = "http://libevent.org/" | 160 | REGEX_URI_pn-libevent = "http://libevent.org/" |
| 137 | #REGEX_pn-libevent = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz/download\"" | 161 | #REGEX_pn-libevent = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz/download\"" |
| 138 | REGEX_pn-libevent = "[hH][rR][eE][fF]=\"https://github.com/downloads/libevent/libevent/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz\"" | 162 | REGEX_pn-libevent = "[hH][rR][eE][fF]=\"https://github.com/downloads/libevent/libevent/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz\"" |
| 139 | REGEX_URI_pn-libexif = "http://sourceforge.net/projects/libexif/files/libexif/" | 163 | REGEX_URI_pn-libexif = "http://sourceforge.net/projects/libexif/files/libexif/" |
| 140 | REGEX_pn-libexif = "[hH][rR][eE][fF]=\"/projects/libexif/files/libexif/(?P<pver>((\d+[\.\-_]*)+))/\"" | 164 | REGEX_pn-libexif = "[hH][rR][eE][fF]=\"/projects/libexif/files/libexif/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 165 | REGEX_pn-libffi = "[hH][rR][eE][fF]=\"libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 166 | REGEX_pn-libffi-native = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 167 | REGEX_pn-nativesdk-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 141 | REGEX_URI_pn-libfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | 168 | REGEX_URI_pn-libfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" |
| 142 | REGEX_pn-libfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" | 169 | REGEX_pn-libfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" |
| 170 | REGEX_URI_pn-libical = "http://sourceforge.net/projects/libical/files/libical/" | ||
| 171 | REGEX_pn-libical = "[hH][rR][eE][fF]=\"/projects/libical/files/libical/libical-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 143 | REGEX_URI_pn-libid3tag = "http://sourceforge.net/projects/mad/files/libid3tag/" | 172 | REGEX_URI_pn-libid3tag = "http://sourceforge.net/projects/mad/files/libid3tag/" |
| 144 | REGEX_pn-libid3tag = "[hH][rR][eE][fF]=\"/projects/mad/files/libid3tag/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\"" | 173 | REGEX_pn-libid3tag = "[hH][rR][eE][fF]=\"/projects/mad/files/libid3tag/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\"" |
| 145 | REGEX_URI_pn-libmad = "http://sourceforge.net/projects/mad/files/libmad/" | 174 | REGEX_URI_pn-libmad = "http://sourceforge.net/projects/mad/files/libmad/" |
| @@ -157,9 +186,13 @@ REGEX_URI_pn-libpcre-native = "http://sourceforge.net/projects/pcre/files/pcre/" | |||
| 157 | REGEX_pn-libpcre-native = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\"" | 186 | REGEX_pn-libpcre-native = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 158 | REGEX_URI_pn-libpfm4 = "http://sourceforge.net/projects/perfmon2/files/libpfm4/" | 187 | REGEX_URI_pn-libpfm4 = "http://sourceforge.net/projects/perfmon2/files/libpfm4/" |
| 159 | REGEX_URI_pn-libpng = "http://sourceforge.net/projects/libpng/files/" | 188 | REGEX_URI_pn-libpng = "http://sourceforge.net/projects/libpng/files/" |
| 160 | REGEX_pn-libpng = "[hH][rR][eE][fF]=\"/projects/libpng/files/latest/download\?source=files\" title=\"/libpng\d+(/(\d+\.?)+/)?libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.xz" | 189 | REGEX_pn-libpng = "[hH][rR][eE][fF]=\"/projects/libpng/files/latest/download\?source=files\" title=\"/libpng\d+(/(\d+\.?)+/)?libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz" |
| 161 | REGEX_URI_pn-libpng-native = "ftp://ftp.simplesystems.org/pub/libpng/png/src/" | 190 | REGEX_URI_pn-libpng-native = "ftp://ftp.simplesystems.org/pub/libpng/png/src/" |
| 162 | REGEX_pn-libpng-native = "[hH][rR][eE][fF]=\"ftp://ftp.simplesystems.org:21/pub/libpng/png/src/libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | 191 | REGEX_pn-libpng-native = "[hH][rR][eE][fF]=\"ftp://ftp.simplesystems.org:21/pub/libpng/png/src/libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" |
| 192 | REGEX_URI_pn-libpng12 = "http://sourceforge.net/projects/libpng/files/libpng12/" | ||
| 193 | REGEX_pn-libpng12 = "[hH][rR][eE][fF]=\"/projects/libpng/files/libpng12/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 194 | REGEX_URI_pn-libproxy = "http://code.google.com/p/libproxy/downloads/list" | ||
| 195 | REGEX_pn-libtheora = "[Hh][Rr][Ee][Ff]=\"libtheora\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 163 | REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html" | 196 | REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html" |
| 164 | REGEX_pn-libsamplerate0 = "[hH][rR][eE][fF]=\"libsamplerate\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 197 | REGEX_pn-libsamplerate0 = "[hH][rR][eE][fF]=\"libsamplerate\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 165 | REGEX_URI_pn-libtirpc = "http://sourceforge.net/projects/libtirpc/files/libtirpc/" | 198 | REGEX_URI_pn-libtirpc = "http://sourceforge.net/projects/libtirpc/files/libtirpc/" |
| @@ -170,18 +203,29 @@ REGEX_URI_pn-libusb1 = "http://sourceforge.net/projects/libusb/files/libusb-1.0/ | |||
| 170 | REGEX_pn-libusb1 = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-1.0/libusb-(?P<pver>((\d+[\.\-_]*)+))/"" | 203 | REGEX_pn-libusb1 = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-1.0/libusb-(?P<pver>((\d+[\.\-_]*)+))/"" |
| 171 | REGEX_URI_pn-libvorbis = "http://downloads.xiph.org/releases/vorbis/" | 204 | REGEX_URI_pn-libvorbis = "http://downloads.xiph.org/releases/vorbis/" |
| 172 | REGEX_pn-libvorbis = "[hH][rR][eE][fF]=\"libvorbis-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 205 | REGEX_pn-libvorbis = "[hH][rR][eE][fF]=\"libvorbis-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 206 | REGEX_pn-libxslt = "[Hh][Rr][Ee][Ff]=\"libxslt\-(?P<pver>((\d+\.*)+))\.tar\.gz\"" | ||
| 173 | REGEX_pn-linux-libc-headers-yocto = "v((?P<pver>((\d+[\.\-_]*)+)))" | 207 | REGEX_pn-linux-libc-headers-yocto = "v((?P<pver>((\d+[\.\-_]*)+)))" |
| 174 | REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html" | 208 | REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html" |
| 175 | REGEX_URI_pn-lsb = "http://sourceforge.net/projects/lsb/files/lsb_release/" | 209 | REGEX_URI_pn-lsb = "http://sourceforge.net/projects/lsb/files/lsb_release/" |
| 176 | REGEX_pn-lsb = "[hH][rR][eE][fF]=\"/projects/lsb/files/lsb_release/(?P<pver>((\d+[\.\-_]*)+))/\"" | 210 | REGEX_pn-lsb = "[hH][rR][eE][fF]=\"/projects/lsb/files/lsb_release/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 211 | REGEX_URI_pn-lsbinitscripts = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/" | ||
| 212 | REGEX_pn-lsbinitscripts = "[hH][rR][eE][fF]=\"initscripts\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/\"" | ||
| 177 | REGEX_URI_pn-ltp = "http://sourceforge.net/projects/ltp/files/LTP%20Source" | 213 | REGEX_URI_pn-ltp = "http://sourceforge.net/projects/ltp/files/LTP%20Source" |
| 178 | REGEX_pn-ltp = "[hH][rR][eE][fF]=\"/projects/ltp/files/LTP%20Source/ltp\-(?P<pver>(\d+))/\"" | 214 | REGEX_pn-ltp = "[hH][rR][eE][fF]=\"/projects/ltp/files/LTP%20Source/ltp\-(?P<pver>(\d+))/\"" |
| 215 | REGEX_URI_pn-lzop = "http://www.lzop.org/download/" | ||
| 216 | REGEX_pn-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 217 | REGEX_URI_pn-lzop-native = "http://www.lzop.org/download/" | ||
| 218 | REGEX_pn-lzop-native = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 219 | REGEX_URI_pn-nativesdk-lzop = "http://www.lzop.org/download/" | ||
| 220 | REGEX_pn-nativesdk-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 179 | REGEX_URI_pn-mailx = "http://sourceforge.net/projects/heirloom/files/heirloom-mailx/" | 221 | REGEX_URI_pn-mailx = "http://sourceforge.net/projects/heirloom/files/heirloom-mailx/" |
| 180 | REGEX_pn-mailx = "[hH][rR][eE][fF]=\"/projects/heirloom/files/heirloom-mailx/(?P<pver>((\d+[\.]*)+))/\"" | 222 | REGEX_pn-mailx = "[hH][rR][eE][fF]=\"/projects/heirloom/files/heirloom-mailx/(?P<pver>((\d+[\.]*)+))/\"" |
| 223 | REGEX_URI_pn-memcached = "http://code.google.com/p/memcached/downloads/list" | ||
| 181 | REGEX_URI_pn-menu-cache = "http://sourceforge.net/projects/lxde/files/menu-cache/" | 224 | REGEX_URI_pn-menu-cache = "http://sourceforge.net/projects/lxde/files/menu-cache/" |
| 182 | REGEX_pn-menu-cache = "[hH][rR][eE][fF]=\"/projects/lxde/files/menu\-cache/menu-cache%20(?P<pver>((\d+[\.\-_]*)+))/\"" | 225 | REGEX_pn-menu-cache = "[hH][rR][eE][fF]=\"/projects/lxde/files/menu\-cache/menu-cache%20(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 183 | REGEX_URI_pn-mesa-demos = "ftp://ftp.freedesktop.org/pub/mesa/demos/" | 226 | REGEX_pn-mesa = "[hH][rR][eE][fF]=\"MesaLib-(?P<pver>((\d+[\.\-_]*)+))(\-rc\d+)*.tar.gz\"" |
| 184 | REGEX_pn-mesa-demos = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/demos/(?P<pver>((\d+[\.\-_]*)+))/\"" | 227 | REGEX_URI_pn-mesa-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/" |
| 228 | REGEX_pn-mesa-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 185 | REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018" | 229 | REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018" |
| 186 | REGEX_pn-minicom = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/minicom\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 230 | REGEX_pn-minicom = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/minicom\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 187 | REGEX_URI_pn-mingetty = "http://sourceforge.net/projects/mingetty/files/mingetty" | 231 | REGEX_URI_pn-mingetty = "http://sourceforge.net/projects/mingetty/files/mingetty" |
| @@ -192,8 +236,14 @@ REGEX_URI_pn-mpfr = "http://ftp.gnu.org/gnu/mpfr/" | |||
| 192 | REGEX_pn-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | 236 | REGEX_pn-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" |
| 193 | REGEX_URI_pn-mpfr-native = "http://ftp.gnu.org/gnu/mpfr/" | 237 | REGEX_URI_pn-mpfr-native = "http://ftp.gnu.org/gnu/mpfr/" |
| 194 | REGEX_pn-mpfr-native = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" | 238 | REGEX_pn-mpfr-native = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" |
| 239 | REGEX_URI_pn-msmtp = "http://sourceforge.net/projects/msmtp/files/msmtp/" | ||
| 240 | REGEX_pn-msmtp = "[hH][rR][eE][fF]=\"/projects/msmtp/files/msmtp/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 195 | REGEX_URI_pn-nativesdk-mpfr = "http://ftp.gnu.org/gnu/mpfr/" | 241 | REGEX_URI_pn-nativesdk-mpfr = "http://ftp.gnu.org/gnu/mpfr/" |
| 196 | REGEX_pn-nativesdk-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" | 242 | REGEX_pn-nativesdk-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" |
| 243 | REGEX_URI_pn-net-snmp = "http://sourceforge.net/projects/net-snmp/files/net-snmp/" | ||
| 244 | REGEX_pn-net-snmp = "[hH][rR][eE][fF]=\"/projects/net-snmp/files/net-snmp/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 245 | REGEX_URI_pn-netcat = "http://sourceforge.net/projects/netcat/files/netcat/" | ||
| 246 | REGEX_pn-netcat = "[hH][rR][eE][fF]=\"/projects/netcat/files/netcat/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 197 | REGEX_URI_pn-nfs-utils = "http://sourceforge.net/projects/nfs/files/nfs-utils/" | 247 | REGEX_URI_pn-nfs-utils = "http://sourceforge.net/projects/nfs/files/nfs-utils/" |
| 198 | REGEX_pn-nfs-utils = "[hH][rR][eE][fF]=\"/projects/nfs/files/nfs-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" | 248 | REGEX_pn-nfs-utils = "[hH][rR][eE][fF]=\"/projects/nfs/files/nfs-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 199 | REGEX_URI_pn-ocf-linux = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/" | 249 | REGEX_URI_pn-ocf-linux = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/" |
| @@ -204,28 +254,38 @@ REGEX_URI_pn-opensp = "http://sourceforge.net/projects/openjade/files/opensp/" | |||
| 204 | REGEX_pn-opensp = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" | 254 | REGEX_pn-opensp = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 205 | REGEX_URI_pn-opensp-native = "http://sourceforge.net/projects/openjade/files/opensp/" | 255 | REGEX_URI_pn-opensp-native = "http://sourceforge.net/projects/openjade/files/opensp/" |
| 206 | REGEX_pn-opensp-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" | 256 | REGEX_pn-opensp-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 257 | REGEX_URI_pn-opkg = "http://code.google.com/p/opkg/downloads/list" | ||
| 207 | REGEX_URI_pn-oprofile = "http://sourceforge.net/projects/oprofile/files/oprofile/" | 258 | REGEX_URI_pn-oprofile = "http://sourceforge.net/projects/oprofile/files/oprofile/" |
| 208 | REGEX_pn-oprofile = "[hH][rR][eE][fF]=\"/projects/oprofile/files/oprofile/oprofile-(?P<pver>((\d+[\.\-_]*)+))/\"" | 259 | REGEX_pn-oprofile = "[hH][rR][eE][fF]=\"/projects/oprofile/files/oprofile/oprofile-(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 260 | REGEX_URI_pn-ossp-uuid = "http://code.google.com/p/gnome-build-stage-1/downloads/list" | ||
| 209 | REGEX_URI_pn-pcmanfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | 261 | REGEX_URI_pn-pcmanfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" |
| 210 | REGEX_pn-pcmanfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM.20.2B.20Libfm.20.28tarball.20release.29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" | 262 | REGEX_pn-pcmanfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM.20.2B.20Libfm.20.28tarball.20release.29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" |
| 211 | REGEX_URI_pn-procps = "http://procps.sourceforge.net/download.html" | 263 | REGEX_URI_pn-procps = "http://procps.sourceforge.net/download.html" |
| 212 | REGEX_pn-procps = "[hH][rR][eE][fF]=\"procps\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 264 | REGEX_pn-procps = "[hH][rR][eE][fF]=\"procps\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 213 | REGEX_URI_pn-powertop = "https://01.org/powertop/downloads" | 265 | REGEX_URI_pn-powertop = "https://01.org/powertop/downloads" |
| 266 | REGEX_URI_pn-pptp-linux = "http://sourceforge.net/projects/pptpclient/files/pptp/" | ||
| 267 | REGEX_pn-pptp-linux = "[hH][rR][eE][fF]=\"/projects/pptpclient/files/pptp/pptp-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 214 | GIT_REGEX_pn-prelink = "cross_prelink" | 268 | GIT_REGEX_pn-prelink = "cross_prelink" |
| 215 | REGEX_pn-prelink = "(?P<pver>cross_prelink)" | 269 | REGEX_pn-prelink = "(?P<pver>cross_prelink)" |
| 216 | REGEX_URI_pn-psmisc = "http://sourceforge.net/projects/psmisc/files/psmisc/" | 270 | REGEX_URI_pn-psmisc = "http://sourceforge.net/projects/psmisc/files/psmisc/" |
| 217 | REGEX_pn-psmisc = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/psmisc/files/psmisc/psmisc\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz/download\"" | 271 | REGEX_pn-psmisc = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/psmisc/files/psmisc/psmisc\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz/download\"" |
| 272 | REGEX_URI_pn-ptpd = "http://sourceforge.net/projects/ptpd/files/ptpd/" | ||
| 273 | REGEX_pn-ptpd = "[hH][rR][eE][fF]=\"/projects/ptpd/files/ptpd/(?P<pver>((\d+[\.\-_]*)+))/stats/timeline\"" | ||
| 218 | REGEX_URI_pn-python-argparse = "https://code.google.com/p/argparse/downloads/list" | 274 | REGEX_URI_pn-python-argparse = "https://code.google.com/p/argparse/downloads/list" |
| 219 | REGEX_URI_pn-python-docutils = "http://sourceforge.net/projects/docutils/files/docutils/" | 275 | REGEX_URI_pn-python-docutils = "http://sourceforge.net/projects/docutils/files/docutils/" |
| 220 | REGEX_pn-python-docutils = "[hH][rR][eE][fF]=\"/projects/docutils/files/docutils/(?P<pver>((\d+[\.\-_]*)+)).*/\"" | 276 | REGEX_pn-python-docutils = "[hH][rR][eE][fF]=\"/projects/docutils/files/docutils/(?P<pver>((\d+[\.\-_]*)+)).*/\"" |
| 277 | REGEX_URI_pn-python-numpy = "http://sourceforge.net/projects/numpy/files/NumPy/" | ||
| 278 | REGEX_pn-python-numpy = "[hH][rR][eE][fF]=\"/projects/numpy/files/latest/download\?source=files\" title=\"/NumPy/(\d+\.?)+/numpy-(?P<pver>((\d+[\.\-_]*)+)).tar.gz" | ||
| 221 | REGEX_URI_pn-python-pycurl = "http://pycurl.sourceforge.net/download/" | 279 | REGEX_URI_pn-python-pycurl = "http://pycurl.sourceforge.net/download/" |
| 222 | REGEX_pn-python-pycurl = "[hH][rR][eE][fF]=\"pycurl-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" | 280 | REGEX_pn-python-pycurl = "[hH][rR][eE][fF]=\"pycurl-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" |
| 223 | REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/" | 281 | REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/" |
| 224 | REGEX_pn-python-scons = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" | 282 | REGEX_pn-python-scons = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" |
| 225 | REGEX_URI_pn-python-scons-native = "http://sourceforge.net/projects/scons/files/scons/" | 283 | REGEX_URI_pn-python-scons-native = "http://sourceforge.net/projects/scons/files/scons/" |
| 226 | REGEX_pn-python-scons-native = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" | 284 | REGEX_pn-python-scons-native = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" |
| 285 | REGEX_pn-python-setuptools = "[hH][rR][eE][fF]=\"setuptools\-(?P<pver>((\d+([a-z]\d+)?[\.\-_]*)+))\.(tar\.gz|\.zip)\"" | ||
| 227 | REGEX_URI_pn-quota = "http://sourceforge.net/projects/linuxquota/files/quota-tools/" | 286 | REGEX_URI_pn-quota = "http://sourceforge.net/projects/linuxquota/files/quota-tools/" |
| 228 | REGEX_pn-quota = "[hH][rR][eE][fF]=\"/projects/linuxquota/files/quota-tools/(?P<pver>((\d+[\.\-_]*)+([-\w\d]+)))/\"" | 287 | REGEX_pn-quota = "[hH][rR][eE][fF]=\"/projects/linuxquota/files/quota-tools/(?P<pver>((\d+[\.\-_]*)+([-\w\d]+)))/\"" |
| 288 | REGEX_pn-remake = "(?P<pver>(\d+\.(\d+\.)*\d*(\+dbg\-\d+(\.\d+)*)*))" | ||
| 229 | REGEX_URI_pn-rpcbind = "http://sourceforge.net/projects/rpcbind/files/rpcbind/" | 289 | REGEX_URI_pn-rpcbind = "http://sourceforge.net/projects/rpcbind/files/rpcbind/" |
| 230 | REGEX_pn-rpcbind = "[hH][rR][eE][fF]=\"/projects/rpcbind/files/rpcbind/(?P<pver>((\d+[\.\-_]*)+))/\"" | 290 | REGEX_pn-rpcbind = "[hH][rR][eE][fF]=\"/projects/rpcbind/files/rpcbind/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 231 | REGEX_pn-rpm = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\"" | 291 | REGEX_pn-rpm = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\"" |
| @@ -239,7 +299,7 @@ REGEX_pn-socat = "[hH][rR][eE][fF]=\"socat\-(?P<pver>((\d+[\.\-]*)+))\.tar\.bz2\ | |||
| 239 | REGEX_URI_pn-speex = "http://downloads.us.xiph.org/releases/speex/" | 299 | REGEX_URI_pn-speex = "http://downloads.us.xiph.org/releases/speex/" |
| 240 | REGEX_pn-speex = "[hH][rR][eE][fF]=\"speex\-(?P<pver>((\d+\.*)+))\.tar\.gz\"" | 300 | REGEX_pn-speex = "[hH][rR][eE][fF]=\"speex\-(?P<pver>((\d+\.*)+))\.tar\.gz\"" |
| 241 | REGEX_URI_pn-sqlite3 = "http://www.sqlite.org/download.html" | 301 | REGEX_URI_pn-sqlite3 = "http://www.sqlite.org/download.html" |
| 242 | REGEX_pn-sqlite3 = "[hH][rR][eE][fF]=\"(\d+)?/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" | 302 | REGEX_pn-sqlite3 = "sqlite-autoconf-(?P<pver>(\d+)).tar.gz" |
| 243 | REGEX_URI_pn-sqlite3-native = "http://www.sqlite.org/download.html" | 303 | REGEX_URI_pn-sqlite3-native = "http://www.sqlite.org/download.html" |
| 244 | REGEX_pn-sqlite3-native = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" | 304 | REGEX_pn-sqlite3-native = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" |
| 245 | REGEX_URI_pn-nativesdk-sqlite3 = "http://www.sqlite.org/download.html" | 305 | REGEX_URI_pn-nativesdk-sqlite3 = "http://www.sqlite.org/download.html" |
| @@ -250,28 +310,40 @@ REGEX_URI_pn-strace = "http://sourceforge.net/projects/strace/files/strace/" | |||
| 250 | REGEX_pn-strace = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" | 310 | REGEX_pn-strace = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 251 | REGEX_URI_pn-strace-native = "http://sourceforge.net/projects/strace/files/strace/" | 311 | REGEX_URI_pn-strace-native = "http://sourceforge.net/projects/strace/files/strace/" |
| 252 | REGEX_pn-strace-native = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" | 312 | REGEX_pn-strace-native = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 313 | REGEX_URI_pn-stunnel = "http://www.stunnel.org/downloads.html" | ||
| 314 | REGEX_pn-stunnel = "[hH][rR][eE][fF]=\"downloads/stunnel-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 253 | REGEX_URI_pn-sysfsutils = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/" | 315 | REGEX_URI_pn-sysfsutils = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/" |
| 254 | REGEX_pn-sysfsutils = "[hH][rR][eE][fF]=\"/projects/linux-diag/files/sysfsutils/(?P<pver>((\d+[\.\-_]*)+))/\"" | 316 | REGEX_pn-sysfsutils = "[hH][rR][eE][fF]=\"/projects/linux-diag/files/sysfsutils/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 317 | REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
| 318 | REGEX_pn-sysstat = "[hH][rR][eE][fF]=\"http://pagesperso-orange.fr/sebastien.godard/sysstat\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 319 | REGEX_URI_pn-taglib = "http://github.com/taglib/taglib/releases/" | ||
| 255 | REGEX_URI_pn-tcl = "http://sourceforge.net/projects/tcl/files/Tcl/" | 320 | REGEX_URI_pn-tcl = "http://sourceforge.net/projects/tcl/files/Tcl/" |
| 256 | REGEX_pn-tcl = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" | 321 | REGEX_pn-tcl = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" |
| 257 | REGEX_URI_pn-tcl-native = "http://sourceforge.net/projects/tcl/files/Tcl/" | 322 | REGEX_URI_pn-tcl-native = "http://sourceforge.net/projects/tcl/files/Tcl/" |
| 258 | REGEX_pn-tcl-native = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" | 323 | REGEX_pn-tcl-native = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" |
| 259 | REGEX_URI_pn-tiff = "ftp://ftp.remotesensing.org/pub/libtiff/" | 324 | REGEX_URI_pn-tcpreplay = "http://sourceforge.net/projects/tcpreplay/files/tcpreplay/" |
| 260 | REGEX_pn-tiff = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 325 | REGEX_pn-tcpreplay = "[hH][rR][eE][fF]=\"/projects/tcpreplay/files/tcpreplay/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 261 | REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/" | 326 | REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/" |
| 262 | REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 327 | REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
| 263 | REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/" | 328 | REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/" |
| 329 | REGEX_URI_pn-traceroute = "http://sourceforge.net/projects/traceroute/files/traceroute/" | ||
| 330 | REGEX_pn-traceroute = "[hH][rR][eE][fF]=\"/projects/traceroute/files/traceroute/traceroute-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 264 | REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\"" | 331 | REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\"" |
| 265 | REGEX_URI_pn-tzdata = "ftp://ftp.iana.org/tz/releases/" | 332 | REGEX_URI_pn-tunctl = "http://sourceforge.net/projects/tunctl/files/tunctl/" |
| 266 | REGEX_pn-tzdata = "[hH][rR][eE][fF]=\"ftp://ftp.iana.org:21/tz/releases/tzdata(?P<pver>((\d+[a-z])+))\.tar\.gz\"" | 333 | REGEX_pn-tunctl = "[hH][rR][eE][fF]=\"/projects/tunctl/files/tunctl/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 334 | REGEX_pn-tzdata = "[hH][rR][eE][fF]=\"tzdata(?P<pver>((\d+[a-z])+))\.tar\.gz\"" | ||
| 267 | REGEX_URI_pn-unzip = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" | 335 | REGEX_URI_pn-unzip = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" |
| 268 | REGEX_pn-unzip = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\"" | 336 | REGEX_pn-unzip = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\"" |
| 269 | PRSPV_pn-unzip = "${@d.getVar('PV',1).replace('.','')}" | 337 | PRSPV_pn-unzip = "${@d.getVar('PV',1).replace('.','')}" |
| 270 | REGEX_URI_pn-unzip-native = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" | 338 | REGEX_URI_pn-unzip-native = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" |
| 271 | REGEX_pn-unzip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\"" | 339 | REGEX_pn-unzip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\"" |
| 272 | PRSPV_pn-unzip-native = "${@d.getVar('PV',1).replace('.','')}" | 340 | PRSPV_pn-unzip-native = "${@d.getVar('PV',1).replace('.','')}" |
| 273 | REGEX_URI_pn-v86d = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/" | 341 | #REGEX_URI_pn-v86d = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/" |
| 274 | REGEX_pn-v86d = "[hH][rR][eE][fF]=\"v86d\-(?P<pver>((\d+[\.]*)+))\.tar\.bz2\"" | 342 | REGEX_pn-v86d = "[hH][rR][eE][fF]=\"v86d\-(?P<pver>((\d+[\.]*)+))\.tar\.bz2\"" |
| 343 | REGEX_URI_pn-vblade = "http://sourceforge.net/projects/aoetools/files/vblade/" | ||
| 344 | REGEX_pn-vblade = "[hH][rR][eE][fF]=\"/projects/aoetools/files/vblade/vblade-(?P<pver>((\d+[\.\-_]*)+))\.tgz/stats/timeline\"" | ||
| 345 | REGEX_URI_pn-vsftpd = "https://security.appspot.com/vsftpd.html" | ||
| 346 | REGEX_pn-vsftpd = "[hH][rR][eE][fF]=\"https://security.appspot.com/downloads/vsftpd-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 275 | REGEX_URI_pn-watchdog = "http://sourceforge.net/projects/watchdog/files/watchdog/" | 347 | REGEX_URI_pn-watchdog = "http://sourceforge.net/projects/watchdog/files/watchdog/" |
| 276 | REGEX_pn-watchdog = "[hH][rR][eE][fF]=\"/projects/watchdog/files/watchdog/(?P<pver>((\d+[\.\-_]*)+))/\"" | 348 | REGEX_pn-watchdog = "[hH][rR][eE][fF]=\"/projects/watchdog/files/watchdog/(?P<pver>((\d+[\.\-_]*)+))/\"" |
| 277 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | 349 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" |
| @@ -286,68 +358,10 @@ PRSPV_pn-zip = "${@d.getVar('PV',1).replace('.','')}" | |||
| 286 | REGEX_URI_pn-zip-native = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/" | 358 | REGEX_URI_pn-zip-native = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/" |
| 287 | REGEX_pn-zip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip(?P<pver>(\d+))\.tar\.gz/download\"" | 359 | REGEX_pn-zip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip(?P<pver>(\d+))\.tar\.gz/download\"" |
| 288 | PRSPV_pn-zip-native = "${@d.getVar('PV',1).replace('.','')}" | 360 | PRSPV_pn-zip-native = "${@d.getVar('PV',1).replace('.','')}" |
| 289 | REGEX_URI_pn-msmtp = "http://sourceforge.net/projects/msmtp/files/msmtp/" | 361 | REGEX_URI_pn-zisofs-tools-native ="http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/" |
| 290 | REGEX_pn-msmtp = "[hH][rR][eE][fF]=\"/projects/msmtp/files/msmtp/(?P<pver>((\d+[\.\-_]*)+))/\"" | 362 | |
| 291 | REGEX_URI_pn-docbook-dsssl-stylesheets-native = "http://sourceforge.net/projects/docbook/files/docbook-dsssl/" | 363 | # Regex used to parse tags and extract version |
| 292 | REGEX_pn-docbook-dsssl-stylesheets-native = "[hH][rR][eE][fF]=\"/projects/docbook/files/docbook-dsssl/(?P<pver>((\d+[\.\-_]*)+))/\"" | 364 | GITTAGREGEX_pn-build-appliance-image = "(?P<pver>(([0-9][\.|_]?)+[0-9]))" |
| 293 | REGEX_pn-remake = "(?P<pver>(\d+\.(\d+\.)*\d*(\+dbg\-\d+(\.\d+)*)*))" | 365 | GITTAGREGEX_pn-chkconfig-alternatives-native = "chkconfig\-(?P<pver>((\d+[\.\-_]*)+))" |
| 294 | REGEX_URI_pn-libical = "http://sourceforge.net/projects/libical/files/libical/" | 366 | GITTAGREGEX_pn-remake = "(?P<pver>(\d+\.(\d+\.)*\d*(\+dbg\d+(\.\d+)*)*))" |
| 295 | REGEX_pn-libical = "[hH][rR][eE][fF]=\"/projects/libical/files/libical/libical-(?P<pver>((\d+[\.\-_]*)+))/\"" | 367 | GITTAGREGEX_pn-xf86-video-omap = "(?P<pver>(\d+\.(\d\.?)*))" |
| 296 | REGEX_URI_pn-telepathy-mission-control = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/" | ||
| 297 | REGEX_pn-telepathy-mission-control = "[hH][rR][eE][fF]=\"telepathy-mission-control-(?P<pver>((\d+[\.\-_]*)+))\.tar.gz\"" | ||
| 298 | REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
| 299 | REGEX_pn-sysstat = "[hH][rR][eE][fF]=\"http://pagesperso-orange.fr/sebastien.godard/sysstat\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 300 | REGEX_URI_pn-lzop = "http://www.lzop.org/download/" | ||
| 301 | REGEX_pn-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 302 | REGEX_URI_pn-lzop-native = "http://www.lzop.org/download/" | ||
| 303 | REGEX_pn-lzop-native = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 304 | REGEX_URI_pn-nativesdk-lzop = "http://www.lzop.org/download/" | ||
| 305 | REGEX_pn-nativesdk-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 306 | REGEX_pn-net-tools = "[hH][rR][eE][fF]=\"ftp://ftp.debian.org:21/debian/pool/main/n/net-tools/net\-tools_(?P<pver>((\d+[\.\-_]*)+))\.(orig\.tar|diff)\.gz\"" | ||
| 307 | REGEX_URI_pn-lsbinitscripts = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/" | ||
| 308 | REGEX_pn-lsbinitscripts = "[hH][rR][eE][fF]=\"initscripts\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/\"" | ||
| 309 | REGEX_pn-tzcode-native = "[hH][rR][eE][fF]=\"ftp://ftp.iana.org:21/tz/releases/tzcode(?P<pver>((\d+[a-z])+))\.tar\.gz\"" | ||
| 310 | REGEX_pn-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 311 | REGEX_pn-libffi-native = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 312 | REGEX_pn-nativesdk-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 313 | REGEX_pn-gtk+ = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 314 | REGEX_pn-gtk+3 = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 315 | REGEX_pn-gtk-update-icon-cache-native = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 316 | REGEX_pn-webkit-gtk = "[hH][rR][eE][fF]=\"webkitgtk\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 317 | REGEX_URI_pn-bind = "ftp://ftp.isc.org/isc/bind9/" | ||
| 318 | REGEX_pn-bind = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/bind9/(?P<pver>((P?\d+[\.\-_]*)+))/\"" | ||
| 319 | REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/" | ||
| 320 | REGEX_pn-dhcp = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/dhcp/(dhcp\-)?(?P<pver>((P?\d+[\.\-_]*)+))/\"" | ||
| 321 | REGEX_URI_pn-mesa = "ftp://ftp.freedesktop.org/pub/mesa/" | ||
| 322 | REGEX_pn-mesa = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 323 | REGEX_URI_pn-mesa-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/" | ||
| 324 | REGEX_pn-mesa-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 325 | REGEX_URI_pn-nspr = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/" | ||
| 326 | REGEX_pn-nspr = "[hH][rR][eE][fF]=\"ftp://ftp.mozilla.org:21/pub/mozilla.org/nspr/releases/v(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 327 | REGEX_URI_pn-createrepo = "http://createrepo.baseurl.org/download/" | ||
| 328 | REGEX_pn-createrepo = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 329 | REGEX_URI_pn-createrepo-native = "http://createrepo.baseurl.org/download/" | ||
| 330 | REGEX_pn-createrepo-native = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 331 | REGEX_URI_pn-apmd = "ftp://ftp.debian.org/debian/pool/main/a/apmd/" | ||
| 332 | REGEX_pn-apmd = "[hH][rR][eE][fF]=\"ftp://ftp.debian.org:21/debian/pool/main/a/apmd/apmd_(?P<pver>((\d+[\.\-_]*)+))\.(orig\.tar|diff)\.gz\"" | ||
| 333 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/+download" | ||
| 334 | REGEX_pn-intltool = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\"" | ||
| 335 | REGEX_URI_pn-intltool-native = "https://launchpad.net/intltool/+download" | ||
| 336 | REGEX_pn-intltool-native = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\"" | ||
| 337 | REGEX_URI_pn-distcc = "http://code.google.com/p/distcc/downloads/list" | ||
| 338 | REGEX_pn-distcc = "[hH][rR][eE][fF]=\"//distcc.googlecode.com/files/distcc-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2\"" | ||
| 339 | REGEX_URI_pn-git = "http://code.google.com/p/git-core/downloads/list" | ||
| 340 | REGEX_pn-git = "[hH][rR][eE][fF]=\"//git-core.googlecode.com/files/git-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 341 | REGEX_pn-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 342 | REGEX_pn-cmake-native = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 343 | REGEX_pn-nativeesdk-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 344 | REGEX_URI_pn-docbook-sgml-dtd-3.1-native = "http://docbook.org/sgml/3.1/" | ||
| 345 | PRSPV_pn-docbook-sgml-dtd-3.1-native = "${@d.getVar('PV',1).replace('.','')}" | ||
| 346 | REGEX_URI_pn-docbook-sgml-dtd-4.1-native = "http://docbook.org/sgml/4.1/" | ||
| 347 | PRSPV_pn-docbook-sgml-dtd-4.1-native = "${@d.getVar('PV',1).replace('.','')}" | ||
| 348 | REGEX_URI_pn-docbook-sgml-dtd-4.5-native = "http://docbook.org/sgml/4.5/" | ||
| 349 | REGEX_pn-libxml2 = "[hH][rR][eE][fF]=\"ftp://xmlsoft.org:21/libxml2/libxml2\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 350 | REGEX_pn-python-setuptools = "[hH][rR][eE][fF]=\"setuptools\-(?P<pver>((\d+([a-z]\d+)?[\.\-_]*)+))\.(tar\.gz|\.zip)\"" | ||
| 351 | REGEX_pn-libtheora = "[Hh][Rr][Ee][Ff]=\"libtheora\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 352 | REGEX_pn-libxslt = "[Hh][Rr][Ee][Ff]=\"ftp://xmlsoft.org:21/libxslt/libxslt\-(?P<pver>((\d+\.*)+))\.tar\.gz\"" | ||
| 353 | REGEX_pn-iputils = "[Hh][Rr][Ee][Ff]=\"iputils\-(?P<pver>(s\d+))\.tar\.bz2\"" | ||
