diff options
| -rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 291 |
1 files changed, 291 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc new file mode 100644 index 0000000000..4704df2319 --- /dev/null +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
| @@ -0,0 +1,291 @@ | |||
| 1 | # package_regex.inc - This file contains data that tracks the | ||
| 2 | # upstream project associated with a given recipe. This list is needed | ||
| 3 | # for recipes that version information can not be automagically discovered. | ||
| 4 | # As we automate this checking, this file will slowed be reduced. | ||
| 5 | #" | ||
| 6 | # This data is used by the package reporting system (packages.yoctoproject.org) | ||
| 7 | #" | ||
| 8 | # The format is as a bitbake variable override for each recipe | ||
| 9 | #" | ||
| 10 | # REGEX_URI_pn-<recipe name> = ""recipe_url" | ||
| 11 | # - This is the url used by the package checking system to | ||
| 12 | # get the latest version of the package | ||
| 13 | # REGEX_pn-<recipe name> = ""package_regex" | ||
| 14 | # - This is the regex the package checking system uses to | ||
| 15 | # parse the page found at REGEX_URI_pn-<recipe name> | ||
| 16 | # | ||
| 17 | COMMON_REGEX = "((\d+[\.\-_]*)+)" | ||
| 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/" | ||
| 20 | REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\"" | ||
| 21 | REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | ||
| 22 | REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 23 | REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | ||
| 24 | REGEX_pn-beecrypt-native = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 25 | REGEX_URI_pn-blktool = "ftp://ftp.debian.org/debian/pool/main/b/blktool/" | ||
| 26 | 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\"" | ||
| 27 | REGEX_URI_pn-boost = "http://sourceforge.net/projects/boost/files/boost/" | ||
| 28 | REGEX_pn-boost = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 29 | REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052" | ||
| 30 | REGEX_pn-chrpath = "[hH][rR][eE][fF]=\"/frs/download.php/3661/chrpath-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 31 | REGEX_URI_pn-console-tools = "http://sourceforge.net/projects/lct/files/console-tools/" | ||
| 32 | REGEX_pn-console-tools = "[hH][rR][eE][fF]=\"/projects/lct/files/console-tools/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 33 | REGEX_URI_pn-cracklib = "http://sourceforge.net/projects/cracklib/files/cracklib/" | ||
| 34 | REGEX_pn-cracklib = "[hH][rR][eE][fF]=\"/projects/cracklib/files/cracklib/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 35 | REGEX_URI_pn-cups = "ftp://ftp.easysw.com/pub/cups/" | ||
| 36 | REGEX_pn-cups = "[hH][rR][eE][fF]=\"ftp://ftp.easysw.com:21/pub/cups/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 37 | REGEX_URI_pn-cwautomacros = "http://sourceforge.net/projects/cwautomacros.berlios/files/" | ||
| 38 | REGEX_pn-cwautomacros = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download"" | ||
| 39 | REGEX_URI_pn-cwautomacros-native = "http://sourceforge.net/projects/cwautomacros.berlios/files/" | ||
| 40 | REGEX_pn-cwautomacros-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download\"" | ||
| 41 | REGEX_URI_pn-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
| 42 | REGEX_pn-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 43 | REGEX_URI_pn-db-native = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
| 44 | REGEX_pn-db-native = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 45 | REGEX_URI_pn-nativesdk-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
| 46 | REGEX_pn-nativesdk-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 47 | REGEX_URI_pn-e2fsprogs = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs/" | ||
| 48 | REGEX_pn-e2fsprogs = "[hH][rR][eE][fF]=\"/projects/e2fsprogs/files/e2fsprogs/v(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 49 | REGEX_URI_pn-expat = "http://sourceforge.net/projects/expat/files/expat/" | ||
| 50 | REGEX_pn-expat-native = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 51 | REGEX_URI_pn-expat-native = "http://sourceforge.net/projects/expat/files/expat/" | ||
| 52 | REGEX_pn-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 53 | REGEX_URI_pn-nativesdk-expat = "http://sourceforge.net/projects/expat/files/expat/" | ||
| 54 | REGEX_pn-nativesdk-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 55 | REGEX_URI_pn-flac = "http://sourceforge.net/projects/flac/files/flac-linux-i386/" | ||
| 56 | REGEX_pn-flac = "[hH][rR][eE][fF]=\"/projects/flac/files/flac-linux-i386/flac\-(?P<pver>((\d+[\.\-_]*)+))\-linux\-i386/\"" | ||
| 57 | REGEX_URI_pn-flex = "http://sourceforge.net/projects/flex/files/" | ||
| 58 | REGEX_pn-flex = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/flex/files/flex-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" | ||
| 59 | REGEX_URI_pn-freetype = "http://sourceforge.net/projects/freetype/files/freetype2" | ||
| 60 | REGEX_pn-freetype = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 61 | REGEX_URI_pn-freetype-native = "http://sourceforge.net/projects/freetype/files/freetype2" | ||
| 62 | REGEX_pn-freetype-native = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 63 | REGEX_URI_pn-glew = "http://sourceforge.net/projects/glew/files/glew" | ||
| 64 | REGEX_pn-glew = " [hH][rR][eE][fF]=\"/projects/glew/files/glew/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 65 | REGEX_URI_pn-hdparm = "http://sourceforge.net/projects/hdparm/files/hdparm/" | ||
| 66 | REGEX_pn-hdparm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/hdparm/files/hdparm/hdparm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\"" | ||
| 67 | REGEX_URI_pn-icu = "http://site.icu-project.org/download" | ||
| 68 | REGEX_pn-icu = "[hH][rR][eE][fF]=\"http://site.icu-project.org/download/((\d+[\.\-_]*)+)#(TOC\-)?ICU4J\-Download\" rel=\"nofollow\">(<b>)?(?P<pver>((\d+[\.\-_]*)+))(</b>)?" | ||
| 69 | REGEX_URI_pn-irda-utils = "http://sourceforge.net/projects/irda/files/irda-utils/" | ||
| 70 | REGEX_pn-irda-utils = "[hH][rR][eE][fF]=\"/projects/irda/files/irda-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 71 | REGEX_URI_pn-jpeg = "http://www.ijg.org/files/" | ||
| 72 | REGEX_pn-jpeg = "[hH][rR][eE][fF]=\"jpegsrc.(?P<pver>(v(\d+[\.\-_]*[a-z]*)+))\.tar\.gz"" | ||
| 73 | REGEX_URI_pn-js = "http://ftp.mozilla.org/pub/mozilla.org/js/" | ||
| 74 | REGEX_pn-js = "[hH][rR][eE][fF]=\"js-?(?P<pver>(((rc)*\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 75 | REGEX_URI_pn-kconfig-frontends = "http://ymorin.is-a-geek.org/download/kconfig-frontends/" | ||
| 76 | REGEX_pn-kconfig-frontends = "[hH][rR][eE][fF]=\'kconfig\-frontends\-(?P<pver>((\d+[\.\-]*)+))\.tar\.xz\'" | ||
| 77 | REGEX_URI_pn-lame = "http://sourceforge.net/projects/lame/files/lame/" | ||
| 78 | REGEX_pn-lame = "[hH][rR][eE][fF]=\"/projects/lame/files/lame/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 79 | REGEX_URI_pn-less = "http://www.greenwoodsoftware.com/less/download.html" | ||
| 80 | REGEX_pn-less = "[hH][rR][eE][fF]=\"less\-(?P<pver>(\d+))\.tar\.gz\"" | ||
| 81 | REGEX_URI_pn-liba52 = "http://liba52.sourceforge.net/downloads.html" | ||
| 82 | REGEX_pn-liba52 = "[hH][rR][eE][fF]=\"/files/a52\w*\-(?P<pver>((\d+[a-z]?[\.\-_]*)+))\.tar\.gz\"" | ||
| 83 | REGEX_URI_pn-libaio = "http://ftp.debian.org/debian/pool/main/liba/libaio/" | ||
| 84 | REGEX_pn-libaio = "[hH][rR][eE][fF]=\"libaio_(?P<pver>((\d+[\.\-_]*)+)).orig.tar.gz\"" | ||
| 85 | REGEX_URI_pn-libcgroup = "http://sourceforge.net/projects/libcg/files/libcgroup/" | ||
| 86 | #REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*)+(rc\d?)*)+)/\"" | ||
| 87 | REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*))+)/\"" | ||
| 88 | REGEX_URI_pn-libcheck = "http://sourceforge.net/projects/check/files/check/" | ||
| 89 | REGEX_pn-libcheck = "[hH][rR][eE][fF]=\"/projects/check/files/check/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 90 | #REGEX_URI_pn-libevent = "http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/" | ||
| 91 | REGEX_URI_pn-libevent = "http://libevent.org/" | ||
| 92 | #REGEX_pn-libevent = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-(?P<pver>((\d+[\.\-_]*)+))\-(stable|rc)\.tar\.gz/download\"" | ||
| 93 | REGEX_pn-libevent = "[hH][rR][eE][fF]=\"https://github.com/downloads/libevent/libevent/libevent-(?P<pver>((\d+[\.\-_]*)+))\-(stable|rc|alpha)\.tar\.gz\"" | ||
| 94 | REGEX_URI_pn-libexif = "http://sourceforge.net/projects/libexif/files/libexif/" | ||
| 95 | REGEX_pn-libexif = "[hH][rR][eE][fF]=\"/projects/libexif/files/libexif/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 96 | REGEX_URI_pn-libfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | ||
| 97 | 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\"" | ||
| 98 | REGEX_URI_pn-libid3tag = "http://sourceforge.net/projects/mad/files/libid3tag/" | ||
| 99 | REGEX_pn-libid3tag = "[hH][rR][eE][fF]=\"/projects/mad/files/libid3tag/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\"" | ||
| 100 | REGEX_URI_pn-libmad = "http://sourceforge.net/projects/mad/files/libmad/" | ||
| 101 | REGEX_pn-libmad = "[hH][rR][eE][fF]=\"/projects/mad/files/libmad/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\"" | ||
| 102 | REGEX_URI_pn-libogg = "http://downloads.xiph.org/releases/ogg/" | ||
| 103 | REGEX_pn-libogg = "[hH][rR][eE][fF]=\"libogg\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 104 | REGEX_URI_pn-libomxil = "http://sourceforge.net/projects/omxil/files/omxil/" | ||
| 105 | REGEX_pn-libomxil = "[hH][rR][eE][fF]=\"/projects/omxil/files/omxil/Bellagio.20(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 106 | REGEX_URI_pn-libpcap = "http://www.tcpdump.org/release/" | ||
| 107 | REGEX_pn-libpcap = "[hH][rR][eE][fF]=\"libpcap-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" | ||
| 108 | REGEX_URI_pn-libpcre = "http://sourceforge.net/projects/pcre/files/pcre/" | ||
| 109 | REGEX_pn-libpcre = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 110 | REGEX_URI_pn-libpcre-native = "http://sourceforge.net/projects/pcre/files/pcre/" | ||
| 111 | REGEX_pn-libpcre-native = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 112 | REGEX_URI_pn-libpng = "ftp://ftp.simplesystems.org/pub/libpng/png/src/" | ||
| 113 | REGEX_pn-libpng = "[hH][rR][eE][fF]=\"ftp://ftp.simplesystems.org:21/pub/libpng/png/src/libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 114 | REGEX_URI_pn-libpng-native = "ftp://ftp.simplesystems.org/pub/libpng/png/src/" | ||
| 115 | REGEX_pn-libpng-native = "[hH][rR][eE][fF]=\"ftp://ftp.simplesystems.org:21/pub/libpng/png/src/libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 116 | REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html" | ||
| 117 | REGEX_pn-libsamplerate0 = "[hH][rR][eE][fF]=\"libsamplerate\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 118 | REGEX_URI_pn-libtirpc = "http://sourceforge.net/projects/libtirpc/files/libtirpc/" | ||
| 119 | REGEX_pn-libtirpc = "[hH][rR][eE][fF]=\"/projects/libtirpc/files/libtirpc/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 120 | REGEX_URI_pn-libusb-compat = "http://sourceforge.net/projects/libusb/files/libusb-compat-0.1/" | ||
| 121 | REGEX_pn-libusb-compat = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-compat-0.1/libusb-compat-(?P<pver>((\d+[\.\-_]*)+))/"" | ||
| 122 | REGEX_URI_pn-libusb1 = "http://sourceforge.net/projects/libusb/files/libusb-1.0/" | ||
| 123 | REGEX_pn-libusb1 = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-1.0/libusb-(?P<pver>((\d+[\.\-_]*)+))/"" | ||
| 124 | REGEX_URI_pn-libvorbis = "http://downloads.xiph.org/releases/vorbis/" | ||
| 125 | REGEX_pn-libvorbis = "[hH][rR][eE][fF]=\"libvorbis-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 126 | REGEX_URI_pn-lsb = "http://sourceforge.net/projects/lsb/files/lsb_release/" | ||
| 127 | REGEX_pn-lsb = "[hH][rR][eE][fF]=\"/projects/lsb/files/lsb_release/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 128 | REGEX_URI_pn-ltp = "http://sourceforge.net/projects/ltp/files/LTP%20Source" | ||
| 129 | REGEX_pn-ltp = "[hH][rR][eE][fF]=\"/projects/ltp/files/LTP%20Source/ltp\-(?P<pver>(\d+))/\"" | ||
| 130 | REGEX_URI_pn-mailx = "http://sourceforge.net/projects/heirloom/files/heirloom-mailx/" | ||
| 131 | REGEX_pn-mailx = "[hH][rR][eE][fF]=\"/projects/heirloom/files/heirloom-mailx/(?P<pver>((\d+[\.]*)+))/\"" | ||
| 132 | REGEX_URI_pn-menu-cache = "http://sourceforge.net/projects/lxde/files/menu-cache/" | ||
| 133 | REGEX_pn-menu-cache = "[hH][rR][eE][fF]=\"/projects/lxde/files/menu\-cache/menu-cache%20(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 134 | REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018" | ||
| 135 | REGEX_pn-minicom = "[hH][rR][eE][fF]=\"/frs/download.php/\d+/minicom\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 136 | REGEX_URI_pn-mingetty = "http://sourceforge.net/projects/mingetty/files/mingetty" | ||
| 137 | REGEX_pn-mingetty = "[hH][rR][eE][fF]=\"/projects/mingetty/files/mingetty/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 138 | REGEX_URI_pn-mpeg2dec = "http://libmpeg2.sourceforge.net/downloads.html" | ||
| 139 | REGEX_pn-mpeg2dec = "[hH][rR][eE][fF]=\"/files/mpeg2dec-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 140 | REGEX_URI_pn-mpfr = "http://ftp.gnu.org/gnu/mpfr/" | ||
| 141 | REGEX_pn-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 142 | REGEX_URI_pn-mpfr-native = "http://ftp.gnu.org/gnu/mpfr/" | ||
| 143 | REGEX_pn-mpfr-native = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 144 | REGEX_URI_pn-nativesdk-mpfr = "http://ftp.gnu.org/gnu/mpfr/" | ||
| 145 | REGEX_pn-nativesdk-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"" | ||
| 146 | REGEX_URI_pn-nfs-utils = "http://sourceforge.net/projects/nfs/files/nfs-utils/" | ||
| 147 | REGEX_pn-nfs-utils = "[hH][rR][eE][fF]=\"/projects/nfs/files/nfs-utils/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 148 | REGEX_URI_pn-ocf-linux = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/" | ||
| 149 | REGEX_pn-ocf-linux = "[hH][rR][eE][fF]=\"/projects/ocf-linux/files/ocf-linux/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 150 | REGEX_URI_pn-openjade-native = "http://sourceforge.net/projects/openjade/files/openjade/" | ||
| 151 | REGEX_pn-openjade-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/openjade/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 152 | REGEX_URI_pn-opensp = "http://sourceforge.net/projects/openjade/files/opensp/" | ||
| 153 | REGEX_pn-opensp = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 154 | REGEX_URI_pn-opensp-native = "http://sourceforge.net/projects/openjade/files/opensp/" | ||
| 155 | REGEX_pn-opensp-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 156 | REGEX_URI_pn-oprofile = "http://sourceforge.net/projects/oprofile/files/oprofile/" | ||
| 157 | REGEX_pn-oprofile = "[hH][rR][eE][fF]=\"/projects/oprofile/files/oprofile/oprofile-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 158 | REGEX_URI_pn-pcmanfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | ||
| 159 | 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\"" | ||
| 160 | REGEX_URI_pn-procps = "http://procps.sourceforge.net/download.html" | ||
| 161 | REGEX_pn-procps = "[hH][rR][eE][fF]=\"procps\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 162 | REGEX_URI_pn-psmisc = "http://sourceforge.net/projects/psmisc/files/psmisc/" | ||
| 163 | REGEX_pn-psmisc = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/psmisc/files/psmisc/psmisc\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz/download\"" | ||
| 164 | REGEX_URI_pn-python-pycurl = "http://pycurl.sourceforge.net/download/" | ||
| 165 | REGEX_pn-python-pycurl = "[hH][rR][eE][fF]=\"pycurl-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\"" | ||
| 166 | REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/" | ||
| 167 | REGEX_pn-python-scons = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" | ||
| 168 | REGEX_URI_pn-python-scons-native = "http://sourceforge.net/projects/scons/files/scons/" | ||
| 169 | REGEX_pn-python-scons-native = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\"" | ||
| 170 | REGEX_URI_pn-quota = "http://sourceforge.net/projects/linuxquota/files/quota-tools/" | ||
| 171 | REGEX_pn-quota = "[hH][rR][eE][fF]=\"/projects/linuxquota/files/quota-tools/(?P<pver>((\d+[\.\-_]*)+([-\w\d]+)))/\"" | ||
| 172 | REGEX_URI_pn-rpcbind = "http://sourceforge.net/projects/rpcbind/files/rpcbind/" | ||
| 173 | REGEX_pn-rpcbind = "[hH][rR][eE][fF]=\"/projects/rpcbind/files/rpcbind/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 174 | REGEX_pn-rpm = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\"" | ||
| 175 | REGEX_pn-rpm-native = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\"" | ||
| 176 | REGEX_URI_pn-setserial = "http://sourceforge.net/projects/setserial/files/setserial/" | ||
| 177 | REGEX_pn-setserial = "[hH][rR][eE][fF]=\"/projects/setserial/files/setserial/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 178 | REGEX_pn-shared-mime-info = "[hH][rR][eE][fF]=\"shared\-mime\-info\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.(bz2|gz|xz)\"" | ||
| 179 | REGEX_pn-shared-mime-info-native = "[hH][rR][eE][fF]=\"shared\-mime\-info\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.(bz2|gz|xz)\"" | ||
| 180 | REGEX_URI_pn-socat = "http://www.dest-unreach.org/socat/download/" | ||
| 181 | REGEX_pn-socat = "[hH][rR][eE][fF]=\"socat\-(?P<pver>(([a-zA-Z]?\d+[\.\-]*)+))\.tar\.bz2\"" | ||
| 182 | REGEX_URI_pn-speex = "http://downloads.us.xiph.org/releases/speex/" | ||
| 183 | REGEX_pn-speex = "[hH][rR][eE][fF]=\"speex\-(?P<pver>((\d+[\.(rc)*]*)+))\.tar\.\gz\"" | ||
| 184 | REGEX_URI_pn-sqlite3 = "http://www.sqlite.org/download.html" | ||
| 185 | REGEX_pn-sqlite3 = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" | ||
| 186 | REGEX_URI_pn-sqlite3-native = "http://www.sqlite.org/download.html" | ||
| 187 | REGEX_pn-sqlite3-native = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" | ||
| 188 | REGEX_URI_pn-nativesdk-sqlite3 = "http://www.sqlite.org/download.html" | ||
| 189 | REGEX_pn-nativesdk-sqlite3 = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\"" | ||
| 190 | REGEX_URI_pn-squashfs-tools = "http://sourceforge.net/projects/squashfs/files/squashfs/" | ||
| 191 | REGEX_pn-squashfs-tools = "[hH][rR][eE][fF]=\"/projects/squashfs/files/squashfs/squashfs(?P<pver>((\d+[\.\-_]*)+)).*/\"" | ||
| 192 | REGEX_URI_pn-strace = "http://sourceforge.net/projects/strace/files/strace/" | ||
| 193 | REGEX_pn-strace = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 194 | REGEX_URI_pn-strace-native = "http://sourceforge.net/projects/strace/files/strace/" | ||
| 195 | REGEX_pn-strace-native = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 196 | REGEX_URI_pn-sysfsutils = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/" | ||
| 197 | REGEX_pn-sysfsutils = "[hH][rR][eE][fF]=\"/projects/linux-diag/files/sysfsutils/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 198 | REGEX_URI_pn-tcl = "http://sourceforge.net/projects/tcl/files/Tcl/" | ||
| 199 | REGEX_pn-tcl = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" | ||
| 200 | REGEX_URI_pn-tcl-native = "http://sourceforge.net/projects/tcl/files/Tcl/" | ||
| 201 | REGEX_pn-tcl-native = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\"" | ||
| 202 | REGEX_URI_pn-tiff = "ftp://ftp.remotesensing.org/pub/libtiff/" | ||
| 203 | REGEX_pn-tiff = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 204 | REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/" | ||
| 205 | REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 206 | REGEX_URI_pn-transfig-native = "http://sourceforge.net/projects/mcj/files/mcj-source/" | ||
| 207 | REGEX_pn-transfig-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/mcj/files/mcj-source/transfig.(?P<pver>((\d+[\.\-_]*)+[a-z]?)).tar.gz/download\"" | ||
| 208 | REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/" | ||
| 209 | REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\"" | ||
| 210 | REGEX_URI_pn-tzdata = "ftp://ftp.iana.org/tz/releases/" | ||
| 211 | REGEX_pn-tzdata = "[hH][rR][eE][fF]=\"ftp://ftp.iana.org:21/tz/releases/tzdata(?P<pver>((\d+[a-z])+))\.tar\.gz\"" | ||
| 212 | REGEX_URI_pn-unzip = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" | ||
| 213 | 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\"" | ||
| 214 | REGEX_URI_pn-unzip-native = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/" | ||
| 215 | 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\"" | ||
| 216 | REGEX_URI_pn-v86d = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/" | ||
| 217 | REGEX_pn-v86d = "[hH][rR][eE][fF]=\"v86d\-(?P<pver>((\d+[\.]*)+))\.tar\.bz2\"" | ||
| 218 | REGEX_pn-v86d = "[hH][rR][eE][fF]=\"v86d\-(?P<pver>((\d+[\.]*)+(\-?rc\d*\.*)*))\.tar\.bz2\"" | ||
| 219 | REGEX_URI_pn-watchdog = "http://sourceforge.net/projects/watchdog/files/watchdog/" | ||
| 220 | REGEX_pn-watchdog = "[hH][rR][eE][fF]=\"/projects/watchdog/files/watchdog/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 221 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | ||
| 222 | REGEX_pn-wireless-tools = "[hH][rR][eE][fF]=\"wireless_tools\.(?P<pver>(\d+))\.tar\.gz\"" | ||
| 223 | REGEX_URI_pn-x11vnc = "http://sourceforge.net/projects/libvncserver/files/x11vnc/" | ||
| 224 | REGEX_pn-x11vnc = "[hH][rR][eE][fF]=\"/projects/libvncserver/files/x11vnc/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 225 | REGEX_pn-xdg-utils = "[hH][rR][eE][fF]=\"xdg\-utils\-(?P<pver>(((rc)*\d+[\.\-_]*)+))\.(tar\.gz|tgz)\"" | ||
| 226 | REGEX_URI_pn-zip = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/" | ||
| 227 | REGEX_pn-zip = "[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\"" | ||
| 228 | REGEX_URI_pn-zip-native = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/" | ||
| 229 | 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\"" | ||
| 230 | REGEX_URI_pn-msmtp = "http://sourceforge.net/projects/msmtp/files/msmtp/" | ||
| 231 | REGEX_pn-msmtp = "[hH][rR][eE][fF]=\"/projects/msmtp/files/msmtp/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 232 | REGEX_URI_pn-docbook-dsssl-stylesheets-native = "http://sourceforge.net/projects/docbook/files/docbook-dsssl/" | ||
| 233 | REGEX_pn-docbook-dsssl-stylesheets-native = "[hH][rR][eE][fF]=\"/projects/docbook/files/docbook-dsssl/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 234 | REGEX_URI_pn-remake = "http://sourceforge.net/projects/bashdb/files/remake/" | ||
| 235 | REGEX_pn-remake = "[hH][rR][eE][fF]=\"/projects/bashdb/files/remake/(?P<pver>((\d+[\.\-_]*)+%2Bdbg[\-]*(\d+[\.\-_]*)+))/\"" | ||
| 236 | REGEX_URI_pn-remake-native = "http://sourceforge.net/projects/bashdb/files/remake/" | ||
| 237 | REGEX_pn-remake-native = "[hH][rR][eE][fF]=\"/projects/bashdb/files/remake/(?P<pver>((\d+[\.\-_]*)+%2Bdbg[\-]*(\d+[\.\-_]*)+))/\"" | ||
| 238 | REGEX_URI_pn-libical = "http://sourceforge.net/projects/libical/files/libical/" | ||
| 239 | REGEX_pn-libical = "[hH][rR][eE][fF]=\"/projects/libical/files/libical/libical-(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 240 | REGEX_URI_pn-telepathy-mission-control = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/" | ||
| 241 | REGEX_pn-telepathy-mission-control = "[hH][rR][eE][fF]=\"telepathy-mission-control-(?P<pver>((\d+[\.\-_]*)+))\.tar.gz\"" | ||
| 242 | REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
| 243 | REGEX_pn-sysstat = "[hH][rR][eE][fF]=\"http://pagesperso-orange.fr/sebastien.godard/sysstat\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 244 | REGEX_URI_pn-lzop = "http://www.lzop.org/download/" | ||
| 245 | REGEX_pn-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 246 | REGEX_URI_pn-lzop-native = "http://www.lzop.org/download/" | ||
| 247 | REGEX_pn-lzop-native = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 248 | REGEX_URI_pn-nativesdk-lzop = "http://www.lzop.org/download/" | ||
| 249 | REGEX_pn-nativesdk-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 250 | 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\"" | ||
| 251 | REGEX_URI_pn-lsbinitscripts = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/" | ||
| 252 | REGEX_pn-lsbinitscripts = "[hH][rR][eE][fF]=\"initscripts\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/\"" | ||
| 253 | REGEX_pn-tzcode-native = "[hH][rR][eE][fF]=\"ftp://ftp.iana.org:21/tz/releases/tzcode(?P<pver>((\d+[a-z])+))\.tar\.gz\"" | ||
| 254 | REGEX_pn-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 255 | REGEX_pn-libffi-native = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 256 | REGEX_pn-nativesdk-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 257 | REGEX_pn-gtk+ = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 258 | REGEX_pn-webkit-gtk = "[hH][rR][eE][fF]=\"webkitgtk\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\"" | ||
| 259 | REGEX_URI_pn-bind = "ftp://ftp.isc.org/isc/bind9/" | ||
| 260 | REGEX_pn-bind = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/bind9/(?P<pver>((\d+((rc|b)\d)*[\.\-_]*)+))/\"" | ||
| 261 | REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/" | ||
| 262 | REGEX_pn-dhcp = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/dhcp/(?P<pver>((\d+((P)\d)*[\.\-_]*)+))/\"" | ||
| 263 | REGEX_URI_pn-mesa-dri = "ftp://ftp.freedesktop.org/pub/mesa/" | ||
| 264 | REGEX_pn-mesa-dri = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 265 | REGEX_URI_pn-mesa-dri-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/" | ||
| 266 | REGEX_pn-mesa-dri-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 267 | REGEX_URI_pn-nspr = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/" | ||
| 268 | REGEX_pn-nspr = "[hH][rR][eE][fF]=\"ftp://ftp.mozilla.org:21/pub/mozilla.org/nspr/releases/v(?P<pver>((\d+[\.\-_]*)+))/\"" | ||
| 269 | REGEX_URI_pn-createrepo = "http://createrepo.baseurl.org/download/" | ||
| 270 | REGEX_pn-createrepo = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 271 | REGEX_URI_pn-createrepo-native = "http://createrepo.baseurl.org/download/" | ||
| 272 | REGEX_pn-createrepo-native = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 273 | REGEX_URI_pn-apmd = "ftp://ftp.debian.org/debian/pool/main/a/apmd/" | ||
| 274 | 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\"" | ||
| 275 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk" | ||
| 276 | REGEX_pn-intltool = "[hH][rR][eE][fF]=\"/intltool/\+milestone/(?P<pver>((\d+[\.\-_]*)+))\"" | ||
| 277 | REGEX_URI_pn-intltool-native = "https://launchpad.net/intltool/trunk" | ||
| 278 | REGEX_pn-intltool-native = "[hH][rR][eE][fF]=\"/intltool/\+milestone/(?P<pver>((\d+[\.\-_]*)+))\"" | ||
| 279 | REGEX_URI_pn-distcc = "http://code.google.com/p/distcc/downloads/list" | ||
| 280 | REGEX_pn-distcc = "[hH][rR][eE][fF]=\"//distcc.googlecode.com/files/distcc-(?P<pver>((\d+(rc\d+)*[\.\-_]*)+))\.tar\.bz2\"" | ||
| 281 | REGEX_URI_pn-git = "http://code.google.com/p/git-core/downloads/list" | ||
| 282 | REGEX_pn-git = "[hH][rR][eE][fF]=\"//git-core.googlecode.com/files/git-(?P<pver>(((rc)?\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 283 | REGEX_pn-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 284 | REGEX_pn-cmake-native = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 285 | REGEX_pn-nativeesdk-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 286 | REGEX_URI_pn-docbook-sgml-dtd-3.1-native = "http://docbook.org/sgml/3.1/" | ||
| 287 | REGEX_URI_pn-docbook-sgml-dtd-4.1-native = "http://docbook.org/sgml/4.1/" | ||
| 288 | REGEX_URI_pn-docbook-sgml-dtd-4.5-native = "http://docbook.org/sgml/4.5/" | ||
| 289 | REGEX_pn-libxml2 = "[hH][rR][eE][fF]=\"ftp://xmlsoft.org:21/libxml2/libxml2\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
| 290 | REGEX_pn-python-setuptools = "[hH][rR][eE][fF]=\"setuptools\-(?P<pver>((\d+([a-z]\d+)?[\.\-_]*)+))\.(tar\.gz|\.zip)\"" | ||
| 291 | REGEX_pn-libtheora = "[Hh][Rr][Ee][Ff]=\"libtheora\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | ||
