From 0ad5fff675bdaebf2cbde30d92c71ac6f18f5c41 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 16 Sep 2000 04:16:18 +0000 Subject: Add Quranref 1.01, which offers simple tools for word and passage-based access to M. H. Shakir's translation of the Holy Qur'an. PR: 20203 Submitted by: Kim Scarborough --- misc/quranref/Makefile | 24 ++++++++++++++++++++++++ misc/quranref/distinfo | 1 + misc/quranref/pkg-comment | 1 + misc/quranref/pkg-descr | 16 ++++++++++++++++ misc/quranref/pkg-plist | 12 ++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 misc/quranref/Makefile create mode 100644 misc/quranref/distinfo create mode 100644 misc/quranref/pkg-comment create mode 100644 misc/quranref/pkg-descr create mode 100644 misc/quranref/pkg-plist (limited to 'misc/quranref') diff --git a/misc/quranref/Makefile b/misc/quranref/Makefile new file mode 100644 index 000000000000..0d20d6a03df4 --- /dev/null +++ b/misc/quranref/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: quranref +# Date created: 26 July 2000 +# Whom: Kim Scarborough +# +# $FreeBSD$ +# + +PORTNAME= quranref +PORTVERSION= 1.01 +CATEGORIES= misc +MASTER_SITES= http://www.unknown.nu/ports/ + +MAINTAINER= user@unknown.nu + +BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/quranref + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/quranref + ${INSTALL_DATA} ${WRKSRC}/README.2000 ${PREFIX}/share/doc/quranref +.endif + +.include diff --git a/misc/quranref/distinfo b/misc/quranref/distinfo new file mode 100644 index 000000000000..9abe8b5c33de --- /dev/null +++ b/misc/quranref/distinfo @@ -0,0 +1 @@ +MD5 (quranref-1.01.tar.gz) = 2e753665e9a365de28f8b932a547eb50 diff --git a/misc/quranref/pkg-comment b/misc/quranref/pkg-comment new file mode 100644 index 000000000000..03821191a424 --- /dev/null +++ b/misc/quranref/pkg-comment @@ -0,0 +1 @@ +An interactive Quran (Koran) diff --git a/misc/quranref/pkg-descr b/misc/quranref/pkg-descr new file mode 100644 index 000000000000..648bfe087aa7 --- /dev/null +++ b/misc/quranref/pkg-descr @@ -0,0 +1,16 @@ +Quranref offers simple tools for word and passage-based access to M. H. +Shakir's translation of the Holy Qur'an. With Quranref, you can perform +most of the more basic, low-level functions commercial browsing packages +offer (and perhaps a few not found in some of the commercial Qur'an study +packages). You can, for example, + + - retrieve any passage by section:verse number + - move forward or backward relative to the retrieved passage + - search the entire Qur'an for words and/or word-patterns + - search for word co-occurrences (or the absence thereof) + - save passages and/or passage-lists for use with an editor + +Although this program is hardly the product of any major research effort, +it should prove sophisticated enough for casual use. Its main fault right +now is that it relies on a scanned text which is positively rife with +errors. diff --git a/misc/quranref/pkg-plist b/misc/quranref/pkg-plist new file mode 100644 index 000000000000..85837e17bbf1 --- /dev/null +++ b/misc/quranref/pkg-plist @@ -0,0 +1,12 @@ +bin/quranref +lib/quranref/qur.rtv +lib/quranref/xxxxqurrtv.BMP +lib/quranref/xxxxqurrtv.IND +lib/quranref/xxxxqurrtv.IS +lib/quranref/xxxxqurrtv.LIM +lib/quranref/xxxxqurrtv.OFS +lib/quranref/xxxxqurrtv.UNT +share/doc/quranref/README +share/doc/quranref/README.2000 +@dirrm lib/quranref +@dirrm share/doc/quranref -- cgit v1.2.3