1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Remove expired ports.

2016-03-26 textproc/libvisio: Not used any more
2016-03-26 textproc/libe-book00: Not used any more

Not only do these two ports have newer versions in the tree
(textproc/libvisio01 and textproc/libe-book, respectively), but they were
failing to build with the upcoming Boost 1.60.

PR:		199601
This commit is contained in:
Raphael Kubo da Costa 2016-03-28 19:33:12 +00:00
parent 479cb65431
commit 8ec4511396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412070
11 changed files with 2 additions and 133 deletions

2
MOVED
View File

@ -8242,3 +8242,5 @@ lang/cloudabi-clang|devel/cloudabi-toolchain|2016-03-21|Merged
graphics/hugin-devel||2016-03-22|overtaken by released version
graphics/hugin-2016||2016-03-22|overtaken by released version
net/rubygem-omniauth-cas3||2016-03-28|Removed
textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead
textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead

View File

@ -391,7 +391,6 @@
SUBDIR += libcsv
SUBDIR += libcue
SUBDIR += libe-book
SUBDIR += libe-book00
SUBDIR += libebml
SUBDIR += libextractor
SUBDIR += libexttextcat
@ -423,7 +422,6 @@
SUBDIR += libunibreak
SUBDIR += libuninameslist
SUBDIR += libutf8proc
SUBDIR += libvisio
SUBDIR += libvisio01
SUBDIR += libwapcaplet
SUBDIR += libwpd

View File

@ -1,38 +0,0 @@
# $FreeBSD$
PORTNAME= libe-book
PORTVERSION= 0.0.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/
PKGNAMESUFFIX= 00
MAINTAINER= office@FreeBSD.org
COMMENT= Library for import of reflowable e-book formats
DEPRECATED= Not used any more
EXPIRATION_DATE=2016-03-26
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
OPTIONS_DEFINE= DOCS
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \
libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
USE_GNOME= libxml2
USES= gmake gperf libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-werror --without-docs --disable-tests
CPPFLAGS+= -I${LOCALBASE}/include
post-install:
${RM} -f ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (libe-book-0.0.3.tar.xz) = b19811069c7518808ee2c7d74a4012f3645ab656d79290909c192f9ec278b01b
SIZE (libe-book-0.0.3.tar.xz) = 332808

View File

@ -1,14 +0,0 @@
libe-book is a library and a set of tools for reading and converting various
non-HTML reflowable e-book formats.
Currently supported are:
- eReader .pdb
- FictionBook v. 2 (including zipped files)
- PalmDoc Ebook - Plucker .pdb
- QiOO (mobile format, for java-enabled cellphones)
- TCR (simple compressed text format)
- TealDoc
- zTXT
- ZVR (simple compressed text format)
WWW: http://sourceforge.net/projects/libebook/

View File

@ -1,17 +0,0 @@
include/libe-book-0.0/libe-book/FB2Document.h
include/libe-book-0.0/libe-book/IMPDocument.h
include/libe-book-0.0/libe-book/LRFDocument.h
include/libe-book-0.0/libe-book/PDBDocument.h
include/libe-book-0.0/libe-book/PLKRDocument.h
include/libe-book-0.0/libe-book/PMLDocument.h
include/libe-book-0.0/libe-book/QIOODocument.h
include/libe-book-0.0/libe-book/TCRDocument.h
include/libe-book-0.0/libe-book/TDDocument.h
include/libe-book-0.0/libe-book/ZTXTDocument.h
include/libe-book-0.0/libe-book/ZVRDocument.h
include/libe-book-0.0/libe-book/EBOOKDocument.h
include/libe-book-0.0/libe-book/libe-book.h
lib/libe-book-0.0.so
lib/libe-book-0.0.so.0
lib/libe-book-0.0.so.0.0.3
libdata/pkgconfig/libe-book-0.0.pc

View File

@ -1,34 +0,0 @@
# $FreeBSD$
PORTNAME= libvisio
PORTVERSION= 0.0.31
PORTREVISION= 4
CATEGORIES= textproc devel
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= Library and tools for parsing the visio file format structure
DEPRECATED= Not used any more
EXPIRATION_DATE=2016-03-26
LICENSE= LGPL21 MPL GPLv2
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \
libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PERL5= build
USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz
INSTALL_TARGET= install-strip
post-stage:
@${RM} -f ${STAGEDIR}${PREFIX}/bin/vs*
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (libvisio-0.0.31.tar.xz) = 6a8c5fdd3b4aaacba13d0ce86ed0abb8df9052f89b019e1dca436c2634e38ef5
SIZE (libvisio-0.0.31.tar.xz) = 380632

View File

@ -1,14 +0,0 @@
--- configure
+++ configure
@@ -17114,11 +17114,7 @@
# ===========================
for ac_header in boost/algorithm/string.hpp \
- boost/archive/iterators/binary_from_base64.hpp \
- boost/archive/iterators/remove_whitespace.hpp \
- boost/archive/iterators/transform_width.hpp \
boost/optional.hpp \
- boost/range/iterator_range.hpp \
boost/spirit/include/classic.hpp
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`

View File

@ -1,3 +0,0 @@
Library and tools for parsing the visio file format structure
WWW: http://www.freedesktop.org/wiki/Software/libvisio

View File

@ -1,7 +0,0 @@
include/libvisio-0.0/libvisio/VSDStringVector.h
include/libvisio-0.0/libvisio/VisioDocument.h
include/libvisio-0.0/libvisio/libvisio.h
lib/libvisio-0.0.so
lib/libvisio-0.0.so.0
lib/libvisio-0.0.so.0.0.31
libdata/pkgconfig/libvisio-0.0.pc