import cutils, from maintainer Paul Irofti with tweaks by myself

* cdecl and cundecl - decode and encode C type declarations
    * cobfusc - make a C source file unreadable but compilable
    * chilight - highlight C source files
    * cunloop - unloop C loops
    * yyextract - extract grammar rules from yacc grammar
    * yyref - yacc grammar reference program 

ok steven@
This commit is contained in:
sthen 2007-09-13 21:44:27 +00:00
parent 1b4976c3fb
commit 60dc7fa60c
5 changed files with 66 additions and 0 deletions

24
devel/cutils/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $Id: Makefile,v 1.1.1.1 2007/09/13 21:44:27 sthen Exp $
COMMENT= collection of utilities for C programmers
DISTNAME= cutils-1.6
CATEGORIES= devel
HOMEPAGE= http://www.sigala.it/sandro/software.php
MAINTAINER= Paul Irofti <bulibuta@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.sigala.it/sandro/files/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

5
devel/cutils/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (cutils-1.6.tar.gz) = i57G+nLiCWlPRBKgkhZLZw==
RMD160 (cutils-1.6.tar.gz) = QWdX3fbFRsVdmSq0lP3oteOUp8w=
SHA1 (cutils-1.6.tar.gz) = eIuLTsR4KFrBKQIWB5dGV/xQH6M=
SHA256 (cutils-1.6.tar.gz) = smwi8so5BVeSc+EycICU6VtP4qBXbOS+qKfL/HoAhLg=
SIZE (cutils-1.6.tar.gz) = 128722

View File

@ -0,0 +1,13 @@
--- doc/cutils.info.orig Sun Jul 15 18:03:24 2001
+++ doc/cutils.info Wed Sep 12 11:00:56 2007
@@ -1,5 +1,10 @@
This is cutils.info, produced by makeinfo version 4.0 from cutils.texi.
+INFO-DIR-SECTION Development
+START-INFO-DIR-ENTRY
+* cutils: (cutils). The cutils collection
+END-INFO-DIR-ENTRY
+

File: cutils.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir)

8
devel/cutils/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
The cutils collection is composed by:
* cdecl and cundecl - decode and encode C type declarations
* cobfusc - make a C source file unreadable but compilable
* chilight - highlight C source files
* cunloop - unloop C loops
* yyextract - extract grammar rules from yacc grammar
* yyref - yacc grammar reference program

16
devel/cutils/pkg/PLIST Normal file
View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/13 21:44:27 sthen Exp $
bin/cdecl
bin/chilight
bin/cobfusc
bin/cundecl
bin/cunloop
bin/yyextract
bin/yyref
@info info/cutils.info
@man man/man1/cdecl.1
@man man/man1/chilight.1
@man man/man1/cobfusc.1
@man man/man1/cundecl.1
@man man/man1/cunloop.1
@man man/man1/yyextract.1
@man man/man1/yyref.1