add sigslot 1.0.0

C++ Signal/Slot Library
This commit is contained in:
Ying-Chieh Liao 2002-07-30 09:36:57 +00:00
parent ed79eef259
commit 47e6de9cc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63723
6 changed files with 35 additions and 0 deletions

View File

@ -705,6 +705,7 @@
SUBDIR += shmap
SUBDIR += showgrammar
SUBDIR += shtool
SUBDIR += sigslot
SUBDIR += silc-toolkit
SUBDIR += sip
SUBDIR += soup

28
devel/sigslot/Makefile Normal file
View File

@ -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>

1
devel/sigslot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (sigslot-1-0-0.tar.gz) = ab03dc4b188ba47cd836df88775dadfd

View File

@ -0,0 +1 @@
C++ Signal/Slot Library

3
devel/sigslot/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
sigslot - C++ Signal/Slot Library
WWW: http://sigslot.sourceforge.net/

1
devel/sigslot/pkg-plist Normal file
View File

@ -0,0 +1 @@
include/sigslot.h