pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-qutrub: removed; last update 2009-08-26



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Sun Jan 25 13:19:55 2026 +0100
Changeset:	011d324f718de331012207b0a6dba038b4aff27e

Modified Files:
	Makefile
Removed Files:
	py-qutrub/DESCR
	py-qutrub/Makefile
	py-qutrub/PLIST
	py-qutrub/distinfo

Log Message:
py-qutrub: removed; last update 2009-08-26

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=011d324f718de331012207b0a6dba038b4aff27e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 py-qutrub/DESCR    | 12 ------------
 py-qutrub/Makefile | 44 --------------------------------------------
 py-qutrub/PLIST    | 40 ----------------------------------------
 py-qutrub/distinfo |  5 -----
 5 files changed, 102 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 01534875dd..db1961bc98 100644
--- a/Makefile
+++ b/Makefile
@@ -4598,7 +4598,6 @@ SUBDIR+=	py-qubovert
 SUBDIR+=	py-quhep
 SUBDIR+=	py-qupulse
 SUBDIR+=	py-qutip
-SUBDIR+=	py-qutrub
 SUBDIR+=	py-radontea
 SUBDIR+=	py-rainbownum
 SUBDIR+=	py-randomdict
diff --git a/py-qutrub/DESCR b/py-qutrub/DESCR
deleted file mode 100644
index 8f524e6ce7..0000000000
--- a/py-qutrub/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Web interface for the Arabic verb conjugator Qutrub. The purpose of this
-software is to simplify automating conjugation for Arabic verbs. This software
-is part of the Arabic spellchecker project, focused on studying the behavior of
-Arabic verbs, to be able to identify the conjugated verbs and its root, and thus
-be able to spell check it or search for it. Qutrub conjugates a verb with
-minimal input (vocalized verb, the future mark), and conjugates it in a generic
-way. It doesn't use classified models of verb conjugation. Qutrub detects the
-verb class and conjugates it in the appropriate form. Qutrub offers many
-features:
-
- -Conjugation for past, future, imperative and passive voices.
- -Suggestion for trilateral verbs.
diff --git a/py-qutrub/Makefile b/py-qutrub/Makefile
deleted file mode 100644
index 311b97b2ae..0000000000
--- a/py-qutrub/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/06/22 19:54:49 thomasklausner Exp $
-
-DISTNAME=	qutrub-0.5
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc python
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=arabeyes/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://qutrub.arabeyes.org/index
-COMMENT=	Qutrub is an Arabic verb conjugator
-LICENSE=	gnu-gpl-v2
-
-DEPENDS+=	${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python>=3.3.1:../../www/ap2-python
-
-USE_TOOLS+=	pax
-USE_LANGUAGES=	# none
-
-QUTRUB_FILES=	ar_ctype.py arabic_const.py classverb.py mosaref_main.py  conjugate.py conjugatedisplay.py  index.py verb_const.py
-
-PLIST_SUBST+=	PYSITELIB=${PYSITELIB}
-PYTHON_VERSIONS_ACCEPTED=	27 # py-sqlite2
-PY_EXEC=	${PREFIX}/bin/python${PYVERSSUFFIX}
-QUTRUBDIR=	${PREFIX}/${PYSITELIB}/py-qutrub
-
-INSTALLATION_DIRS=	bin ${QUTRUBDIR}
-
-do-build:
-	    printf "#! ${SH}\\nexec  ${PY_EXEC} -OO ${QUTRUBDIR}/conjugate.py  \"\$$@\"\\n" >> ${WRKSRC}/qutrub.sh
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/qutrub.sh ${DESTDIR}${PREFIX}/bin/qutrub
-	for a in ${QUTRUB_FILES}; do \
-		${INSTALL_DATA} ${WRKSRC}/$$a ${DESTDIR}${QUTRUBDIR}/$$a; \
-	done
-	cd ${WRKSRC}/data && pax -rw -pp . ${DESTDIR}${QUTRUBDIR}/data
-	cd ${WRKSRC}/styles && pax -rw -pp . ${DESTDIR}${QUTRUBDIR}/styles
-	cd ${WRKSRC}/images && pax -rw -pp . ${DESTDIR}${QUTRUBDIR}/images
-	cd ${WRKSRC}/templates && pax -rw -pp . ${DESTDIR}${QUTRUBDIR}/templates
-
-.include "../../databases/py-sqlite2/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/apache.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-qutrub/PLIST b/py-qutrub/PLIST
deleted file mode 100644
index cbd1e02aba..0000000000
--- a/py-qutrub/PLIST
+++ /dev/null
@@ -1,40 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/07 00:57:41 jihbed Exp $
-bin/qutrub
-${PYSITELIB}/py-qutrub/ar_ctype.py
-${PYSITELIB}/py-qutrub/arabic_const.py
-${PYSITELIB}/py-qutrub/classverb.py
-${PYSITELIB}/py-qutrub/conjugate.py
-${PYSITELIB}/py-qutrub/conjugatedisplay.py
-${PYSITELIB}/py-qutrub/data/ar_verb_normalized.dict
-${PYSITELIB}/py-qutrub/data/verbdict.db
-${PYSITELIB}/py-qutrub/data/verblog.db
-${PYSITELIB}/py-qutrub/images/.htaccess
-${PYSITELIB}/py-qutrub/images/group_logo.jpg
-${PYSITELIB}/py-qutrub/images/logo.jpg
-${PYSITELIB}/py-qutrub/images/logo2.jpg
-${PYSITELIB}/py-qutrub/images/small_logo.jpg
-${PYSITELIB}/py-qutrub/images/small_logo2.jpg
-${PYSITELIB}/py-qutrub/images/small_logo3.jpg
-${PYSITELIB}/py-qutrub/index.py
-${PYSITELIB}/py-qutrub/mosaref_main.py
-${PYSITELIB}/py-qutrub/styles/.htaccess
-${PYSITELIB}/py-qutrub/styles/style.css
-${PYSITELIB}/py-qutrub/templates/.htaccess
-${PYSITELIB}/py-qutrub/templates/changlog_body.html
-${PYSITELIB}/py-qutrub/templates/contact_body.html
-${PYSITELIB}/py-qutrub/templates/error_body.html
-${PYSITELIB}/py-qutrub/templates/help_body.html
-${PYSITELIB}/py-qutrub/templates/home_body.html
-${PYSITELIB}/py-qutrub/templates/idea_body.html
-${PYSITELIB}/py-qutrub/templates/link_body.html
-${PYSITELIB}/py-qutrub/templates/log_body.html
-${PYSITELIB}/py-qutrub/templates/main_frame.html
-${PYSITELIB}/py-qutrub/templates/main_menu.html
-${PYSITELIB}/py-qutrub/templates/qutrub-layout.tex
-${PYSITELIB}/py-qutrub/templates/qutrub_body.html
-${PYSITELIB}/py-qutrub/templates/tasrefat.csv
-${PYSITELIB}/py-qutrub/templates/tasrefat.html
-${PYSITELIB}/py-qutrub/templates/tasrefat.tex
-${PYSITELIB}/py-qutrub/templates/tasrefat.text
-${PYSITELIB}/py-qutrub/templates/tasrefat.xml
-${PYSITELIB}/py-qutrub/verb_const.py
diff --git a/py-qutrub/distinfo b/py-qutrub/distinfo
deleted file mode 100644
index 6ed59d0902..0000000000
--- a/py-qutrub/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/09/07 00:57:41 jihbed Exp $
-
-RMD160 (qutrub-0.5.tar.gz) = 57006ac35b19c5bcfdffae0ff9b87686f0c31d7c
-SHA512 (qutrub-0.5.tar.gz) = ca18de7cced662dc4d351692fdc87598f4701091962a608e729d0378290c2f466df268469fe2ecfdf546503519d540fdc0725efb2b6a37687c3a1b9ac4e2a037
-Size (qutrub-0.5.tar.gz) = 429827 bytes


Home | Main Index | Thread Index | Old Index