From owner-cvs-all@FreeBSD.ORG Thu Apr 23 17:06:44 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C161C106564A; Thu, 23 Apr 2009 17:06:44 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B04698FC26; Thu, 23 Apr 2009 17:06:44 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3NH6iYb039969; Thu, 23 Apr 2009 17:06:44 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3NH6iMs039968; Thu, 23 Apr 2009 17:06:44 GMT (envelope-from johans) Message-Id: <200904231706.n3NH6iMs039968@repoman.freebsd.org> From: Johan van Selst Date: Thu, 23 Apr 2009 17:06:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/libdmtx Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 17:06:45 -0000 johans 2009-04-23 17:06:44 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libdmtx Makefile distinfo pkg-descr pkg-plist Log: libdmtx is open source software for reading and writing Data Matrix barcodes on Linux, Unix, OS X, Windows, and certain mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. The included utility programs, dmtxread and dmtxwrite, serve as the official interface to libdmtx from the command line, and also provide a good reference for programmers who wish to write their own programs that interact with libdmtx. WWW: http://www.libdmtx.org/ Revision Changes Path 1.1248 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/libdmtx/Makefile (new) 1.1 +3 -0 ports/graphics/libdmtx/distinfo (new) 1.1 +17 -0 ports/graphics/libdmtx/pkg-descr (new) 1.1 +8 -0 ports/graphics/libdmtx/pkg-plist (new)