diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 17:15:30 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 17:15:30 +0000 |
commit | 462c866647e509e04224762eaf80152d68c33111 (patch) | |
tree | 9621a746f85f09472f59c1123d7f3f6f6d3fe7fb /converters/unix2dos | |
parent | d725f73c5f09be23894a5f9a87fc36bb59a90444 (diff) | |
download | FreeBSD-ports-462c866647e509e04224762eaf80152d68c33111.zip FreeBSD-ports-462c866647e509e04224762eaf80152d68c33111.tar.gz |
PR: ports/9866
Submitted by: obonilla@mailhub.fisicc-ufm.edu
translate ASCII files from DOS (cr/lf) to UNIX (lf)
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 24 | ||||
-rw-r--r-- | converters/unix2dos/distinfo | 1 | ||||
-rw-r--r-- | converters/unix2dos/pkg-comment | 1 | ||||
-rw-r--r-- | converters/unix2dos/pkg-descr | 6 | ||||
-rw-r--r-- | converters/unix2dos/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile new file mode 100644 index 0000000..82f9fe2 --- /dev/null +++ b/converters/unix2dos/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: unix2dos +# Version required: 1.0 +# Date created: 1 February 1999 +# Whom: obonilla@fisicc-ufm.edu +# +# $Id$ +# + +DISTNAME= unix2dos-1.0 +CATEGORIES= converters +MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ + +MAINTAINER= obonilla@fisicc-ufm.edu + +MAN1= unix2dos.1 dos2unix.1 +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos + ${INSTALL_PROGRAM} ${WRKDIR}/dos2unix ${PREFIX}/bin/dos2unix + ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/converters/unix2dos/distinfo b/converters/unix2dos/distinfo new file mode 100644 index 0000000..686c779 --- /dev/null +++ b/converters/unix2dos/distinfo @@ -0,0 +1 @@ +MD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503 diff --git a/converters/unix2dos/pkg-comment b/converters/unix2dos/pkg-comment new file mode 100644 index 0000000..6a798cf --- /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 0000000..77ea11b --- /dev/null +++ b/converters/unix2dos/pkg-descr @@ -0,0 +1,6 @@ +unix2dos and dos2unix are utilities that convert +ASCII files from the DOS cr/lf format to the UNIX +lf format + +-Oscar Bonilla +obonilla@fisicc-ufm.edu diff --git a/converters/unix2dos/pkg-plist b/converters/unix2dos/pkg-plist new file mode 100644 index 0000000..ed50e68 --- /dev/null +++ b/converters/unix2dos/pkg-plist @@ -0,0 +1,2 @@ +bin/unix2dos +bin/dos2unix |