svn commit: r363633 - in head/devel: . libsmraw

Antoine Brodin antoine at FreeBSD.org
Thu Jul 31 17:06:29 UTC 2014


Author: antoine
Date: Thu Jul 31 17:06:27 2014
New Revision: 363633
URL: http://svnweb.freebsd.org/changeset/ports/363633
QAT: https://qat.redports.org/buildarchive/r363633/

Log:
  New port: libsmraw
  Library and tools to access the (split) RAW image format.
  
  WWW: https://code.google.com/p/libsmraw/

Added:
  head/devel/libsmraw/
  head/devel/libsmraw/Makefile   (contents, props changed)
  head/devel/libsmraw/distinfo   (contents, props changed)
  head/devel/libsmraw/pkg-descr   (contents, props changed)
  head/devel/libsmraw/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 31 17:03:34 2014	(r363632)
+++ head/devel/Makefile	Thu Jul 31 17:06:27 2014	(r363633)
@@ -1122,6 +1122,7 @@
     SUBDIR += libslang2
     SUBDIR += libslave
     SUBDIR += libsmdev
+    SUBDIR += libsmraw
     SUBDIR += libsoup
     SUBDIR += libsoup-gnome
     SUBDIR += libsoup-reference

Added: head/devel/libsmraw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libsmraw/Makefile	Thu Jul 31 17:06:27 2014	(r363633)
@@ -0,0 +1,32 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libsmraw
+DISTVERSION=	alpha-20140728
+CATEGORIES=	devel
+MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/ \
+		LOCAL/antoine
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Library and tools to access the split RAW image format
+
+LICENSE=	LGPL3
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
+USES=		fuse gettext iconv libtool pathfix pkgconfig
+USE_OPENSSL=	yes
+USE_PYTHON=	2
+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}
+
+.include <bsd.port.mk>

Added: head/devel/libsmraw/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libsmraw/distinfo	Thu Jul 31 17:06:27 2014	(r363633)
@@ -0,0 +1,2 @@
+SHA256 (libsmraw-alpha-20140728.tar.gz) = be857970fb5e7d6e3cb85635dfdc3d3eea0b0e416d413b7bf6721e7990887e4a
+SIZE (libsmraw-alpha-20140728.tar.gz) = 1441211

Added: head/devel/libsmraw/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libsmraw/pkg-descr	Thu Jul 31 17:06:27 2014	(r363633)
@@ -0,0 +1,3 @@
+Library and tools to access the (split) RAW image format.
+
+WWW: http://code.google.com/p/libsmraw/

Added: head/devel/libsmraw/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libsmraw/pkg-plist	Thu Jul 31 17:06:27 2014	(r363633)
@@ -0,0 +1,19 @@
+bin/smrawmount
+bin/smrawverify
+include/libsmraw.h
+include/libsmraw/codepage.h
+include/libsmraw/definitions.h
+include/libsmraw/error.h
+include/libsmraw/extern.h
+include/libsmraw/features.h
+include/libsmraw/types.h
+lib/libsmraw.a
+lib/libsmraw.so
+lib/libsmraw.so.1
+lib/libsmraw.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pysmraw.a
+%%PYTHON_SITELIBDIR%%/pysmraw.so
+libdata/pkgconfig/libsmraw.pc
+man/man1/smrawmount.1.gz
+man/man3/libsmraw.3.gz
+ at dirrm include/libsmraw


More information about the svn-ports-all mailing list