pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libbinio Initial import of libbinio-1.4 from pkg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49539f76df2e
branches: trunk
changeset: 533187:49539f76df2e
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Sep 10 15:50:11 2007 +0000
description:
Initial import of libbinio-1.4 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.
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.
diffstat:
devel/libbinio/DESCR | 9 +++++++++
devel/libbinio/Makefile | 21 +++++++++++++++++++++
devel/libbinio/PLIST | 11 +++++++++++
devel/libbinio/buildlink3.mk | 20 ++++++++++++++++++++
devel/libbinio/distinfo | 5 +++++
5 files changed, 66 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r 46446db84a14 -r 49539f76df2e devel/libbinio/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbinio/DESCR Mon Sep 10 15:50:11 2007 +0000
@@ -0,0 +1,9 @@
+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.
diff -r 46446db84a14 -r 49539f76df2e devel/libbinio/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbinio/Makefile Mon Sep 10 15:50:11 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/10 15:50:11 xtraeme Exp $
+#
+
+DISTNAME= libbinio-1.4
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libbinio/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jfranz%bsdprojects.net@localhost
+HOMEPAGE= http://libbinio.sourceforge.net/
+COMMENT= Binary I/O stream class library
+
+GNU_CONFIGURE= yes
+INFO_FILES= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= libbinio.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 46446db84a14 -r 49539f76df2e devel/libbinio/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbinio/PLIST Mon Sep 10 15:50:11 2007 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/10 15:50:11 xtraeme Exp $
+include/libbinio/binfile.h
+include/libbinio/binio.h
+include/libbinio/binstr.h
+include/libbinio/binwrap.h
+info/libbinio.info
+info/libbinio.info-1
+info/libbinio.info-2
+lib/libbinio.la
+lib/pkgconfig/libbinio.pc
+@dirrm include/libbinio
diff -r 46446db84a14 -r 49539f76df2e devel/libbinio/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbinio/buildlink3.mk Mon Sep 10 15:50:11 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/09/10 15:50:11 xtraeme Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBBINIO_BUILDLINK3_MK:= ${LIBBINIO_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libbinio
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibbinio}
+BUILDLINK_PACKAGES+= libbinio
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libbinio
+
+.if ${LIBBINIO_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libbinio+= libbinio>=1.4
+BUILDLINK_PKGSRCDIR.libbinio?= ../../devel/libbinio
+BUILDLINK_DEPMETHOD.libbinio?= build
+.endif # LIBBINIO_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 46446db84a14 -r 49539f76df2e devel/libbinio/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbinio/distinfo Mon Sep 10 15:50:11 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/10 15:50:11 xtraeme Exp $
+
+SHA1 (libbinio-1.4.tar.bz2) = 47db5f7448245f38b9d26c8b11f53a07b6f6da73
+RMD160 (libbinio-1.4.tar.bz2) = 4c80c3e5d9f5eb4e3632df85667a14f8714796b1
+Size (libbinio-1.4.tar.bz2) = 307664 bytes
Home |
Main Index |
Thread Index |
Old Index