From d5bf55cb9ef4843a8ed46fd2a8c86e029d95b086 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 27 Dec 2000 14:09:26 +0000 Subject: Add unix2dos-1.2: unix2dos and dos2unix are utilities that convert ASCII files from the DOS cr/lf format to the UNIX lf format. Submitted by Tomasz Luchowski --- converters/unix2dos/Makefile | 19 +++++++++++++++++++ converters/unix2dos/files/md5 | 3 +++ converters/unix2dos/pkg/COMMENT | 1 + converters/unix2dos/pkg/DESCR | 2 ++ converters/unix2dos/pkg/PLIST | 5 +++++ 5 files changed, 30 insertions(+) create mode 100644 converters/unix2dos/Makefile create mode 100644 converters/unix2dos/files/md5 create mode 100644 converters/unix2dos/pkg/COMMENT create mode 100644 converters/unix2dos/pkg/DESCR create mode 100644 converters/unix2dos/pkg/PLIST (limited to 'converters/unix2dos') diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile new file mode 100644 index 00000000000..01dba247bd9 --- /dev/null +++ b/converters/unix2dos/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $ +# FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp + +DISTNAME= unix2dos-1.2 +CATEGORIES= converters +MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \ + ftp://ftp.guug.org/pub/ + +MAINTAINER= zuntum@eik.pl + +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos + ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix + ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/unix2dos/files/md5 b/converters/unix2dos/files/md5 new file mode 100644 index 00000000000..c11a786fb26 --- /dev/null +++ b/converters/unix2dos/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $ + +MD5 (unix2dos-1.2.tar.gz) = ccdb6364c86177ac18cc44674a842aaf diff --git a/converters/unix2dos/pkg/COMMENT b/converters/unix2dos/pkg/COMMENT new file mode 100644 index 00000000000..d633df1a1fd --- /dev/null +++ b/converters/unix2dos/pkg/COMMENT @@ -0,0 +1 @@ +Translate ASCII files from DOS (cr/lf) to UNIX (lf) diff --git a/converters/unix2dos/pkg/DESCR b/converters/unix2dos/pkg/DESCR new file mode 100644 index 00000000000..8a30b5e9410 --- /dev/null +++ b/converters/unix2dos/pkg/DESCR @@ -0,0 +1,2 @@ +unix2dos and dos2unix are utilities that convert ASCII files from +the DOS cr/lf format to the UNIX lf format. diff --git a/converters/unix2dos/pkg/PLIST b/converters/unix2dos/pkg/PLIST new file mode 100644 index 00000000000..806f18fce22 --- /dev/null +++ b/converters/unix2dos/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $ +bin/dos2unix +bin/unix2dos +man/man1/unix2dos.1 +man/man1/dos2unix.1 -- cgit v1.2.3