From owner-svn-ports-all@FreeBSD.ORG Sun Feb 1 15:12:05 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB665D5D; Sun, 1 Feb 2015 15:12:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6913F49; Sun, 1 Feb 2015 15:12:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FC5K2033066; Sun, 1 Feb 2015 15:12:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FC4TO033061; Sun, 1 Feb 2015 15:12:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502011512.t11FC4TO033061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 15:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378243 - in head/devel: . libsigscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:12:05 -0000 Author: antoine Date: Sun Feb 1 15:12:03 2015 New Revision: 378243 URL: https://svnweb.freebsd.org/changeset/ports/378243 QAT: https://qat.redports.org/buildarchive/r378243/ Log: New port: devel/libsigscan libsigscan is a library for binary signature scanning. WWW: https://github.com/libyal/libsigscan Added: head/devel/libsigscan/ head/devel/libsigscan/Makefile (contents, props changed) head/devel/libsigscan/distinfo (contents, props changed) head/devel/libsigscan/pkg-descr (contents, props changed) head/devel/libsigscan/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 1 14:30:29 2015 (r378242) +++ head/devel/Makefile Sun Feb 1 15:12:03 2015 (r378243) @@ -1155,6 +1155,7 @@ SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode + SUBDIR += libsigscan SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libsmdev Added: head/devel/libsigscan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/Makefile Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,32 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libsigscan +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20150114 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library for binary signature scanning + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +PORTDOCS= AUTHORS ChangeLog + +OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${MV} ${STAGEDIR}${PREFIX}/etc/sigscan.conf ${STAGEDIR}${PREFIX}/etc/sigscan.conf.sample + +.include Added: head/devel/libsigscan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/distinfo Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,2 @@ +SHA256 (libsigscan-experimental-20150114.tar.gz) = d605e44903277f538ed91dc181e6102c1621b1bfb12589e78f83d1ed2653ca08 +SIZE (libsigscan-experimental-20150114.tar.gz) = 1221910 Added: head/devel/libsigscan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/pkg-descr Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,3 @@ +libsigscan is a library for binary signature scanning. + +WWW: https://github.com/libyal/libsigscan Added: head/devel/libsigscan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/pkg-plist Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,18 @@ +bin/sigscan +@sample etc/sigscan.conf.sample +include/libsigscan.h +include/libsigscan/codepage.h +include/libsigscan/definitions.h +include/libsigscan/error.h +include/libsigscan/extern.h +include/libsigscan/features.h +include/libsigscan/types.h +lib/libsigscan.a +lib/libsigscan.so +lib/libsigscan.so.1 +lib/libsigscan.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pysigscan.a +%%PYTHON_SITELIBDIR%%/pysigscan.so +libdata/pkgconfig/libsigscan.pc +man/man1/sigscan.1.gz +man/man3/libsigscan.3.gz