import libdmtx:

libdmtx is open source software for reading and writing Data Matrix
barcodes. At its core libdmtx is a native shared library, allowing C/C++
programs to use its capabilities without extra restrictions or overhead.

Tested on i386,macppc by me, amd64 by Kyrill Bychkov

Feedback and OK sthen@
This commit is contained in:
sebastia 2012-01-14 08:55:17 +00:00
parent 003a3d9f83
commit fae6433078
5 changed files with 41 additions and 0 deletions

23
graphics/libdmtx/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/14 08:55:17 sebastia Exp $
COMMENT = library for handling data matrix barcodes
DISTNAME = libdmtx-0.7.4
CATEGORIES = devel graphics
SHARED_LIBS += dmtx 0.0 # 0.0
HOMEPAGE = http://www.libdmtx.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libdmtx/}
# BSD
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
WANTLIB += m
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (libdmtx-0.7.4.tar.gz) = nZ2H9Inw1bNyfQC3hOBMMw==
RMD160 (libdmtx-0.7.4.tar.gz) = qdCgo5z8UW7cvKSWSK/Nhp0xtZE=
SHA1 (libdmtx-0.7.4.tar.gz) = ejU9pzbPN+hzDiwirKRikDWurc0=
SHA256 (libdmtx-0.7.4.tar.gz) = aGvPtE5QuWNFqlP0HihfIRiiz4ejM7abdBZaLn3cpJI=
SIZE (libdmtx-0.7.4.tar.gz) = 370999

View File

@ -0,0 +1,3 @@
libdmtx is open source software for reading and writing Data Matrix
barcodes. At its core libdmtx is a native shared library, allowing C/C++
programs to use its capabilities without extra restrictions or overhead.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/01/14 08:55:17 sebastia Exp $
@lib lib/libdmtx.so.${LIBdmtx_VERSION}

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/14 08:55:17 sebastia Exp $
%%SHARED%%
include/dmtx.h
lib/libdmtx.a
lib/libdmtx.la
lib/pkgconfig/
lib/pkgconfig/libdmtx.pc
@man man/man3/libdmtx.3