summaryrefslogtreecommitdiff
path: root/converters/unix2dos
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-27 14:09:26 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-27 14:09:26 +0000
commitd5bf55cb9ef4843a8ed46fd2a8c86e029d95b086 (patch)
tree170bd61053644b4c7404f05b0e95ee20fbf0a0bf /converters/unix2dos
parent076d50e9caf8f25e552545d197415b876da729ea (diff)
downloadpkgsrc-d5bf55cb9ef4843a8ed46fd2a8c86e029d95b086.tar.gz
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 <zuntum@eik.pl>
Diffstat (limited to 'converters/unix2dos')
-rw-r--r--converters/unix2dos/Makefile19
-rw-r--r--converters/unix2dos/files/md53
-rw-r--r--converters/unix2dos/pkg/COMMENT1
-rw-r--r--converters/unix2dos/pkg/DESCR2
-rw-r--r--converters/unix2dos/pkg/PLIST5
5 files changed, 30 insertions, 0 deletions
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