Bug 10882 - new port textproc/tuc
Summary: new port textproc/tuc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-31 00:20 UTC by adam
Modified: 1999-04-17 00:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description adam 1999-03-31 00:20:01 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tuc
#	tuc/Makefile
#	tuc/files
#	tuc/files/md5
#	tuc/pkg
#	tuc/pkg/COMMENT
#	tuc/pkg/DESCR
#	tuc/pkg/PLIST
#
echo c - tuc
mkdir -p tuc > /dev/null 2>&1
echo x - tuc/Makefile
sed 's/^X//' >tuc/Makefile << 'END-of-tuc/Makefile'
X# New ports collection makefile for:	tuc
X# Version required:			1.10
X# Date created:				30 March 1999
X# Whom:					G. Adam Stanislav <adam@whizkidtech.net>
X#
X# $Id$
X#
X
XDISTNAME=	tuc-1.10
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.whizkidtech.net/fports/
X
XMAINTAINER=	adam@whizkidtech.net
X
XMAN1=		tuc.1
X
XNO_CDROM=	Author does not allow CD-ROM distribution
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	$(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1
X.endif
X
X.include <bsd.port.mk>
END-of-tuc/Makefile
echo c - tuc/files
mkdir -p tuc/files > /dev/null 2>&1
echo x - tuc/files/md5
sed 's/^X//' >tuc/files/md5 << 'END-of-tuc/files/md5'
XMD5 (tuc-1.10.tar.gz) = b97db7c392f2dcef0364b304d10a17c1
END-of-tuc/files/md5
echo c - tuc/pkg
mkdir -p tuc/pkg > /dev/null 2>&1
echo x - tuc/pkg/COMMENT
sed 's/^X//' >tuc/pkg/COMMENT << 'END-of-tuc/pkg/COMMENT'
XText to Unix Conversion
END-of-tuc/pkg/COMMENT
echo x - tuc/pkg/DESCR
sed 's/^X//' >tuc/pkg/DESCR << 'END-of-tuc/pkg/DESCR'
XUtility to convert text files from any operating system to Unix format,
Xand to convert Unix files to DOS format.
X
Xhttp://www.whizkidtech.net/
X
XG. Adam Stanislav
Xadam@whizkidtech.net
END-of-tuc/pkg/DESCR
echo x - tuc/pkg/PLIST
sed 's/^X//' >tuc/pkg/PLIST << 'END-of-tuc/pkg/PLIST'
Xbin/tuc
X
END-of-tuc/pkg/PLIST
exit
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1999-03-31 00:57:18 UTC
 * >Number:         10882
 * >Synopsis:       No problem, submitting a port :-)

You just sent in a PR (10881) that contains the same port.  Can I
delete this one?

Also, next time please put the name of the port in the synopsis.
(Think web listing.)

-W
Comment 2 adam 1999-03-31 03:38:23 UTC
At 15:57 30-03-1999 -0800, Satoshi - the Wraith - Asami wrote:
> * >Number:         10882
> * >Synopsis:       No problem, submitting a port :-)
>
>You just sent in a PR (10881) that contains the same port.  Can I
>delete this one?

I did? hmmm... It told me that it could not send it, that is why I
submitted it via the web site. By all means, if there are two identical
ports, delete one.

>Also, next time please put the name of the port in the synopsis.

OK, will do. Thanks,

Adam
Comment 3 Satoshi Asami freebsd_committer freebsd_triage 1999-03-31 03:47:59 UTC
 * I did? hmmm... It told me that it could not send it, that is why I

I got it, it's 10881.

 * submitted it via the web site. By all means, if there are two identical
 * ports, delete one.

The first one had a space in front of all the lines so I decided to
keep the second (this) one.  Thanks. :)

-W
Comment 4 adam 1999-03-31 15:39:36 UTC
At 18:47 30-03-1999 -0800, Satoshi - the Wraith - Asami wrote:
>The first one had a space in front of all the lines so I decided to
>keep the second (this) one.  Thanks. :)

No, thank you. :-) This is my first port, but by no means the last. I wrote
a simple utility for my own use, to convert text from ISO-8859-2 to u-8
(one of the Unicode encodings), which helps me create web pages in my
native tongue.

Yesterday I polished it up for more general use. This morning I realized I
can fairly easily use it as the basis for a series of such programs, one
for each of the ISO-8859 standards. So, you should be hearing from me soon
again. :-)

I do have a question, if I may: I have read somewhere that there is a file
somewhere in FreeBSD with a "generic" version of the BSD licence that one
can use by just inserting one's own name.

Unfortunately, I did not write its path down back then, and, for the life
of me, I cannot find it now. Do you happen to know where it is?

Adam
 
           ===> Whiz Kid Technomagic <===
             http://www.whizkidtech.net/
    The resource center for webmasters and web users
       Winner of the Starting Point Hot Site award
            Winner of the Lighthouse Award
             Home of the Web Magic Award
Comment 5 Steve Price freebsd_committer freebsd_triage 1999-04-17 00:31:30 UTC
State Changed
From-To: open->closed

New port committed, thanks!