Remove sysutils/iextract, it is unmaintained and depends on devel/libYGP
which is expired.
This commit is contained in:
parent
07e453b674
commit
fcbc3463cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334193
7 changed files with 1 additions and 59 deletions
1
MOVED
1
MOVED
|
@ -5198,3 +5198,4 @@ graphics/libgnomecanvasmm|graphics/libgnomecanvasmm26|2013-11-18|older version n
|
|||
x11/libgnomemm|x11/libgnomemm26|2013-11-18|older version not in used in the ports tree
|
||||
devel/gconfmm|devel/gconfmm26|2013-11-18|older version not in used in the ports tree
|
||||
sysutils/dircomp||2013-11-18|Removed, unmaintained and depends on expired devel/libXGP
|
||||
sysutils/iextract||2013-11-18|Removed, unmaintained and depends on expired devel/libYGP
|
||||
|
|
|
@ -393,7 +393,6 @@
|
|||
SUBDIR += i2c-tools
|
||||
SUBDIR += i7z
|
||||
SUBDIR += iat
|
||||
SUBDIR += iextract
|
||||
SUBDIR += installwatch
|
||||
SUBDIR += iogen
|
||||
SUBDIR += iograph
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IExtract
|
||||
PORTVERSION= 0.9.30
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Extract meta-information from files
|
||||
|
||||
LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig gettext
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (IExtract-0.9.30.tar.bz2) = 36c8e597475b211eb825f9c898fee2db6e7562b3e475c96f96bea6fb2f8f5d6e
|
||||
SIZE (IExtract-0.9.30.tar.bz2) = 528714
|
|
@ -1,10 +0,0 @@
|
|||
--- ./po/Makefile.in.in.orig Sun Oct 1 21:15:50 2006
|
||||
+++ ./po/Makefile.in.in Sun Oct 1 21:16:01 2006
|
||||
@@ -28,6 +28,7 @@
|
||||
localedir = @localedir@
|
||||
gettextsrcdir = $(datadir)/gettext/po
|
||||
|
||||
+install_sh = @install_sh@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
mkinstalldirs = $(SHELL) @install_sh@ -d
|
|
@ -1,19 +0,0 @@
|
|||
IExtract is a little utility designed to extract the properites (title,
|
||||
author and comment) out of different documents and present them in a
|
||||
list for further processing.
|
||||
|
||||
The following documents are supported:
|
||||
|
||||
* HTML
|
||||
* PNG
|
||||
* GIF
|
||||
* JPEG
|
||||
* MP3
|
||||
* OGG
|
||||
* PDF
|
||||
* StarOffice documents
|
||||
* OpenOffice documents
|
||||
* Abiword documents
|
||||
* RTF documents
|
||||
|
||||
WWW: http://iextract.sourceforge.net/
|
|
@ -1,6 +0,0 @@
|
|||
bin/IExtract
|
||||
include/IExtract/Properties.h
|
||||
share/locale/de/LC_MESSAGES/IExtract.mo
|
||||
share/locale/en/LC_MESSAGES/IExtract.mo
|
||||
share/locale/es/LC_MESSAGES/IExtract.mo
|
||||
@dirrm include/IExtract
|
Loading…
Reference in a new issue