diff options
Diffstat (limited to 'converters/tuc')
-rw-r--r-- | converters/tuc/Makefile | 23 | ||||
-rw-r--r-- | converters/tuc/distinfo | 1 | ||||
-rw-r--r-- | converters/tuc/pkg-comment | 1 | ||||
-rw-r--r-- | converters/tuc/pkg-descr | 7 | ||||
-rw-r--r-- | converters/tuc/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile new file mode 100644 index 000000000000..600a11ebd4c1 --- /dev/null +++ b/converters/tuc/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: tuc +# Version required: 1.10 +# Date created: 30 March 1999 +# Whom: G. Adam Stanislav <adam@whizkidtech.net> +# +# $Id$ +# + +DISTNAME= tuc-1.10 +CATEGORIES= textproc +MASTER_SITES= http://www.whizkidtech.net/fports/ + +MAINTAINER= adam@whizkidtech.net + +MAN1= tuc.1 + +NO_CDROM= Author does not allow CD-ROM distribution + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin + $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/converters/tuc/distinfo b/converters/tuc/distinfo new file mode 100644 index 000000000000..410b23be3254 --- /dev/null +++ b/converters/tuc/distinfo @@ -0,0 +1 @@ +MD5 (tuc-1.10.tar.gz) = b97db7c392f2dcef0364b304d10a17c1 diff --git a/converters/tuc/pkg-comment b/converters/tuc/pkg-comment new file mode 100644 index 000000000000..d66c9ec5a02d --- /dev/null +++ b/converters/tuc/pkg-comment @@ -0,0 +1 @@ +Text to Unix Conversion diff --git a/converters/tuc/pkg-descr b/converters/tuc/pkg-descr new file mode 100644 index 000000000000..f9d0be572a04 --- /dev/null +++ b/converters/tuc/pkg-descr @@ -0,0 +1,7 @@ +Utility to convert text files from any operating system to Unix format, +and to convert Unix files to DOS format. + +http://www.whizkidtech.net/ + +G. Adam Stanislav +adam@whizkidtech.net diff --git a/converters/tuc/pkg-plist b/converters/tuc/pkg-plist new file mode 100644 index 000000000000..ca0cad8f52c8 --- /dev/null +++ b/converters/tuc/pkg-plist @@ -0,0 +1 @@ +bin/tuc |