1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

A filter program, used to generate text to be

included into C code as #define, provides the conversion
of newlines and quotes into standard C-code text

WWW: http://www.lulli.net/frog/prjsynd.cgi?prj=toh

PR:		ports/107691
Submitted by:	Paolo Lulli
This commit is contained in:
Martin Wilke 2007-01-28 00:16:21 +00:00
parent 0bada68b11
commit d015ea81e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183473
4 changed files with 30 additions and 0 deletions

View File

@ -2033,6 +2033,7 @@
SUBDIR += tla
SUBDIR += tmake
SUBDIR += tnt
SUBDIR += toh
SUBDIR += towitoko
SUBDIR += tpasm
SUBDIR += tpg

20
devel/toh/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: toh
# Date created: Sun, 7 Jan 2007 21:51:07 +0100
# Whom: Paolo Lulli
#
# $FreeBSD$
#
PORTNAME= toh
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= http://www.lulli.net/prj/toh//dist/
MAINTAINER= paolo@lulli.net
COMMENT= Text to include
GNU_CONFIGURE= yes
PLIST_FILES= bin/toh
.include <bsd.port.mk>

3
devel/toh/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (toh-0.1.tar.gz) = 423d1407effe1ea70a3227540d5ca860
SHA256 (toh-0.1.tar.gz) = aaefad79fae6b3b6bc30ec875d9aeffa613d994909401a1f289c11a25343f683
SIZE (toh-0.1.tar.gz) = 252814

6
devel/toh/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
A filter program, used to generate text to be
included into C code as #define, provides the conversion
of newlines and quotes into standard C-code text
WWW: http://www.lulli.net/frog/prjsynd.cgi?prj=toh