Bug 52402 - New port: www/webcpp (converts code to highlighted HTML)
Summary: New port: www/webcpp (converts code to highlighted HTML)
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-18 19:50 UTC by Nosov Artem
Modified: 2003-10-08 11:40 UTC (History)
0 users

See Also:


Attachments
file.shar (4.85 KB, text/plain)
2003-05-18 19:50 UTC, Nosov Artem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nosov Artem 2003-05-18 19:50:15 UTC
Webcpp converts source code to syntax highlighted HTML, supports multiple
languages and colour schemes.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2003-06-03 05:08:11 UTC
State Changed
From-To: open->feedback

The lang/gcc32 port doesn't provide a libstdc++.so.4 as required by your 
port.  Could you please check this?
Comment 2 Артем Носов 2003-06-17 21:20:36 UTC
# New ports collection makefile for:	webcpp
# Date created:		12 May 2003
# Whom:			Nosov Artem <chip-set@mail.ru>
#
# $FreeBSD$
#

PORTNAME=	webcpp
PORTVERSION=	0.8.2
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	chip-set@mail.ru
COMMENT=	Convert you source code to syntax highlighted HTML

USE_GCC=	3.2
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_REINPLACE=	yes

.if defined(WANT_FINAL)
CONFIGURE_ARGS+=	--enable-final
USE_GMAKE=	yes
.endif

pre-patch:
	find ${WRKSRC} -name '*.h' | xargs ${REINPLACE_CMD} \
		's|IO->close()|if(IO) IO->close()|g'

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in AUTHORS COPYING README TODO docs.html
	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-07-04 16:37:09 UTC
State Changed
From-To: feedback->open

feedback was submitted.
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-08 11:40:51 UTC
State Changed
From-To: open->closed

Commited, thanks!