diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-07 04:41:57 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-07 04:41:57 +0000 |
commit | f3cf89aa7c405a615c1d510a5e2a0c646c1e4cbd (patch) | |
tree | 391960372b0c2d493624b45c4e473e99aaebed6e /converters | |
parent | Get this to build again on -current boxes with egcs. (diff) |
Converts DOS or Mac-style files to Unix format, and vice-versa
PR: 11267
Submitted by: Chris Costello <chris@holly.dyndns.org>
Notes
Notes:
svn path=/head/; revision=19284
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fconv/Makefile | 21 | ||||
-rw-r--r-- | converters/fconv/distinfo | 1 | ||||
-rw-r--r-- | converters/fconv/pkg-comment | 1 | ||||
-rw-r--r-- | converters/fconv/pkg-descr | 3 | ||||
-rw-r--r-- | converters/fconv/pkg-plist | 4 |
5 files changed, 30 insertions, 0 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile new file mode 100644 index 000000000000..ae20d47f2025 --- /dev/null +++ b/converters/fconv/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fconv +# Version required: 0.1 +# Date created: 21 April 1999 +# Whom: Chris Costello <chris@calldei.com> +# +# $Id:$ +# + +DISTNAME= fconv-0.1 +CATEGORIES= converters +MASTER_SITES= http://WWW.FreeBSD.ORG/~taoka/distfiles/ + +MAINTAINER= ports@FreeBSD.ORG + +post-install: + strip ${PREFIX}/bin/dos2bsd + strip ${PREFIX}/bin/bsd2dos + strip ${PREFIX}/bin/mac2bsd + strip ${PREFIX}/bin/bsd2mac + +.include <bsd.port.mk> diff --git a/converters/fconv/distinfo b/converters/fconv/distinfo new file mode 100644 index 000000000000..3923f7d84bf2 --- /dev/null +++ b/converters/fconv/distinfo @@ -0,0 +1 @@ +MD5 (fconv-0.1.tar.gz) = 13ecde7ba30eacc97b73eaa2eded9a15 diff --git a/converters/fconv/pkg-comment b/converters/fconv/pkg-comment new file mode 100644 index 000000000000..d44f70b74f3a --- /dev/null +++ b/converters/fconv/pkg-comment @@ -0,0 +1 @@ +Converts DOS or Mac-style files to Unix format, and vice-versa. diff --git a/converters/fconv/pkg-descr b/converters/fconv/pkg-descr new file mode 100644 index 000000000000..e9ef327af5e4 --- /dev/null +++ b/converters/fconv/pkg-descr @@ -0,0 +1,3 @@ + As well as being a work-alike for the BSDI utility mentioned in the +doscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to +and from Macintosh type files (which use only '\r'). diff --git a/converters/fconv/pkg-plist b/converters/fconv/pkg-plist new file mode 100644 index 000000000000..21341a1c809d --- /dev/null +++ b/converters/fconv/pkg-plist @@ -0,0 +1,4 @@ +bin/dos2bsd +bin/bsd2dos +bin/mac2bsd +bin/bsd2mac |