diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-30 09:36:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-30 09:36:57 +0000 |
commit | 47e6de9cc0bfd6e35e7103cc792745f4a589b08d (patch) | |
tree | 0ea18129e3e2a491ea14f32057122fdf859192d5 /devel/sigslot | |
parent | add speex 0.5.2 (diff) |
add sigslot 1.0.0
C++ Signal/Slot Library
Diffstat (limited to 'devel/sigslot')
-rw-r--r-- | devel/sigslot/Makefile | 28 | ||||
-rw-r--r-- | devel/sigslot/distinfo | 1 | ||||
-rw-r--r-- | devel/sigslot/pkg-comment | 1 | ||||
-rw-r--r-- | devel/sigslot/pkg-descr | 3 | ||||
-rw-r--r-- | devel/sigslot/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/sigslot/Makefile b/devel/sigslot/Makefile new file mode 100644 index 000000000000..4e250692d632 --- /dev/null +++ b/devel/sigslot/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: sigslot +# Date created: Jul 30, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sigslot +PORTVERSION= 1.0.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} + +MAINTAINER= ports@FreeBSD.org + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-patch: + @(cd ${WRKSRC} ; ${MV} -f sigslot.h sigslot.h.orig ; \ + ${CAT} sigslot.h.orig | /usr/bin/col -b > sigslot.h) + +do-install: + ${INSTALL_DATA} ${WRKSRC}/sigslot.h ${PREFIX}/include + +.include <bsd.port.mk> diff --git a/devel/sigslot/distinfo b/devel/sigslot/distinfo new file mode 100644 index 000000000000..616bd36a2262 --- /dev/null +++ b/devel/sigslot/distinfo @@ -0,0 +1 @@ +MD5 (sigslot-1-0-0.tar.gz) = ab03dc4b188ba47cd836df88775dadfd diff --git a/devel/sigslot/pkg-comment b/devel/sigslot/pkg-comment new file mode 100644 index 000000000000..ec9aa41ab5f5 --- /dev/null +++ b/devel/sigslot/pkg-comment @@ -0,0 +1 @@ +C++ Signal/Slot Library diff --git a/devel/sigslot/pkg-descr b/devel/sigslot/pkg-descr new file mode 100644 index 000000000000..a3738019f482 --- /dev/null +++ b/devel/sigslot/pkg-descr @@ -0,0 +1,3 @@ +sigslot - C++ Signal/Slot Library + +WWW: http://sigslot.sourceforge.net/ diff --git a/devel/sigslot/pkg-plist b/devel/sigslot/pkg-plist new file mode 100644 index 000000000000..68d78827e570 --- /dev/null +++ b/devel/sigslot/pkg-plist @@ -0,0 +1 @@ +include/sigslot.h |