mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Add libabw: library to handle Abiword documents
This commit is contained in:
parent
15ecc3b4e3
commit
f5ccce14dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357288
@ -345,6 +345,7 @@
|
||||
SUBDIR += latex-service
|
||||
SUBDIR += latex2html
|
||||
SUBDIR += lemmatizer2
|
||||
SUBDIR += libabw
|
||||
SUBDIR += libcrm114
|
||||
SUBDIR += libcroco
|
||||
SUBDIR += libcsv
|
||||
|
31
textproc/libabw/Makefile
Normal file
31
textproc/libabw/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libabw
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library providing ability to interpret Abiword documents
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
|
||||
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
|
||||
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USE_GNOME= libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= -disable-werror
|
||||
|
||||
PORTDOCS= *
|
||||
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
DOCS_CONFIGURE_OFF= --without-docs
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/libabw/distinfo
Normal file
2
textproc/libabw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libabw-0.1.0.tar.xz) = ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1
|
||||
SIZE (libabw-0.1.0.tar.xz) = 282268
|
4
textproc/libabw/pkg-descr
Normal file
4
textproc/libabw/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Libabw is library providing ability to interpret and import AbiWord documents
|
||||
into various applications
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software/libabw/
|
11
textproc/libabw/pkg-plist
Normal file
11
textproc/libabw/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/abw2html
|
||||
bin/abw2raw
|
||||
bin/abw2text
|
||||
include/libabw-0.1/libabw/AbiDocument.h
|
||||
include/libabw-0.1/libabw/libabw.h
|
||||
lib/libabw-0.1.so
|
||||
lib/libabw-0.1.so.1
|
||||
lib/libabw-0.1.so.1.0.0
|
||||
libdata/pkgconfig/libabw-0.1.pc
|
||||
@dirrm include/libabw-0.1/libabw
|
||||
@dirrm include/libabw-0.1
|
Loading…
x
Reference in New Issue
Block a user