Bug 176798

Summary: [new port] textproc/stardict-dict-fa_IR english-persian dictionary for stardict
Product: Ports & Packages Reporter: javad.kouhi
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description javad.kouhi 2013-03-10 00:00:00 UTC

    
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-10 06:39:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-10 06:40:39 UTC
Author: rm
Date: Sun Mar 10 06:40:30 2013
New Revision: 313810
URL: http://svnweb.freebsd.org/changeset/ports/313810

Log:
  English-Persian dictionaries for stardict2 and stardict3.
  
  WWW: http://pyglossary.sourceforge.net
  
  PR:		176798
  Submitted by:   Javad Kouhi <javad.kouhi@gmail.com>

Added:
  head/textproc/stardict-dict-fa_IR/
  head/textproc/stardict-dict-fa_IR/Makefile   (contents, props changed)
  head/textproc/stardict-dict-fa_IR/distinfo   (contents, props changed)
  head/textproc/stardict-dict-fa_IR/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar 10 06:28:25 2013	(r313809)
+++ head/textproc/Makefile	Sun Mar 10 06:40:30 2013	(r313810)
@@ -1387,6 +1387,7 @@
     SUBDIR += stardict-BritannicaConcise
     SUBDIR += stardict-MerrianWebster
     SUBDIR += stardict-OxfordCollocation
+    SUBDIR += stardict-dict-fa_IR
     SUBDIR += stardict-longman
     SUBDIR += stardict-oald
     SUBDIR += stardict-rptts

Added: head/textproc/stardict-dict-fa_IR/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/stardict-dict-fa_IR/Makefile	Sun Mar 10 06:40:30 2013	(r313810)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	stardict-dict-fa_IR
+PORTVERSION=	1.0.0
+CATEGORIES=	textproc
+MASTER_SITES=	SF/pyglossary/dic/English-Persion/
+DISTNAME=	Open%20Dictionary%20aka%20QueerDick-2010-09-28-rich
+DIST_SUBDIR=	stardict
+
+MAINTAINER=	javad.kouhi@gmail.com
+COMMENT=	English-Persian dictionary for stardict
+
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+WRKSRC=		"${WRKDIR}/Open Dictionary aka QueerDick-2010-09-28-rich"
+
+PLIST_FILES=	share/stardict/dic/Arianpur-OpenDictionary.dict.dz \
+		share/stardict/dic/Arianpur-OpenDictionary.idx \
+		share/stardict/dic/Arianpur-OpenDictionary.ifo
+PLIST_DIRSTRY=	share/stardict/dic \
+		share/stardict
+
+do-install:
+	${MKDIR} ${PREFIX}/share/stardict/dic/
+	${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.dict.dz ${PREFIX}/share/stardict/dic/
+	${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.idx ${PREFIX}/share/stardict/dic/
+	${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.ifo ${PREFIX}/share/stardict/dic/
+
+.include <bsd.port.mk>

Added: head/textproc/stardict-dict-fa_IR/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/stardict-dict-fa_IR/distinfo	Sun Mar 10 06:40:30 2013	(r313810)
@@ -0,0 +1,2 @@
+SHA256 (stardict/Open%20Dictionary%20aka%20QueerDick-2010-09-28-rich.tar.gz) = f6720d5c562b480223d88d1335ad16d1cd68081e2a0d96a211bc01f83dc62b11
+SIZE (stardict/Open%20Dictionary%20aka%20QueerDick-2010-09-28-rich.tar.gz) = 9464057

Added: head/textproc/stardict-dict-fa_IR/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/stardict-dict-fa_IR/pkg-descr	Sun Mar 10 06:40:30 2013	(r313810)
@@ -0,0 +1,3 @@
+English-Persian dictionaries for stardict2 and stardict3.
+
+WWW: http://pyglossary.sourceforge.net
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-10 06:41:01 UTC
State Changed
From-To: open->closed

New port added, thank you!