1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

textproc/rubygem-nokogiri111: Remove expired port

textproc/rubygem-nokogiri111

PR:		279959
This commit is contained in:
Matthias Fechner 2024-07-17 13:07:27 +03:00
parent d74a976feb
commit 3bce01f53d
7 changed files with 1 additions and 114 deletions

1
MOVED
View File

@ -3397,3 +3397,4 @@ misc/lingoteach||2024-07-16|Has expired: Depends on deprecated port textproc/lib
textproc/liblingoteach||2024-07-16|Has expired: Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705)
devel/dia2code+||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279759)
devel/libiqxmlrpc||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279705)
textproc/rubygem-nokogiri111|textproc/rubygem-nokogiri|2024-07-17|Obsolete, use textproc/rubygem-nokogiri instead

View File

@ -1851,7 +1851,6 @@
SUBDIR += rubygem-multi_xml
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-nokogiri-diff
SUBDIR += rubygem-nokogiri111
SUBDIR += rubygem-nokogumbo
SUBDIR += rubygem-octopress-escape-code
SUBDIR += rubygem-opml

View File

@ -1,35 +0,0 @@
PORTNAME= nokogiri
PORTVERSION= 1.11.7
PORTREVISION= 4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 111
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML, XML, SAX, and Reader parser
WWW= https://nokogiri.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \
rubygem-racc>=1.4<2:devel/rubygem-racc
USES= cpe gem gnome pkgconfig gettext-runtime
USE_GNOME= libxml2 libxslt
CONFIGURE_ARGS= --use-system-libraries
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/nokogiri
${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD}
${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/
PORTSCOUT= limit:^1\.11\.
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1625258881
SHA256 (rubygem/nokogiri-1.11.7.gem) = 4976a9c9e796527d51dc6c311b9bd93a0233f6a7962a0f569aa5c782461836ef
SIZE (rubygem/nokogiri-1.11.7.gem) = 9353728

View File

@ -1,46 +0,0 @@
--- ext/nokogiri/extconf.rb.orig 2022-01-26 09:35:58 UTC
+++ ext/nokogiri/extconf.rb
@@ -891,6 +891,43 @@ unless config_system_libraries?
end
end
+$INSTALLFILES = [
+ ['html_document.h', '$(archdir)'],
+ ['html_element_description.h', '$(archdir)'],
+ ['html_entity_lookup.h', '$(archdir)'],
+ ['html_sax_parser_context.h', '$(archdir)'],
+ ['html_sax_push_parser.h', '$(archdir)'],
+ ['nokogiri.h', '$(archdir)'],
+ ['xml_attr.h', '$(archdir)'],
+ ['xml_attribute_decl.h', '$(archdir)'],
+ ['xml_cdata.h', '$(archdir)'],
+ ['xml_comment.h', '$(archdir)'],
+ ['xml_document.h', '$(archdir)'],
+ ['xml_document_fragment.h', '$(archdir)'],
+ ['xml_dtd.h', '$(archdir)'],
+ ['xml_element_content.h', '$(archdir)'],
+ ['xml_element_decl.h', '$(archdir)'],
+ ['xml_encoding_handler.h', '$(archdir)'],
+ ['xml_entity_decl.h', '$(archdir)'],
+ ['xml_entity_reference.h', '$(archdir)'],
+ ['xml_io.h', '$(archdir)'],
+ ['xml_libxml2_hacks.h', '$(archdir)'],
+ ['xml_namespace.h', '$(archdir)'],
+ ['xml_node.h', '$(archdir)'],
+ ['xml_node_set.h', '$(archdir)'],
+ ['xml_processing_instruction.h', '$(archdir)'],
+ ['xml_reader.h', '$(archdir)'],
+ ['xml_relax_ng.h', '$(archdir)'],
+ ['xml_sax_parser.h', '$(archdir)'],
+ ['xml_sax_parser_context.h', '$(archdir)'],
+ ['xml_sax_push_parser.h', '$(archdir)'],
+ ['xml_schema.h', '$(archdir)'],
+ ['xml_syntax_error.h', '$(archdir)'],
+ ['xml_text.h', '$(archdir)'],
+ ['xml_xpath_context.h', '$(archdir)'],
+ ['xslt_stylesheet.h', '$(archdir)'],
+]
+
create_makefile('nokogiri/nokogiri')
if config_clean?

File diff suppressed because one or more lines are too long

View File

@ -1,7 +0,0 @@
* XPath support for document searching
* CSS3 selector support for document searching
* XML/HTML builder
* Drop in replacement for Hpricot (though not bug for bug)
Nokogiri parses and searches XML/HTML very quickly, and also has
correctly implemented CSS3 selector support as well as XPath support.