From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 16 21:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D76416A423 for ; Thu, 16 Mar 2006 21:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F1143D49 for ; Thu, 16 Mar 2006 21:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GLKGxo008120 for ; Thu, 16 Mar 2006 21:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GLKGC2008119; Thu, 16 Mar 2006 21:20:16 GMT (envelope-from gnats) Resent-Date: Thu, 16 Mar 2006 21:20:16 GMT Resent-Message-Id: <200603162120.k2GLKGC2008119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA80916A400 for ; Thu, 16 Mar 2006 21:18:14 +0000 (UTC) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3428843D45 for ; Thu, 16 Mar 2006 21:18:13 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id k2GLHxdR027552 for ; Thu, 16 Mar 2006 22:18:07 +0100 Message-Id: <1142543890.51480@klamath.syndrom23.de> Date: Thu, 16 Mar 2006 22:18:10 +0100 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/94574: [NEW PORT] devel/pas2dox - preprocessor to use pascal sources with doxygen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:20:17 -0000 >Number: 94574 >Category: ports >Synopsis: [NEW PORT] devel/pas2dox - preprocessor to use pascal sources with doxygen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 16 21:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #37: Sun Mar 12 21:26:43 CET 2006 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: 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 >How-To-Repeat: >Fix: --- pas2dox.shar begins here --- # 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: # # pas2dox # pas2dox/Makefile # pas2dox/pkg-descr # pas2dox/distinfo # echo c - pas2dox mkdir -p pas2dox > /dev/null 2>&1 echo x - pas2dox/Makefile sed 's/^X//' >pas2dox/Makefile << 'END-of-pas2dox/Makefile' X# Ports collection makefile for: pas2dox X# Date created: 2006-03-16 X# Whom: Andreas Kohn X# X# $FreeBSD$ X# X XPORTNAME= pas2dox XDISTVERSION= 0.50rc1 XCATEGORIES= devel converters XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= andreas@syndrom23.de XCOMMENT= Preprocessor to use doxygen with Pascal sources X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_GMAKE= yes XALL_TARGET= ${PORTNAME} X XPLIST_FILES= bin/pas2dox X Xpost-patch: X ${REINPLACE_CMD} 's,^CC=.*$$,CC=$${CXX} $${CPPFLAGS} $${CXXFLAGS},' ${WRKSRC}/Makefile X Xpre-build: X ${MAKE} -C ${WRKSRC} clean X Xdo-install: X ${MKDIR} ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/pas2dox ${PREFIX}/bin X X.include END-of-pas2dox/Makefile echo x - pas2dox/pkg-descr sed 's/^X//' >pas2dox/pkg-descr << 'END-of-pas2dox/pkg-descr' XPas2Dox is a pre-processor addon for the Doxygen documentation generator. XThis allows the production of advanced documentation from Delphi/Kylix. X XWWW: http://pas2dox.sourceforge.net END-of-pas2dox/pkg-descr echo x - pas2dox/distinfo sed 's/^X//' >pas2dox/distinfo << 'END-of-pas2dox/distinfo' XMD5 (pas2dox-0.50rc1.tar.gz) = c1fc36b9c3d2a689054d2611d5035191 XSHA256 (pas2dox-0.50rc1.tar.gz) = 3f8badd7ba1f4f4626c5e9d8c38e2b06dceb3927be12be1af82636fd9c0594e5 XSIZE (pas2dox-0.50rc1.tar.gz) = 227514 END-of-pas2dox/distinfo exit --- pas2dox.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: