head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2004.08.19.19.07.12;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.31.13.22.24;	author sobomax;	state dead;
branches;
next	1.2;

1.2
date	2000.07.17.08.27.39;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.05.16.34.48;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Fix a locale-dependent build failure.

PR:		ports/70670
Submitted by:	Matthias Andree (maintainer)
@
text
@--- src/typesize.sh.orig	Tue Jul 27 13:24:17 2004
+++ src/typesize.sh	Thu Aug 19 18:30:43 2004
@@@@ -21,7 +21,7 @@@@
 	:
       else
 	x=$?
-	p=`echo $i | sed 's/ /_/g' | tr "[a-z]]" "[A-Z]"`
+	p=`echo $i | sed 's/ /_/g' | env LC_COLLATE=C tr "[:lower:]" "[:upper:]"`
 	echo "#define SIZEOF_$p $x /* systype-info */"
       fi
     fi
@


1.3
log
@Update to 0.4.0.
@
text
@d1 11
a11 21
--- Makefile.orig	Mon Jul 17 10:08:33 2000
+++ Makefile	Mon Jul 17 11:20:46 2000
@@@@ -1,6 +1,6 @@@@
 VERSION=0.3.0
 PACKAGE=ftpcopy
-prefix=/usr/local
+prefix=$(PREFIX)
 
 PACKAGE_VERSION=$(PACKAGE)-$(VERSION)
 HEADERS=ftpparse.h ftplib.h urlparse.h timeoutio.h \
@@@@ -15,8 +15,8 @@@@
 INCLUDES=-I. -DPACKAGE_VERSION=\"$(PACKAGE)-$(VERSION)\" \
    -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
 
-TAR=tar
-CC=gcc
+TAR?=tar
+CC?=gcc
 L=./link.sh
 C=./compile.sh
 W=./compilew.sh
@


1.2
log
@Update to 0.3.0.
@
text
@@


1.1
log
@Add ftpcopy, a two command line ftp tools.

- ftpcopy is a simply FTP client written to copy files or directories
  (recursively) from a FTP server.

- ftpls is a FTP client which generates directory listings, either in plain
  text or HTML.
@
text
@d1 2
a2 2
--- Makefile.orig	Wed Jul  5 19:14:15 2000
+++ Makefile	Wed Jul  5 19:14:57 2000
d4 1
a4 1
 VERSION=0.2.2
d10 5
a14 5
 HEADERS= ftpparse.h ftplib.h urlparse.h timeoutio.h
@@@@ -8,8 +8,8 @@@@
 EXTRA_DIST= README  $(man_MANS) NEWS ChangeLog install.list
 INCLUDES=-I. -DPACKAGE_VERSION=\"$(PACKAGE)-$(VERSION)\" -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
 EXTRA_DIST+=premake.defs premake.pl Makefile.pre premake.rules
d19 3
a21 3
 LINK=./link.sh
 COMPILE=./compile.sh
 AR=ar
@

