diff options
author | taoka <taoka@FreeBSD.org> | 1999-06-07 12:41:57 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-06-07 12:41:57 +0800 |
commit | 9fc16c41a559e3733e4114d33718bc9cbbffa89b (patch) | |
tree | 5d9ad9e32f5e4d7c9fd2ffb99625d4dc26c6ab7f /converters | |
parent | 7a9574ff07885250b753ddf5db9dab632cf643b1 (diff) | |
download | freebsd-ports-graphics-9fc16c41a559e3733e4114d33718bc9cbbffa89b.tar.gz freebsd-ports-graphics-9fc16c41a559e3733e4114d33718bc9cbbffa89b.tar.zst freebsd-ports-graphics-9fc16c41a559e3733e4114d33718bc9cbbffa89b.zip |
Converts DOS or Mac-style files to Unix format, and vice-versa
PR: 11267
Submitted by: Chris Costello <chris@holly.dyndns.org>
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 00000000000..ae20d47f202 --- /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 00000000000..3923f7d84bf --- /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 00000000000..d44f70b74f3 --- /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 00000000000..e9ef327af5e --- /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 00000000000..21341a1c809 --- /dev/null +++ b/converters/fconv/pkg-plist @@ -0,0 +1,4 @@ +bin/dos2bsd +bin/bsd2dos +bin/mac2bsd +bin/bsd2mac |