head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	mirror_2_3:1.1.1.1
	mirror:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2011.07.18.07.03.14;	author cy;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.02.09.11.32;	author bapt;	state dead;
branches;
next	1.3;

1.3
date	98.06.08.12.41.13;	author torstenb;	state Exp;
branches;
next	1.2;

1.2
date	96.03.16.15.29.45;	author torstenb;	state Exp;
branches;
next	1.1;

1.1
date	95.05.19.07.23.14;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.05.19.07.23.14;	author asami;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Resurrect this port. Adjust master sites and assume maintainership.
@
text
@*** makefile.orig	Mon Jun  1 20:28:47 1998
--- makefile	Mon Jun  8 13:59:10 1998
***************
*** 41,47 ****
  	$(WEBFILES)
  
  all:
! 	echo try make mirror.tar
  
  mirror.tar: $(FILES)
  	rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
--- 41,47 ----
  	$(WEBFILES)
  
  all:
! #	echo try make mirror.tar
  
  mirror.tar: $(FILES)
  	rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
***************
*** 65,89 ****
  # mode to install executables
  EXMODE = 755
  # group to own all the files
! GRP = gnu
  # directory to install .pl (perl library) files
! PLDIR = /usr/local/perl5/lib/perl5
  # directory to install public executables
! BINDIR = /usr/local/sbin
  # directory to install man pages
! MANDIR = /usr/local/man/man1
  
  install:
! 	install -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
! 	install -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
! 	install -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
! 	install -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! 	install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
! 	install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
! 	install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
  
  # directory to install .pl (perl library) files for rperl
  RPLDIR = /usr/local/rperl5/lib/perl5
--- 65,89 ----
  # mode to install executables
  EXMODE = 755
  # group to own all the files
! GRP = bin
  # directory to install .pl (perl library) files
! PLDIR = ${PREFIX}/lib/mirror
  # directory to install public executables
! BINDIR = ${PREFIX}/bin
  # directory to install man pages
! MANDIR = ${PREFIX}/man/man1
  
  install:
! 	install -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
! 	install -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
! 	install -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
! 	install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! 	install -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
! 	install -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
! 	install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
! 	install -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.sample
  
  # directory to install .pl (perl library) files for rperl
  RPLDIR = /usr/local/rperl5/lib/perl5
@


1.4
log
@Remove unmaintained expired ports from ftp

2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available
2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
@
text
@@


1.3
log
@- Upgrade to 2.9
- Use perl5
@
text
@@


1.2
log
@upgrade to V2.8
@
text
@d1 2
a2 2
*** makefile.orig	Thu Jun  1 21:26:26 1995
--- makefile	Sat Mar 16 16:19:59 1996
d4 2
a5 2
*** 6,12 ****
  	support/cyber-patches support/lstest.pl new-patches-by
d11 3
a13 3
  	rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
--- 6,12 ----
  	support/cyber-patches support/lstest.pl new-patches-by
d19 1
a19 1
  	rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
d21 1
a21 1
*** 25,50 ****
a34 1
! 	install -m $(PLMODE) -g $(GRP) chat2.pl $(PLDIR)
d38 4
a41 4
! 	install -m $(EXMODE) -g $(GRP) mirror.pl $(PLDIR)
! 	install -m $(EXMODE) -g $(GRP) do_unlinks $(BINDIR)
! 	install -m $(EXMODE) -g $(GRP) pkgs_to_mmin $(BINDIR)
! 	install -m $(EXMODE) -g $(GRP) mm $(BINDIR)/mirror-master
d47 1
a47 1
--- 25,51 ----
a60 1
! #	install -c -m $(PLMODE) -g $(GRP) chat2.pl $(PLDIR)
d65 3
a67 3
! 	install -c -m $(EXMODE) -g $(GRP) do_unlinks $(BINDIR)
! 	install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin $(BINDIR)
! 	install -c -m $(EXMODE) -g $(GRP) mm $(BINDIR)/mirrormaster
d69 1
a69 1
! 	install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirrormaster.1
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** makefile.orig	Tue Jan 18 22:58:21 1994
--- makefile	Mon May 15 17:50:25 1995
d21 55
a75 17
*** 20,22 ****
--- 20,34 ----
  	checkin $(FILES)
  
  #  install, clean ...
+ install:
+ 	install -c ftp.pl ${PREFIX}/lib/mirror/
+ 	install -c lsparse.pl ${PREFIX}/lib/mirror/
+ 	install -c dateconv.pl ${PREFIX}/lib/mirror/
+ 	install -c mirror.defaults ${PREFIX}/lib/mirror/mirror.defaults.sample
+ 	install -c mirror.pl ${PREFIX}/bin/mirror
+ 	install -c mirror.man ${PREFIX}/man/man1/mirror.1
+ 	gzip -9nf ${PREFIX}/man/man1/mirror.1
+ 	install -c mm ${PREFIX}/bin/mirrormaster
+ 	install -c mm.man ${PREFIX}/man/man1/mirrormaster.1
+ 	gzip -9nf ${PREFIX}/man/man1/mirrormaster.1
+ 	install -c do_unlinks ${PREFIX}/lib/mirror/do_unlinks
@


1.1.1.1
log
@mirror - mirror packages on remote sites
Submitted by:	torstenb@@ramsey.saar.de (Torsten Blum)
@
text
@@
