Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 00:52:50 -0600
From:      Jeremy Norris <ishmael27@home.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/25928: New port fampp-1.0
Message-ID:  <20010330005250.A92338@babylon.merseine.nu>

next in thread | raw e-mail | index | archive | help
This is an updated shar for the PR; it is of a new version 1.1

# 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.1.tar.gz) = 2babc63c55541972575f8c35d9a100cc
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.1
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


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?20010330005250.A92338>