Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-11 | Anonymous ftp service of ftp.mozilla.org is no longer provided. | ryoon | 1 | -5/+3 | |
2015-07-12 | Add https://download.gnome.org/ to MASTER_SITES_GNOME. | rodent | 1 | -2/+3 | |
2015-07-11 | Sort. Move ODSN mirror. | ryoon | 1 | -7/+6 | |
2015-07-06 | Enabling handling of pypi packages. No opposing comments received in | rodent | 2 | -4/+4 | |
private mail nor on tech-pkg@ since the posting. Will begin the slow transition of packages to use this feature as they're updated. | |||||
2015-07-01 | Add support for Python Package Index (pypi) master site handling. | rodent | 2 | -2/+43 | |
This is commented for now in bsd.fetch.mk pending 48 hours of feedback on tech-pkg@. | |||||
2015-07-01 | pkglint didn't like my proposed format for this file. | rodent | 1 | -2/+3 | |
Reverting to convention. | |||||
2015-06-30 | Add MASTER_SITE_PYPI, which is going to be used in pypi.mk in a bit. | rodent | 1 | -2/+4 | |
This entire file needs: 1) collation; 2) the EOL escapes removed and turned into proper lists; Otherwise, it's a bit painful to read. | |||||
2015-06-29 | Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. | ryoon | 1 | -3/+3 | |
sourceforge.jp is renamed to osdn.jp. However its mirror sites are not ready for osdn.jp. | |||||
2015-05-16 | ftp.dti.ad.jp is not working for several years. | tsutsui | 1 | -4/+1 | |
Per debian-mirrors: https://lists.debian.org/debian-mirrors/2014/07/msg00013.html | |||||
2015-05-04 | I believe this is correct -> ftp://ftp.kde.org to http://download.kde.org | mef | 1 | -2/+2 | |
2015-03-26 | As discussed on-list, remove www.ibiblio.org from MASTER_SITE_APACHE so that | dsainty | 1 | -3/+3 | |
its habit of returning HTTP 200 on files it doesn't have will not corrupt resuming file downloads. Also remove from MASTER_SITE_OPENOFFICE, for the same reason and also because their openoffice mirror appears empty anyway. There are no other instances of www.ibiblio.org in the mirror lists. | |||||
2015-03-12 | '-' is a valid character in github account names | tnn | 1 | -2/+2 | |
2015-03-09 | Use SITES.${_GITHUB_DEFAULT_DISTFILES} instead of ugly := assignment | tnn | 2 | -5/+15 | |
to MASTER_SITES which could conceivably break some use cases. Also add comment in bsd.fetch-vars.mk. | |||||
2015-03-09 | MASTER_SITE_GITHUB goes in sites.mk | tnn | 2 | -5/+5 | |
2015-03-07 | Address issues raised by agc@ to make the github master site handling | tnn | 2 | -46/+46 | |
more pkgsrcesque. 1) turn _USE_GITHUB into an internal infrastructure variable 2) put back MASTER_SITES in packages' Makefiles. 3) encode the account in the master site URL, remove GH_ACCOUNT 4) rename GH_PROJECT to GITHUB_PROJECT 5) rename GH_TAGNAME to GITHUB_TAG and allow it to accept commit hash as well as tag. GH_COMMIT is gone. 6) turn on this functionality when MASTER_SITES matches a predefined github pattern instead of via explicit USE_GITHUB setting. | |||||
2015-03-07 | use https. Unconditionally gets redirected to https, so saves a redirect. | tnn | 1 | -2/+2 | |
2015-03-07 | improve inline documentation | tnn | 1 | -7/+6 | |
2015-03-07 | add keyword for make help | tnn | 1 | -1/+3 | |
2015-03-07 | Adopt USE_GITHUB from FreeBSD ports to make github MASTER_SITE | tnn | 3 | -2/+76 | |
handling less painful. See: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github To use, set in Makefile: DISTNAME= exampleproject-1.2 USE_GITHUB= YES The following variables alter USE_GITHUB behavior: GH_ACCOUNT defaults to PKGBASE GH_PROJECT defaults to PKGBASE GH_TAGNAME defaults to PKGVERSION_NOREV (sometimes you want to override with v${PKGVERSION_NOREV}) GH_COMMIT explicit commit hash if no tag is available GH_RELEASE default empty, may be set to ${DISTNAME} for example GH_TYPE overrides the autodetected MASTER_SITE URL scheme | |||||
2015-03-06 | Update MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL as per | tnn | 1 | -5/+3 | |
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt and ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/README.txt respectively. | |||||
2015-03-06 | close line | tnn | 1 | -2/+2 | |
2015-03-06 | use ftp.fr.NetBSD.org instead of ftp.fi.NetBSD.org. ok bouyer@ | tnn | 1 | -2/+3 | |
2015-03-06 | Changes to MASTER_SITE_BACKUP: | tnn | 1 | -3/+2 | |
1) Reduce preference of the primary master site: ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ It seems to have stopped mirroring distfiles back in 2012 and we have been falling back to ftp.n.o anyway for years. 2) Remove the the FreeBSD backup master site as per instructions in ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt Unfortunately the new distcache service is not usable as it relies heavily on subdirectories. We need to either contact Funet and ask them to start mirroring again or get a different fast backup site in Europe. | |||||
2015-03-06 | prefer http for ftp.xemacs.org because passive FTP is broken | tnn | 1 | -1/+2 | |
2015-02-24 | mozilla.mirror.ac.za is empty. | ryoon | 1 | -2/+1 | |
2015-02-24 | mirror.yandex.ru does not mirror mozilla/ anymore. | ryoon | 1 | -2/+1 | |
2015-02-24 | ftp://releases.mozilla.org/ is not available anymore. | ryoon | 1 | -2/+1 | |
2015-02-21 | mysql.skynet.be for MASTER_SITE_MYSQL does not seem to available. Drop two ↵ | mef | 1 | -3/+1 | |
lines. | |||||
2015-02-16 | Switch MASTER_SITE_PGSQL over to non-https URL. | jperkin | 1 | -2/+2 | |
2015-02-16 | Put back implementation of MASTER_SITE_OPENBSD. | jperkin | 1 | -1/+6 | |
2015-02-10 | As was proposed at pkgsrc-users@: | mef | 1 | -11/+2 | |
http://mail-index.netbsd.org/pkgsrc-users/2015/02/08/msg021031.html Some sites not found DNS on records are deleted. One hostname change included also. - ftp://ftp.gtlib.cc.gatech.edu/pub/kde/stable/ \ + ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \ Thank you, | |||||
2015-02-07 | The SUNET archive is being decomissioned ( http://ftp.sunet.se/news.html ) | tnn | 1 | -7/+2 | |
2015-02-01 | Remove postgres mirror, none of them worked for me nor ftp.netbsd.org. | wiz | 1 | -53/+2 | |
Add main postgres site. | |||||
2015-02-01 | Revert "Define and use MASTER_SITE_OPENBSD.", | obache | 1 | -6/+1 | |
proposed/discussed is required for such changes. | |||||
2015-01-17 | Define and use MASTER_SITE_OPENBSD. | obache | 1 | -1/+6 | |
2014-12-04 | Update MASTER_SITE_SUSE with paths that work. | rodent | 1 | -4/+4 | |
2014-10-07 | Pass "--remote-time" option to "curl" to get correct time stamps | tron | 1 | -2/+2 | |
on downloaded files. | |||||
2014-08-08 | rubyforge.org had been gone, removed. | obache | 1 | -3/+2 | |
Additionally, rubygems master site respond right redirect now, so back to master URL. | |||||
2014-05-19 | Improve previous. | wiz | 1 | -3/+3 | |
2014-05-19 | Note about mantainance of pkgsrc guide. | obache | 1 | -1/+3 | |
2014-05-08 | Re-add iij mirror of sourceforge.jp, and re-corder mirror sites. | ryoon | 1 | -3/+5 | |
Thank you, Shuji SADO and obache@. | |||||
2014-05-06 | Remove sourceforge.jp mirror sites that is not listed | ryoon | 1 | -5/+2 | |
in official download page. They have no uptodate content, and download.sourceforge.jp is redirect only. | |||||
2014-05-06 | Remove http://keihanna.dl.sourceforge.jp/ from sourceforge.jp mirror. | ryoon | 1 | -2/+1 | |
It is dead. | |||||
2014-05-06 | mozilla.org decided to discontinue mirroring of its content officially. | ryoon | 1 | -10/+2 | |
Remove not-working or abandoned mirror sites. | |||||
2014-03-31 | Remove mozilla-mirror.naist.jp from mozilla mirror sites. | ryoon | 1 | -2/+1 | |
It does not exist anymore. Pointed out by nonaka@, thank you. | |||||
2014-03-02 | loose mandantory DISTNAME. | obache | 1 | -1/+3 | |
2014-02-14 | tell wget as a tool. | obache | 2 | -4/+4 | |
2014-01-25 | Add MASTER_SITE_HASKELL_HACKAGE | obache | 1 | -1/+4 | |
2013-11-16 | Ensure failure on failure of depends-fetch and depends-checksum targets. | jakllsch | 1 | -2/+2 | |
2013-11-16 | Use correct verb in depends-fetch target information message. | jakllsch | 1 | -2/+2 | |