Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:17:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e16f3ff6fa3 - main - www/xapian-omega12: Remove obsoleted port
Message-ID:  <202312012217.3B1MHXZT037758@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e16f3ff6fa3e0d9d4052b74d866c82d4601b761

commit 1e16f3ff6fa3e0d9d4052b74d866c82d4601b761
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 21:57:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:28 +0000

    www/xapian-omega12: Remove obsoleted port
    
    Use www/xapian-omega instead.
---
 MOVED                        |  1 +
 www/Makefile                 |  1 -
 www/xapian-omega12/Makefile  | 53 --------------------------------------------
 www/xapian-omega12/distinfo  |  3 ---
 www/xapian-omega12/pkg-descr |  3 ---
 www/xapian-omega12/pkg-plist | 25 ---------------------
 6 files changed, 1 insertion(+), 85 deletions(-)

diff --git a/MOVED b/MOVED
index 330204520216..af12480b1560 100644
--- a/MOVED
+++ b/MOVED
@@ -8104,3 +8104,4 @@ games/py-mnemosyne|games/py-mnemosyne-proj|2023-11-30|Rename to match PyPI name
 databases/p5-Search-Xapian12|databases/p5-Search-Xapian|2023-12-01|Remove obsoleted port. Use databases/p5-Search-Xapian instead
 databases/xapian-bindings12|databases/xapian-bindings|2023-12-01|Remove obsoleted port. Use databases/xapian-bindings instead
 databases/xapian-core12|databases/xapian-core|2023-12-01|Remove obsoleted port. Use databases/xapian-core instead
+www/xapian-omega12|www/xapian-omega|2023-12-01|Remove obsoleted port. Use www/xapian-omega instead
diff --git a/www/Makefile b/www/Makefile
index 1a0c69dc9857..9c768aa329ed 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2502,7 +2502,6 @@
     SUBDIR += wuzz
     SUBDIR += wwwoffle
     SUBDIR += xapian-omega
-    SUBDIR += xapian-omega12
     SUBDIR += xcaddy
     SUBDIR += xfce4-smartbookmark-plugin
     SUBDIR += xh
diff --git a/www/xapian-omega12/Makefile b/www/xapian-omega12/Makefile
deleted file mode 100644
index e7307f39a464..000000000000
--- a/www/xapian-omega12/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-PORTNAME=	xapian-omega
-PORTVERSION=	1.2.25
-CATEGORIES=	www
-MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
-		LOCAL/sunpoet
-PKGNAMESUFFIX=	12
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	CGI search application built on Xapian
-WWW=		https://xapian.org/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-LIB_DEPENDS=	libpcre.so:devel/pcre \
-		libxapian.so:databases/xapian-core12
-
-USES=		libtool localbase perl5 shebangfix tar:xz
-
-CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR}
-CONFIGURE_ENV=	PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
-		XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-
-CONFLICTS_INSTALL=	xapian-omega
-
-PORTSCOUT=	limitw:1,even
-
-SHEBANG_FILES=	dbi2omega htdig2omega mbox2omega
-
-OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
-OPTIONS_DEFAULT=ICONV
-ICONV_DESC=	Enable iconv character set conversion support
-
-ICONV_CONFIGURE_ON=	ac_cv_search_iconv=${ICONV_LIB}
-ICONV_CONFIGURE_WITH=	iconv
-ICONV_USES=		iconv
-
-post-patch:
-	@${REINPLACE_CMD} \
-		-e '/^dist_sysconf_DATA = /d' \
-		-e '/^pkglibbindir = / s| = .*$$| = ${WWWDIR}/cgi-bin|' \
-			${WRKSRC}/Makefile.in
-
-post-install-DOCS-on:
-	cd ${WRKSRC}/ && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR}/
-
-post-install-EXAMPLES-on:
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
-	${INSTALL_DATA} ${WRKSRC}/omega.conf ${STAGEDIR}${EXAMPLESDIR}/
-
-.include <bsd.port.mk>
diff --git a/www/xapian-omega12/distinfo b/www/xapian-omega12/distinfo
deleted file mode 100644
index 6db79c52a25a..000000000000
--- a/www/xapian-omega12/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1506515455
-SHA256 (xapian-omega-1.2.25.tar.xz) = 041ada3c22d5a5f1c10fd3681426377696924def75ea6cb6710a182016bc7482
-SIZE (xapian-omega-1.2.25.tar.xz) = 440224
diff --git a/www/xapian-omega12/pkg-descr b/www/xapian-omega12/pkg-descr
deleted file mode 100644
index 5f4622c70b90..000000000000
--- a/www/xapian-omega12/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains two index building utilities (omindex and scriptindex) and
-a CGI search application (omega).  These use the Xapian search library to
-provide a search over a collection of documents.
diff --git a/www/xapian-omega12/pkg-plist b/www/xapian-omega12/pkg-plist
deleted file mode 100644
index d520cc899ce3..000000000000
--- a/www/xapian-omega12/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/dbi2omega
-bin/htdig2omega
-bin/mbox2omega
-bin/omindex
-bin/scriptindex
-man/man1/omindex.1.gz
-man/man1/scriptindex.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/cgiparams.html
-%%PORTDOCS%%%%DOCSDIR%%/encodings.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/omegascript.html
-%%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
-%%PORTDOCS%%%%DOCSDIR%%/scriptindex.html
-%%PORTDOCS%%%%DOCSDIR%%/termprefixes.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/omega.conf
-%%DATADIR%%/omega/htdig2omega.script
-%%DATADIR%%/omega/mbox2omega.script
-%%WWWDIR%%/cgi-bin/omega
-%%WWWDIR%%/cgi-bin/outlookmsg2html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312012217.3B1MHXZT037758>