- update enet to 1.3.3
from james turner
This commit is contained in:
parent
907ada56db
commit
3667ced123
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/06/29 09:06:17 jasper Exp $
|
||||
|
||||
COMMENT = network library for games
|
||||
DISTNAME = enet-1.2
|
||||
REVISION = 1
|
||||
DISTNAME = enet-1.3.3
|
||||
|
||||
SHARED_LIBS += enet 0.0 # 1.3
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -17,6 +18,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/download/
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (enet-1.2.tar.gz) = 4Nn0aNjG9r/QcIOztA9eaQ==
|
||||
RMD160 (enet-1.2.tar.gz) = G2jOt5Huz+67mXYvM06srCRh6xk=
|
||||
SHA1 (enet-1.2.tar.gz) = jaPRZl5kufA3o+TUjTR3qEa6ROc=
|
||||
SHA256 (enet-1.2.tar.gz) = cEWseYRvK1RrvXlI8dHqA6AZzB4wy9LacfrenUDUPqA=
|
||||
SIZE (enet-1.2.tar.gz) = 125631
|
||||
MD5 (enet-1.3.3.tar.gz) = SwtpN3/UUR6C5fCSGpQuWQ==
|
||||
RMD160 (enet-1.3.3.tar.gz) = bBCMHm6RNJhxMSMa9zYDT0Qf4RM=
|
||||
SHA1 (enet-1.3.3.tar.gz) = Dzw8b/ndwenKISJh/KfDVp4hFYc=
|
||||
SHA256 (enet-1.3.3.tar.gz) = XIn+XEveqaMjhqRkp9+2lIIWWfaem6g9ampUnlo2h3U=
|
||||
SIZE (enet-1.3.3.tar.gz) = 433240
|
||||
|
2
net/enet/pkg/PFRAG.shared
Normal file
2
net/enet/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2011/06/29 09:06:17 jasper Exp $
|
||||
@lib lib/libenet.so.${LIBenet_VERSION}
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/07/24 12:25:21 laurent Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/06/29 09:06:17 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/enet/
|
||||
include/enet/callbacks.h
|
||||
include/e${BASE_PKGPATH}.h
|
||||
include/enet/enet.h
|
||||
include/enet/list.h
|
||||
include/enet/protocol.h
|
||||
include/enet/time.h
|
||||
@ -10,3 +11,6 @@ include/enet/unix.h
|
||||
include/enet/utility.h
|
||||
include/enet/win32.h
|
||||
lib/libenet.a
|
||||
lib/libenet.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libenet.pc
|
||||
|
Loading…
Reference in New Issue
Block a user