Pas2Dox is a pre-processor addon for the Doxygen documentation generator.

This allows the production of advanced documentation from Delphi/Kylix.

WWW: http://pas2dox.sourceforge.net

PR:		ports/94574
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
This commit is contained in:
Pav Lucistnik 2006-03-18 14:25:25 +00:00
parent 53a6286e5e
commit 18fed5718e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157550
4 changed files with 42 additions and 0 deletions

View File

@ -1277,6 +1277,7 @@
SUBDIR += p5-prefork
SUBDIR += p5-version
SUBDIR += p65
SUBDIR += pas2dox
SUBDIR += patch
SUBDIR += pccts
SUBDIR += pcl-cvs-emacs20

34
devel/pas2dox/Makefile Normal file
View File

@ -0,0 +1,34 @@
# Ports collection makefile for: pas2dox
# Date created: 2006-03-16
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#
PORTNAME= pas2dox
DISTVERSION= 0.50rc1
CATEGORIES= devel converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= andreas@syndrom23.de
COMMENT= Preprocessor to use doxygen with Pascal sources
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/pas2dox
post-patch:
${REINPLACE_CMD} 's,^CC=.*$$,CC=$${CXX} $${CPPFLAGS} $${CXXFLAGS},' ${WRKSRC}/Makefile
pre-build:
${MAKE} -C ${WRKSRC} clean
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/pas2dox ${PREFIX}/bin
.include <bsd.port.mk>

3
devel/pas2dox/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pas2dox-0.50rc1.tar.gz) = c1fc36b9c3d2a689054d2611d5035191
SHA256 (pas2dox-0.50rc1.tar.gz) = 3f8badd7ba1f4f4626c5e9d8c38e2b06dceb3927be12be1af82636fd9c0594e5
SIZE (pas2dox-0.50rc1.tar.gz) = 227514

4
devel/pas2dox/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Pas2Dox is a pre-processor addon for the Doxygen documentation generator.
This allows the production of advanced documentation from Delphi/Kylix.
WWW: http://pas2dox.sourceforge.net