Import of tuc version 1.10.
A utility to convert text files from any operating system to Unix format, and to convert Unix files to DOS format. PR: 10882 Submitted by: G. Adam Stanislav <zen@buddhist.com>
This commit is contained in:
parent
41947c86e4
commit
2d83ee2eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17940
5 changed files with 33 additions and 0 deletions
23
converters/tuc/Makefile
Normal file
23
converters/tuc/Makefile
Normal file
|
@ -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>
|
1
converters/tuc/distinfo
Normal file
1
converters/tuc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (tuc-1.10.tar.gz) = b97db7c392f2dcef0364b304d10a17c1
|
1
converters/tuc/pkg-comment
Normal file
1
converters/tuc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Text to Unix Conversion
|
7
converters/tuc/pkg-descr
Normal file
7
converters/tuc/pkg-descr
Normal file
|
@ -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
|
1
converters/tuc/pkg-plist
Normal file
1
converters/tuc/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/tuc
|
Loading…
Reference in a new issue