Date: Wed, 30 Apr 2014 20:59:40 +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: r352698 - in head/devel: . libsmdev Message-ID: <201404302059.s3UKxea5047920@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Apr 30 20:59:40 2014 New Revision: 352698 URL: http://svnweb.freebsd.org/changeset/ports/352698 QAT: https://qat.redports.org/buildarchive/r352698/ Log: New port: devel/libsmdev Library to access to storage media devices. WWW: http://code.google.com/p/libsmdev/ Added: head/devel/libsmdev/ head/devel/libsmdev/Makefile (contents, props changed) head/devel/libsmdev/distinfo (contents, props changed) head/devel/libsmdev/pkg-descr (contents, props changed) head/devel/libsmdev/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Apr 30 19:36:05 2014 (r352697) +++ head/devel/Makefile Wed Apr 30 20:59:40 2014 (r352698) @@ -1108,6 +1108,7 @@ SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libslave + SUBDIR += libsmdev SUBDIR += libsoup SUBDIR += libsoup-gnome SUBDIR += libsoup-reference Added: head/devel/libsmdev/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsmdev/Makefile Wed Apr 30 20:59:40 2014 (r352698) @@ -0,0 +1,31 @@ +# Created by: Antoine Brodin <antoine@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libsmdev +DISTVERSION= alpha-20140428 +CATEGORIES= devel +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library to access to storage media devices + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +USES= gettext iconv libtool pathfix +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/libsmdev/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsmdev/distinfo Wed Apr 30 20:59:40 2014 (r352698) @@ -0,0 +1,2 @@ +SHA256 (libsmdev-alpha-20140428.tar.gz) = 016b684324aa41ebb6c379c685579150937d3bf09125aa901966a611d5ad3c4d +SIZE (libsmdev-alpha-20140428.tar.gz) = 1116612 Added: head/devel/libsmdev/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsmdev/pkg-descr Wed Apr 30 20:59:40 2014 (r352698) @@ -0,0 +1,3 @@ +Library to access to storage media devices. + +WWW: http://code.google.com/p/libsmdev/ Added: head/devel/libsmdev/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsmdev/pkg-plist Wed Apr 30 20:59:40 2014 (r352698) @@ -0,0 +1,18 @@ +bin/smdevinfo +include/libsmdev.h +include/libsmdev/codepage.h +include/libsmdev/definitions.h +include/libsmdev/error.h +include/libsmdev/extern.h +include/libsmdev/features.h +include/libsmdev/types.h +lib/libsmdev.a +lib/libsmdev.so +lib/libsmdev.so.1 +lib/libsmdev.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pysmdev.a +%%PYTHON_SITELIBDIR%%/pysmdev.so +libdata/pkgconfig/libsmdev.pc +man/man1/smdevinfo.1.gz +man/man3/libsmdev.3.gz +@dirrm include/libsmdev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404302059.s3UKxea5047920>