#13017 closed enhancement (fixed)
add SourceForge.JP mirror sites to the mirror list
Reported by: | rsky0711@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.6 |
Component: | base | Version: | 1.5.0 |
Keywords: | Cc: | rsky0711@… takanori@… | |
Port: |
Description
Please add the following mirror list to base/src/port1.0/resources/fetch/mirror_sites.tcl.
It makes easy to write a Portfile for software which is distributed at SourceForge.JP.
set portfetch::mirror_sites::sites(sourceforge_jp) { http://iij.dl.sourceforge.jp/ http://osdn.dl.sourceforge.jp/ http://jaist.dl.sourceforge.jp/ http://keihanna.dl.sourceforge.jp/ http://globalbase.dl.sourceforge.jp/ }
For example, archivers/lha, current Portfile is:
set sfjpid 22231 master_sites \ http://keihanna.dl.sourceforge.jp/lha/${sfjpid}/ \ http://qgpop.dl.sourceforge.jp/lha/${sfjpid}/ \ http://osdn.dl.sourceforge.jp/lha/${sfjpid}/
with mirror_sites sourceforge_jp:
master_sites sourceforge_jp:lha/27241
Change History (2)
comment:1 Changed 17 years ago by takanori@…
Cc: | rsky0711@… added; takanori@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
That sounds good! I committed this change to Subversion trunk in r30484. Thanks a lot!