ports/84757: new port: graphics/bmp2html - A bmp to html converter

Emanuel Haupt ehaupt at critical.ch
Wed Aug 10 14:30:14 UTC 2005


>Number:         84757
>Category:       ports
>Synopsis:       new port: graphics/bmp2html - A bmp to html converter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 14:30:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root at admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: graphics/bmp2html - A bmp to html converter

Bmp2html is a simple program that converts a bmpfile to to a html file.

EXAMPLES: http://critical.ch/bmp2html/

>How-To-Repeat:
	
>Fix:

	



--- bmp2html.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:
#
#	bmp2html
#	bmp2html/Makefile
#	bmp2html/pkg-descr
#	bmp2html/distinfo
#
echo c - bmp2html
mkdir -p bmp2html > /dev/null 2>&1
echo x - bmp2html/Makefile
sed 's/^X//' >bmp2html/Makefile << 'END-of-bmp2html/Makefile'
X# New ports collection makefile for:	bmp2html
X# Date created:				10 Aug 2005
X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bmp2html
XPORTVERSION=	0.1
XCATEGORIES=	graphics
XMASTER_SITES=	http://critical.ch/distfiles/
XMASTER_SITES+=	http://www.dasfisk.dk/bmp2html/
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	A bmp to html converter
X
XUSE_SDL=	yes
X
XLDFLAGS+=	-L${LOCALBASE}/lib
XSDL_FLAGS=	-I${LOCALBASE}/include/SDL11
XEXTRA_LDFLAGS=	-lSDL-1.1 -pthread
XDEFINES=	-D_REENTRANT
X
XPLIST_FILES=	bin/bmp2html
X
Xpost-patch:
X	@${RM} ${WRKSRC}/${PORTNAME}
X
Xdo-build:
X	${CC} ${CFLAGS} ${LDFLAGS} ${SDL_FLAGS} ${DEFINES} -c \
X		-o ${WRKSRC}/${PORTNAME}.o ${WRKSRC}/${PORTNAME}.c
X	${CC} ${CFLAGS} ${LDFLAGS} ${SDL_FLAGS} ${EXTRA_LDFLAGS} \
X		-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.o
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-bmp2html/Makefile
echo x - bmp2html/pkg-descr
sed 's/^X//' >bmp2html/pkg-descr << 'END-of-bmp2html/pkg-descr'
XBmp2html is a simple program that converts a bmpfile to to a html file.
X
XEXAMPLES: http://critical.ch/bmp2html/
XWWW: http://www.dasfisk.dk/bmp2html/
X
X- ehaupt
Xehaupt at critical.ch
END-of-bmp2html/pkg-descr
echo x - bmp2html/distinfo
sed 's/^X//' >bmp2html/distinfo << 'END-of-bmp2html/distinfo'
XMD5 (bmp2html.tar.gz) = fe4ed539e5d91a0a6b16aaf7aa9d942e
XSIZE (bmp2html.tar.gz) = 47943
END-of-bmp2html/distinfo
exit
--- bmp2html.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list