use HTTPS in URLs where supported (#1741)
This commit is contained in:
parent
85ebf7df1d
commit
7f7316ba9b
@ -5,7 +5,7 @@ pkgver=8.6.10
|
||||
pkgrel=2
|
||||
pkgdesc='Text document format for short documents, articles, books and UNIX man pages.'
|
||||
arch=('any')
|
||||
url='http://www.methods.co.nz/asciidoc/'
|
||||
url='https://www.methods.co.nz/asciidoc/'
|
||||
license=('GPL')
|
||||
depends=('python2' 'libxslt' 'docbook-xsl')
|
||||
makedepends=('tar')
|
||||
|
||||
@ -9,7 +9,7 @@ pkgver=0.39.0
|
||||
pkgrel=1
|
||||
pkgdesc="A script for managing file archives of various types"
|
||||
arch=('any')
|
||||
url="http://www.nongnu.org/atool/"
|
||||
url="https://www.nongnu.org/atool/"
|
||||
license=('GPL3')
|
||||
depends=('file' 'perl')
|
||||
optdepends=('bzip2: for using atool with bzip2 compressed archives'
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=6.02.01
|
||||
pkgrel=1
|
||||
pkgdesc='C++ parser generator'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://fbb-git.gitlab.io/bisoncpp/'
|
||||
url='https://fbb-git.gitlab.io/bisoncpp/'
|
||||
license=('GPL')
|
||||
# Versions taken from the 'required' file in sources
|
||||
depends=('libbobcat>=4.02.00')
|
||||
|
||||
@ -10,7 +10,7 @@ license=('GPLv3')
|
||||
depends=('libintl')
|
||||
makedepends=('gettext-devel')
|
||||
options=('staticlibs')
|
||||
source=(http://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz)
|
||||
source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz)
|
||||
sha256sums=('08a35e92deb3c85d269a0059a27d4140a9667a6369459299d08c17f713a92e73')
|
||||
|
||||
build() {
|
||||
|
||||
@ -7,7 +7,7 @@ post_install()
|
||||
echo ">>>> Please note that this tools and some related projects (for example ChromeOS) use python2."
|
||||
echo ">>>> They assume that python2 is the default python interpreter. ArchLinux default is python3, so be prepared to fix python references in your works."
|
||||
echo ">>>> This package contains a repo_fix.sh script. Use it to fix python2 references in python's script created after 'repo init' command"
|
||||
echo ">>>> For getting started with depot_tools, visit this page: http://dev.chromium.org/developers/how-tos/depottools"
|
||||
echo ">>>> For getting started with depot_tools, visit this page: https://dev.chromium.org/developers/how-tos/depottools"
|
||||
echo ">>>> Run 'source /etc/profile' if you don't find any depot_tools related commands."
|
||||
}
|
||||
|
||||
|
||||
@ -17,4 +17,4 @@
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
information, see https://www.oasis-open.org/docbook/.
|
||||
|
||||
@ -10,7 +10,7 @@ url="https://www.oasis-open.org/docbook/"
|
||||
license=('MIT')
|
||||
depends=('libxml2')
|
||||
install=docbook-mathml.install
|
||||
source=("http://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd" 'LICENSE')
|
||||
source=("https://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd" 'LICENSE')
|
||||
sha256sums=('70da7140035621330f1b5ab6926197c3c3af467f2207d55a41f6396d9ad96abd'
|
||||
'276a366862b4c9f5d3b0f5796d49b09542bb2699f1282c0a15cdbda4cfe725dc')
|
||||
|
||||
|
||||
@ -7,11 +7,11 @@ pkgver=4.5
|
||||
pkgrel=1
|
||||
pkgdesc='Document type definitions for verification of SGML data files against the DocBook rule set.'
|
||||
arch=('any')
|
||||
url='http://www.docbook.org/sgml/'
|
||||
url='https://www.docbook.org/sgml/'
|
||||
license=('MIT')
|
||||
depends=('sgml-common')
|
||||
install='docbook-sgml.install'
|
||||
source=("http://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip")
|
||||
source=("https://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip")
|
||||
sha256sums=('8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43')
|
||||
|
||||
build() {
|
||||
|
||||
@ -7,11 +7,11 @@ pkgver=3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Legacy docbook-sgml"
|
||||
arch=('any')
|
||||
url='http://www.docbook.org/sgml/'
|
||||
url='https://www.docbook.org/sgml/'
|
||||
license=('MIT')
|
||||
depends=('sgml-common')
|
||||
install=$pkgname.install
|
||||
source=("http://www.docbook.org/sgml/${pkgver}/docbk31.zip")
|
||||
source=("https://www.docbook.org/sgml/${pkgver}/docbk31.zip")
|
||||
sha256sums=('20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538')
|
||||
|
||||
build() {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
See also http://docbook.org/specs/
|
||||
See also https://docbook.org/specs/
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook XML DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
@ -21,4 +21,4 @@
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
information, see https://www.oasis-open.org/docbook/.
|
||||
|
||||
@ -9,11 +9,11 @@ url="https://www.oasis-open.org/docbook/"
|
||||
license=('MIT')
|
||||
depends=('libxml2')
|
||||
install=docbook-xml.install
|
||||
source=('http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip'
|
||||
'http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip'
|
||||
'http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip'
|
||||
'http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip'
|
||||
'http://www.docbook.org/xml/4.1.2/docbkx412.zip'
|
||||
source=('https://www.docbook.org/xml/4.5/docbook-xml-4.5.zip'
|
||||
'https://www.docbook.org/xml/4.4/docbook-xml-4.4.zip'
|
||||
'https://www.docbook.org/xml/4.3/docbook-xml-4.3.zip'
|
||||
'https://www.docbook.org/xml/4.2/docbook-xml-4.2.zip'
|
||||
'https://www.docbook.org/xml/4.1.2/docbkx412.zip'
|
||||
'LICENSE'
|
||||
'4.1.2-add-catalog.all.patch'
|
||||
'4.2-Add-system.all.patch'
|
||||
|
||||
@ -13,11 +13,11 @@ post_install() {
|
||||
"file:///etc/xml/docbook-xml" \
|
||||
etc/xml/catalog
|
||||
xmlcatalog --noout --add "delegateSystem" \
|
||||
"http://www.oasis-open.org/docbook/" \
|
||||
"https://www.oasis-open.org/docbook/" \
|
||||
"file:///etc/xml/docbook-xml" \
|
||||
etc/xml/catalog
|
||||
xmlcatalog --noout --add "delegateURI" \
|
||||
"http://www.oasis-open.org/docbook/" \
|
||||
"https://www.oasis-open.org/docbook/" \
|
||||
"file:///etc/xml/docbook-xml" \
|
||||
etc/xml/catalog
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# /etc/bash.bash_logout: executed by bash(1) when login shell exits.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# /etc/bash.bashrc: executed by bash(1) for interactive shells.
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
# - you have to run the above command directly from your schema master
|
||||
#
|
||||
# For further information read
|
||||
# http://technet.microsoft.com/en-us/magazine/2008.05.schema.aspx
|
||||
# https://technet.microsoft.com/en-us/magazine/2008.05.schema.aspx
|
||||
#
|
||||
# ----------------------------------------------------------------------
|
||||
#
|
||||
@ -42,7 +42,7 @@ objectClass: attributeSchema
|
||||
cn: cygwin-Home
|
||||
attributeID: 1.3.6.1.4.1.2312.15.2.1
|
||||
# attributeSyntax 2.5.5.12 is String(Unicode) with oMSyntax == 64
|
||||
# see http://technet.microsoft.com/en-us/library/cc961740.aspx
|
||||
# see https://technet.microsoft.com/en-us/library/cc961740.aspx
|
||||
attributeSyntax: 2.5.5.12
|
||||
isSingleValued: TRUE
|
||||
adminDisplayName: cygwin-Home
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
# dep-search - utility for searching library dependencies
|
||||
# of Windows executables and shared libraries.
|
||||
#
|
||||
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
|
||||
# The BSD 3-Clause License. https://www.opensource.org/licenses/BSD-3-Clause
|
||||
#
|
||||
# This file is part of 'MSYS2' project.
|
||||
# Copyright (c) 2014 by Alexpux (alexpux doggy gmail dotty com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Project: MSYS2 ( http://sourceforge.net/projects/msys2/ )
|
||||
# Project: MSYS2 ( https://sourceforge.net/projects/msys2/ )
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# ~/.bash_profile: executed by bash(1) for login shells.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# ~/.bashrc: executed by bash(1) for interactive shells.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# ~/.inputrc: readline initialization file.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# For a description of the file format, see the Users Guide
|
||||
# http://cygwin.com/cygwin-ug-net/using.html#mount-table
|
||||
# https://cygwin.com/cygwin-ug-net/using.html#mount-table
|
||||
|
||||
# DO NOT REMOVE NEXT LINE. It remove cygdrive prefix from path
|
||||
none / cygdrive binary,posix=0,noacl,user 0 0
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
|
||||
# System-wide profile file
|
||||
@ -12,9 +12,9 @@
|
||||
# Customizing Your Shell: http://www.dsl.org/cookbook/cookbook_5.html#SEC69
|
||||
# Consistent BackSpace and Delete Configuration:
|
||||
# http://www.ibb.net/~anne/keyboard.html
|
||||
# The Linux Documentation Project: http://www.tldp.org/
|
||||
# The Linux Cookbook: http://www.tldp.org/LDP/linuxcookbook/html/
|
||||
# Greg's Wiki http://mywiki.wooledge.org/
|
||||
# The Linux Documentation Project: https://www.tldp.org/
|
||||
# The Linux Cookbook: https://www.tldp.org/LDP/linuxcookbook/html/
|
||||
# Greg's Wiki https://mywiki.wooledge.org/
|
||||
|
||||
# Setup some default paths. Note that this order will allow user installed
|
||||
# software to override 'system' software.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# /etc/profile.d/lang.sh: sourced by /etc/profile.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# /etc/profile.d/tzset.sh: sourced by /etc/profile.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
|
||||
# System-wide profile file
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=2.07.02
|
||||
pkgrel=1
|
||||
pkgdesc="C++ scanner generator"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://fbb-git.gitlab.io/flexcpp/"
|
||||
url="https://fbb-git.gitlab.io/flexcpp/"
|
||||
license=('GPL')
|
||||
# Versions taken from the 'required' file in sources
|
||||
depends=('libbobcat>=4.01.00')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="A garbage collector for C and C++"
|
||||
arch=('i686' 'x86_64')
|
||||
groups=('libraries')
|
||||
url="http://www.hboehm.info/gc/"
|
||||
url="https://www.hboehm.info/gc/"
|
||||
license=('GPL')
|
||||
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"
|
||||
gc-7.6-msys2.patch
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=1.60.0
|
||||
pkgrel=1
|
||||
pkgdesc="Versatile ncurses-based hex editor."
|
||||
arch=('i686' 'x86_64')
|
||||
#url="http://directory.fsf.org/project/HexCurse/"
|
||||
#url="https://directory.fsf.org/project/HexCurse/"
|
||||
url="https://github.com/LonnyGomes/hexcurse"
|
||||
license=('GPL')
|
||||
depends=('ncurses')
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=9.02.08
|
||||
pkgrel=1
|
||||
pkgdesc='A program maintenance (make) utility using a C-like grammar'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://fbb-git.gitlab.io/icmake/'
|
||||
url='https://fbb-git.gitlab.io/icmake/'
|
||||
license=('GPL3')
|
||||
source=("${pkgname}::git+https://gitlab.com/fbb-git/icmake.git#tag=${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
@ -5,12 +5,12 @@ pkgver=0.21
|
||||
pkgrel=1
|
||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://isl.gforge.inria.fr/"
|
||||
url="https://isl.gforge.inria.fr/"
|
||||
groups=('libraries')
|
||||
depends=('gmp')
|
||||
makedepends=('gmp-devel')
|
||||
license=('MIT')
|
||||
source=(http://isl.gforge.inria.fr/${pkgname}-$pkgver.tar.xz
|
||||
source=(https://isl.gforge.inria.fr/${pkgname}-$pkgver.tar.xz
|
||||
isl-0.12.1-msys2.patch
|
||||
isl-0.14.1-no-undefined.patch)
|
||||
sha256sums=('777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a54960'
|
||||
|
||||
@ -20,7 +20,7 @@ abstractions implemented by the libraries.
|
||||
|
||||
The header file <argp.h> should be included to use argp.
|
||||
|
||||
Source homepage: http://www.gnu.org/s/gnulib/MODULES.html
|
||||
Source homepage: https://www.gnu.org/s/gnulib/MODULES.html
|
||||
Source download: git checkout; see below
|
||||
Upstream maintainer: bug-gnulib@gnu.org
|
||||
Cygwin maintainer: Andrew Schulman <schulman.andrew@epa.gov>
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=7.6.10
|
||||
pkgrel=1
|
||||
pkgdesc="Provides semi-portable access to hardware provided atomic memory operations"
|
||||
arch=('any')
|
||||
url="http://www.hboehm.info/gc"
|
||||
url="https://www.hboehm.info/gc"
|
||||
license=('GPL2' 'MIT')
|
||||
source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"
|
||||
libatomic_ops-7.6.6-msysize.patch)
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=4.08.03
|
||||
pkgrel=1
|
||||
pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://fbb-git.gitlab.io/bobcat/"
|
||||
url="https://fbb-git.gitlab.io/bobcat/"
|
||||
license=('GPL')
|
||||
# Versions taken from the 'required' file in sources
|
||||
makedepends=('icmake>=8.01.00' 'yodl>=3.07.01')
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=2.1.11
|
||||
pkgrel=1
|
||||
pkgdesc="An event notification library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libevent.org"
|
||||
url="https://libevent.org/"
|
||||
license=('BSD')
|
||||
makedepends=('openssl-devel')
|
||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc})
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
* License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
* License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=1.9.1
|
||||
pkgrel=1
|
||||
pkgdesc='Very fast lossless compression algorithm'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.lz4.org/'
|
||||
url='https://lz4.github.io/lz4/'
|
||||
license=('LGPL')
|
||||
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('f8377c89dad5c9f266edc0be9b73595296ecafd5bfa1000de148096c50052dc4')
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=1.21
|
||||
pkgrel=1
|
||||
pkgdesc="A lossless file compressor based on the LZMA algorithm"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.nongnu.org/lzip/lzip.html"
|
||||
url="https://www.nongnu.org/lzip/lzip.html"
|
||||
license=('GPL3')
|
||||
depends=('gcc-libs')
|
||||
install=lzip.install
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=2.8.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A utility for reading man pages"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.nongnu.org/man-db/"
|
||||
url="https://www.nongnu.org/man-db/"
|
||||
license=('GPL' 'LGPL')
|
||||
groups=('base-devel')
|
||||
depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
|
||||
|
||||
@ -10,7 +10,7 @@ pkgver=1.1.9.36.44d991d
|
||||
pkgrel=1
|
||||
pkgdesc="Stub for the midipix system call layer"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://midipix.org"
|
||||
url="https://midipix.org/"
|
||||
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
|
||||
depends=("zlib")
|
||||
makedepends=("${_mingw_suff}-gcc" 'make')
|
||||
|
||||
@ -10,7 +10,7 @@ pkgver=0.0.7.92a6ceb
|
||||
pkgrel=1
|
||||
pkgdesc="Stub for the midipix system call layer"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://midipix.org"
|
||||
url="https://midipix.org/"
|
||||
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
|
||||
depends=("zlib")
|
||||
makedepends=("${_mingw_suff}-gcc" 'make')
|
||||
|
||||
@ -14,8 +14,8 @@ makedepends=('gcc')
|
||||
provides=('ksh')
|
||||
conflicts=('ksh')
|
||||
install=mksh.install
|
||||
source=("http://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-R${_ver}.tgz"
|
||||
"http://www.mirbsd.org/TaC-mksh.txt")
|
||||
source=("https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-R${_ver}.tgz"
|
||||
"https://www.mirbsd.org/TaC-mksh.txt")
|
||||
sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75'
|
||||
'92ea3319925b35081cb30ff3ef112dc6eff733cf63455b06c8eaae0adc03a400')
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.63
|
||||
pkgrel=1
|
||||
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://joeyh.name/code/moreutils/"
|
||||
url="https://joeyh.name/code/moreutils/"
|
||||
license=('GPL2')
|
||||
makedepends=('docbook-xml' 'git')
|
||||
source=("git+https://git.joeyh.name/git/moreutils.git#tag=${pkgver}")
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=2.4.2
|
||||
pkgrel=2
|
||||
pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.bytereef.org/mpdecimal/index.html"
|
||||
url="https://www.bytereef.org/mpdecimal/index.html"
|
||||
license=('custom')
|
||||
depends=('gcc-libs')
|
||||
checkdepends=('wget')
|
||||
|
||||
@ -11,11 +11,11 @@ fi
|
||||
pkgrel=1
|
||||
pkgdesc="Multiple-precision floating-point library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.mpfr.org/"
|
||||
url="https://www.mpfr.org/"
|
||||
license=('LGPL')
|
||||
depends=('gmp>=5.0')
|
||||
makedepends=('gmp-devel>=5.0')
|
||||
source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
|
||||
source=(https://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
|
||||
mpfr-3.1.6-p1.patch
|
||||
mpfr-4.0.0-msys2.patch
|
||||
mpfr-4.0.0-add-ax_thread_m4.patch)
|
||||
|
||||
@ -599,8 +599,8 @@ kExitCode EnumerateLockingProcesses(Arguments* args, GlobalState* state) {
|
||||
return (kSuccess);
|
||||
}
|
||||
|
||||
/* NYI: http://processhacker.sourceforge.net/forums/viewtopic.php?f=8&t=1584
|
||||
http://msdn.microsoft.com/en-us/library/windows/desktop/aa813708.aspx
|
||||
/* NYI: https://processhacker.sourceforge.io/forums/viewtopic.php?f=8&t=1584
|
||||
https://msdn.microsoft.com/en-us/library/windows/desktop/aa813708.aspx
|
||||
ssize_t GetHandlesForProcess(DWORD processId) {
|
||||
HANDLE proc_handle = OpenProcess (PROCESS_QUERY_INFORMATION |
|
||||
PROCESS_VM_READ, FALSE, processId);
|
||||
@ -799,9 +799,9 @@ kExitCode GraphicalInterfaceInit(Arguments* args, GraphicalInterfaceState* p_if_
|
||||
// HRSRC splash_jpg;
|
||||
// HBITMAP splash_jpg_bitmap;
|
||||
// } GraphicalInterfaceState;
|
||||
/* http://www.codeproject.com/Articles/3537/Loading-JPG-PNG-resources-using-GDI
|
||||
http://stackoverflow.com/questions/9240188/how-to-load-a-custom-binary-resource-in-a-vc-static-library-as-part-of-a-dll
|
||||
http://www.codeproject.com/Articles/15523/Own-thread-Win-splash-screen .. http://www.codeproject.com/Messages/3913756/Added-code-to-getImage-from-resource.aspx
|
||||
/* https://www.codeproject.com/Articles/3537/Loading-JPG-PNG-resources-using-GDI
|
||||
https://stackoverflow.com/questions/9240188/how-to-load-a-custom-binary-resource-in-a-vc-static-library-as-part-of-a-dll
|
||||
https://www.codeproject.com/Articles/15523/Own-thread-Win-splash-screen .. http://www.codeproject.com/Messages/3913756/Added-code-to-getImage-from-resource.aspx
|
||||
|
||||
*/
|
||||
// GraphicalInterfaceState* p_if_gui_state = &p_if_state->gui;
|
||||
@ -810,7 +810,7 @@ kExitCode GraphicalInterfaceInit(Arguments* args, GraphicalInterfaceState* p_if_
|
||||
gdi_plus_statup_input.GdiplusVersion = 1;
|
||||
gdi_plus_statup_input.DebugEventCallback = NULL;
|
||||
/*
|
||||
http://msdn.microsoft.com/en-us/library/windows/desktop/ms534067(v=vs.85).aspx
|
||||
https://msdn.microsoft.com/en-us/library/windows/desktop/ms534067(v=vs.85).aspx
|
||||
|
||||
Boolean value that specifies whether to suppress the GDI+ background thread. If you set this member to
|
||||
TRUE, GdiplusStartup returns (in its output parameter) a pointer to a hook function and a pointer to an
|
||||
|
||||
@ -5,12 +5,12 @@ pkgver=2.14.02
|
||||
pkgrel=1
|
||||
pkgdesc="An 80x86 assembler designed for portability and modularity"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.nasm.us"
|
||||
url="https://www.nasm.us/"
|
||||
license=('BSD')
|
||||
makedepends=('perl-Font-TTF' 'perl-Sort-Versions' 'mingw-w64-i686-fontconfig' 'mingw-w64-i686-ghostscript')
|
||||
depends=('msys2-runtime')
|
||||
#install=nasm.install
|
||||
source=("http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||
source=("https://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||
"Arial.ttf"
|
||||
"Arial-Bold.ttf"
|
||||
"Arial-Italic.ttf"
|
||||
|
||||
@ -4,7 +4,7 @@ pkgname=openssh
|
||||
pkgver=8.0p1
|
||||
pkgrel=1
|
||||
pkgdesc='Free version of the SSH connectivity tools'
|
||||
url='http://www.openssh.org/portable.html'
|
||||
url='https://www.openssh.com/portable.html'
|
||||
license=('custom:BSD')
|
||||
arch=('i686' 'x86_64')
|
||||
groups=('net-utils')
|
||||
|
||||
@ -6,5 +6,5 @@
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/mingw/i686/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/
|
||||
Server = https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/i686/
|
||||
|
||||
@ -6,5 +6,5 @@
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/mingw/x86_64/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/x86_64/
|
||||
Server = https://www2.futureware.at/~nickoe/msys2-mirror/mingw/x86_64/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/x86_64/
|
||||
|
||||
@ -6,5 +6,5 @@
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/msys/$arch/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/msys/$arch/
|
||||
Server = https://www2.futureware.at/~nickoe/msys2-mirror/msys/$arch/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/msys/$arch/
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
plain() {
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
plain() {
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.1903
|
||||
pkgrel=1
|
||||
pkgdesc="Compute 'intelligent' differences between two files / lists"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/~tyemq/${_realname}-${pkgver}"
|
||||
url="https://metacpan.org/author/TYEMQ${_realname}-${pkgver}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="Provide a perl interface to ZIP archive files"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/Archive-Zip/"
|
||||
url="https://metacpan.org/release/Archive-Zip"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=2
|
||||
pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.7107
|
||||
pkgrel=1
|
||||
pkgdesc="Provide commonly requested regular expressions"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/~dcoppit/${_realname}-${pkgver}"
|
||||
url="https://metacpan.org/author/DCOPPIT${_realname}-${pkgver}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
|
||||
@ -9,7 +9,7 @@ arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
url="http://search.cpan.org/dist/Capture-Tiny"
|
||||
url="https://metacpan.org/release/Capture-Tiny"
|
||||
options=('!emptydirs')
|
||||
source=("https://www.cpan.org/authors/id/D/DA/DAGOLDEN/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19')
|
||||
|
||||
@ -7,11 +7,11 @@ pkgrel=1
|
||||
pkgdesc="Carp::Clan - Report errors from perspective of caller of a \"clan\" of modules"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~stbey/Carp-Clan/"
|
||||
url="https://search.cpan.org/~stbey/Carp-Clan/"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz)
|
||||
source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('0a08560737d8c5caab36f2684c8512e9771e633d3ab5629db814e1d49e274a3d')
|
||||
|
||||
build() {
|
||||
|
||||
@ -10,7 +10,7 @@ license=(GPL2)
|
||||
makedepends=('libbz2-devel')
|
||||
depends=('perl' 'libbz2')
|
||||
groups=('perl-modules')
|
||||
url="http://search.cpan.org/dist/Compress-Bzip2"
|
||||
url="https://metacpan.org/release/Compress-Bzip2"
|
||||
options=('!emptydirs')
|
||||
source=("https://www.cpan.org/authors/id/R/RU/RURBAN/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('5132f0c5f377a54d77ee36d332aa0ece585c22a40f2c31f2619e40262f5c4f0c')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.125
|
||||
pkgrel=1
|
||||
pkgdesc="Perl module to extract data from Macintosh BinHex files"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/Convert-BinHex/"
|
||||
url="https://metacpan.org/release/Convert-BinHex"
|
||||
license=('PerlArtistic')
|
||||
depends=('perl')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.73_06
|
||||
pkgrel=3
|
||||
pkgdesc="OpenSSL glue that provides LWP https support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://search.cpan.org/dist/Crypt-SSLeay"
|
||||
url="https://metacpan.org/release/Crypt-SSLeay"
|
||||
groups=('perl-modules')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl-LWP-Protocol-https' 'perl-Try-Tiny' 'perl-Path-Class')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.642
|
||||
pkgrel=2
|
||||
pkgdesc="Database independent interface for Perl"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://search.cpan.org/dist/DBI/"
|
||||
url="https://metacpan.org/release/DBI"
|
||||
groups=('perl-modules')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="Date::Calc - Gregorian calendar date calculations"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~stbey/Date-Calc/"
|
||||
url="https://metacpan.org/release/Date-Calc"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=2
|
||||
pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
|
||||
arch=('any')
|
||||
license=('PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
groups=('perl-modules')
|
||||
depends=('perl>=5.10.0') # 'perl-Digest-SHA1' in perl core now
|
||||
options=(!emptydirs)
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=4
|
||||
pkgdesc="Perl Module: Perl interface to the MD4 Algorithm."
|
||||
arch=('any')
|
||||
license=('PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
groups=('perl-modules')
|
||||
makedepends=('libcrypt-devel')
|
||||
depends=('perl>=5.10.0' 'libcrypt') # 'perl-Digest-SHA1' in perl core now
|
||||
|
||||
@ -13,7 +13,7 @@ makedepends=()
|
||||
checkdepends=()
|
||||
groups=('perl-modules')
|
||||
conflicts=('perl-libwww<6')
|
||||
url="http://search.cpan.org/dist/Encode-Locale"
|
||||
url="https://metacpan.org/release/Encode-Locale"
|
||||
source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1')
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="Encode::compat - Encode.pm emulation layer"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~autrijus/Encode-compat/"
|
||||
url="https://metacpan.org/release/Encode-compat"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -5,7 +5,7 @@ pkgname=perl-Error
|
||||
pkgver=0.17027
|
||||
pkgrel=1
|
||||
pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
|
||||
url="http://search.cpan.org/dist/Error/"
|
||||
url="https://metacpan.org/release/Error"
|
||||
arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.08
|
||||
pkgrel=1
|
||||
pkgdesc="lightweight exporting of functions and variables"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/~neilb/${_realname}-${pkgver}"
|
||||
url="https://metacpan.org/author/NEILB${_realname}-${pkgver}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~tobyink/Exporter-Tiny/"
|
||||
url="https://metacpan.org/release/Exporter-Tiny"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.8000
|
||||
pkgrel=1
|
||||
pkgdesc="The Perl depends module"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
groups=('perl-modules')
|
||||
license=('PerlArtistic')
|
||||
depends=('perl')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/"
|
||||
url="https://metacpan.org/release/ExtUtils-MakeMaker"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -10,7 +10,7 @@ license=('LGPL')
|
||||
url="https://gtk2-perl.sourceforge.io/"
|
||||
groups=('perl-modules')
|
||||
depends=('perl>=5.10.0')
|
||||
source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/${_realname}-${pkgver}.tar.gz)
|
||||
source=(https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('bbeaced995d7d8d10cfc51a3a5a66da41ceb2bc04fedcab50e10e6300e801c6e')
|
||||
options=('!emptydirs')
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
options=('!emptydirs')
|
||||
depends=('perl')
|
||||
url='http://search.cpan.org/dist/File-Copy-Recursive'
|
||||
url='https://metacpan.org/release/File-Copy-Recursive'
|
||||
groups=('perl-modules')
|
||||
source=("https://www.cpan.org/authors/id/D/DM/DMUEY/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('d3971cf78a8345e38042b208bb7b39cb695080386af629f4a04ffd6549df1157')
|
||||
|
||||
@ -10,7 +10,7 @@ license=('PerlArtistic' 'GPL')
|
||||
options=('!emptydirs')
|
||||
depends=('perl>=5.8.8' 'perl-HTTP-Date>=6')
|
||||
conflicts=('perl-libwww<6')
|
||||
url="http://search.cpan.org/dist/File-Listing"
|
||||
url="https://metacpan.org/release/File-Listing"
|
||||
groups=('perl-modules')
|
||||
source=("https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="File-finding iterator"
|
||||
arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
url="http://search.cpan.org/dist/${_realname}"
|
||||
url="https://metacpan.org/${_realname}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
options=(!emptydirs)
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.23
|
||||
pkgrel=1
|
||||
pkgdesc="Portable implementation of which"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/File-Which"
|
||||
url="https://metacpan.org/release/File-Which"
|
||||
groups=('perl-modules')
|
||||
depends=('perl' 'perl-Test-Script>=1.05')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgver=1.06
|
||||
pkgrel=1
|
||||
pkgdesc="${_perlmod//-/::} - Perl module for TrueType font hacking"
|
||||
arch=(any)
|
||||
url="http://search.cpan.org/dist/${_perlmod}"
|
||||
url="https://metacpan.org/${_perlmod}"
|
||||
license=('Artistic2.0')
|
||||
groups=('perl-modules')
|
||||
depends=(perl-IO-String)
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="table-driven argument parsing for Perl 5"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/~gward/${_realname}-${pkgver}"
|
||||
url="https://metacpan.org/author/GWARD${_realname}-${pkgver}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=4
|
||||
pkgdesc="Perl HTML parser class"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('PerlArtistic')
|
||||
url="http://search.cpan.org/dist/HTML-Parser/"
|
||||
url="https://metacpan.org/release/HTML-Parser"
|
||||
groups=('perl-modules')
|
||||
depends=('perl-HTML-Tagset' 'perl')
|
||||
checkdepends=('perl-Test-Pod')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=2
|
||||
pkgdesc="Data tables useful in parsing HTML"
|
||||
arch=('any')
|
||||
license=('PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
groups=('perl-modules')
|
||||
depends=('perl>=5.10.0')
|
||||
replaces=('HTML-Tagset')
|
||||
|
||||
@ -13,7 +13,7 @@ depends=('perl>=5.8.8' 'perl-HTTP-Date>=6' 'perl-HTTP-Message')
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
conflicts=('perl-libwww<6')
|
||||
url="http://search.cpan.org/dist/HTTP-Cookies"
|
||||
url="https://metacpan.org/release/HTTP-Cookies"
|
||||
source=(https://www.cpan.org/authors/id/O/OA/OALDERS/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4')
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=6.01
|
||||
pkgrel=2
|
||||
pkgdesc="A simple http server class"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/HTTP-Daemon"
|
||||
url="https://metacpan.org/release/HTTP-Daemon"
|
||||
groups=('perl-modules')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl' 'perl-HTTP-Date' 'perl-HTTP-Message' 'perl-LWP-MediaTypes')
|
||||
|
||||
@ -11,7 +11,7 @@ groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
depends=('perl>=5.8.8')
|
||||
conflicts=('perl-libwww<6')
|
||||
url="http://search.cpan.org/dist/HTTP-Date"
|
||||
url="https://metacpan.org/release/HTTP-Date"
|
||||
source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
|
||||
sha256sums=('e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333')
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=6.18
|
||||
pkgrel=1
|
||||
pkgdesc="HTTP style messages"
|
||||
arch=(any)
|
||||
url="http://search.cpan.org/dist/HTTP-Message"
|
||||
url="https://metacpan.org/release/HTTP-Message"
|
||||
groups=('perl-modules')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -12,7 +12,7 @@ depends=('perl>=5.8.8' 'perl-HTTP-Message')
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
conflicts=('perl-libwww<6')
|
||||
url="http://search.cpan.org/dist/HTTP-Negotiate"
|
||||
url="https://metacpan.org/release/HTTP-Negotiate"
|
||||
groups=('perl-modules')
|
||||
source=("https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.001
|
||||
pkgrel=1
|
||||
pkgdesc="Open an HTML file with automatic charset detection"
|
||||
arch=('any')
|
||||
url='http://search.cpan.org/dist/IO-HTML'
|
||||
url='https://metacpan.org/release/IO-HTML'
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
|
||||
@ -10,7 +10,7 @@ license=('PerlArtistic' 'GPL')
|
||||
options=('!emptydirs')
|
||||
depends=('perl-Socket6>=0.12')
|
||||
makedepends=()
|
||||
url='http://search.cpan.org/dist/IO-Socket-INET6'
|
||||
url='https://metacpan.org/release/IO-Socket-INET6'
|
||||
groups=('perl-modules')
|
||||
source=("https://www.cpan.org/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/IO-Socket-SSL/"
|
||||
url="https://metacpan.org/release/IO-Socket-SSL"
|
||||
groups=('perl-modules')
|
||||
depends=('perl-Net-SSLeay' 'perl' 'perl-URI')
|
||||
checkdepends=('perl-IO-Socket-INET6')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.08
|
||||
pkgrel=9
|
||||
pkgdesc="${_perlmod//-/::} - interface for in-core strings"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://search.cpan.org/dist/IO-String"
|
||||
url="https://metacpan.org/release/IO-String"
|
||||
license=('GPL' 'PerlArtistic')
|
||||
groups=('perl-modules')
|
||||
depends=('perl>=5.10.0')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=2.111
|
||||
pkgrel=1
|
||||
pkgdesc="I/O on in-core objects like strings/arrays"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/IO-stringy"
|
||||
url="https://metacpan.org/release/IO-stringy"
|
||||
groups=('perl-modules')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=2.97001
|
||||
pkgrel=1
|
||||
pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/JSON"
|
||||
url="https://metacpan.org/release/JSON"
|
||||
license=('GPL' 'PerlArtistic')
|
||||
groups=('perl-modules')
|
||||
depends=('perl>=5.10.0')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=3
|
||||
pkgdesc="Provide the stuff missing in List::Util"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~rehsack/List-MoreUtils"
|
||||
url="https://metacpan.org/release/List-MoreUtils"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~rehsack/List-MoreUtils"
|
||||
url="https://metacpan.org/release/List-MoreUtils"
|
||||
depends=('perl' 'perl-Exporter-Tiny' 'perl-List-MoreUtils-XS')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -8,7 +8,7 @@ groups=('perl-modules')
|
||||
pkgdesc="Permits access from Perl to the gettext() family of functions"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
depends=('gettext' 'perl')
|
||||
options=(!emptydirs)
|
||||
source=(${_realname}-${pkgver}.tar.gz::"https://www.cpan.org/authors/id/P/PV/PVANDRY/gettext-${pkgver}.tar.gz")
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=1.012.2
|
||||
pkgrel=1
|
||||
pkgdesc="MIME::Charset - Charset Information for MIME"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
url="https://metacpan.org/${_realname}/"
|
||||
groups=("perl-modules")
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=("perl")
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=5.509
|
||||
pkgrel=1
|
||||
pkgdesc="Parses streams to create MIME entities"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/MIME-tools"
|
||||
url="https://metacpan.org/release/MIME-tools"
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl-MailTools' 'perl-IO-stringy' 'perl-Convert-BinHex')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -7,7 +7,7 @@ pkgrel=3
|
||||
pkgdesc="Math::Int64 - Manipulate 64 bits integers in Perl"
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/~salva/Math-Int64/"
|
||||
url="https://metacpan.org/release/Math-Int64"
|
||||
depends=('perl')
|
||||
groups=('perl-modules')
|
||||
options=('!emptydirs')
|
||||
|
||||
@ -6,7 +6,7 @@ pkgver=0.4229
|
||||
pkgrel=1
|
||||
pkgdesc="Build, test, and install Perl modules"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/Module-Build"
|
||||
url="https://metacpan.org/release/Module-Build"
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl>=5.8.0' 'perl-CPAN-Meta>=2.142060' 'perl-inc-latest')
|
||||
options=('!emptydirs')
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user