public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
new port: German dictionary for hunspell


git-svn-id: http://svn.macports.org/repository/macports/trunk@36821 
d073be05-634f-4543-b044-5fe20cf6d1d6
Jochen Küpper (author)
Thu May 15 08:38:11 -0700 2008
commit  6cb35ccf132a2dadc8fc62a2fe94714982420e18
tree    50f3529f606140abd7f4467592bd143c518e29ad
parent  258a28287f06079576debac5da7cf2ca0fb157a7
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0
@@ -1 +1,33 @@
0
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
0
+# $Id$
0
+
0
+PortSystem 1.0
0
+
0
+name     hunspell-dict-en_US
0
+version     2006-02-07
0
+categories   textproc
0
+maintainers   openmaintainer jochen
0
+description   English (US) dictionary for hunspell
0
+homepage   http://wiki.services.openoffice.org/wiki/Dictionaries
0
+platforms   darwin
0
+
0
+long_description $description
0
+
0
+master_sites   http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
0
+
0
+distname   en_US
0
+checksums   md5 cb1e21fee281f32d832a34ad6de1b553
0
+
0
+use_zip   yes
0
+
0
+set installdir "$destroot/$prefix/share/hunspell/"
0
+set worksrcdir "."
0
+
0
+configure {}
0
+build {}
0
+destroot {
0
+ xinstall -d -m 755 $installdir
0
+ xinstall -m 644 $workpath/en_US.aff $installdir
0
+ xinstall -m 644 $workpath/en_US.dic $installdir
0
+}

Comments

    No one has commented yet.