Ravenports generated: 03 Oct 2018 08:39
[ravenports.git] / bucket_EF / words
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               words
4 VERSION=                1.97F
5 KEYWORDS=               textproc
6 VARIANTS=               standard
7 SDESC[standard]=        Latin-English Dictionary Program
8 HOMEPAGE=               http://archives.nd.edu/whitaker/wordsdoc.htm
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://archives.nd.edu/whitaker/
13 DISTFILE[1]=            wordsall.zip:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 EXTRACT_DIRTY=          1
23
24 LICENSE=                PUBDOM:primary
25 LICENSE_FILE=           PUBDOM:{{FILESDIR}/LICENSE
26 LICENSE_SCHEME=         solo
27
28 FPC_EQUIVALENT=         textproc/words
29
30 SUB_FILES=              words
31
32 do-build:
33         @cd ${WRKSRC} && \
34                 ${SETENV} ${MAKE_ENV} gnatmake -O3 words ${GNATLINK_ARGS} && \
35                 ${SETENV} ${MAKE_ENV} gnatmake makedict && \
36                 ${SETENV} ${MAKE_ENV} gnatmake makestem && \
37                 ${SETENV} ${MAKE_ENV} gnatmake makeefil && \
38                 ${SETENV} ${MAKE_ENV} gnatmake makeinfl && \
39                 ${ECHO_CMD} G | ./makedict DICTLINE.GEN && \
40                 ${ECHO_CMD} G | ./makestem STEMLIST.GEN && \
41                 ./makeefil EWDSLIST.GEN && \
42                 ./makeinfl INFLECTS.LAT
43
44 do-install:
45         @${MKDIR} ${STAGEDIR}${PREFIX}/share/words ${STAGEDIR}${STD_DOCDIR}
46         ${INSTALL_PROGRAM} ${WRKSRC}/words ${STAGEDIR}${PREFIX}/share/words
47         ${INSTALL_DATA} ${WRKSRC}/DICTFILE.GEN ${STAGEDIR}${PREFIX}/share/words
48         ${INSTALL_DATA} ${WRKSRC}/STEMFILE.GEN ${STAGEDIR}${PREFIX}/share/words
49         ${INSTALL_DATA} ${WRKSRC}/INDXFILE.GEN ${STAGEDIR}${PREFIX}/share/words
50         ${INSTALL_DATA} ${WRKSRC}/EWDSFILE.GEN ${STAGEDIR}${PREFIX}/share/words
51         ${INSTALL_DATA} ${WRKSRC}/INFLECTS.SEC ${STAGEDIR}${PREFIX}/share/words
52         ${INSTALL_DATA} ${WRKSRC}/ADDONS.LAT ${STAGEDIR}${PREFIX}/share/words
53         ${INSTALL_DATA} ${WRKSRC}/UNIQUES.LAT ${STAGEDIR}${PREFIX}/share/words
54         ${INSTALL_SCRIPT} ${WRKDIR}/words ${STAGEDIR}${PREFIX}/bin
55         ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${STAGEDIR}${STD_DOCDIR}
56
57 [FILE:710:descriptions/desc.primary.standard]
58 WORDS is a free Latin-English dictionary program which takes keyboard
59 input or a file of Latin text lines and provides an analysis/morphology
60 (declension, conjugation, case, tense, etc.) of each word individually,
61 the dictionary form, and the translation (meaning).
62
63 The dictionary contains over 30000 entries and, through additional word
64 construction with hundreds of prefixes and suffixes, may generate more,
65 leading to many hundreds of thousands of 'words' that can be formed by
66 declension and conjugation. Present emphisis is on classical Latin and
67 late Latin, but medieval Latin entries are increasing. WORDS provides a
68 tool to help in translations for the Latin student and a memory jog for
69 researchers.
70
71
72 [FILE:91:distinfo]
73 592134d7602879e0937b6f977a6f63aa1d14b813edaf6de04a1d8596a9a2c18e      2879824 wordsall.zip
74
75
76 [FILE:125:manifests/plist.primary.standard]
77 bin/words
78 share/words/
79  ADDONS.LAT
80  DICTFILE.GEN
81  EWDSFILE.GEN
82  INDXFILE.GEN
83  INFLECTS.SEC
84  STEMFILE.GEN
85  UNIQUES.LAT
86  words
87
88
89 [FILE:29:manifests/plist.docs.standard]
90 share/doc/words/wordsdoc.htm
91
92
93 [FILE:179:files/LICENSE]
94 License
95 =======
96 All parts of the WORDS system, source code and data files, are made freely
97 available to anyone who wishes to use them, for whatever purpose.
98
99 (From wordsdoc.html)
100
101
102 [FILE:51:files/words.in]
103 #!/bin/sh
104
105 cd %%PREFIX%%/share/words && ./words $@
106