Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 13:44:43 -0600 (CST)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25928: New port fampp-1.0
Message-ID:  <200103191944.f2JJih084864@babylon.merseine.nu>

next in thread | raw e-mail | index | archive | help

>Number:         25928
>Category:       ports
>Synopsis:       New port fampp-1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 19 11:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386


	
>Description:
New port fampp-1.0
Fampp are C++ wrappers for fam library.
Dependant upon PR ports/25926.
	
>How-To-Repeat:
	
>Fix:

# 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:
#
#	fampp
#	fampp/distinfo
#	fampp/pkg-plist
#	fampp/pkg-comment
#	fampp/Makefile
#	fampp/pkg-descr
#
echo c - fampp
mkdir -p fampp > /dev/null 2>&1
echo x - fampp/distinfo
sed 's/^X//' >fampp/distinfo << 'END-of-fampp/distinfo'
XMD5 (fampp-1.0.tar.gz) = 4a3b7415be2d76ef9baad76cd90242ca
END-of-fampp/distinfo
echo x - fampp/pkg-plist
sed 's/^X//' >fampp/pkg-plist << 'END-of-fampp/pkg-plist'
Xinclude/FamppEvents.hh
Xinclude/FamppExceptions.hh
Xinclude/fam.hh
Xinclude/famStatic.hh
Xinclude/handle.hh
Xinclude/private/FamppEventModel.hh
Xinclude/private/FamppModel.hh
Xshare/fampp/examples/gtk-main.cpp
Xshare/fampp/examples/simple-main.cpp
Xshare/fampp/examples/singleton-main.cpp
X@dirrm include/private
X@dirrm share/fampp/examples
X@dirrm share/fampp
END-of-fampp/pkg-plist
echo x - fampp/pkg-comment
sed 's/^X//' >fampp/pkg-comment << 'END-of-fampp/pkg-comment'
XA C++ wrapper for fam from SGI
END-of-fampp/pkg-comment
echo x - fampp/Makefile
sed 's/^X//' >fampp/Makefile << 'END-of-fampp/Makefile'
X# ports collection makefile for:	fampp
X# Date created:				18 March 2001
X# Whom:					Jeremy Norris <ishmael27@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fampp
XPORTVERSION=	1.0
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	ishmael27@home.com
X
XLIB_DEPENDS=	fam.0:${PORTSDIR}/devel/fam
X
X# This isn't required to utilize full functionality
X#USE_GNOME=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XNO_BUILD=	yes
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/include/FamppEvents.hh ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/include/FamppExceptions.hh ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/include/fam.hh ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/include/famStatic.hh ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/include/handle.hh ${PREFIX}/include
X	${MKDIR} ${PREFIX}/include/private
X	${INSTALL_DATA} ${WRKSRC}/include/private/FamppEventModel.hh \
X		${PREFIX}/include/private
X	${INSTALL_DATA} ${WRKSRC}/include/private/FamppModel.hh \
X		${PREFIX}/include/private
X	${MKDIR} -p ${PREFIX}/share/fampp/examples
X	${INSTALL_DATA} ${WRKSRC}/examples/gtk/main.cpp \
X		${PREFIX}/share/fampp/examples/gtk-main.cpp
X	${INSTALL_DATA} ${WRKSRC}/examples/simple/main.cpp \
X		${PREFIX}/share/fampp/examples/simple-main.cpp
X	${INSTALL_DATA} ${WRKSRC}/examples/singleton/main.cpp \
X		${PREFIX}/share/fampp/examples/singleton-main.cpp
X
X.include <bsd.port.mk>
END-of-fampp/Makefile
echo x - fampp/pkg-descr
sed 's/^X//' >fampp/pkg-descr << 'END-of-fampp/pkg-descr'
XA C++ wrapper for fam from SGI.
X
XWWW: http://fampp.sourceforge.net/
END-of-fampp/pkg-descr
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103191944.f2JJih084864>