ports.inc:
Added trailing slash to directory packages: Upgrade to english 1.6 version
This commit is contained in:
parent
eeec5477b4
commit
44a72638e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4844
2 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
# packages - create a sorted list of precompiled packages which
|
||||
# are available at the FreeBSD FTP Server.
|
||||
#
|
||||
# $Id: packages,v 1.3 1999-04-24 16:18:35 jesusr Exp $
|
||||
# $Id: packages,v 1.4 1999-05-08 15:40:46 jesusr Exp $
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/local/bin; export PATH
|
||||
|
||||
|
@ -13,11 +13,12 @@ url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/$release/All/"
|
|||
|
||||
temp=_lynx$$
|
||||
|
||||
if lynx -source "$url" > $temp; then
|
||||
if lynx -source "$url" > $temp || ( sleep 300; lynx -source "$url" > $temp ) || ( sleep 300; lynx -source "$url" > $temp )
|
||||
then
|
||||
perl -ne 'print $1, "\n" if m%href="([^"]+)"%oi' < $temp |
|
||||
perl -npe 's%.*/%%' | sort | grep -v '^\.\.$'
|
||||
rm -f $temp
|
||||
else
|
||||
rm -f $temp
|
||||
exit 1
|
||||
fi
|
||||
rm -f $temp
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: ports.inc,v 1.5 1999-04-24 16:18:35 jesusr Exp $ -->
|
||||
<!-- $Id: ports.inc,v 1.6 1999-05-08 15:40:46 jesusr Exp $ -->
|
||||
<p>La colección de Ports y Packages de FreeBSD ofrece una manera
|
||||
sencilla de instalción de aplicaciones para los usuarios y
|
||||
administradores. La colección de ports ha estado creciendo en los
|
||||
|
@ -31,7 +31,7 @@ comando acepta tanto nombres de ficheros como URL's FTP.</p>
|
|||
href="../../handbook/ports.html">La colección de Ports</a>. Para
|
||||
información sobre crear nuevos ports, mira en <a
|
||||
href="../../handbook/porting.html">Porting applications</a>. Ambos son parte
|
||||
del <a href="../../handbook">Handbook</a>.</p>
|
||||
del <a href="../../handbook/">Handbook</a>.</p>
|
||||
|
||||
<p>Los ports listados en estas páginas web son continuamente
|
||||
actualizados. Consecuentemente, necesitarás actualizar algunos ficheros
|
||||
|
|
Loading…
Reference in a new issue