mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: libsmraw
Library and tools to access the (split) RAW image format. WWW: https://code.google.com/p/libsmraw/
This commit is contained in:
parent
0f03ae5eb3
commit
89ab04c2eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363633
@ -1122,6 +1122,7 @@
|
||||
SUBDIR += libslang2
|
||||
SUBDIR += libslave
|
||||
SUBDIR += libsmdev
|
||||
SUBDIR += libsmraw
|
||||
SUBDIR += libsoup
|
||||
SUBDIR += libsoup-gnome
|
||||
SUBDIR += libsoup-reference
|
||||
|
32
devel/libsmraw/Makefile
Normal file
32
devel/libsmraw/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsmraw
|
||||
DISTVERSION= alpha-20140728
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@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>
|
2
devel/libsmraw/distinfo
Normal file
2
devel/libsmraw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsmraw-alpha-20140728.tar.gz) = be857970fb5e7d6e3cb85635dfdc3d3eea0b0e416d413b7bf6721e7990887e4a
|
||||
SIZE (libsmraw-alpha-20140728.tar.gz) = 1441211
|
3
devel/libsmraw/pkg-descr
Normal file
3
devel/libsmraw/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library and tools to access the (split) RAW image format.
|
||||
|
||||
WWW: http://code.google.com/p/libsmraw/
|
19
devel/libsmraw/pkg-plist
Normal file
19
devel/libsmraw/pkg-plist
Normal file
@ -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
|
||||
@dirrm include/libsmraw
|
Loading…
Reference in New Issue
Block a user