SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/libbinio/Makefile
Normal file
23
devel/libbinio/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = binary I/O stream class library
|
||||
|
||||
DISTNAME = libbinio-1.5
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
SHARED_LIBS += binio 0.0 # 1.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://adplug.github.io/libbinio/
|
||||
|
||||
# LGPLv2.1+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += m ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MASTER_SITES = https://github.com/adplug/libbinio/releases/download/${DISTNAME}/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libbinio/distinfo
Normal file
2
devel/libbinio/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libbinio-1.5.tar.bz2) = OYskaOeDjSJ00fYtvBEufgQ0M4EveuY+8p9csx3G3v0=
|
||||
SIZE (libbinio-1.5.tar.bz2) = 426385
|
7
devel/libbinio/pkg/DESCR
Normal file
7
devel/libbinio/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The binary I/O stream class library presents a platform-independent way
|
||||
to access binary data streams in C++.
|
||||
|
||||
The library is hardware independent in the form that it transparently
|
||||
converts between the different forms of machine-internal binary data
|
||||
representation. It further employs no special I/O protocol and can be
|
||||
used on arbitrary binary data sources.
|
10
devel/libbinio/pkg/PLIST
Normal file
10
devel/libbinio/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/libbinio/
|
||||
include/libbinio/binfile.h
|
||||
include/libbinio/binio.h
|
||||
include/libbinio/binstr.h
|
||||
include/libbinio/binwrap.h
|
||||
@info info/libbinio.info
|
||||
lib/libbinio.a
|
||||
lib/libbinio.la
|
||||
@lib lib/libbinio.so.${LIBbinio_VERSION}
|
||||
lib/pkgconfig/libbinio.pc
|
Loading…
Add table
Add a link
Reference in a new issue