diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:16:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:16:18 +0000 |
commit | 0ad5fff675bdaebf2cbde30d92c71ac6f18f5c41 (patch) | |
tree | 594017a9097f83d5c97ebd5d74eb793ea0d7d8cb /misc | |
parent | Add PORTREVISION (diff) |
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 <sluggo@jinx.unknown.nu>
Notes
Notes:
svn path=/head/; revision=32667
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/quranref/Makefile | 24 | ||||
-rw-r--r-- | misc/quranref/distinfo | 1 | ||||
-rw-r--r-- | misc/quranref/pkg-comment | 1 | ||||
-rw-r--r-- | misc/quranref/pkg-descr | 16 | ||||
-rw-r--r-- | misc/quranref/pkg-plist | 12 |
6 files changed, 55 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 027176729618..8cdf7c9b7dcb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -111,6 +111,7 @@ SUBDIR += qclock SUBDIR += qhacc SUBDIR += quotes + SUBDIR += quranref SUBDIR += rfc SUBDIR += rpm SUBDIR += rpm2cpio 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 <user@unknown.nu> +# +# $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 <bsd.port.mk> 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 |