ports/111078: [NEW PORT] graphics/mhgui: GUI widget library for MakeHuman

Dmitry Marakasov amdmi3 at amdmi3.ru
Sat Mar 31 22:20:03 UTC 2007


>Number:         111078
>Category:       ports
>Synopsis:       [NEW PORT] graphics/mhgui: GUI widget library for MakeHuman
>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:   Sat Mar 31 22:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3 at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
MHGUI is the GUI widget library used in the C++ version of MakeHuman.
The main idea is to have a small and easy toolkit with a set of special
widgets. Some of this widgets are very special and not available in
other toolkits.

WWW: http://www.dedalo-3d.com/index.php

Depends on ports/111075
This port is needed for graphics/makehuman update;
Thanks to: Sergey Zaharchenko (for preliminary version of this port)
           OpenBSD (for pkg-descr)
>How-To-Repeat:
>Fix:

--- mhgui-0.1.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:
#
#	mhgui
#	mhgui/Makefile
#	mhgui/distinfo
#	mhgui/pkg-descr
#	mhgui/pkg-plist
#
echo c - mhgui
mkdir -p mhgui > /dev/null 2>&1
echo x - mhgui/Makefile
sed 's/^X//' >mhgui/Makefile << 'END-of-mhgui/Makefile'
X# New ports collection makefile for:	mhgui
X# Date created:		31 Mar 2007
X# Whom:			Dmitry Marakasov <amdmi3 at amdmi3.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mhgui
XPORTVERSION=	0.1
XCATEGORIES=	graphics
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	makehuman
X
XMAINTAINER=	amdmi3 at amdmi3.ru
XCOMMENT=	GUI widget library for MakeHuman
X
XLIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut \
X		animorph.0:${PORTSDIR}/graphics/animorph
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	pkgconfig
XUSE_LDCONFIG=	yes
XUSE_GL=		yes
X
XCONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
X		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
X	@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in
X.if defined(NOPORTDOCS)
X	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libmhguidocDATA||' ${WRKSRC}/Makefile.in
X.endif
X
X.include <bsd.port.mk>
END-of-mhgui/Makefile
echo x - mhgui/distinfo
sed 's/^X//' >mhgui/distinfo << 'END-of-mhgui/distinfo'
XMD5 (mhgui-0.1.tar.gz) = d9c335c032bb41feb99bba7f20db0c00
XSHA256 (mhgui-0.1.tar.gz) = 79918922cf3706a8a8310b61cdb8a86d4101d960c4cd096e63b2d9aadbf9385f
XSIZE (mhgui-0.1.tar.gz) = 330543
END-of-mhgui/distinfo
echo x - mhgui/pkg-descr
sed 's/^X//' >mhgui/pkg-descr << 'END-of-mhgui/pkg-descr'
XMHGUI is the GUI widget library used in the C++ version of MakeHuman.
XThe main idea is to have a small and easy toolkit with a set of special
Xwidgets. Some of this widgets are very special and not available in
Xother toolkits.
X
XWWW: http://www.dedalo-3d.com/index.php
END-of-mhgui/pkg-descr
echo x - mhgui/pkg-plist
sed 's/^X//' >mhgui/pkg-plist << 'END-of-mhgui/pkg-plist'
Xinclude/mhgui/AbstractListener.h
Xinclude/mhgui/CGUtilities.h
Xinclude/mhgui/Camera.h
Xinclude/mhgui/Component.h
Xinclude/mhgui/Console.h
Xinclude/mhgui/Image.h
Xinclude/mhgui/ImageData.h
Xinclude/mhgui/ImageSlider.h
Xinclude/mhgui/ImageSliderSysListener.h
Xinclude/mhgui/ImageSysListener.h
Xinclude/mhgui/Label.h
Xinclude/mhgui/Panel.h
Xinclude/mhgui/Point.h
Xinclude/mhgui/Rect.h
Xinclude/mhgui/Size.h
Xinclude/mhgui/TextEntry.h
Xinclude/mhgui/TextEntrySysListener.h
Xinclude/mhgui/Texture.h
Xinclude/mhgui/Tooltip.h
Xinclude/mhgui/Widget.h
Xinclude/mhgui/Window.h
Xlib/libmhgui.a
Xlib/libmhgui.la
Xlib/libmhgui.so
Xlib/libmhgui.so.0
Xlibdata/pkgconfig/mhgui.pc
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X at dirrm include/mhgui
END-of-mhgui/pkg-plist
exit
--- mhgui-0.1.shar ends here ---


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



More information about the freebsd-ports-bugs mailing list