Remove poxml, long unhooked
This commit is contained in:
parent
d159f8d1ad
commit
ee96b8f3f1
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:28 naddy Exp $
|
||||
|
||||
COMMENT = convert PO files to XML
|
||||
DISTNAME = poxml-${MODKDE4_VERSION}
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/poxml
|
||||
|
||||
WANTLIB = c m pthread
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
WANTLIB += lib/qt4/QtXml
|
||||
WANTLIB += gettextpo iconv intl
|
||||
|
||||
MODKDE4_USE = libs
|
||||
LIB_DEPENDS = devel/gettext,-tools
|
||||
|
||||
# redundant but required to work around msgfmt poisoning in bsd.port.mk
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (kde/poxml-4.14.3.tar.xz) = 3cVXhDUuH/4RhsmWOftOyZy+9/PBYnwDaMnuw/hwFAg=
|
||||
SIZE (kde/poxml-4.14.3.tar.xz) = 31396
|
@ -1,22 +0,0 @@
|
||||
$OpenBSD: patch-tests_CMakeLists_txt,v 1.1 2014/11/01 21:09:46 zhuk Exp $
|
||||
KDE deconflicting.
|
||||
--- tests/CMakeLists.txt.orig Thu Oct 30 22:29:31 2014
|
||||
+++ tests/CMakeLists.txt Thu Oct 30 22:29:44 2014
|
||||
@@ -5,7 +5,7 @@ if (GETTEXT_FOUND)
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lauri.pot
|
||||
- COMMAND checkXML ${lauri_xml}
|
||||
+ COMMAND checkXML4 ${lauri_xml}
|
||||
COMMAND xml2pot ${lauri_xml} > lauri.pot
|
||||
COMMAND msgmerge -o lauri.pot lauri.pot lauri.pot
|
||||
DEPENDS ${lauri_xml}
|
||||
@@ -38,7 +38,7 @@ add_custom_target(tests-data ALL
|
||||
|
||||
add_test(
|
||||
NAME lauri_de
|
||||
- COMMAND checkXML lauri_de.xml
|
||||
+ COMMAND checkXML4 lauri_de.xml
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
@ -1,9 +0,0 @@
|
||||
split2po is a command-line tool that takes the two given DocBook
|
||||
XML files and produces a gettext message file (PO-file) that
|
||||
represents the changes between them.
|
||||
|
||||
xml2pot is a command-line tool that produces a gettext message
|
||||
template file from the DocBook XML file original-XML.
|
||||
|
||||
Some utilities from original package were not ported due
|
||||
to lack of C runtime for Antlr 2 in our ports.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/11/01 21:09:47 zhuk Exp $
|
||||
@conflict kdesdk-<4.11
|
||||
@bin bin/po2xml
|
||||
@bin bin/split2po
|
||||
@bin bin/swappo
|
||||
@bin bin/xml2pot
|
||||
@man man/man1/po2xml.1
|
||||
@man man/man1/split2po.1
|
||||
@man man/man1/swappo.1
|
||||
@man man/man1/xml2pot.1
|
Loading…
x
Reference in New Issue
Block a user