head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	98.08.04.17.24.03;	author wosch;	state dead;
branches;
next	1.1;

1.1
date	98.06.10.09.31.02;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.2
log
@The  repository copy www/data  -> www/en is done.
@
text
@#!/bin/sh
# Copyright (c) June 1998 Wolfram Schneider <wosch@@FreeBSD.ORG>, Berlin.
#
# packages - create a sorted list of precompiled packages which
#            are available at the FreeBSD FTP Server.
#
# $Id: packages,v 1.1 1998/06/10 09:31:02 wosch Exp $

PATH=/bin:/usr/bin:/usr/local/bin; export PATH

release='packages-stable';
url="http://ftp.freebsd.org/pub/FreeBSD/$release/All/"


lynx -source "$url" | 
    perl -ne 'print $1, "\n" if m%href="([^/"]+)"%oi' |
    sort

@


1.1
log
@Create a sorted list of precompiled packages which
are available at the FreeBSD FTP Server.
@
text
@d7 1
a7 1
# $Id$
@
