Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 15:12:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378243 - in head/devel: . libsigscan
Message-ID:  <201502011512.t11FC4TO033061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <antoine@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502011512.t11FC4TO033061>