add sigslot 1.0.0
C++ Signal/Slot Library
This commit is contained in:
parent
ed79eef259
commit
47e6de9cc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63723
@ -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
28
devel/sigslot/Makefile
Normal 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
1
devel/sigslot/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sigslot-1-0-0.tar.gz) = ab03dc4b188ba47cd836df88775dadfd
|
1
devel/sigslot/pkg-comment
Normal file
1
devel/sigslot/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C++ Signal/Slot Library
|
3
devel/sigslot/pkg-descr
Normal file
3
devel/sigslot/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
sigslot - C++ Signal/Slot Library
|
||||
|
||||
WWW: http://sigslot.sourceforge.net/
|
1
devel/sigslot/pkg-plist
Normal file
1
devel/sigslot/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
include/sigslot.h
|
Loading…
Reference in New Issue
Block a user