1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Trevor Johnson
fe6a4505c8 Add ftp://projects.sourceforge.net/pub/ to MASTER_SITE_SOURCEFORGE.
The existing URLs do not work for the audio/streamripper or x11-wm/evilwm
ports.
2000-11-07 19:15:17 +00:00
Akinori MUSHA
81c8bdcbd7 Fix ${MASTER_SITE_RINGSERVER:S///} parts to look smarter. 2000-11-06 05:45:05 +00:00
Trevor Johnson
bb1cd94b61 Add one site to MASTER_SITE_XCONTRIB.
Add several sites to, and remove several from, MASTER_SITE_SUNSITE.
The ones I removed had been flagged by Fenner's port survey, but
I also checked them myself.  I removed ftp.jaring.my because it is
only a partial mirror.  I added metalab's HTTP service at the bottom
of the list.
2000-11-03 16:29:27 +00:00
Ade Lovett
2c2911d0d2 Move sourceforge right down to the bottom of MASTER_SITES_GNOME
until they actually make some vague attempt to keep their mirror
up to date, as per numerous emails to them.
2000-11-03 15:54:36 +00:00
Akinori MUSHA
f0aceca00f Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS. 2000-10-24 11:27:20 +00:00
Jun Kuriyama
02ca7af9c6 Correct a ftp path in $MASTER_SITES_CPAN. 2000-10-24 10:36:47 +00:00
Akinori MUSHA
c5d5a0fd6a Add MASTER_SITE_RINGSERVER which consists of 21 servers (and one
roundrobin server) located in Japan.

The RingServer Project is one of the largest FTP/HTTP mirror site
networks in Japan.

	http://www.ring.gr.jp/index.html.en

They mirror many freesoftware archives listed in the following page:

	http://www.ring.gr.jp/ring/softlib/scatalog-j.html

Hereby the following MASTER_SITE entries are now powered by
RingServers.

	MASTER_SITE_XCONTRIB
	MASTER_SITE_XFREE
	MASTER_SITE_GNU
	MASTER_SITE_PERL_CPAN
	MASTER_SITE_TEX_CTAN
	MASTER_SITE_SUNSITE
	MASTER_SITE_KDE

I believe this would greatly reduce the traffic from Japan to US and
European servers.

To Japanese users:

Please configure your MASTER_SORT and/or MASTER_SORT_REGEX properly to
use those mirrors instead of foreign ones! :>
2000-10-22 11:25:49 +00:00
Akinori MUSHA
a564850750 Add a German mirror to MASTER_SITE_RUBY. 2000-10-08 14:30:03 +00:00
Akinori MUSHA
3168f358c5 Remove a dead mirror from MASTER_SITE_RUBY and add a Taiwanese mirror.
Submitted by:	Bill "distfiles" Fenner
2000-10-07 18:38:29 +00:00
Kris Kennaway
9b58f06d2e ftp.alpha1.net is not accepting anonftp 2000-09-21 23:56:38 +00:00
Maxim Sobolev
5f7840f9c1 Make life of maintainers of various XFree ports a bit easier by moving
MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially
announced by xfree http mirror. Following is the announcement.

[20 September 2000]

   XFree86 nows offers http download access! This is a big story for those
   who cannot download via ftp access because of proxy/firewall concerns.
   This has been generously donated by the Computing Center of the University
   of Applied Sciences in Esslingen, Germany. This is a full ftp mirror
   repository which is updated hourly with a connection speed of 20 MegaBit.
2000-09-21 08:36:28 +00:00
Maxim Sobolev
9f28b5c070 Welcome MASTER_SITE_THEMES (www.themes.org). 2000-09-20 18:18:23 +00:00
Steve Price
92b4d31ee8 One of the sites changed in MASTER_SITE_PERL_CPAN.
PR:		20807
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-05 01:04:52 +00:00
Akinori MUSHA
dca8090c58 Add MASTER_SITE_RUBY. It will be used by at least five stock ports,
plus several forthcoming ports.
2000-09-03 17:14:00 +00:00
Kris Kennaway
06d0f2bb36 Remove a broken MASTER_SITE_AFTERSTEP (TCP connection to ftp.linux.co.za
just sits there refusing to return any data)
2000-08-13 00:23:30 +00:00
Jun Kuriyama
d81ff24478 Remove ftp://ftp.ecrc.net/ from MASTER_SITE_GNU.
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-08-02 02:40:24 +00:00
Maxim Sobolev
a251b99d47 Fix two typos in MASTER_SITE_PERL_CPAN (modlues --> modules).
PR:		20049
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 13:37:10 +00:00
Will Andrews
7a59d1b67e Remove a dead MASTER_SITE_WINDOWMAKER and MASTER_SITE_SUNSITE.
PR:		19306
Submitted by:	Trevor Johnson <trevor@jpj.net> (SUNSITE)
		KATO Tsuguru <tkato@prontomail.ne.jp> (WINDOWMAKER)
2000-06-22 05:31:13 +00:00
Will Andrews
8a9b6eb337 Major update to bsd.sites.mk. Add enormous redundancy to all MASTER_SITES,
especially XCONTRIB, SUNSITE, GNOME, CPAN, CTAN, COMP_SOURCES, and others.
The vast majority of the site hunting was my own work.  However, KATO-san
submitted a number of Afterstep/Windowmaker sites I missed.

PR:		19378
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-20 06:48:58 +00:00
David E. O'Brien
a3e1185a56 Favor the FTP protocol over the HTTP one for MASTER_SITE_SOURCEFORGE.
FTP is a much better long-haul protocol and is nicer on the network than
HTTP.
2000-06-18 18:48:43 +00:00
Satoshi Asami
15c86344a3 (1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When
INSTALL_SHLIBS is set, ldconfig is automatically called from
    post-install and necessary @exec and @unexec lines are added to
    PLIST.

Requested by:	lioux@uol.com.br
Reviewed by:	the ports list, in particular sobomax

(1a) Add

    PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}

    to PLIST_SUB.  These are needed by INSTALL_SHLIBS, but also could
    be useful in general.

(2) Move master/mirror site definitions to bsd.sites.mk and include it
    from bsd.port.mk.  Open bsd.sites.mk to other committers.
Submitted by:	reg

(2a) Add MASTER_SITE_SOURCEFORGE.
Submitted by:	sobomax (who wrote SORCEFORGE, but I assume that's a typo :)

(2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to
    ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from
    peoples' ~user/public_distfiles on freefall.  Add two mirrors
    (Japan and Germany).
Requested by:	obrien (moving)
Submitted by:	will (German mirror)

(3) Simplify definition of PKGBASE since it can now be defined as
    simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of
    sed'ing out the version number from ${PKGNAME}.
Submitted by:	hoek

(4) Remove unnecessary targets prefix and mtree-file, which can be
    implemented as "make -V PREFIX" and "make -V MTREE_FILE",
    respectively.  Don't define MTREE_FILE when NO_MTREE is set so
    "make -V MTREE_FILE" won't print out anything.

(5) Various minor typo and grammar fixes.

(6) Define NONEXISTENT?=/nonexistent.  This will help quiet portlint
    warnings, among other things.
2000-06-14 02:14:49 +00:00