Martin Wilke
805f92c8d2
The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
...
for FreeBSD.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00
Martin Wilke
e9424863a5
- Update to Qt-4.5
...
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself)
2009-11-26 23:24:38 +00:00
Martin Wilke
492dce90c8
- Update to 2.6.4
...
Changelog:
http://python.org/download/releases/2.6.4/NEWS.txt
2009-11-26 22:21:20 +00:00
Pav Lucistnik
8251fc590b
- Correct FORCE_MAKE_JOBS warning which could be incorrectly printed for
...
MAKE_JOBS_SAFE marked ports
PR: ports/140635
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Tested by: pointyhat exp-run
2009-11-25 22:02:29 +00:00
Mark Linimon
2d5a583429
Fix fetch of some of the octave-forge ports.
...
PR: ports/140541
Submitted by: maintainer
2009-11-14 00:56:23 +00:00
Mark Linimon
28be52f50c
Expand the path passed to the install tool.
...
PR: 139342
Submitted by: maintainer
2009-11-11 22:15:04 +00:00
Stanislav Sedov
d4693481b1
- Fix issue when the handle of tempfile become closed when the file
...
was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10 ).
- Bump PORTREVISION.
PR: ports/139862
Submitted by: Ari Maniatis <ari@ish.com.au>
Obtained from: Ruby SVN
2009-10-24 10:52:07 +00:00
Stanislav Sedov
484e14b422
- Fix SIGINT signal handling.
...
PR: ports/136804
Submitted by: Emiel van de Laar <gemiel@gmail.com>
Obtained from: ruby-lang SVN
2009-10-12 15:28:22 +00:00
Stanislav Sedov
afca0c68d3
- Update ruby 1.9.1 to patchlevel 243.
2009-10-12 15:05:01 +00:00
Stanislav Sedov
ef38fc3bb8
- Don't build ruby with threads support on FreeBSD versions before 7.2
...
- On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack
space to run the main ruby code in. This allows to mitigate problem
when too low stack space available for ruby when running with pthreads
enabled.
- Bump portrevision.
The long version. Before this change we used to link ruby against pthreads
uncoditionally on all versions of FreeBSD. This is indispensable in order
to load the threaded shared objects withing ruby. However, this causes a
dramatic decrease in the stack space available as pthreads only allows
up to several megabytes of stack space for the main application threads.
The only solution to this is to create the new thread immediately after
the program start with rigth stack size attributes set. Nonetheless this
scheme won't work for us on FreeBSD version before 7.2 as malloc implementation
in these versions was not threaded fork safe (i.e. this is impossible to
fork from the threaded program and expect malloc/free functions to work).
Thus the only solution for now can be to disable pthreads entirely on
FreeBSD <= 7.2. This won't cause any performance/usability problems for
users as Ruby 1.8 uses green threads, however it may prevent <= 7.2
users to load shared libraries linked agains pthreads.
Reported by: "François Montel" <seanmullen@gmail.com>
Tested by: Sean Mullen <seanmullen@gmail.com>
2009-10-12 13:15:50 +00:00
Gerald Pfeifer
8962147d75
Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentation
...
a bit.
Suggested by: bsam
2009-10-10 11:45:30 +00:00
Gerald Pfeifer
7454e883a4
Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory
...
when building with USE_FORTRAN=yes. This makes us use libstdc++.so.6
(and others) brought by this port as opposed to /usr/bin/libstdc++.so.6
that comes with our system compiler which is based on an older version
of GCC 4.2. Newer version of GCC run-time libraries with the same soname
are always backwards compatible.
Feature safe: yes
2009-09-26 01:02:01 +00:00
Gerald Pfeifer
62a1e74d3a
Also print LDFLAGS as part of the test-gcc target. Print quotes around
...
CFLAGS and FFLAGS, too, to exactly see where we have whitespace.
Feature safe: yes
2009-09-23 21:13:07 +00:00
Christian Weisgerber
64fe7233ca
Format a few comment lines for ts=4 and <80 columns.
...
Feature safe: yes
2009-09-21 19:13:51 +00:00
Florent Thoumie
897af990f1
- Introduce new GNU_CONFIGURE_PREFIX to override default --prefix value
...
passed to configure when GNU_CONFIGURE is set. [1]
- Few changes to the new USERS/GROUPS variables (users/groups are created
earlier, so they're available in do-install; creates homedir when
it's not /var/empty or /nonexistent; set login class if specified).
PR: ports/67436 [1]
Submitted by: (hrs, self) [1]
Feature safe: yes
2009-09-17 12:24:09 +00:00
Boris Samorodov
03b46fc332
. welcome a new graphics/linux-f10-libGLU port;
...
. connect it to build;
. make apropriate changes to Mk/bsd.linux-apps.mk.
2009-09-14 10:09:31 +00:00
Gerald Pfeifer
6919a81f81
USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove one
...
explicit reference to the version number on the way.
Tested by: pav (and pointyhat)
Thanks to: pav, everyone who helped up fixing their ports
2009-09-12 18:07:51 +00:00
Boris Samorodov
54732cbcfc
. update graphics/linux-f10-png to version 1.2.37-1.fc10; [1]
...
. update distinfo for sources;
. update the library version at Mk/bsd.linux-apps.mk.
PR: ports/138616 [1]
Submitted by: Glen Barber <glen.j.barber at gmail.com> [1]
2009-09-07 20:08:37 +00:00
Florent Thoumie
80ce349ead
Add support to create users and groups from information stored in UIDs/GIDs
...
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.
Also convert a few ports while I'm here.
PR: ports/108514
Submitted by: mm, self
2009-09-06 21:18:50 +00:00
Sergey Skvortsov
5a6475a692
Remove obsolete Firebird 1.x :
...
- no longer under development
- does not build with GCC 4.x
2009-09-03 15:23:49 +00:00
Dmitry Marakasov
535382b891
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
...
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
2009-09-02 15:01:56 +00:00
Thomas Abthorpe
0f43e19098
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
...
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php
We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
2009-09-01 22:19:47 +00:00
Boris Samorodov
f4c5060c8d
Add a new application naslibs to the rank of _LINUX_APPS_ALL.
...
It is needed for linux-opera-10.
Requested by: mezz (at freebsd-emulation)
2009-09-01 11:41:42 +00:00
Dmitry Marakasov
197a11f1f5
- Introduce MASTER_SITE_LOGILAB
...
- Update MASTER_SITES for ports that use it
PR: 137695
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Reviewed by: pav
2009-08-31 18:37:02 +00:00
Boris Samorodov
631f1bfa44
. add a new application (blt) to _LINUX_26_APPS;
...
. add its definitions.
2009-08-31 11:46:57 +00:00
Max Brazhnikov
e192f8e6ba
add qdoc3 component for devel/qt4-qdoc3
2009-08-29 07:34:17 +00:00
Akinori MUSHA
4d72530523
- Fix the path of ftp.iasi.roedu.net in MASTER_SITE_FEDORA_LINUX.
...
- Remove rubyforge.iasi.roedu.net from MASTER_SITE_RUBYFORGE.
It stopped mirroring files lately.
2009-08-24 05:25:17 +00:00
Dennis Herrmann
921a55a1fa
- Fix build
2009-08-23 16:49:00 +00:00
Martin Wilke
abdb1ddb8d
- bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being run
...
PR: 117178
Submitted by: krion
- Fix the problem usage MASTER_SITE_SUBDIR without /
PR: 131452
Submitted by: osa
Tested: pointyhat exp-run
2009-08-22 19:32:48 +00:00
Joe Marcus Clarke
f1bf2fecbc
Chase the vte shared lib version.
2009-08-22 17:45:29 +00:00
Li-Wen Hsu
083b45d5c6
- Update lang/python31 to Python 3.1.1
...
Submitted by: wen heping <wenheping AT gmail.com>
2009-08-22 07:22:11 +00:00
Dmitry Marakasov
68cb122e1d
- Switch SourceForge ports to new File Release System, bsd.*.mk changes
...
Approved by: portmgr (pav)
2009-08-22 00:11:04 +00:00
Jeremy Messenger
81fa2681be
Add libtool>=2.2, that way it will stop from anyone to try to install any
...
ports that are with libtool22 while users have libtool15 installed. It will
stop the check dependency and tell you to update your libtool first.
Approved by: portmgr
2009-08-19 02:26:27 +00:00
Martin Wilke
8c4fcfd098
- Update Qt mirrors
2009-08-18 18:36:47 +00:00
Martin Wilke
3488a8f7c3
- Fix some typos
...
PR: 134541
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
2009-08-14 11:34:57 +00:00
Martin Wilke
b1a7e9fbfc
- Mark all math/octave* BROKEN, it fails to build for a long time
...
Reported by: pointyhat
2009-08-14 11:06:55 +00:00
Erwin Lansing
cbf7cbeac7
- Add a new macro SFP, SourceForge Project, for use with the new
...
file layout used for new uploads at sourceforge.net
- Readd garr after the issues are resolved
Based on patches from: Sylvio Cesar <scjamorim@bsd.com.br> and amdmi3
2009-08-12 19:46:41 +00:00
Philippe Audeoud
ff4e9ad292
- Fix previous commit.
2009-08-11 06:58:24 +00:00
Philippe Audeoud
f1e07a72b5
- Remove dead mirror for MASTER_SITE_PACKETSTROM
...
- Add new mirrors for MASTER_SITE_PACKETSTROM
PR: ports/137596
Submitted by: Sofian Brabez <sbrabez gmail.com>
2009-08-11 06:56:23 +00:00
Max Brazhnikov
1f8475f22f
Mk/bsd.kde4.mk:
...
- rework KDE4_BUILDENV
All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required
databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
(finally, boost-pyhton does not conflict with boost \o/)
deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed
misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)
misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional
multimedia/kdemultimedia4:
- add optional support for PulseAudio
x11/kdebase4:
- remove needless dependency on kdebase4-runtime
x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
2009-08-10 11:47:36 +00:00
Martin Wilke
84daec6f09
The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
...
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php .
We'd like to say thanks to all helpers and submitters.
Tested by: pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Martin Wilke
437140d5ee
- Update Qt4 to 4.5.2
...
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (pav/miwi)
2009-08-04 20:04:38 +00:00
Boris Samorodov
4cbc9171ea
Fix entries for tcl84 and tk84 components at 8.x. The bug
...
was exposed by a new emulators/linux-systemsim port.
Reported by: Portsnap buildbox
2009-08-03 21:53:13 +00:00
Boris Samorodov
2e9797641a
Unify files to be detected while looking for tcl84 component.
2009-08-03 17:48:05 +00:00
Boris Samorodov
f4d516c91b
Make the IGNORE message a little bit user-friendly. It puzzles even me
...
from time to time. :-)
2009-08-03 17:30:07 +00:00
Martin Wilke
0a1e65e421
- Move pkg_install commands detection to bsd.commands.mk
...
PR: 135663
Submitted: Yuri Pankov <yuri.pankov@gmail.com>
- Add default FLEX command to bsd.commands.mk
PR: 137026
Submitted: gahr@
Tested by: pointyhat exp-build run
2009-08-03 15:36:58 +00:00
Jeremy Messenger
789d75c728
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
...
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
2009-08-02 19:36:34 +00:00
Marcus von Appen
b8b8468d92
Updated sdl_gfx to 2.0.19
...
Bumped PORTREVISION on dependent ports.
Approved by: miwi (mentor)
2009-08-02 08:35:34 +00:00
Mark Linimon
93c1f3c12f
Reset maintainer due to maintainer-timeouts and no response to email.
...
Reassign to python@.
Hat: portmgr
2009-08-02 08:08:14 +00:00
Boris Samorodov
a3368f40ea
Add a patch forgotten at a previous commit. This should fix make index.
...
Reported by: Portsnap buildbox, erwin
Pointyhat to: me
2009-07-28 14:52:23 +00:00
Boris Samorodov
fb78783700
Add dbusglib and dbuslibs targets.
2009-07-28 08:59:53 +00:00
Dirk Meyer
94d3cac055
- fix build for OSVERSION 800105
2009-07-21 17:51:43 +00:00
Alex Dupre
5ffb9d4cb4
Add support for upcoming MySQL 5.4.
2009-07-21 08:02:18 +00:00
Xin LI
2f8440aaf9
Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.
...
UPDATING to follow.
2009-07-20 08:13:12 +00:00
Stanislav Sedov
81c7e6f3bd
- Bump ruby18 portrevision.
2009-07-19 16:43:37 +00:00
Dirk Meyer
3bbc108312
- update to jpeg7
...
Tested by: pav on pointyhat
2009-07-18 11:11:29 +00:00
Timur I. Bakeyev
bd78464f74
Fix artefacts of cloning the file from bsd.databases.mk. Clarify usage
...
message.
2009-07-16 23:18:22 +00:00
Jose Alonso Cardenas Marquez
50cabe10c7
- Fix display of bogus message
...
PR: 133254
Submitted by: amdmi3
2009-07-13 19:29:53 +00:00
Gerald Pfeifer
fa26f08f74
Tweak some comments. The two non-whitespace changes are a fix from
...
/lang/gcc43 to lang/gcc43 and removing to notes that might be seen
as indicative of GCC only being needed at build time.
2009-07-12 22:35:13 +00:00
Beat Gaetzi
2b1ef27fe9
- Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE.
...
These ports used to cause linker errors but this is not longer the case
with current BIND ports. Tested with dns/bind9 and dns/bind96.
PR: ports/136111
Submitted by: Rob Austein <sra AT hactrn.net>
With hat: gecko
2009-07-11 06:41:55 +00:00
Palle Girgensohn
027a076944
Add postgresql 8.4 to the list of versions.
2009-07-08 06:54:19 +00:00
Martin Matuska
4440bb00a6
- Remove tcl/tk 8.0 support
...
- This has no effect on japanese/tcl80 and japanese/tk80 ports
2009-07-07 07:34:31 +00:00
Li-Wen Hsu
48d856c3b2
- Add Python 3.1
2009-07-06 20:30:29 +00:00
Juergen Lock
67afa61535
- Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap
...
infrastructure ports to Mk/bsd.linux-apps.mk and add missing
dependecies on these to the ftp/linux-f10-curl port. (They are
needed for www/linux-f10-flashplugin10 to be committed next.)
- Bump ftp/linux-f10-curl PORTREVISION
2009-07-03 20:58:54 +00:00
Boris Samorodov
59be373935
Honor OVERRIDE_LINUX_NONBASE_PORTS=f8 after the change to Fedora 10
...
as the default Linux base on -CURRENT.
PR: ports/136206
Submitted by: nwhitehorn
2009-07-01 20:35:34 +00:00
Boris Samorodov
d937bad880
Welcome new defaults for linux ports!
...
The default is switched for OSVERSION >= 800076 (when the last known
issue was fixed at the base system). From now the default linux
base port is linux_base-f10. Default linux infrastrucure ports
are linux-f10-*.
HEADSUP to current@ is comming.
Exp-run by: portmgr (pav)
2009-06-26 17:03:48 +00:00
Philip M. Gollucci
9513e77d65
- Udpate to 23.0.95 pretest
...
PR: ports/135951
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer)
2009-06-23 15:05:32 +00:00
Gerald Pfeifer
312bfa10b8
Remove support for USE_GCC=2.95 after lang/gcc295 has been failing to
...
build for what must be 9+ months and we have removed all dependencies
the last couple of months.
2009-06-19 17:48:47 +00:00
Stanislav Sedov
263664e7b5
- Fix stack overflow detection algorithm. It has not worked before as
...
we were linking the ruby binary against pthreads, and the default
stack size detection method with getrlimit didn't returned right
values in this case. Now, if threads enabled, it also tries to
determine the stack size via pthreads calls and use this value if
it is smaller than what getrlimit returned. Furthermore, the stack
overflow detection routine now works proactively, generating
exception if there're probability the stack will be exhausted by
the time of the next check (ruby performs checks only in each 256th
call of rb_call0). [1]
- Build pthreads-enabled ruby by default. I have not received any
bug reports for this for years, and this verison will work correctly
with threaded libraries. Also, do not link agains pthreads in non-pthread
case (this breaks stack size detection algorithm), and eliminate the
option to disable pthreads (so only power users who know what they're
doing can disable them).
- Build RDoc by default so it is available in the package.
- Bump portrevision.
PR: ports/132158
Reported by: Eugene Pimenov <libc@libc.st>
2009-06-19 12:42:45 +00:00
Stanislav Sedov
1c15187aab
- Fix the bug in URI module that smashed uri paths in merge method for
...
ftp uris.
PR: ports/131775
Reported by: Helmut Schneider <jumper99@gmx.de>
2009-06-18 13:01:02 +00:00
Stanislav Sedov
b1d5ca8b71
- Fix the bug in ruby GC when object finalizer were never called. This has
...
been triggered by portupgrade which uses finalizers to remove lockfiles.
- Fix the bug in URI module that smashed uri paths in merge method for
ftp uris. [1]
- Fix segmentation fault when cloning objects with dynamically created
methods (via instance_eval). [2]
PR: ports/131775 [1], ports/135533 [2]
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org> [2],
Helmut Schneider <jumper99@gmx.de> [1],
Jaakko Heinonen <jh@saunalahti.fi> [1],
Peter Hofer <ph@desktopbsd.net> [1]
Obtained from: ruby_1_8 svn tree (rev 22679) [2]
2009-06-18 12:43:26 +00:00
Philip M. Gollucci
e9688c09b8
Part 3:
...
- Update to 23.0.94
PR: ports/134875
Approved by: maintainer
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 22:29:44 +00:00
Boris Samorodov
2d97558844
Switch default LINUX_DIST_VER to 4. This change was part of an exp-run
...
and only one application was affected and is fixed now
(x11-themes/linux-gtk-bluecurve-theme).
Tested by: exp-run (pav)
2009-06-17 18:53:57 +00:00
Philip M. Gollucci
ed9c31b9e7
Part 1:
...
- Update to 23.0.93 [1]
- Mark MAKE_JOBS_UNSAFE
PR: ports/134875 [1]
Approved by: maintainer [1]
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:25:23 +00:00
Alex Dupre
22720b8978
Remove mnogosearch extension.
2009-06-15 09:22:34 +00:00
Erwin Lansing
5cc7b72748
Remove wxmozilla option as it depends on a port that expired in January.
2009-06-13 16:35:47 +00:00
Stanislav Sedov
2d3c048576
- Fix BigDecimal DoS vulnerability in ruby 1.8.7.
...
- Bump portrevision.
Obtained from: ruby-lang CVS
Security: 62e0fbe5-5798-11de-bb78-001cc0377035
2009-06-12 22:44:56 +00:00
Boris Samorodov
e6515dfcd2
Fedora Core 4 didn't have a dependency on libpng12, libjpeg
...
and libtiff for graphics/linux-sdl_image. New Fedora distros
has. So fix it:
. graphics/linux-f8-sdl_image and bump PORTREVISION; [1]
. graphics/linux-f10-sdl_image and bump PORTREVISION;
. Mk/bsd.linux-apps.mk.
PR: ports/135339 [1]
Submitted by: amdmi [1]
2009-06-12 18:03:43 +00:00
Erwin Lansing
fb967c21c1
Pass TMPDIR on to configure and make environments.
...
PR: 132407
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-11 09:09:29 +00:00
Dmitry Marakasov
7682a37324
- Comment out garr mirror for now, it seems to provide broken files
2009-06-10 16:08:34 +00:00
Dmitry Marakasov
33e3d901d4
Convert most of remaining ports that depend on xorg-libraries to
...
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
2009-06-09 15:33:28 +00:00
Boris Samorodov
26fff0127b
Fix LINUX_DIST_SUFFIX detect for linux-f8 dri port.
...
Pointed out by: Yuri Pankov <yuri.pankov at gmail.com> (by private email)
2009-06-09 08:33:21 +00:00
Martin Wilke
81100672d4
- Update lang/python26 and make Python 2.6.2 to the default Python version
...
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
2009-06-08 22:30:55 +00:00
Sergey Skvortsov
4761891bba
Remove expired port lang/perl5.6
2009-06-08 14:56:32 +00:00
Boris Samorodov
8ae861d9f3
Connect audio/linux-f10-mikmod to the rank of linux-f10
...
infractructure ports.
2009-06-07 20:22:07 +00:00
Pav Lucistnik
ab5c91839f
- Add USE_CSTD flag that adds --std=value to CFLAGS
...
PR: ports/135083
Submitted by: ed
- Separate MAKE_JOBS_NUMBER from _MAKE_JOBS, so it can be used in
individual ports
PR: ports/134977
Submitted by: David Naylor <naylor.b.david@gmail.com>
2009-06-03 21:50:50 +00:00
Stanislav Sedov
926e6d3624
- Update ruby 1.9.1 to patchset 129.
2009-06-03 13:37:57 +00:00
Martin Wilke
cb4458e6c8
The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
...
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php .
2009-06-03 11:02:11 +00:00
Joe Marcus Clarke
dde7bb7951
Bump the vte shared lib version.
2009-06-03 05:15:14 +00:00
Stanislav Sedov
5d63ebd5f5
- Update ruby 1.8.7 to the latest revision available from ruby-lang.org.
...
This updates also borrows some important bugfixes from Ruby CVS that
is not available in patchlevel 160 yet.
- Drop GC patch support. It is broken with the new ruby version and
seem to require the complete rewriting.
2009-06-02 17:25:37 +00:00
Boris Samorodov
c11516af7b
Here are new Linux Fedora 10 infrastructure ports.
...
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.
If you want to switch to linux-f10 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.
For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.
Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).
There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
2009-06-01 17:26:31 +00:00
Wesley Shields
0eaf249aac
- Add MASTER_SITE_KERNEL_ORG
...
PR: ports/134566
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-01 16:00:39 +00:00
Jose Alonso Cardenas Marquez
c51a512526
- Fix BUILD_DEPENDS. It must not overwrite previous BUILD_DEPENDS entries.
2009-05-24 06:12:44 +00:00
Jose Alonso Cardenas Marquez
492605858b
- Add support to defined USE_FPC after of bsd.port.pre.mk include
2009-05-22 21:57:33 +00:00
Greg Lewis
b4d07ddf3f
. Add support for openjdk6 as a possible JDK.
...
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Reviewed by: hq@
2009-05-22 04:11:20 +00:00
Pav Lucistnik
bc8b40ddf7
- Add support for MAKE_JOBS
...
PR: ports/133287
Submitted by: amdmi3
Approved by: maintainer timeout (alexbl; 1 month)
2009-05-15 12:01:39 +00:00
Boris Samorodov
06f16afbb1
Use the new openmotif version for Linux Fedora 8.
2009-05-12 13:47:49 +00:00
Pav Lucistnik
a0f6c077ab
- Add a code to drop bsd.port.options.mk into /usr/share/mk if it's missing on
...
the system (typically FreeBSD prior to 6.3). Allows to continue if the write
fails. This should allow us to start using it widely in the ports tree
(please not just yet, wait for a heads-up, in case this change needs to be
backed out.)
2009-05-11 17:35:18 +00:00
Max Brazhnikov
c4efb99db9
Update KDE ports to 4.2.3
...
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php
New ports:
devel/kdebindings4:
Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
Currently only Python bindings are supported.
devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
devel/kdebindings4-python-pykde4:
Python bindings for KDE.
print/kdeutils4-printer-applet:
printer-applet is a system tray utility. It shows current print jobs,
shows printer warnings and errors and shows when printers that have
been plugged in for the first time are being auto-configured by
hal-cups-utils. It replaces kjobviewer in KDE 3.
print/system-config-printer-kde
A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00
Boris Samorodov
394ca91e42
Fix libxml library version.
...
PR: ports/134359
Submitted by: Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
2009-05-08 19:29:03 +00:00
Dirk Meyer
ae6b3b9b60
- Fix autodetec with invalid PKG_DBDIR
...
PR: 133927
Submitted by: Eygene Ryabinkin
2009-05-07 08:19:02 +00:00
Oliver Lehmann
157c3e2264
update xfce to 4.6.1
...
bump PORTREVISION where necessary
2009-05-06 14:56:27 +00:00
Martin Wilke
eb81defc97
- Give Maintainership up to the Gecko Gang (gecko@)
2009-05-04 19:23:44 +00:00
Jose Alonso Cardenas Marquez
abbf911981
- Update to 2.2.4
...
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
2009-05-04 15:23:08 +00:00
Robert Noland
c9df379227
It looks like most all drivers are starting to require libXi, not just
...
video drivers.
Reported by: QAT (via xf86-input-synaptics)
2009-04-25 19:49:16 +00:00
Joe Marcus Clarke
ce357ade9a
Sync the gnomedesktopsharp implied list with reality.
...
Approved by: portmgr (implicit)
2009-04-13 19:05:11 +00:00
Joe Marcus Clarke
78b69bb692
One more instance of gnome -> miwi.
2009-04-13 01:38:03 +00:00
Martin Wilke
2ae036e78c
Take maintainership. The first of two steps is to take all
...
Gecko Stuff from the Gnome team. I'd like to say thanks a lot for
all the work in the past years.
2009-04-12 19:27:13 +00:00
Boris Samorodov
adfded0ed0
Toggle openssl and libssh2. The first one should be defined both
...
for -fc4- and -f8- ports. While the second one should be defined
only for -f8- ports.
Reported by: blackend (by email)
2009-04-10 14:43:59 +00:00
Ion-Mihai Tetcu
c062e6bbdc
Fix previous commit
...
Reported by: QAT
2009-04-10 08:18:57 +00:00
Ion-Mihai Tetcu
ee11adaabd
Move download.eclipse.org at the end of MASTER_SITE_ECLIPSE, it's very slow.
...
Confirmed by: QAT, rnoland@
2009-04-10 08:11:19 +00:00
Joe Marcus Clarke
ae52bc8089
Presenting GNOME 2.26 for FreeBSD. See
...
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00
Pav Lucistnik
c6aaa555d5
- Don't check if pkg_tools support conflicts, they do on all recent FreeBSD
...
versions. This removes one != call per port, shaving off 2 minutes of CPU
time per INDEX build on my computer.
Tested by: pointyhat build run
2009-04-09 22:40:20 +00:00
Boris Samorodov
b7838237bc
Add a new component: dri.
2009-04-09 16:36:29 +00:00
Boris Samorodov
340fc40b6b
Move checks away for MASTER_SITES area and restruct them.
...
Linux Fredora 8 infrastructure ports should be used if:
. sysctl compat.linux.osrelease is 2.6.16;
. linux base port is set to f8 or f9;
. linux infrastructrue is used.
Remove _F8_COMPATIBLE_LINUX_BASE_PORTS for now (it will
be reintroduced later).
Please note, that there is no strict dependency upon OSRELEASE so far.
2009-04-09 10:35:10 +00:00
Boris Samorodov
e4f65a9d29
Don't add RUN_DEPENDS if there is no corresponding file for the component.
2009-04-08 12:26:24 +00:00
Boris Samorodov
fc33a486e7
Fix _LINUX_APPS_ALL: _LINUX_26_APPS -> ${_LINUX_26_APPS}.
...
Submitted by: nox (at emaulation@ ML)
2009-04-08 06:26:31 +00:00
Boris Samorodov
57af044472
Fix libidn port name.
...
Reported by: scf (by email)
2009-04-07 19:15:10 +00:00
Boris Samorodov
f6600f3686
Do an actual check of USE_LINUX_APPS.
2009-04-07 16:13:53 +00:00
Boris Samorodov
a86de293a8
Define an internal variable _LINUX_26_APPS with a list of components
...
for linux_base-f8 and above. Don't define RUN_DEPENDS for those components
if OVERRIDE_LINUX_NONBASE_PORTS is not defined. That should unbreak
index for default configurations.
2009-04-06 21:47:10 +00:00
Boris Samorodov
b035cbf370
Add missing '$' to a makefile variable.
...
Pointed out by: QAT, itetcu
2009-04-06 19:52:39 +00:00
Boris Samorodov
136f0b08ae
Fix sqlite3 detection, add ${LINUXBASE}.
2009-04-06 18:58:13 +00:00
Boris Samorodov
e29db935a8
Add five new components: libidn libssh2 nspr nss sqlite3.
...
Corresponding ports will be committed shortly.
Those components are needed to run the upcomming
www/linux-f8-flashplugin10.
Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
2009-04-06 16:03:00 +00:00
Boris Samorodov
1f61b6ae24
Add new components to _ALL_LINUX_APPS: tcl84 tk84.
...
Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
2009-04-06 15:37:00 +00:00
Boris Samorodov
d6cf761d43
Add comments forgotten by me at the previous commit.
2009-04-06 12:57:35 +00:00
Boris Samorodov
7550347802
. add linux_base-f9 port to the list of used linux base ports;
...
. add a variable _F8_COMPATIBLE_LINUX_BASE_PORTS, it's a list
of linux base ports compatible (i.e. may be used) with
linux -f8- infrastructure ports;
. define apropriate _LINUX_BASE_SUFFIX;
. let ports with AUTOMATIC_PLIST=yes use the new value;
. add some comments about those changes.
2009-04-06 12:48:13 +00:00
Koop Mast
dff43f90d7
The gstreamer pulse plugins was imported in the good gstreamer tarball release.
...
Adapt this port to use the plugin from the good tarball release.
2009-04-06 10:46:56 +00:00
Dennis Herrmann
cf8759b2c9
- Update maintainer mail address
...
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Martin Wilke
1a7956c1c0
- Drop drupal4 support
2009-04-04 18:00:28 +00:00
Marius Strobl
532c41471e
Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,
...
which got lost with the switch to bsd.gecko.mk:
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.
Approved by: marcus
2009-04-04 11:47:00 +00:00
Robert Noland
fd559155d1
Update Xorg server to 1.6.0
...
o Update randrproto, libXrandr and xrandr to 1.3.0
o Update xf86-video-intel to 2.6.3
o Update other less common drivers as needed
o Mark a bunch of un-maintained input drivers ignored
o Update the various slave X server ports as well
2009-04-04 04:04:01 +00:00
Boris Samorodov
7bb2b3bca7
The patch id needed for those who use a non-default linux base port
...
and upgrade linux applications which use linux-scim-libs (ex.: acroread).
Discussed at: emulation@ ML
Tested by: Richard Kuhns <rjk at wintek.com>
2009-04-03 18:17:55 +00:00
Pav Lucistnik
732ec7bd52
- Update to 23.0.92
...
PR: ports/133294
Submitted by: keramida (maintainer)
2009-04-02 21:37:32 +00:00
Boris Samorodov
129cecd56c
Add some sanity checks:
...
. a check for valid components at USE_LINUX_APPS;
. a check if a component is defined for the given linux distro
(has apropriate port).
2009-04-02 12:58:21 +00:00
Martin Wilke
1bb5ab8fcd
The KDE FreeBSD team is proud to announce the release of KDE 4.2.2
...
for FreeBSD. The official KDE 4.2.2 release changelog can be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php .
Also mark some ports MAKE_JOBS_SAFE.
New Ports:
misc/kde4-l10n-sk - Slovak
2009-04-02 09:23:03 +00:00
Boris Samorodov
824eda00fc
Here are new Linux Fedora 8 infrastructure ports.
...
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Alexey Dokuchaev
25d17d1c3b
- Reformat knobs and their descriptions
...
- Kill dots (periods) after some IGNORE statements
- Improve wording, expand contractions
- Fix couple of typos and remove EOL whitespace
PR: ports/133198
2009-03-31 05:18:22 +00:00
Gerald Pfeifer
76ecd704b3
Remove GCC 2.8 from the list of options for USE_GCC; the lang/gcc28
...
port has been removed a while ago and no port has USE_GCC=2.8 in use.
2009-03-28 23:57:56 +00:00
Sergey Skvortsov
1a9ef9fa67
Introduce Perl 5.10.0
2009-03-28 20:45:10 +00:00
Pav Lucistnik
2747307b84
- Hot fix previous commit: really bail out when make failed (fail means fail)
...
Reported by: amdmi3
Pointy hat to: pav
2009-03-27 07:47:17 +00:00
Max Brazhnikov
4d55666226
Update devel/cmake to 2.6.3.
...
- Set INSTALL_TARGET for cmake based ports to install/strip. This solves
problem of installing non-stripped binaries (noticed by delphij for KDE4 ports)
- Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly)
2009-03-24 19:11:23 +00:00
Pav Lucistnik
e2018b5de2
- zope27 was switch to python24, chase here
2009-03-24 09:30:21 +00:00
Martin Wilke
964a7f8b5e
R-cran-sm is a R module for smoothing methods for nonparametric
...
regression and density estimation. It is software linked to the
book 'Applied Smoothing Techniques for Data Analysis: The Kernel
Approach with S-Plus Illustrations' Oxford University Press.
WWW: http://www.stats.gla.ac.uk/~adrian/sm
PR: ports/132770
Submitted by: Wen Heping <wenheping at gmail.com>
2009-03-22 13:32:38 +00:00
Pav Lucistnik
6b4ca32453
Introduce multiple make jobs (parallelization) support. When enabled, -jX is
...
passed to the top level vendor Makefile in build stage, where X is number of
CPU cores by default. The whole system is opt-in, ie. ports need to be enabled
individually. There is a global override available for adventurious users.
2009-03-22 10:28:53 +00:00
Marcel Moolenaar
e4c49b72da
grep for 'pthread:' in the compiler's spec file to avoid matching
...
random references of 'pthread'. On powerpc the mfwrap production
mentions "pthread_create", which matched the RE.
Ok'd by: marcus (thanks!)
2009-03-21 18:51:50 +00:00
Dirk Meyer
3929daf5e3
- new Macro USE_GNUSTEP_LOCAL_ASTS
...
depends on Ast Bundles installed in Local directrory
- new macro USE_GNUSTEP_LOCAL_BURNS
depends on Burn Bundles installed in Local directrory
2009-03-20 09:14:26 +00:00
Pav Lucistnik
5c52943056
- Quickfix for linux_base-f8 users by turning off the new functionality before
...
all the ports are in place
With hat: portmgr
2009-03-19 19:53:42 +00:00
Boris Samorodov
0263b9d868
Welcome to the new linux ports infrastructure which allows using
...
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
2009-03-19 17:28:51 +00:00
Martin Wilke
cba7f02fe1
- Update python30 to 3.0.1
...
Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
2009-03-09 22:52:21 +00:00
Max Brazhnikov
2694fa1f1f
Update bsd.kde4.mk to 4.2.1 as well
2009-03-09 01:02:46 +00:00
Gerald Pfeifer
42d94d6424
Remove support for GCC 3.3. No port in the tree uses this any longer,
...
and lang/gcc33 has been deprecated for a month.
2009-03-07 19:17:44 +00:00
Boris Samorodov
475c18796a
Update to the second pretest of Emacs 23.X.
...
PR: ports/132347
Submitted by: Giorgos Keramidas <keramida at ceid.upatras.gr> (maintainer)
2009-03-07 13:02:36 +00:00
Alex Dupre
c99d0d7337
Update to 5.2.9 release and re-add pcre extension.
2009-03-06 10:08:35 +00:00
Joerg Wunsch
f9216814a8
savannah.{nongnu,gnu}.org recently turned its download area into an
...
automatic redirection to one of the mirrors. As mirrors might take
some time to catch up with changes, as a last resort, try the
noredirect download area of the server.
2009-03-06 08:57:32 +00:00
Sergey Skvortsov
0f24c25f5a
Remove variable PERL_VER from the ports tree at all - because
...
it is obsolete since Perl 5.6.0.
2009-03-05 17:56:24 +00:00
Alex Dupre
2138a63f90
Add support to mysql server and embedded library dependencies.
...
Now amarok2 port can be imported and use the following row:
USE_MYSQL= embedded
2009-03-04 15:54:29 +00:00
Oliver Lehmann
395f5a4663
update Xfce to 4.6
...
for more information please read
http://www.xfce.org/about/news?id=21
2009-03-02 16:51:57 +00:00
Martin Matuska
24bf28eff1
- Change default Tcl/Tk version to 8.5
...
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
2009-02-23 14:46:37 +00:00
Marc Fonvieille
e292dce005
Add a new virtual category (docs) for forthcoming ports.
...
Approved by: portmgr
2009-02-23 12:53:48 +00:00
Stanislav Sedov
1d3f15db4d
- Bump ruby portrevision after the last fix.
2009-02-23 00:44:22 +00:00
Akinori MUSHA
4ede76ef15
Remove sakura from MASTER_SITE_RINGSERVER and add k-opti.com instead.
2009-02-21 06:13:22 +00:00
Xin LI
dfab15e826
Update OpenLDAP to 2.4.14.
2009-02-17 02:54:37 +00:00
Martin Wilke
c95782ae1a
- Update to python 2.5.4 and python 2.6.1
...
Reviewed by: perky | lwhsu
Tested with: exp-run via pav
2009-02-16 23:32:02 +00:00
Max Brazhnikov
2d8b5de9c8
Update PyQt4 ports to 4.4.4, new ports:
...
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit
Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.
Pass maintainership to kde@FreeBSD.org . Thanks Danny Ricin for his great work.
PR: based on ports/130219
Submitted by: Dima Panov" <fluffy at fluffy.khv.ru>
2009-02-14 22:58:55 +00:00
Stanislav Sedov
bc1dd305f4
- Document USE_RUBYGEMS and RUBYGEM_AUTOPLIST knobs.
2009-02-13 23:31:32 +00:00
Stanislav Sedov
49fadd1882
- Add a new knob RUBYGEM_AUTOPLIST, which allows the pakcking list
...
for most (all?) rubygem ports to be generated automatically.
2009-02-13 22:48:51 +00:00
Stanislav Sedov
8047098399
- Update ruby18 to 1.8.7p72.
...
PR: ports/124837 (based on)
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2009-02-12 14:24:56 +00:00
Stanislav Sedov
66cdabac86
- Bump ruby19 portrevision after rubylibdir fix.
2009-02-11 00:54:20 +00:00
Stanislav Sedov
ffe7a61239
- Update ruby19 to 1.9.1.
...
PR: ports/129818 (based on)
Submitted by: Hung-Yi Chen <gaod@hychen.org>
2009-02-09 17:49:51 +00:00
Florent Thoumie
c1f23cd26d
- Update lang/mono to 2.0.1.
...
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org .
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
2009-02-09 09:00:01 +00:00
Martin Wilke
ef1b3d1071
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
...
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php .
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Jun Kuriyama
1cd199639a
Remove bad mirror http://rubyforge.rubyuser.de from $RUBYFORGE.
...
Confirmed: http://rubyforge.org/forum/forum.php?thread_id=31041&forum_id=2
2009-02-04 22:27:33 +00:00
Martin Matuska
825c0e60b2
- Add Tcl/Tk 8.6
...
- Take maintainership of Mk/bsd.tcl.mk
2009-02-04 08:50:50 +00:00
Boris Samorodov
6f2bb26c30
Emacs pretest 23.0.90 is now available:
...
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html
PR: ports/131275
Submitted by: keramida (maintainer)
2009-02-02 12:15:44 +00:00
Gerald Pfeifer
7693744e77
Set CC and CXX to match the choice of GNU Fortran compilers for C and
...
C++, too, to avoid subtle compatibility problems.
Diagnose the case where an unexpected value is provided for USE_FORTRAN.
Fix the OSVERSION for which lang/gcc34 should be used foor USE_FORTRAN=g77
according to our Porters Handbook.
Add RUN_DEPENDS to the output of the test-gcc target.
PR: 131114
Submitted by: bf2006a@yahoo.com
2009-02-02 01:45:13 +00:00
Sergey Skvortsov
7c87414634
Rename: lang/perl5 -> lang/perl5.6
...
PR: ports/131046
2009-02-01 19:43:11 +00:00
Li-Wen Hsu
af9663a4de
- Update py-twisted-* to 8.2.0
...
- turn devel/py-twisted into a meta port.
- Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk:
* Remove flow, pair, xish, which are deprecated
(but still update them to latest release in the tree)
* Remove USE_TWISTED=13 (no port uses this)
* Fix typos in twisted components _DEPENDS
PR: ports/130001
Submitted by: lwhsu
Approved by: maintainer timeout
2009-01-31 09:53:10 +00:00
Martin Wilke
18506f2253
- Update to 2.6.2
...
- Remove CMAKE_BUILD_TYPE [1]
CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific
library versions (debug |optimized | general).
In our case external libraries reside in other ports and only install
one version (no separate debug/optimized). Also, the ports system
provide correct compiler flags (-g and no optimizations when WITH_DEBUG
is used). Thus, cmake buildtypes only add extra compiler flags. Ports will
be built correctly both by default and for WITH_DEBUG case.
- Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure
target instead of WRKSRC)
PR: 126507 [1]
Submitted by: amdmi3@ [1]
Tested with: exp-run
Thanks to: pav/amdmi3
2009-01-30 19:25:22 +00:00
Pav Lucistnik
c1c0f30b1f
- PHP: push brazilian and chinese mirrors to the end of the list, so well
...
connected danmark mirror is tried first. Sorting mirror sites alphabetically
is not a good idea.
2009-01-29 13:53:29 +00:00
Pav Lucistnik
0474beea30
- Put a fast european and american mirror in front of the taiwanese for
...
SOURCEFORGE
2009-01-29 13:48:52 +00:00
Florent Thoumie
340b57f8be
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
...
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Jose Alonso Cardenas Marquez
35f3f37245
- Finally www/fpc-httpd* ports were repocopied. Add new www/fpc-httpd* ports
...
to bsd.fpc.mk.
2009-01-19 22:44:05 +00:00
Gerald Pfeifer
c769462937
Add support for USE_GCC=4.4+ and remove USE_GCC=4.1+ (which is not used
...
by any other port at this point).
2009-01-18 03:10:19 +00:00
Sergey Skvortsov
b09ba05a10
Set PERL_VERSION and PERL_VER to "5.8.9".
...
Pointed by: ume
2009-01-17 18:44:15 +00:00
Jose Alonso Cardenas Marquez
738d8422fc
- Add numlib unit to _FPC_ALL_UNITS.
...
PR: 130613
Submitted by: bsam
2009-01-16 12:44:23 +00:00
Pav Lucistnik
db5918fd1f
- Backout the split of httpd into three ports, they are not repocopied/updated
...
yet. Should unbreak INDEX for now
With hat: portmgr
2009-01-14 15:58:10 +00:00
Jose Alonso Cardenas Marquez
09be8d8ec8
- Fix temporarily the INDEX
2009-01-14 07:39:05 +00:00
Jose Alonso Cardenas Marquez
f7f940d1c2
- Update to 2.2.2
2009-01-14 06:13:57 +00:00
Max Brazhnikov
e014235229
kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
...
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php
Approved by: miwi (mentor)
2009-01-13 23:16:38 +00:00
Sergey Skvortsov
4ab5fefc98
Update to 5.8.9
...
Also:
- add option SITECUSTOMIZE which enable -Dusesitecustomize [1]
- add patch against sv_dup() bug causes memory corruption in threaded perl [2]
Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod
PR: 111120 [1], 130033 [2]
Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1],
kevin brintnall <kbrint xx rufus.net> [2]
2009-01-13 21:38:50 +00:00
Max Brazhnikov
5c3471f6f0
kde@freebsd team is pleased to announce the update for Qt4 ports.
...
Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update
new port misc/qt4-l10n has been added. This port provides localisation
support for Qt4 developers tools designer, linguist, etc.
Approved by: miwi (mentor)
2009-01-13 20:34:49 +00:00
Beech Rintoul
bebc5ceb3c
- bsd.octave.mk had a hack in it to bring in gfortran as a RUN_DEPENDS.
...
But now, USE_FORTRAN seems to do this automatically.
PR: ports/130397
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
2009-01-12 20:43:03 +00:00
Philip M. Gollucci
e0ba76f983
- chase the editors/xemacs port update
...
Reported by: pointyhat via pav
2009-01-12 18:44:16 +00:00
Pav Lucistnik
74dc5ca272
- Backout "fail, if recursing into a dependency failed"
...
This was failing for people with tcsh, who need to rehash before the newly
installed executable is visible
2009-01-11 22:51:05 +00:00
Pav Lucistnik
175ec50b37
- Remove conditional checks and support for FreeBSD versions prior 6.0-RELEASE
...
Submitted by: pav
- Fix COPYTREE_* macros not to change permissions and ownership on files, that
were already present in the target path
Submitted by: beech
- Add a showconfig-recursive target, which has been in documentation for years
but never implemented
PR: ports/87642, ports/126770
Submitted by: Andy Kosela <andy.kosela@gmail.com>
- Fix ignorelist-verbose target (in preparation for duds.verbose)
PR: ports/127286 (part of)
Submitted by: linimon
- Fix OPTIONS dialog to show up for every previously unconfigured port in the
dependency chain
PR: ports/127554
Submitted by: ale
- Fail, if recursing into a dependency failed to satisfy the dependency object
(only for :install targets)
PR: ports/116601
Submitted by: edwin
2009-01-11 11:04:05 +00:00
Joe Marcus Clarke
610ae56816
Presenting GNOME 2.24 for FreeBSD.
...
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet
PR: 125857 [1]
126993 [2]
130031 [3]
127399 [4]
127661 [5]
124302 [6]
129570 [7]
129936
123790
2009-01-10 05:22:13 +00:00
Jeremy Messenger
15b6544926
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
...
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr
2009-01-10 02:45:46 +00:00
Dirk Meyer
8eae5e3997
- remove WITH_OPENSSL_BETA
2009-01-09 17:04:48 +00:00
Maho Nakata
59477d2349
Fix typo.
...
Submitted by: bf <bf2006a@yahoo.com>
2009-01-06 05:45:23 +00:00
Maho Nakata
365214a06b
Add RUN_DEPENDS as well when we specify USE_FORTRAN.
...
PR: 119052
Approved by: gerald
2009-01-06 03:48:55 +00:00
Gerald Pfeifer
0cce195551
Fix whitespace to four rows per tab style, update version numbers in the
...
description of USE_GCC, and adjust description of USE_FORTRAN to recent
changes.
2009-01-05 22:26:07 +00:00
Gerald Pfeifer
d0f50100ab
When USE_FORTRAN is specified, add F77, FC, and FFLAGS to CONFIGURE_ENV
...
too, not just MAKE_ENV.
2009-01-05 20:25:52 +00:00
Gerald Pfeifer
277cb5e697
Update USE_FORTRAN=yes to leverage lang/gcc43 instead of lang/gcc42
...
and remove USE_FORTRAN=gfortran42 which is not used by any port anyway.
PR: 129656
2009-01-05 14:53:23 +00:00
Gerald Pfeifer
e1203f455a
Document 24 as being the current default for WANT_OPENLDAP_VER if
...
just USE_OPENLDAP is specified.
Fix a typo in the description of WANT_OPENLDAP_VER.
Approved by: portmgr (marcus)
2009-01-05 12:33:07 +00:00
Xin LI
90dceb1ff4
Update to 2.4.13. Note that this requires a full rebuild of all
...
packages that depends on openldap24-client due to a shared library
version bump.
2009-01-05 05:49:35 +00:00
Dirk Meyer
48b51d8802
- remove option WITH_OPENSSL_STABLE
...
PR: 130136
2009-01-04 09:42:19 +00:00
Pav Lucistnik
8f8e0a14f7
- trim OpenBSD mirror list to a dozen of ftp sites, and add http sites to the
...
mix
PR: ports/129763
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-01-02 12:36:17 +00:00
Dirk Meyer
f2c413e3db
- update to gnustep-back 0.16.0
2008-12-24 07:49:20 +00:00
Pav Lucistnik
4bcb1e79cd
- Has expired: Has been broken for more than 6 months
2008-12-19 21:07:38 +00:00
Wesley Shields
74bc588b72
- Add Project Kenai, this will be useful for some upcoming PRs
...
PR: ports/129739
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
2008-12-19 16:10:02 +00:00
Pav Lucistnik
c7b86a78bf
- Adjust PYNUMERIC comment
2008-12-12 15:48:05 +00:00
Alex Dupre
c1a77ce29d
Point to new ports for php5.
2008-12-11 09:08:24 +00:00
Alex Dupre
ab2e490b13
Try to fix 'make index'.
2008-12-07 13:26:01 +00:00
Hye-Shik Chang
b7df3263ee
Welcome to the new era of Python 3, with antigravity support!
...
Update to Python 3.0.
2008-12-04 11:21:22 +00:00
Emanuel Haupt
db6967e5c9
...plus a missing backslash
2008-12-01 19:45:30 +00:00
Emanuel Haupt
cfa741f841
Add an additional "CRITICAL" mirror
2008-12-01 19:43:04 +00:00
Pav Lucistnik
2efda72f4f
- Try to unbreak USE_FIREBIRD
...
Reported by: pointyhat
2008-11-29 23:17:04 +00:00
Dirk Meyer
c7743fef3e
- fix USE_GNUSTEP_LOCAL_BUDLES subdirs
2008-11-29 21:41:48 +00:00
Dirk Meyer
9a654899f5
- new option USE_GNUSTEP_LOCAL_MENULETS
...
- option USE_GNUSTEP_LOCAL_BUDLES supports subdirs
2008-11-29 20:32:02 +00:00
Sergey Matveychuk
f616d389ec
- Fix typos in a comment: WANT_PERL5 -> WANT_PERL, is -> if
...
PR: ports/123912 (based on)
Submitted by: Philip M. Gollucci <pgollucci_at_p6m7g8.com>
2008-11-29 19:06:55 +00:00
Wesley Shields
de2cb4a6fc
-Planetmirror doesn't actually mirror anything anymore.
...
PR: ports/129140
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
2008-11-27 02:44:57 +00:00
Chin-San Huang
7a81dcb762
# bsd.sites.mk - Popular master sites.
...
#
# Sites_MAINTAINER= ports@FreeBSD.org
#
# This file does not have any designated maintainer, so feel free to
# commit to it yourself. However, it is generally a good idea to
# notify the principal maintainer in case you have a change to one of
# the software environments (KDE, GNOME, etc.).
#
# Also, this file is included from bsd.port.mk for all invocations, so
# committing a syntax error to this file is a cardinal sin, and will
# be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED.
# You have been warned. :)
#
# Note: because it is included for all invocations, please keep the size
# of this file manageable. If a distfile is unfetchable from the first
# few dozen locations, it is unlikely to be fetchable from any past that,
# and those fetch failures will simply waste time and bandwidth. Please
# pick a globally representative subset.
#
# Note: all entries should terminate with a slash.
#
# $FreeBSD: ports/Mk/bsd.sites.mk,v 1.460 2008/10/23 19:04:57 bsam Exp $
#
# Where to put distfiles that don't have any other master site
.if !defined(IGNORE_MASTER_SITE_LOCAL)
MASTER_SITE_LOCAL+= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
MASTER_SITE_PORTS_JP+= \
ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \
ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/
.endif
##
## KEEP THIS LIST SORTED
##
.if !defined(IGNORE_MASTER_SITE_AFTERSTEP)
MASTER_SITE_AFTERSTEP+= \
ftp://ftp.afterstep.org/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/windowmanagers/afterstep/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE)
MASTER_SITE_APACHE+= \
http://www.apache.org/dist/%SUBDIR%/ \
http://archive.apache.org/dist/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/apache/dist/%SUBDIR%/ \
ftp://ftp.pop-mg.com.br/data/apache/dist/%SUBDIR%/ \
ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \
ftp://ftp.apache.de/mirrors/dev.apache.org/dist/%SUBDIR%/ \
ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \
ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \
ftp://ftp.esat.net/mirrors/ftp.apache.org/%SUBDIR%/ \
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/apache/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \
ftp://ftp.sogang.ac.kr/www/apache/dist/%SUBDIR%/ \
ftp://ftp.task.gda.pl/pub/www/apache/dist/%SUBDIR%/ \
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/%SUBDIR%/ \
ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/%SUBDIR%/ \
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/WWW/apache/dist/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \
ftp://ftp.flirble.org/pub/web/apache/dist/%SUBDIR%/ \
ftp://mirrors.rmplc.co.uk/pub/apache/%SUBDIR%/ \
ftp://apache.secsup.org/pub/apache/dist/%SUBDIR%/ \
ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/%SUBDIR%/ \
ftp://ftp.tux.org/pub/net/apache/dist/%SUBDIR%/ \
ftp://ftp.saix.net/pub/apache/dist/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)
MASTER_SITE_APACHE_COMMONS_BINARIES+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE)
MASTER_SITE_APACHE_COMMONS_SOURCE+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD)
MASTER_SITE_APACHE_HTTPD+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA)
MASTER_SITE_APACHE_JAKARTA+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT)
MASTER_SITE_APACHE_TOMCAT+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_XML)
MASTER_SITE_APACHE_XML+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_BERLIOS)
MASTER_SITE_BERLIOS+= \
http://download.berlios.de/%SUBDIR%/ \
http://download2.berlios.de/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_CENKES)
MASTER_SITE_CENKES+= \
http://bsd.cenkes.org/%SUBDIR%/ \
http://bsd2.cenkes.org/%SUBDIR%/ \
http://bsd3.cenkes.org/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
MASTER_SITE_CHEESESHOP+= \
http://pypi.python.org/packages/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
MASTER_SITE_COMP_SOURCES+= \
ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \
ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_CRITICAL)
MASTER_SITE_CRITICAL+= \
http://critical.ch/distfiles/%SUBDIR%/ \
http://energy.critical.ch/distfiles/%SUBDIR%/ \
http://sauerkraut.critical.ch/distfiles/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_CSME)
MASTER_SITE_CSME+= ${MASTER_SITE_CENKES}
.endif
.if !defined(IGNORE_MASTER_SITE_DEBIAN)
MASTER_SITE_DEBIAN+= \
http://www.gtlib.cc.gatech.edu/pub/debian/%SUBDIR%/ \
ftp://ftp.us.debian.org/debian/%SUBDIR%/ \
${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,}
.endif
.if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US)
MASTER_SITE_DEBIAN_NON_US+= \
ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/debian/debian-non-US/&,} \
ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL)
MASTER_SITE_DEBIAN_POOL+= \
${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|}
.endif
.if !defined(IGNORE_MASTER_SITE_EASYSW)
MASTER_SITE_EASYSW+= \
http://ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp.easysw.com/pub/%SUBDIR%/ \
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_ECLIPSE)
MASTER_SITE_ECLIPSE+= \
http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \
ftp://download.eclipse.org/%SUBDIR%/ \
ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \
http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \
ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \
http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \
ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/drops/%SUBDIR%/ \
http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/%SUBDIR%/ \
http://www.dawnspill.hu/mirror/eclipse/downloads/drops/%SUBDIR%/ \
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/%SUBDIR%/ \
http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \
http://eclipse.planetmirror.com/downloads/drops/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/eclipse/downloads/drops/&,} \
ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_EXIM)
MASTER_SITE_EXIM+= \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \
ftp://ftp.exim.org/pub/exim/%SUBDIR%/ \
ftp://ftp.easynet.be/exim/exim/%SUBDIR%/ \
ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim/%SUBDIR%/ \
ftp://sunsite.auc.dk/pub/mail/exim/exim/%SUBDIR%/ \
ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.exim.org/exim/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/mail/exim/%SUBDIR%/ \
ftp://ftp.tin.org/pub/mail/exim/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/%SUBDIR%/ \
http://washitake.com/mail/exim/mirror/exim/%SUBDIR%/ \
http://exim.psshee.com/ftp/exim/%SUBDIR%/ \
ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/%SUBDIR%/ \
ftp://ftp.demon.nl/pub/mirrors/exim/%SUBDIR%/ \
ftp://ftp.easynet.nl/mirror/exim/exim/%SUBDIR%/ \
ftp://sunsite.uio.no/pub/mail/exim/exim/%SUBDIR%/ \
http://www.no.exim.org/ftp/exim/%SUBDIR%/ \
http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \
ftp://exim.directnet.ru/pub/exim/exim/%SUBDIR%/ \
ftp://ftp.is.co.za/networking/mail/mta/exim/%SUBDIR%/ \
ftp://ftp.reaper.org/pub/exim/exim/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/exim/exim/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \
ftp://ftp.demon.co.uk/pub/mirrors/exim/%SUBDIR%/ \
ftp://ftp.fsckit.net/pub/exim/exim/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX)
MASTER_SITE_FEDORA_LINUX+= \
http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \
http://mirrors.kernel.org/fedora/core/%SUBDIR%/ \
ftp://mirrors.kernel.org/fedora/core/%SUBDIR%/ \
http://mirror.web-ster.com/fedora/core/%SUBDIR%/ \
ftp://mirror.web-ster.com/fedora/core/%SUBDIR%/ \
http://rpmfind.net/linux/fedora/core/%SUBDIR%/ \
ftp://rpmfind.net/linux/fedora/core/%SUBDIR%/ \
ftp://ftp.gtlib.cc.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \
ftp://fedora.mirrors.tds.net/pub/fedora-core/%SUBDIR%/ \
http://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.belnet.be/linux/fedora/linux/core/%SUBDIR%/ \
http://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \
ftp://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \
ftp://ultra.linux.cz/pub/fedora/%SUBDIR%/ \
http://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \
ftp://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \
http://wftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \
ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \
http://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.esat.net/pub/linux/fedora/%SUBDIR%/ \
ftp://ftp.esat.net/pub/linux/fedora/%SUBDIR%/ \
ftp://alviss.et.tudelft.nl/pub/fedora/core/%SUBDIR%/ \
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \
http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.uninett.no/pub/linux/Fedora/core/%SUBDIR%/ \
http://ftp.man.poznan.pl/pub/linux/fedora/core/%SUBDIR%/ \
ftp://ftp.man.poznan.pl/pub/linux/fedora/%SUBDIR%/ \
http://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \
ftp://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \
ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/%SUBDIR%/ \
http://mirror.etf.bg.ac.yu/fedora/%SUBDIR%/ \
ftp://mirror.etf.bg.ac.yu/fedora/%SUBDIR%/ \
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.hostrino.com/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \
http://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \
ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \
ftp://ftp.riken.go.jp/pub/Linux/fedora/core/%SUBDIR%/ \
http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \
ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \
http://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \
ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \
ftp://mirror.netglobalis.net/pub/fedora/%SUBDIR%/ \
http://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \
ftp://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \
http://download.fedora.redhat.com/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.univie.ac.at/systems/linux/fedora/core/%SUBDIR%/ \
http://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \
ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \
http://fedora.mirror.iweb.ca/core/%SUBDIR%/ \
ftp://fedora.mirror.iweb.ca/core/%SUBDIR%/ \
ftp://ftp.telus.net/pub/fedora/linux/core/%SUBDIR%/ \
http://fedora.arcticnetwork.ca/linux/core/%SUBDIR%/ \
http://www.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.solnet.ch/mirror/fedora/linux/core/%SUBDIR%/ \
http://mirror.karneval.cz/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/%SUBDIR%/ \
http://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \
ftp://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \
http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \
ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \
http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \
http://www.jur-linux.org/download/fedora/core/%SUBDIR%/ \
http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/%SUBDIR%/ \
ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/%SUBDIR%/ \
http://ftp.uni-bayreuth.de/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/linux/fedora/core/%SUBDIR%/ \
http://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core/%SUBDIR%/ \
http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \
http://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \
ftp://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.univ-pau.fr/pub/mirrors/fedora/%SUBDIR%/ \
ftp://ftp.lip6.fr/pub/linux/distributions/fedora/%SUBDIR%/ \
http://fr.rpmfind.net/linux/fedora/core/%SUBDIR%/ \
http://zeniiia.linux.org.uk/pub/distributions/fedora/linux/core/%SUBDIR%/ \
ftp://zeniiia.linux.org.uk/pub/distributions/fedora/linux/core/%SUBDIR%/ \
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \
http://download.stmc.edu.hk/fedora/linux/core/%SUBDIR%/ \
ftp://download.stmc.edu.hk/fedora/linux/core/%SUBDIR%/ \
http://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \
ftp://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \
http://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \
http://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \
http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/%SUBDIR%/ \
http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \
http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \
ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \
http://ftp.riken.jp/Linux/fedora/core/%SUBDIR%/ \
http://ftp.kaist.ac.kr/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.kaist.ac.kr/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/%SUBDIR%/ \
ftp://mirror.hostway.co.kr/pub/fedora/%SUBDIR%/ \
http://fedora.ifc.unam.mx/fedora/core/%SUBDIR%/ \
ftp://fedora.ifc.unam.mx/linux/fedora/core/%SUBDIR%/ \
ftp://ftp.easynet.nl/mirror/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/%SUBDIR%/ \
ftp://ftp.uib.no/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.tpnet.pl/d17/fedora/%SUBDIR%/ \
http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \
ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/%SUBDIR%/ \
http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/core/%SUBDIR%/ \
ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/%SUBDIR%/ \
http://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \
http://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \
http://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \
http://ftp.port80.se/fedora/core/%SUBDIR%/ \
ftp://ftp.port80.se/fedora/core/%SUBDIR%/ \
http://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/%SUBDIR%/ \
http://limestone.uoregon.edu/ftp/fedora/%SUBDIR%/ \
ftp://limestone.uoregon.edu/fedora/%SUBDIR%/ \
http://mirrors.tiatera.com/fedora/core/%SUBDIR%/ \
ftp://mirrors.tiatera.com/fedora/core/%SUBDIR%/ \
ftp://fedora.bu.edu/core/%SUBDIR%/ \
http://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \
ftp://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \
ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/%SUBDIR%/ \
http://coblitz.planet-lab.org/pub/fedora/linux/core/%SUBDIR%/ \
ftp://ftp.software.umn.edu/linux/fedora/core/%SUBDIR%/ \
http://fedora.omnispring.com/core/%SUBDIR%/ \
ftp://fedora.omnispring.com/core/%SUBDIR%/ \
ftp://ftp.applios.net/pub/fedora/linux/core/%SUBDIR%/ \
http://fedora.mirror.facebook.com/linux/core/%SUBDIR%/ \
http://mirror.steadfast.net/fedora/core/%SUBDIR%/ \
http://mirror.eas.muohio.edu/fedora/linux/core/%SUBDIR%/ \
http://mirror.engr.sjsu.edu/pub/fedora/linux/core/%SUBDIR%/ \
ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora/%SUBDIR%/ \
http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \
ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \
http://mirror.cogentco.com/pub/linux/fedora/linux/core/%SUBDIR%/ \
http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \
ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_FESTIVAL)
MASTER_SITE_FESTIVAL+= \
http://www.festvox.org/packed/festival/%SUBDIR%/ \
http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ \
http://stuff.mit.edu/afs/sipb/project/speech-tools/src/festival/festvox.org/packed/festival/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI)
MASTER_SITE_FESTIVAL_OGI+= \
ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.ogi-synth_home/ \
http://www.cslu.ogi.edu/tts/download/data/
.endif
#
# FreeBSD mirror sites
#
# For the full list, see the Handbook:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
#
.if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG)
MASTER_SITE_FREEBSD_ORG+= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GCC)
MASTER_SITE_GCC+= \
${MASTER_SITE_SOURCEWARE:S,%SUBDIR%,gcc/&,} \
ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \
ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/%SUBDIR%/ \
ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \
ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \
ftp://ftp.uvsq.fr/pub/gcc/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/misc/gcc/%SUBDIR%/ \
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/gcc/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ \
ftp://ftp.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \
ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/sources.redhat.com/pub/gcc/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ \
ftp://mirror.aarnet.edu.au/pub/gcc/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GENTOO)
MASTER_SITE_GENTOO+= \
http://ftp.roedu.net/pub/mirrors/gentoo.org/%SUBDIR%/ \
http://distro.ibiblio.org/pub/linux/distributions/gentoo/%SUBDIR%/ \
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/%SUBDIR%/ \
http://gentoo.mirrors.pair.com/%SUBDIR%/ \
http://gentoo.chem.wisc.edu/gentoo/%SUBDIR%/ \
http://adelie.polymtl.ca/%SUBDIR%/ \
http://mirrors.tds.net/gentoo/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \
http://ftp.easynet.nl/mirror/gentoo/%SUBDIR%/ \
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \
http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \
http://ds.thn.htu.se/linux/gentoo/%SUBDIR%/ \
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/%SUBDIR%/ \
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/%SUBDIR%/ \
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/%SUBDIR%/ \
http://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \
http://darkstar.ist.utl.pt/gentoo/%SUBDIR%/ \
http://gentoo.inode.at/%SUBDIR%/ \
http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \
http://gentoo.mirror.sdv.fr/%SUBDIR%/ \
http://ftp.gentoo.or.kr/%SUBDIR%/ \
http://mirror.gentoo.gr.jp/%SUBDIR%/ \
http://gentoo.gg3.net/%SUBDIR%/ \
http://gentoo.kems.net/%SUBDIR%/ \
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/%SUBDIR%/ \
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/%SUBDIR%/ \
ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/%SUBDIR%/ \
ftp://gentoo.mirrors.pair.com/%SUBDIR%/ \
ftp://mirrors.tds.net/gentoo/%SUBDIR%/ \
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \
ftp://ftp.easynet.nl/mirror/gentoo/%SUBDIR%/ \
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \
ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/gentoo/%SUBDIR%/ \
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo/%SUBDIR%/\
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/%SUBDIR%/ \
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \
ftp://darkstar.ist.utl.pt/pub/gentoo/%SUBDIR%/ \
ftp://gentoo.inode.at/source/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \
ftp://files.gentoo.gr/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/gentoo/%SUBDIR%/ \
ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/%SUBDIR%/ \
ftp://gentoo.kems.net/pub/mirrors/gentoo/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GET_E)
MASTER_SITE_GET_E+= \
http://www0.get-e.org/%SUBDIR%/_files/ \
http://www1.get-e.org/%SUBDIR%/_files/ \
http://www2.get-e.org/%SUBDIR%/_files/ \
http://www3.get-e.org/%SUBDIR%/_files/ \
http://www4.get-e.org/%SUBDIR%/_files/ \
http://www5.get-e.org/%SUBDIR%/_files/
.endif
.if !defined(IGNORE_MASTER_SITE_GNOME)
MASTER_SITE_GNOME+= \
ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \
ftp://ftp.no.gnome.org/pub/GNOME/%SUBDIR%/ \
ftp://ftp.dit.upm.es/linux/gnome/%SUBDIR%/ \
http://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \
ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \
http://ftp.unina.it/pub/linux/GNOME/%SUBDIR%/ \
http://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \
http://www.gtlib.cc.gatech.edu/pub/gnome/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \
http://linorg.usp.br/gnome/%SUBDIR%/ \
http://mirror.aarnet.edu.au/pub/GNOME/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \
ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \
ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ \
http://ftp.gnome.org/pub/GNOME/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GNU)
MASTER_SITE_GNU+= \
http://ftp.gnu.org/gnu/%SUBDIR%/ \
ftp://ftp.gnu.org/gnu/%SUBDIR%/ \
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \
http://mirrors.usc.edu/pub/gnu/%SUBDIR%/ \
http://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/GNU/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \
ftp://ftp.sunsite.org.uk/package/gnu/%SUBDIR%/ \
ftp://ftp.informatik.hu-berlin.de/pub/gnu/%SUBDIR%/ \
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/%SUBDIR%/ \
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/gnu/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GNUPG)
MASTER_SITE_GNUPG+= \
http://ftp.linux.it/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \
ftp://ftp.jyu.fi/pub/crypt/gcrypt/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \
ftp://ftp.surfnet.nl/pub/security/gnupg/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/%SUBDIR%/ \
ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} \
ftp://igloo.linux.gr/pub/crypto/gnupg/%SUBDIR%/ \
ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GNUSTEP)
MASTER_SITE_GNUSTEP+= \
ftp://ftp.planetmirror.com/pub/gnustep/gnustep/%SUBDIR%/ \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \
ftp://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GNUSTEP_CH)
MASTER_SITE_GNUSTEP_CH+= \
http://io.debian.net/~tar/ports/distfiles/
.endif
.if !defined(IGNORE_MASTER_SITE_GNU_ALPHA)
MASTER_SITE_GNU_ALPHA+= \
ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ \
ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \
ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE)
.if defined(PROJECTHOST)
MASTER_SITE_GOOGLE_CODE+= \
http://${PROJECTHOST}.googlecode.com/files/
.else
MASTER_SITE_GOOGLE_CODE+= \
http://${PORTNAME}.googlecode.com/files/
.endif
.endif
.if !defined(IGNORE_MASTER_SITE_HORDE)
MASTER_SITE_HORDE+= \
http://ftp.horde.org/pub/%SUBDIR%/ \
http://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \
ftp://ftp.horde.org/pub/%SUBDIR%/ \
ftp://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \
ftp://ftp.it.horde.org/horde/pub/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/horde/%SUBDIR%/ \
ftp://ftp.es.horde.org/pub/%SUBDIR%/ \
ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_IDSOFTWARE)
MASTER_SITE_IDSOFTWARE+= \
ftp://ftp.chg.ru/pub/games/idgames/idstuff/%SUBDIR%/ \
http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \
ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \
http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \
ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \
ftp://ftp.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \
ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \
http://ftp.planetmirror.com/pub/idgames/idstuff/%SUBDIR%/ \
ftp://ftp.sunsite.org.uk/sites/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_ISC)
MASTER_SITE_ISC+= \
ftp://ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \
ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \
ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.chl.chalmers.se/pub/isc/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.epix.net/pub/isc/%SUBDIR%/ \
ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_KDE)
MASTER_SITE_KDE+= \
http://mirrors.isc.org/pub/kde/%SUBDIR%/ \
ftp://ftp.gtlib.cc.gatech.edu/pub/kde/%SUBDIR%/ \
ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \
http://ftp.gtlib.cc.gatech.edu/pub/kde/%SUBDIR%/ \
ftp://ftp.oregonstate.edu/pub/kde/%SUBDIR%/ \
ftp://ftp.solnet.ch/mirror/KDE/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/kde/%SUBDIR%/ \
http://gd.tuwien.ac.at/kde/%SUBDIR%/ \
ftp://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \
http://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \
ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/%SUBDIR%/ \
http://mirrors.dotsrc.org/kde/%SUBDIR%/ \
ftp://mirrors.dotsrc.org/kde/%SUBDIR%/ \
ftp://ibiblio.org/pub/mirrors/kde/%SUBDIR%/ \
http://ibiblio.org/pub/mirrors/kde/%SUBDIR%/ \
http://kambing.vlsm.org/kde/%SUBDIR%/ \
http://mirrors.evolva.ro/kdeftp/%SUBDIR%/ \
ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.kde.org/%SUBDIR%/ \
ftp://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \
http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \
ftp://ftp.tu-chemnitz.de/pub/X11/kde/%SUBDIR%/ \
ftp://ftp.tuniv.szczecin.pl/pub/kde/%SUBDIR%/ \
http://ftp.tuniv.szczecin.pl/pub/kde/%SUBDIR%/ \
ftp://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \
http://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/kde/%SUBDIR%/ \
http://ftp.sunet.se/pub/kde/%SUBDIR%/ \
ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \
http://ftp.scarlet.be/pub/kde/%SUBDIR%/ \
ftp://ftp.unina.it/pub/Linux/kde/%SUBDIR%/ \
http://ftp.unina.it/pub/Linux/kde/%SUBDIR%/ \
ftp://ftp.belnet.be/packages/kde/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/x11/kde/%SUBDIR%/ \
http://ftp.belnet.be/packages/kde/%SUBDIR%/ \
ftp://ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \
http://www-ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/kde/%SUBDIR%/ \
http://ftp.rhnet.is/pub/kde/%SUBDIR%/ \
http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.esat.net/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
http://ftp.esat.net/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
ftp://kde.paralax.org/kde/%SUBDIR%/ \
ftp://ftp.cronyx.ru/pub/mirror/kde/%SUBDIR%/ \
ftp://linux.cis.nctu.edu.tw/X/wm/kde/%SUBDIR%/ \
ftp://ftp.na.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/%SUBDIR%/ \
ftp://ftp.estpak.ee/pub/kde/%SUBDIR%/ \
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/kde/%SUBDIR%/ \
http://www.qtopia.org.cn/ftp/mirror/ftp.kde.org/%SUBDIR%/ \
ftp://ftp.qtopia.org.cn/mirror/ftp.kde.org/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \
http://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \
ftp://ftp.hol.gr/pub/mirror/kde/%SUBDIR%/ \
http://ftp.hol.gr/mirror/kde/%SUBDIR%/ \
ftp://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \
http://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \
ftp://mi.mirror.garr.it/pub/mirrors/KDE/%SUBDIR%/ \
http://mi.mirror.garr.it/mirrors/KDE/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \
http://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \
ftp://ftp.informatik.uni-hamburg.de/pub/soft/X/contrib/kde/%SUBDIR%/ \
ftp://ftp.no.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.yz.yamagata-u.ac.jp/pub/X11/wm/kde/%SUBDIR%/ \
http://ftp.yz.yamagata-u.ac.jp/pub/X11/wm/kde/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/kde/%SUBDIR%/ \
http://public.planetmirror.com/pub/kde/%SUBDIR%/ \
ftp://ftp.ussg.iu.edu/pub/kde/%SUBDIR%/ \
http://ftp.ussg.iu.edu/kde/%SUBDIR%/ \
ftp://mirror.pacific.net.au/kde/%SUBDIR%/ \
http://mirror.pacific.net.au/kde/%SUBDIR%/ \
ftp://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \
http://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \
ftp://carroll.aset.psu.edu/pub/kde/%SUBDIR%/ \
http://mirror.cc.columbia.edu/pub/software/kde/%SUBDIR%/ \
ftp://fr2.rpmfind.net/linux/KDE/%SUBDIR%/ \
http://fr2.rpmfind.net/linux/KDE/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/kde/%SUBDIR%/ \
http://ftp.chg.ru/pub/kde/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.xcp.kiev.ua/ftp.kde.org/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
http://ftp.gwdg.de/pub/x11/kde/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/kde/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_MOZDEV)
MASTER_SITE_MOZDEV+= \
http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \
http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/%SUBDIR%/ \
http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \
http://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \
http://mozdev.oregonstate.edu/%SUBDIR%/ \
http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \
http://www.devlib.org/mozdev/%SUBDIR%/ \
http://mozdev.archive.hk/%SUBDIR%/ \
http://ftp.iasi.roedu.net/mirrors/mozdev.org/%SUBDIR%/ \
ftp://mozdev.secsup.org/pub/software/mozdev/%SUBDIR%/ \
ftp://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \
ftp://ftp.iasi.roedu.net/pub/mirrors/mozdev.org/%SUBDIR%/ \
http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/%SUBDIR%/ \
http://ftp.osuosl.org/pub/mozdev/%SUBDIR%/
.endif
# releases.mozilla.org mirror sites
#
# For the full list, see the following:
#
# http://www.mozilla.org/mirrors.html
#
.if !defined(IGNORE_MASTER_SITE_MOZILLA)
MASTER_SITE_MOZILLA+= \
http://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
http://mirror3.mirrors.tds.net/pub/mozilla.org/%SUBDIR%/ \
http://mozilla.isc.org/pub/mozilla.org/%SUBDIR%/ \
http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \
http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
http://mozilla.mtk.nao.ac.jp/pub/mozilla.org/%SUBDIR%/ \
http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \
http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \
http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \
http://www.gtlib.cc.gatech.edu/pub/mozilla.org/%SUBDIR%/ \
ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/mozilla/&,} \
ftp://ftp.kaist.ac.kr/pub/mozilla/%SUBDIR%/ \
ftp://mozilla.mirror.pacific.net.au/mozilla/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/WWW/mozilla/%SUBDIR%/ \
http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/ \
http://ftp.isu.edu.tw/pub/Mozilla/%SUBDIR%/ \
http://ftp.ntu.edu.tw/pub/mozilla/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED)
MASTER_SITE_MOZILLA_EXTENDED+= \
http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
${MASTER_SITE_MOZILLA}
.endif
.if !defined(IGNORE_MASTER_SITE_MYSQL)
MASTER_SITE_MYSQL+= \
ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \
http://mysql.mirrors.cybercity.dk/Downloads/%SUBDIR%/ \
ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \
http://netmirror.org/mirror/mysql.com/Downloads/%SUBDIR%/ \
ftp://netmirror.org/mysql.com/Downloads/%SUBDIR%/ \
http://mirrors.ntua.gr/MySQL/Downloads/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \
http://mysql.sote.hu/Downloads/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/mysql/Downloads/%SUBDIR%/ \
ftp://mirror.widexs.nl/pub/mysql/Downloads/%SUBDIR%/ \
ftp://mirror.etf.bg.ac.yu/mysql/Downloads/%SUBDIR%/ \
ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \
http://mysql.dp.ua/Downloads/%SUBDIR%/ \
http://mysql.mirrored.ca/Downloads/%SUBDIR%/ \
ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/%SUBDIR%/ \
ftp://ftp.orst.edu/pub/mysql/Downloads/%SUBDIR%/ \
http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \
ftp://mysql.bannerlandia.com.ar/mirrors/mysql/Downloads/%SUBDIR%/ \
ftp://ftp.linorg.usp.br/mysql/Downloads/%SUBDIR%/ \
ftp://ftp.cbn.net.id/mirror/mysql/Downloads/%SUBDIR%/ \
ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \
http://download.softagency.net/MySQL/Downloads/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_NETBSD)
MASTER_SITE_NETBSD+= \
http://www.gtlib.cc.gatech.edu/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://gatekeeper.dec.com/pub/BSD/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \
ftp://netbsd.secsup.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/\
ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.sunsite.org.uk/sites/rsync.netbsd.org/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.uk.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,NetBSD/packages/distfiles/&,} \
ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://melanoma.cs.rmit.edu.au/pub/NetBSD/packages/distfiles/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_NVIDIA)
MASTER_SITE_NVIDIA+= \
http://jp.download.nvidia.com/%SUBDIR%/ \
http://us.download.nvidia.com/%SUBDIR%/ \
http://tw.download.nvidia.com/%SUBDIR%/ \
http://download.nvidia.com/%SUBDIR%/ \
http://download1.nvidia.com/%SUBDIR%/ \
ftp://download.nvidia.com/%SUBDIR%/ \
ftp://download1.nvidia.com/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_OPENBSD)
MASTER_SITE_OPENBSD+= \
ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://anga.funkfeuer.at/pub/OpenBSD/%SUBDIR%/ \
ftp://spargel.kd85.com/pub/OpenBSD/%SUBDIR%/ \
ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.stacken.kth.se/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp5.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://rt.fm/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.openbsd.md5.com.ar/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.it.net.au/mirrors/OpenBSD/%SUBDIR%/ \
ftp://ftp.iinet.net.au/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \
ftp://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ \
ftp://playboy.wu-wien.ac.at/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.scarlet.be/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.belnet.be/packages/OpenBSD/%SUBDIR%/ \
ftp://ftp.das.ufsc.br/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.bg.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://openbsd.arcticnetwork.ca/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.ca.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://gulus.usherbrooke.ca/pub/distro/OpenBSD/%SUBDIR%/ \
ftp://ftp.freebsdchina.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.aso.ee/pub/OpenBSD/%SUBDIR%/ \
ftp://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.jyu.fi/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.crans.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.irisa.fr/pub/OpenBSD/%SUBDIR%/ \
ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.spline.de/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.roothell.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.bytemine.net/pub/OpenBSD/%SUBDIR%/ \
ftp://filoktitis.noc.uoa.gr/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.physics.auth.gr/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.duth.gr/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \
ftp://ftp.fsn.hu/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.esat.net/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.inter.net.il/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.unina.it/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.jp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/OpenBSD/%SUBDIR%/ \
ftp://ftp.kaist.ac.kr/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.secure.lv/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.bsd.lv/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.calyx.nl/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.nluug.nl/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.inet.no/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.uninett.no/pub/OpenBSD/%SUBDIR%/ \
ftp://jane.tihlde.org/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.task.gda.pl/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.fmed.uc.pt/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.gamma.ru/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.obsd.si/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.rediris.es/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.udc.es/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.df.lth.se/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.su.se/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.btradianz.se/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.switch.ch/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.enderunix.org/pub/OpenBSD/%SUBDIR%/ \
ftp://gaia.colocall.net/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.public-internet.co.uk/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.planetunix.net/pub/OpenBSD/%SUBDIR%/ \
ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/%SUBDIR%/ \
ftp://mirror.iawnet.sandia.gov/pub/OpenBSD/%SUBDIR%/ \
ftp://ftp.cse.buffalo.edu/pub/OpenBSD/%SUBDIR%/ \
ftp://mirrors.24-7-solutions.net/pub/OpenBSD/%SUBDIR%/ \
ftp://openbsd.mirrors.pair.com/%SUBDIR%/ \
ftp://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \
ftp://openbsd.mirrors.tds.net/pub/OpenBSD/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_OSSP)
MASTER_SITE_OSSP+= \
ftp://ftp.ossp.org/pkg/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_PACKETSTORM)
MASTER_SITE_PACKETSTORM+= \
http://packetstormsecurity.nl/%SUBDIR%/ \
http://packetstorm.troop218.org/%SUBDIR%/ \
http://packetstorm.linuxsecurity.com/%SUBDIR%/ \
http://packetstorm.digital-network.net/%SUBDIR%/ \
http://packetstorm.icx.fr/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_PERL_CPAN)
MASTER_SITE_PERL_CPAN+= \
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \
http://www.cpan.dk/modules/by-module/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/perl/CPAN/modules/by-module/&,} \
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://mirror.hiwaay.net/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/%SUBDIR%/ \
http://at.cpan.org/modules/by-module/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/%SUBDIR%/ \
http://backpan.cpan.org/modules/by-module/%SUBDIR%/
.endif
#
# PostgreSQL mirror sites
#
# For the full list, see the following:
#
# http://wwwmaster.postgresql.org/download/mirrors-ftp
#
# Before update mirror list please consult with fenner's distfiles survey.
#
.if !defined(IGNORE_MASTER_SITE_PGSQL)
MASTER_SITE_PGSQL+= \
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \
ftp://ftp.au.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp.be.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.ba.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.cz.postgresql.org/DATA/postgresql/%SUBDIR%/ \
ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp.fr.postgresql.org/%SUBDIR%/ \
ftp://ftp.de.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \
ftp://ftp.hk.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \
ftp://ftp.kr.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp4.nl.postgresql.org/postgresql.zeelandnet.nl/%SUBDIR%/ \
ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp.ru.postgresql.org/pub/unix/database/pgsql/%SUBDIR%/ \
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \
ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \
ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_PHP)
MASTER_SITE_PHP+= \
http://br.php.net/%SUBDIR%/ \
http://cn.php.net/%SUBDIR%/ \
http://dk.php.net/%SUBDIR%/ \
http://de.php.net/%SUBDIR%/ \
http://es.php.net/%SUBDIR%/ \
http://fi.php.net/%SUBDIR%/ \
http://fr.php.net/%SUBDIR%/ \
http://gr.php.net/%SUBDIR%/ \
http://it.php.net/%SUBDIR%/ \
http://jp.php.net/%SUBDIR%/ \
http://se.php.net/%SUBDIR%/ \
http://uk.php.net/%SUBDIR%/ \
http://us2.php.net/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_PYTHON)
MASTER_SITE_PYTHON+= \
http://www.python.org/%SUBDIR%/ \
http://python.ilisys.com.au/%SUBDIR%/ \
http://ftp.easynet.be/python/%SUBDIR%/ \
http://www.linux.org.hk/mirror/python/%SUBDIR%/ \
http://mirrors.sunsite.dk/pythonwww/%SUBDIR%/ \
http://python.emdia.fi/%SUBDIR%/ \
http://SunSITE.Informatik.RWTH-Aachen.DE/python/%SUBDIR%/ \
http://www.auth.gr/mirrors/python/%SUBDIR%/ \
http://www.cwi.nl/www.python.org/%SUBDIR%/ \
http://gnu.kookel.org/ftp/www.python.org/%SUBDIR%/ \
http://python.holywar.net/%SUBDIR%/ \
http://python.cdpa.nsysu.edu.tw/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.python.org/pub/www.python.org/%SUBDIR%/ \
http://python.mirrors.pair.com/%SUBDIR%/ \
http://mirrors.ccs.neu.edu/Python/pub/www.python.org/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_QMAIL)
MASTER_SITE_QMAIL+= \
http://qmail.geto.net/%SUBDIR%/ \
http://qmail.palomine.net/%SUBDIR%/ \
http://qmail.mirrors.summersault.com/%SUBDIR%/ \
http://qmail.cdsinet.net/%SUBDIR%/ \
http://qmail.glasswings.com.au/%SUBDIR%/ \
http://qmail.planetmirror.com/%SUBDIR%/ \
http://qmail.hostlink.com.hk/%SUBDIR%/ \
http://qmail.cbn.net.id/%SUBDIR%/ \
http://qmail.manic.co.kr/%SUBDIR%/ \
http://qmail.psshee.com/%SUBDIR%/ \
http://mirrors.kangaroot.net/qmail/%SUBDIR%/ \
http://mirrors.sunsite.dk/qmailwww/%SUBDIR%/ \
http://qmail.mirrors.Space.Net/%SUBDIR%/ \
http://qmail-mirror.hoermann-rawema.de/%SUBDIR%/ \
http://www.agria.hu/qmail/%SUBDIR%/ \
http://qmail.hu/%SUBDIR%/ \
http://qmail.rhnet.is/%SUBDIR%/ \
http://qmail.netsoc.ucd.ie/%SUBDIR%/ \
http://mirrors.dataloss.nl/www.qmail.org/%SUBDIR%/ \
http://qmail.basefreak.nl/%SUBDIR%/ \
http://www.math.ntnu.no/mirror/www.qmail.org/%SUBDIR%/ \
http://qmail.konnekt.org/%SUBDIR%/ \
http://qmail.netvisao.pt/%SUBDIR%/ \
http://qmail.ipg.sk/%SUBDIR%/ \
http://qmail.imasd.elmundo.es/%SUBDIR%/ \
http://qmail.omnis.ch/%SUBDIR%/ \
http://qmail.asylog.net/%SUBDIR%/ \
http://qmail.softflare.com/%SUBDIR%/ \
http://qmail.blueyonder.co.uk/%SUBDIR%/ \
http://qmail.usp.br/%SUBDIR%/ \
http://madhaus.utcs.utoronto.ca/qmail/%SUBDIR%/ \
http://qmail.ru.ac.za/%SUBDIR%/ \
http://www.qmail.org/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_QT)
MASTER_SITE_QT+= \
ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/X11/Qt/qt/source/%SUBDIR%/ \
ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/%SUBDIR%/ \
ftp://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/%SUBDIR%/ \
ftp://ftp.planetmirror.com.au/pub/trolltech/qt/source/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/%SUBDIR%/ \
ftp://ftp.trolltech.com/qt/source/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX)
MASTER_SITE_REDHAT_LINUX+= \
http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \
http://www.gtlib.cc.gatech.edu/pub/redhat/linux/%SUBDIR%/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/%SUBDIR%/ \
ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \
ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/%SUBDIR%/ \
ftp://ftp.riken.go.jp/pub/Linux/redhat/linux/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/%SUBDIR%/
.endif
#
# RingServers in Japan
#
#
# Note: If you know which of the RingServers is nearest to you,
# please specify it in your /etc/make.conf. (The server list is
# available at http://www.ring.gr.jp/ )
#
# You can choose either http or ftp to access to a server:
#
# http://<server>/archives/%SUBDIR%/
# ftp://<server>/pub/%SUBDIR%/
#
# {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the
# least busy servers at the moment at the DNS lookup level. (safe to
# use with "fetch -A")
#
# {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest
# servers at the DNS lookup level. (safe to use with "fetch -A")
#
.if !defined(IGNORE_MASTER_SITE_RINGSERVER)
MASTER_SITE_RINGSERVER+= \
http://ring.nict.go.jp/archives/%SUBDIR%/ \
http://ring.sakura.ad.jp/archives/%SUBDIR%/ \
http://ring.riken.jp/archives/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_RUBY)
MASTER_SITE_RUBY+= \
ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \
ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \
http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \
ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/ruby/&,} \
ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \
ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/lang/ruby/%SUBDIR%/ \
ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \
http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \
ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/
.endif
# See http://rubyforge.org/credits/
.if !defined(IGNORE_MASTER_SITE_RUBYFORGE)
MASTER_SITE_RUBYFORGE+= \
http://rubyforge.rubyuser.de/%SUBDIR%/ \
http://rubyforge.iasi.roedu.net/files/%SUBDIR%/ \
http://files.rubyforge.mmmultiworks.com/%SUBDIR%/ \
http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SAMBA)
MASTER_SITE_SAMBA+= \
http://us1.samba.org/samba/ftp/%SUBDIR%/ \
http://us2.samba.org/samba/ftp/%SUBDIR%/ \
http://us4.samba.org/samba/ftp/%SUBDIR%/ \
http://us3.samba.org/samba/ftp/%SUBDIR%/ \
ftp://ca.samba.org/%SUBDIR%/ \
ftp://de.samba.org/samba.org/%SUBDIR%/ \
ftp://ftp.oss.eznetsols.org/samba/%SUBDIR%/ \
ftp://ru.samba.org/pub/samba/%SUBDIR%/ \
ftp://ftp.easynet.be/samba/%SUBDIR%/ \
ftp://ftp.linuxforum.net/ftp.samba.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/samba/&,}
.endif
# List: http://dl.sv.gnu.org/releases/00_MIRRORS.html
.if !defined(IGNORE_MASTER_SITE_SAVANNAH)
MASTER_SITE_SAVANNAH+= \
http://download.savannah.gnu.org/releases/%SUBDIR%/ \
http://ftp.cc.uoc.gr/mirrors/nongnu.org/%SUBDIR%/ \
http://www.very-clever.com/download/nongnu/%SUBDIR%/ \
http://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \
ftp://ftp.cc.uoc.gr/mirrors/nongnu.org/%SUBDIR%/ \
ftp://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE)
.for mirror in nchc kent easynews ufpr umn mesh heanet
MASTER_SITE_SOURCEFORGE+= \
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
.endfor
.endif
# official sf.net mirrors that don't mirror all projects, check
# http://prdownloads.sourceforge.net/%SUBDIR%/
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_EXTENDED)
.for mirror in easynews switch puzzle belnet osdn ovh keihanna
MASTER_SITE_SOURCEFORGE_EXTENDED+= \
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
.endfor
MASTER_SITE_SOURCEFORGE_EXTENDED+= \
${MASTER_SITE_SOURCEFORGE}
.endif
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP)
.for mirror in keihanna osdn qgpop
MASTER_SITE_SOURCEFORGE_JP+= \
http://${mirror}.dl.sourceforge.jp/%SUBDIR%/
.endfor
.endif
.if !defined(IGNORE_MASTER_SITE_SOURCEWARE)
MASTER_SITE_SOURCEWARE+= \
ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SUNSITE)
MASTER_SITE_SUNSITE+= \
http://www.ibiblio.org/pub/Linux/%SUBDIR%/ \
http://www.gtlib.cc.gatech.edu/pub/Linux/%SUBDIR%/ \
ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/%SUBDIR%/ \
ftp://ftp.physics.auth.gr/pub/mirrors/ibiblio/Linux/%SUBDIR%/ \
ftp://ftp.edisontel.com/pub/Sunsite_Mirror/%SUBDIR%/ \
ftp://ftp.nluug.nl/pub/metalab/%SUBDIR%/ \
ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \
ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/Linux/sunsite/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SUSE)
MASTER_SITE_SUSE+= \
http://mirrors.usc.edu/pub/linux/distributions/suse/%SUBDIR%/ \
ftp://ftp-linux.cc.gatech.edu/pub/suse/suse/%SUBDIR%/ \
http://mirror.usu.edu/mirrors/suse/%SUBDIR%/ \
ftp://mirror.mcs.anl.gov/pub/suse/%SUBDIR%/ \
ftp://chuck.ucs.indiana.edu/linux/suse/suse/%SUBDIR%/ \
ftp://distro.ibiblio.org/pub/linux/distributions/suse/suse/%SUBDIR%/ \
ftp://ftp.oregonstate.edu/pub/suse/suse/%SUBDIR%/ \
ftp://ftp.sunsite.utk.edu/pub/linux/suse/suse/%SUBDIR%/ \
http://sunsite.utk.edu/ftp/pub/linux/suse/suse/%SUBDIR%/ \
http://mirror.tamu.edu/suse/%SUBDIR%/ \
ftp://ftp.empiricalnetworks.com/pub/suse/%SUBDIR%/ \
http://suse.cs.utah.edu/suse/%SUBDIR%/ \
ftp://ftp.belnet.be/linux/suse/suse/%SUBDIR%/ \
http://ftp.unicamp.br/pub/suse/%SUBDIR%/ \
ftp://mirrors.netbg.com/suse/%SUBDIR%/ \
ftp://ftp.suse.cl/pub/suse/%SUBDIR%/ \
http://ftp.sh.cvut.cz/MIRRORS/SuSE/pub/%SUBDIR%/ \
ftp://ftp.linux.ee/pub/suse/suse/%SUBDIR%/ \
ftp://garbo.uwasa.fi/pub/mirrors/suse/%SUBDIR%/ \
http://fr2.rpmfind.net/linux/SuSE-Linux/%SUBDIR%/ \
http://ftp.iut-bm.univ-fcomte.fr/Suse/suse/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/suse/%SUBDIR%/ \
ftp://ftp.rz.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.tu-chemnitz.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/%SUBDIR%/ \
http://ftp.uni-erlangen.de/pub/Linux/MIRROR.suse/pub/suse/%SUBDIR%/ \
http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.hs.uni-hamburg.de/pub/unix/linux/suse/%SUBDIR%/ \
ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/suse/%SUBDIR%/ \
http://ftp.tu-ilmenau.de/Mirrors/ftp.suse.com/%SUBDIR%/ \
ftp://ftp.uni-kassel.de/pub/linux/suse/%SUBDIR%/ \
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/suse/%SUBDIR%/ \
ftp://ftp.uni-rostock.de/pub/systems/unix/linux/suse/%SUBDIR%/ \
ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.uni-kl.de/pub/linux/suse/%SUBDIR%/ \
ftp://ftp.uni-siegen.de/pub/suse/%SUBDIR%/ \
ftp://ftp.uni-mainz.de/pub/software/Linux/suse/%SUBDIR%/ \
ftp://ftp.uni-heidelberg.de/pub/linux/suse/%SUBDIR%/ \
ftp://ftp.rz.uni-ulm.de/pub/mirrors/suse/%SUBDIR%/ \
ftp://ftp.rz.uni-wuerzburg.de/pub/linux/MIRROR.suse/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/.disk1/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.rz.uni-karlsruhe.de/pub/mirror/ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.rz.uni-kiel.de/pub2/linux/suse/%SUBDIR%/ \
http://mirrors.sth.sze.hu/linux/suse/%SUBDIR%/ \
ftp://ftp.heanet.ie/mirrors/ftp.suse.com/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.esat.net/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.unina.it/pub/linux/distributions/SuSE/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.uniroma2.it/Linux/suse/pub/suse/%SUBDIR%/ \
ftp://ftp.riken.jp/Linux/suse/suse/%SUBDIR%/ \
ftp://ftp.kddilabs.jp/Linux/packages/SuSE/suse/%SUBDIR%/ \
ftp://ftp.novell.co.jp/pub/suse/suse/%SUBDIR%/ \
ftp://ftp.kreonet.re.kr/pub/Linux/suse/%SUBDIR%/ \
http://ftp.tpnet.pl/vol/d7/ftp.suse.com/%SUBDIR%/ \
ftp://ftp.icm.edu.pl/packages/linux-suse/%SUBDIR%/ \
http://ftp.iasi.roedu.net/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
http://ftp.idilis.ro/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \
http://ftp.isu.net.sa/pub/mirrors/ftp.suse.com/%SUBDIR%/ \
http://mirror.etf.bg.ac.yu/distributions/suse/suse/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/Linux/distributions/suse/suse/%SUBDIR%/ \
ftp://ftp.solnet.ch/mirror/SuSE/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/%SUBDIR%/ \
http://ftp.isu.edu.tw/pub/Linux/SuSE/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.kde.org/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \
ftp://ftp.suse.com/pub/suse/%SUBDIR%/ \
ftp://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \
http://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \
ftp://ftp.duth.gr/pub/suse/suse/%SUBDIR%/ \
ftp://ftp.is.co.za/linux/distributions/suse/%SUBDIR%/ \
http://ftp.sun.ac.za/ftp/mirrorsites/suse/%SUBDIR%/ \
ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/%SUBDIR%/ \
ftp://suse.grn.es/mirrors/suse/%SUBDIR%/ \
ftp://ftp.cb.spb.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \
ftp://ftp.neva.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/Linux/SuSE/suse/%SUBDIR%/ \
http://mirror.pacific.net.au/linux/suse/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/linux/suse/suse/%SUBDIR%/ \
ftp://mirror.aarnet.edu.au/pub/suse/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_TCLTK)
MASTER_SITE_TCLTK+= \
ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \
ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \
ftp://sunsite.org.uk/sites/ftp.scriptics.com/pub/tcl/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_TEX_CTAN)
MASTER_SITE_TEX_CTAN+= \
ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ \
ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \
ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \
ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \
ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/CTAN/&,} \
ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \
ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_THEMES)
MASTER_SITE_THEMES+= \
http://download.freshmeat.net/themes/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_TUCOWS)
.for mirror in chariot ns-linux iinets easyhost bihnet pucpr cdli olivant otenet hellasonline pihk \
cyberec panservice fastweb mclink kasnet wananchi latvia uunetnl wish bit vianl introweb \
dekooi inspirenet pl-task clix simplesnet netvisao idilis rdstm atk saix mweb mundo-r gva \
dataphone ankara tulumba tr-net mintac epix theplanet wcn ukms blueyonder
MASTER_SITE_TUCOWS+= \
http://${mirror}.linux.tucows.com/files/%SUBDIR%/
.endfor
MASTER_SITE_TUCOWS+= \
http://linuxberg.nexicom.net/files/%SUBDIR%/ \
http://linuxberg.xs4all.nl/files/%SUBDIR%/
.endif
# List: http://www.vim.org/mirrors.php
# Updated: 2006-06-13
.if !defined(IGNORE_MASTER_SITE_VIM)
MASTER_SITE_VIM+= \
http://ftp.vim.org/pub/vim/unix/ \
http://mirrors.24-7-solutions.net/pub/vim/unix/ \
http://ftp.tw.vim.org/pub/vim/unix/ \
http://vim.stu.edu.tw/unix/ \
http://gd.tuwien.ac.at/pub/vim/unix/ \
http://www.etsimo.uniovi.es/pub/vim/unix/ \
http://www.pt.vim.org/pub/vim/unix/ \
http://www.pangora.org/vim.org/pub/vim/unix/ \
http://www.math.technion.ac.il/pub/vim/unix/ \
http://vim.fyxm.net/pub/vim/unix/ \
http://zloba.ath.cx/pub/vim/unix/ \
http://ftp2.uk.vim.org/sites/ftp.vim.org/pub/vim/unix/ \
http://vim.mirror.fr/unix/ \
ftp://ftp.vim.org/pub/vim/unix/ \
ftp://ftp2.us.vim.org/pub/vim/unix/ \
ftp://ftp9.us.vim.org/pub/vim/unix/ \
ftp://ftp.ca.vim.org/pub/vim/unix/ \
ftp://ftp.nl.vim.org/pub/vim/unix/ \
ftp://ftp.de.vim.org/unix/ \
ftp://ftp3.de.vim.org/pub/vim/unix/ \
ftp://ftp.uk.vim.org/pub/vim/unix/ \
ftp://ftp.ie.vim.org/pub/vim/unix/ \
ftp://ftp.at.vim.org/pub/vim/unix/ \
ftp://ftp.pt.vim.org/pub/vim/unix/ \
ftp://ftp.is.vim.org/pub/vim/unix/ \
ftp://ftp.il.vim.org/pub/vim/unix/ \
ftp://ftp.pl.vim.org/pub/vim/unix/ \
ftp://ftp.ro.vim.org/pub/vim/unix/ \
ftp://ftp.sk.vim.org/pub/vim/unix/ \
ftp://ftp.tw.vim.org/pub/vim/unix/ \
ftp://vim.stu.edu.tw/pub/vim/unix/ \
ftp://ftp.jp.vim.org/pub/vim/unix/ \
ftp://ftp.kr.vim.org/pub/vim/unix/ \
ftp://ftp.mirrorservice.org/sites/ftp.vim.org/pub/vim/unix/
.endif
.if !defined(IGNORE_MASTER_SITE_WINDOWMAKER)
MASTER_SITE_WINDOWMAKER+= \
ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \
ftp://ftp.uvsq.fr/pub/X11/window-managers/windowmaker/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_XCONTRIB)
MASTER_SITE_XCONTRIB+= \
ftp://ftp.net.ohio-state.edu/pub/X11/contrib/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ \
ftp://ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp2.x.org/contrib/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} \
ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ \
ftp://sunsite.org.uk/sites/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/x.org/contrib/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_XEMACS)
MASTER_SITE_XEMACS+= \
ftp://ftp.at.xemacs.org/editors/xemacs/%SUBDIR%/ \
ftp://ftp.be.xemacs.org/xemacs/%SUBDIR%/ \
ftp://ftp.br.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.ca.xemacs.org/pub/Mirror/xemacs/%SUBDIR%/ \
ftp://ftp.ch.xemacs.org/mirror/xemacs/%SUBDIR%/ \
ftp://ftp.de.xemacs.org/pub/ftp.xemacs.org/tux/xemacs/%SUBDIR%/ \
ftp://ftp.dk.xemacs.org/pub/emacs/xemacs/%SUBDIR%/ \
ftp://ftp.fi.xemacs.org/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/%SUBDIR%/ \
ftp://ftp.fr.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.hk.xemacs.org/pub/xemacsftp/%SUBDIR%/ \
ftp://ftp.ie.xemacs.org/mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.it.xemacs.org/unix/packages/XEMACS/%SUBDIR%/ \
ftp://ftp.kr.xemacs.org/pub/tools/emacs/xemacs/%SUBDIR%/ \
ftp://ftp.no.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.pt.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.ru.xemacs.org/pub/emacs/xemacs/%SUBDIR%/ \
ftp://ftp.se.xemacs.org/pub/gnu/xemacs/%SUBDIR%/ \
ftp://ftp.tw.xemacs.org/Unix/Editors/XEmacs/%SUBDIR%/ \
ftp://ftp.uk.xemacs.org/sites/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.us.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://xemacs.xmundo.net/pub/mirrors/xemacs/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/xemacs/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_XFCE)
MASTER_SITE_XFCE+= \
http://mocha.xfce.org/archive/%SUBDIR%/src/ \
http://www.us.xfce.org/archive/%SUBDIR%/src/ \
http://www.de.xfce.org/archive/%SUBDIR%/src/ \
http://www.ca-us.xfce.org/archive/%SUBDIR%/src/ \
http://www.p0llux.be/xfce/%SUBDIR%/src/
.endif
.if !defined(IGNORE_MASTER_SITE_XFREE)
MASTER_SITE_XFREE+= \
http://www.gtlib.cc.gatech.edu/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.dti.ad.jp/pub/X/XFree86/XFree86/%SUBDIR%/source/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \
ftp://ftp.fit.vutbr.cz/pub/XFree86/%SUBDIR%/source/ \
ftp://mir1.ovh.net/ftp.xfree86.org/%SUBDIR%/source/ \
ftp://ftp.lami.univ-evry.fr/XFree86/%SUBDIR%/source/ \
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/%SUBDIR%/source/ \
ftp://ftp.gwdg.de/pub/xfree86/XFree86/%SUBDIR%/source/ \
http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/%SUBDIR%/source/ \
ftp://ftp.rediris.es/mirror/XFree86/%SUBDIR%/source/ \
ftp://ftp.esat.net/pub/X11/XFree86/%SUBDIR%/source/ \
ftp://ftp.nl.uu.net/pub/XFree86/%SUBDIR%/source/ \
ftp://sunsite.uio.no/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.task.gda.pl/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.physics.uvt.ro/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.chg.ru/pub/XFree86/%SUBDIR%/source/
.endif
.if !defined(IGNORE_MASTER_SITE_XORG)
MASTER_SITE_XORG+= \
ftp://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \
ftp://ftp.cica.es/pub/X/pub/%SUBDIR%/ \
ftp://ftp.cs.cuhk.edu.hk/pub/X11/%SUBDIR%/ \
ftp://ftp.unicamp.br/pub/X11/releases/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/X11/X.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/&/,} \
ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/X11/ftp.x.org/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \
ftp://sunsite.uio.no/pub/X11/%SUBDIR%/ \
http://xorg.freedesktop.org/%SUBDIR%/ \
http://xorg.freedesktop.org/releases/%SUBDIR%/ \
ftp://ftp.x.org/pub/%SUBDIR%/
.endif
# Macro magic
MASTER_SITES_ABBREVS= CPAN:PERL_CPAN SF:SOURCEFORGE SFE:SOURCEFORGE_EXTENDED \
SFJP:SOURCEFORGE_JP RF:RUBYFORGE
MASTER_SITES_SUBDIRS= \
APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
BERLIOS:${PORTNAME:L} \
CENKES:myports \
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \
CSME:myports \
DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \
GCC:releases/${DISTNAME} \
GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
GNU:${PORTNAME} \
HORDE:${PORTNAME} \
MOZDEV:${PORTNAME:L} \
PERL_CPAN:${PORTNAME:C/-.*//} \
PNET:${PNET_MASTER_SITE_SUBDIR} \
PYTHON:${PYTHON_MASTER_SITE_SUBDIR} \
RUBY_DBI:${RUBY_DBI_MASTER_SITE_SUBDIR} \
RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \
SAVANNAH:${PORTNAME:L} \
SOURCEFORGE:${PORTNAME:L} \
SOURCEFORGE_EXTENDED:${PORTNAME:L} \
RUBYFORGE:${PORTNAME:L}
.if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*}
.for _site__ in ${MASTER_SITES}
_site_=${_site__}
. if ${_site_:M*\:/*}
MASTER_SITES_EXP+= ${_site_}
MASTER_SITES_EXP:= ${MASTER_SITES_EXP}
. else
_site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@}
. if ${_site_urlpath_:M*/*}
_site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@}
_site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!}
. else
_site_url_= ${_site_urlpath_}
.undef _site_subdir_
. endif
_site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://}
. for _abbrev_ in ${MASTER_SITES_ABBREVS}
. if ${_site_url_} == ${_abbrev_:C/:.*//}
_site_url_= ${_abbrev_:C/.*://}
. endif
. endfor
. for _subdir_ in ${MASTER_SITES_SUBDIRS}
. if ${_site_url_} == ${_subdir_:C/:.*//} && !defined(MASTER_SITE_SUBDIR)
_site_subdir_?= ${_subdir_:C/.*://}
. endif
. endfor
. ifdef MASTER_SITE_${_site_url_}
. ifdef _site_subdir_
MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//}
. else
MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//}
. endif
MASTER_SITES_EXP:= ${MASTER_SITES_EXP}
. endif
. endif
.endfor
MASTER_SITES= ${MASTER_SITES_EXP}
.endif
2008-11-25 16:09:00 +00:00
Colin Percival
5f88f7d831
Unbreak ports tree.
2008-11-24 07:39:54 +00:00
Sergey Skvortsov
18c5d4f355
Rename databases/firebird2-* to databases/firebird20-*
2008-11-24 06:22:36 +00:00
Dirk Meyer
f190c3fb65
- use BUILD_WRKSRC, INSTALL_WRKSRC
2008-11-17 03:55:22 +00:00
Boris Samorodov
80012e1ea9
. update to version 22.3 (includes a security fix in the way Emacs
...
interacts with Python);
. change EMACS_VER at bsd.emacs.mk.
While I'm here: remove old PORTREVISION.
PR: 127168
Submitted by: keramida (maintainer)
2008-11-10 22:30:51 +00:00
Oliver Lehmann
a72cc17587
update xfce to 4.4.3
2008-10-30 17:14:38 +00:00
Boris Samorodov
15056e2ccd
Fedora Core 4,5,6 becomes absoleted versions and their official site
...
moves to one location:
http://archives.fedoraproject.org/pub/archive/fedora/linux/core/
Other Fedora versions (7 and newer) are not touched.
Add the abovementioned URL to MASTER_SITE_FEDORA_LINUX (at the first place).
PR: 128160
Submitted by: Savvas Radevic <vicedar at gmail.com>
2008-10-23 19:04:57 +00:00
Gabor Kovesdan
56b8bb4761
- Remove RAR sites because there are no mirrors any more
...
PR: ports/127962
Submitted by: Björn König <bkoenig@alpha-tierchen.de>
2008-10-23 15:04:33 +00:00
Florent Thoumie
af38e1c31b
Whitespace fix.
2008-10-23 11:21:30 +00:00
Hye-Shik Chang
3813a5dbe7
Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
...
Python 2.6 will be the next default python version when enough
testings of consumer ports are done. The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.
Repo-copied by: marcus
2008-10-13 08:23:00 +00:00
Koop Mast
adbfb4dac7
Clean up Gnome mirror sites.
...
Remove dead mirrors and add new ones from:
http://ftp.gnome.org/pub/GNOME/MIRRORS
Approved by: portmgr (marcus)
2008-09-13 20:49:07 +00:00
Maho Nakata
0f9186f111
Replacment port: math/octave-forge.
...
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Approved by: portmgr (pav)
2008-09-08 00:23:03 +00:00
Hiroki Sato
6e0909e045
* print/ghostscript-* and related ports have been renamed in the
...
following way:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
* USE_GHOSTSCRIPT now supports a version number which the port
requires. The valid value is "7" or "8". If other value is
specified, value of WITH_GHOSTSCRIPT_VER is used.
* WITH_GHOSTSCRIPT_GNU has been removed in favor of
WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is
"7" or "8", and the default value is "8".
Approved by: portmgr (pav)
2008-09-05 19:41:48 +00:00
Pav Lucistnik
709b7b6554
- Reshuffle kde.org mirrors a bit
...
Complained about it: ade
2008-09-04 21:25:58 +00:00
Pav Lucistnik
874ad54ef4
- Remove first dead site from PGSQL list, and update the mirror list URL
...
PR: ports/126963
Submitted by: Alex Goncharov <alex-goncharov@comcast.net>
2008-09-04 20:36:47 +00:00
Martin Wilke
129bf63f84
The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
...
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php .
KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.
Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:
* Significant performance, interaction and rendering correctness
improvements in KHTML and Konqueror, KDE's web browser
* User interaction, rendering and stability fixes in Plasma,
the KDE4 desktop shell
* PDF backend fixes in the document viewer Okular
* Fixes in Gwenview, the image viewer's thumbnailing, more
robust retrieval and display of images with broken metadata
* Stability and interaction fixes in KMail
New Ports:
- graphics/kcoloredit
* KColorEdit is a palette files editor. It can be used
for editing color palettes and for color choosing and
naming.
- graphics/kgraphviewer
* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
GraphViz programs are free-software layout engines for graphs.
KGraphViewer displays the graphs in a modern, user-friendly GUI
with all the power of a well integrated KDE application.
- graphics/kiconedit
* KIconEdit is designed to help create icons for KDE using the standard
icon palette.
- graphics/skanlite
* Skanlite is a simple image scanning application that does nothing
more than scan and save images. Skanlite can open a save dialog for
every image scanned or save the images immediately in a specified
directory with auto-generated names and format. The user can also
choose to show the scanned image before saving.
2008-09-03 13:06:24 +00:00
Martin Wilke
8d67f4a547
The KDE FreeBSD team is proud to announce the release
...
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php
While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:
* Improved visibility on transparent backgrounds
* Themed arrow buttons in applets that were missing them
* Layout and antialiasing fixes in various applets
Approved by: portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Dirk Meyer
42e579560b
- fix symlinked pkgdb dir
...
PR: 126508
2008-08-27 06:19:39 +00:00
Alejandro Pulver
6cc76f6bab
- Add support for lang/tolua++ (lang/tolua++50) in a way similar to
...
lang/tolua (lang/tolua50).
PR: ports/126440
Submitted by: amdmi3
2008-08-25 20:20:50 +00:00
Chin-San Huang
2239236e13
- Add mesh as SF mirrors.
2008-08-25 02:38:14 +00:00
Rong-En Fan
3fa3860491
- Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS)
...
update: if a port version is 2.13, my magic detection treats this port
using the old autoconf. To fix this, change the regex to include the prefix
"autoconf" before the version number 2.13.
Tested by: pointyhat 7-amd64 exp run (by pav)
2008-08-25 01:29:01 +00:00
Joe Marcus Clarke
b1cd681a01
Make sure the CONFIGURE_ENV is updated for all lthacks.
2008-08-24 17:24:33 +00:00
Joe Marcus Clarke
89cf99e9fd
If any of the libtool hacks are used, set an empty ac_cv_path_DOLT_BASH
...
variable to prevent a bash script from being used to wrap libtool. If
the wrapper is used, none of the lthacks actually have any effect.
2008-08-24 16:55:54 +00:00
Rong-En Fan
741aa71483
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
...
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
...
Tested by: exp build run (erwin)
2008-08-20 00:57:32 +00:00
Greg Lewis
8edf38e1e7
. Add diablo-jdk16 and make it the default on 6.x and 7.x.
...
. Make jdk16 the default on all other supported versions.
2008-08-18 15:42:41 +00:00
Martin Wilke
2c918e019a
The KDE FreeBSD team is proud to announce the release
...
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php
After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.
KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.
Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Gerald Pfeifer
510446b284
Remove support for GCC 2.7 (the lang/gcc27 port) which, as it turns out,
...
had been removed from ports three years ago.
2008-08-17 06:57:17 +00:00
Gerald Pfeifer
8fbaded65b
Remove support for GCC 3.2 which is not used by a port anymore (and
...
where we'll shortly remove lang/gcc32 which does not support amd64,
for example).
2008-08-16 20:48:58 +00:00