- Update to 1.2.6
- Pass maintainership to submitter PR: 138302 Submitted by: bf <bf1783@gmail.com> Feature safe: yes
This commit is contained in:
parent
267c237635
commit
a0147c5d9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241702
4 changed files with 17 additions and 8 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= wv
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bf1783@gmail.com
|
||||
COMMENT= A library and executables to access Microsoft Word files
|
||||
|
||||
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf
|
||||
|
@ -21,7 +20,8 @@ USE_GNOME= gnometarget libgsf
|
|||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
MKDIR_P="${MKDIR}"
|
||||
CONFIGURE_ARGS= --with-png=${LOCALBASE} \
|
||||
--with-libwmf=${LOCALBASE}
|
||||
MAKEFILE= GNUmakefile
|
||||
|
@ -32,4 +32,7 @@ MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \
|
|||
wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
|
||||
MLINKS= wvWare.1 wvConvert.1
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (wv-1.2.5.tar.gz) = ae506eae4825c93d0cd7939ce6cbae41
|
||||
SHA256 (wv-1.2.5.tar.gz) = ddadc64a306a15a592f8599d4b6d00de596c22ba9e8b22dbf36cc7c504dc0952
|
||||
SIZE (wv-1.2.5.tar.gz) = 653231
|
||||
MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32
|
||||
SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255
|
||||
SIZE (wv-1.2.6.tar.gz) = 591180
|
||||
|
|
6
textproc/wv/pkg-message
Normal file
6
textproc/wv/pkg-message
Normal file
|
@ -0,0 +1,6 @@
|
|||
*******************************************************************
|
||||
|
||||
Some output formats (for example, DVI, PDF, and PS) require a LaTeX
|
||||
implementation, such as print/teTeX, to be installed.
|
||||
|
||||
*******************************************************************
|
|
@ -16,7 +16,7 @@ bin/wvWare
|
|||
bin/wvWml
|
||||
include/wv/wv.h
|
||||
lib/libwv-1.2.so
|
||||
lib/libwv-1.2.so.4
|
||||
lib/libwv-1.2.so.3
|
||||
lib/libwv.a
|
||||
lib/libwv.la
|
||||
lib/libwv.so
|
||||
|
|
Loading…
Reference in a new issue