diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-17 09:36:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-17 09:36:40 +0000 |
commit | 6d30fd2124d4b672e535541ba24b713be5fe0367 (patch) | |
tree | 34a4b74848af128e55a987d27e2a2d4ee85c43d8 /converters | |
parent | c9c9f252d44aa73174dd1beaccb2e021367d622d (diff) | |
download | ports-6d30fd2124d4b672e535541ba24b713be5fe0367.tar.gz ports-6d30fd2124d4b672e535541ba24b713be5fe0367.zip |
add dosunix
Manipulation of text files in a mixed DOS/Windows and Unix environment
Notes
Notes:
svn path=/head/; revision=50140
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/dosunix/Makefile | 18 | ||||
-rw-r--r-- | converters/dosunix/distinfo | 1 | ||||
-rw-r--r-- | converters/dosunix/pkg-comment | 1 | ||||
-rw-r--r-- | converters/dosunix/pkg-descr | 12 | ||||
-rw-r--r-- | converters/dosunix/pkg-plist | 3 |
6 files changed, 36 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 080438fb3766..8a475b356e78 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -5,6 +5,7 @@ SUBDIR += base64 SUBDIR += btoa SUBDIR += cn2jp + SUBDIR += dosunix SUBDIR += dumpasn1 SUBDIR += fconv SUBDIR += gb2jis diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile new file mode 100644 index 000000000000..a17a7fc2b345 --- /dev/null +++ b/converters/dosunix/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: dosunix +# Date created: Nov 17, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dosunix +PORTVERSION= 1.0.12 +CATEGORIES= converters +MASTER_SITES= http://dosunix.sourceforge.net/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/converters/dosunix/distinfo b/converters/dosunix/distinfo new file mode 100644 index 000000000000..56abbf40bcd7 --- /dev/null +++ b/converters/dosunix/distinfo @@ -0,0 +1 @@ +MD5 (dosunix-1.0.12.tar.gz) = b3417232a10f98a666dd9dd6229e683c diff --git a/converters/dosunix/pkg-comment b/converters/dosunix/pkg-comment new file mode 100644 index 000000000000..2a48c9801c71 --- /dev/null +++ b/converters/dosunix/pkg-comment @@ -0,0 +1 @@ +Manipulation of text files in a mixed DOS/Windows and Unix environment diff --git a/converters/dosunix/pkg-descr b/converters/dosunix/pkg-descr new file mode 100644 index 000000000000..4b8b504dd75f --- /dev/null +++ b/converters/dosunix/pkg-descr @@ -0,0 +1,12 @@ +The suite of utilities known as DosUnix provide a selection of features +allowing manipulation of text files in a mixed DOS/Windows and Unix +environment. + +The three utilities are: + + - dosunix, which creates a copy of a DOS text file in Unix text format; + - unixdos, which creates a copy of a Unix text file in DOS text format; + - chktxt, which inspects a given text file to determine whether it is in + DOS text format or Unix text format. + +WWW: http://dosunix.sourceforge.net/ diff --git a/converters/dosunix/pkg-plist b/converters/dosunix/pkg-plist new file mode 100644 index 000000000000..ac55badd3e10 --- /dev/null +++ b/converters/dosunix/pkg-plist @@ -0,0 +1,3 @@ +bin/chktxt +bin/dosunix +bin/unixdos |