Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: /, files/, config/
Date: Tue, 01 Apr 2014 16:39:04
Message-Id: 1396370196.0ed1f156db5c6219cbf644f7eff6e0491574e7f4.dywi@gentoo
1 commit: 0ed1f156db5c6219cbf644f7eff6e0491574e7f4
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Mon Mar 31 17:59:58 2014 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Tue Apr 1 16:36:36 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0ed1f156
7
8 update generated files
9
10 ---
11 R-overlay.conf | 3 +-
12 R-overlay.conf => R-overlay.conf.others | 19 +-
13 config/R-overlay.conf.install | 3 +-
14 ....conf.install => R-overlay.conf.install.others} | 19 +-
15 files/licenses | 753 +++++++++++++++++++++
16 5 files changed, 783 insertions(+), 14 deletions(-)
17
18 diff --git a/R-overlay.conf b/R-overlay.conf
19 index 29d7b33..e75b0a8 100644
20 --- a/R-overlay.conf
21 +++ b/R-overlay.conf
22 @@ -90,6 +90,7 @@ LICENSE_MAP="config/license.map"
23 OVERLAY_ECLASS="files/eclass/R-packages.eclass"
24
25 # default category for created ebuilds
26 +# (usually overridden by package rules)
27 # Defaults to "sci-R".
28 #OVERLAY_CATEGORY="sci-R"
29
30 @@ -112,7 +113,7 @@ DISTDIR_STRATEGY="hardlink symlink"
31 # usually not needed
32 #DISTDIR_VERIFY="no"
33
34 -# distmap compression format (none, bzip2 or gzip)
35 +# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
36 # Defaults to "bzip2".
37 #DISTMAP_COMPRESSION="bzip2"
38
39
40 diff --git a/R-overlay.conf b/R-overlay.conf.others
41 similarity index 87%
42 copy from R-overlay.conf
43 copy to R-overlay.conf.others
44 index 29d7b33..fc7ad69 100644
45 --- a/R-overlay.conf
46 +++ b/R-overlay.conf.others
47 @@ -20,9 +20,10 @@ LOG_FILE="workdir/log/roverlay.log"
48 # directory for cache data
49 CACHEDIR="workdir/cache"
50
51 -# portage directory
52 -# used to scan for valid licenses
53 -PORTDIR="/usr/portage"
54 +# name of/path to the ebuild executable
55 +# optional, but required for importing hand-written ebuilds and
56 +# MANIFEST_IMPLEMENTATION=ebuild (see below)
57 +#EBUILD_PROG="/usr/bin/ebuild"
58
59
60 # --- Logging Configuration (optional) ---
61 @@ -90,6 +91,7 @@ LICENSE_MAP="config/license.map"
62 OVERLAY_ECLASS="files/eclass/R-packages.eclass"
63
64 # default category for created ebuilds
65 +# (usually overridden by package rules)
66 # Defaults to "sci-R".
67 #OVERLAY_CATEGORY="sci-R"
68
69 @@ -112,7 +114,7 @@ DISTDIR_STRATEGY="hardlink symlink"
70 # usually not needed
71 #DISTDIR_VERIFY="no"
72
73 -# distmap compression format (none, bzip2 or gzip)
74 +# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
75 # Defaults to "bzip2".
76 #DISTMAP_COMPRESSION="bzip2"
77
78 @@ -122,11 +124,15 @@ DISTDIR_STRATEGY="hardlink symlink"
79
80 # try to read licenses from PORTDIR/licenses
81 # Defaults to "yes".
82 -#USE_PORTAGE_LICENSES="no"
83 +USE_PORTAGE_LICENSES="no"
84 +
85 +# file that lists all known licenses (one per line)
86 +# Defaults to "<CACHEDIR>/licenses".
87 +LICENSES_FILE="files/licenses"
88
89 # create a licenses file after reading portage licenses
90 # Defaults to "yes".
91 -#CREATE_LICENSES_FILE="no"
92 +CREATE_LICENSES_FILE="no"
93
94 # forbid/allow syncing with remotes
95 # Defaults to "no".
96 @@ -135,5 +141,6 @@ DISTDIR_STRATEGY="hardlink symlink"
97 # Manifest file creation
98 # Available choices are 'next' (internal, fast)
99 # and 'ebuild' (using ebuild(1), slow, but failsafe).
100 +# *** 'ebuild' needs a valid EBUILD_PROG ***
101 # Defaults to "next".
102 #MANIFEST_IMPLEMENTATION="ebuild"
103
104 diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install
105 index 7e84d3f..fc4256d 100644
106 --- a/config/R-overlay.conf.install
107 +++ b/config/R-overlay.conf.install
108 @@ -87,6 +87,7 @@ LICENSE_MAP="/etc/roverlay/license.map"
109 OVERLAY_ECLASS="/usr/share/roverlay/eclass/R-packages.eclass"
110
111 # default category for created ebuilds
112 +# (usually overridden by package rules)
113 # Defaults to "sci-R".
114 #OVERLAY_CATEGORY="sci-R"
115
116 @@ -104,7 +105,7 @@ DISTDIR_STRATEGY="hardlink symlink"
117 # usually not needed
118 #DISTDIR_VERIFY="no"
119
120 -# distmap compression format (none, bzip2 or gzip)
121 +# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
122 # Defaults to "bzip2".
123 #DISTMAP_COMPRESSION="bzip2"
124
125
126 diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install.others
127 similarity index 86%
128 copy from config/R-overlay.conf.install
129 copy to config/R-overlay.conf.install.others
130 index 7e84d3f..e66cc34 100644
131 --- a/config/R-overlay.conf.install
132 +++ b/config/R-overlay.conf.install.others
133 @@ -20,9 +20,10 @@ LOG_FILE="~/roverlay/log/roverlay.log"
134 # directory for cache data
135 CACHEDIR="~/roverlay/cache"
136
137 -# portage directory
138 -# used to scan for valid licenses
139 -PORTDIR="/usr/portage"
140 +# name of/path to the ebuild executable
141 +# optional, but required for importing hand-written ebuilds and
142 +# MANIFEST_IMPLEMENTATION=ebuild (see below)
143 +#EBUILD_PROG="/usr/bin/ebuild"
144
145
146 # --- Logging Configuration (optional) ---
147 @@ -87,6 +88,7 @@ LICENSE_MAP="/etc/roverlay/license.map"
148 OVERLAY_ECLASS="/usr/share/roverlay/eclass/R-packages.eclass"
149
150 # default category for created ebuilds
151 +# (usually overridden by package rules)
152 # Defaults to "sci-R".
153 #OVERLAY_CATEGORY="sci-R"
154
155 @@ -104,7 +106,7 @@ DISTDIR_STRATEGY="hardlink symlink"
156 # usually not needed
157 #DISTDIR_VERIFY="no"
158
159 -# distmap compression format (none, bzip2 or gzip)
160 +# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
161 # Defaults to "bzip2".
162 #DISTMAP_COMPRESSION="bzip2"
163
164 @@ -114,11 +116,15 @@ DISTDIR_STRATEGY="hardlink symlink"
165
166 # try to read licenses from PORTDIR/licenses
167 # Defaults to "yes".
168 -#USE_PORTAGE_LICENSES="no"
169 +USE_PORTAGE_LICENSES="no"
170 +
171 +# file that lists all known licenses (one per line)
172 +# Defaults to "<CACHEDIR>/licenses".
173 +LICENSES_FILE="/usr/share/roverlay/licenses"
174
175 # create a licenses file after reading portage licenses
176 # Defaults to "yes".
177 -#CREATE_LICENSES_FILE="no"
178 +CREATE_LICENSES_FILE="no"
179
180 # forbid/allow syncing with remotes
181 # Defaults to "no".
182 @@ -127,5 +133,6 @@ DISTDIR_STRATEGY="hardlink symlink"
183 # Manifest file creation
184 # Available choices are 'next' (internal, fast)
185 # and 'ebuild' (using ebuild(1), slow, but failsafe).
186 +# *** 'ebuild' needs a valid EBUILD_PROG ***
187 # Defaults to "next".
188 #MANIFEST_IMPLEMENTATION="ebuild"
189
190 diff --git a/files/licenses b/files/licenses
191 new file mode 100644
192 index 0000000..bd8fd1d
193 --- /dev/null
194 +++ b/files/licenses
195 @@ -0,0 +1,753 @@
196 +2dboy-EULA
197 +3proxy
198 +3ware
199 +7plus
200 +9base
201 +9wm
202 +abyss
203 +ACE
204 +ACML
205 +aczoom
206 +Adaptec-EULA
207 +Adobe
208 +AdobeFlash-10.3
209 +AdobeFlash-11.x
210 +AdobePS
211 +adom
212 +AFL-2.1
213 +AFL-3.0
214 +AgereSystems-WinModem
215 +AGPL-3
216 +AGREP
217 +Aladdin
218 +Alasir
219 +Allegro
220 +all-rights-reserved
221 +ALMWorks-1.2
222 +alternate
223 +Amazon
224 +AMD
225 +AMD-ADL
226 +amd-ucode
227 +amiwm
228 +AMPAS
229 +android
230 +AOL
231 +Apache-1.1
232 +Apache-2.0
233 +ApE
234 +APL-1.0
235 +Apple
236 +APSL-2
237 +aquafont
238 +arb
239 +ARIADNE
240 +arj
241 +Arkkra
242 +ARM-FAST-MODEL
243 +Arphic
244 +ArpWarp
245 +Artistic
246 +Artistic-2
247 +ArxFatalisDemo
248 +ArxFatalis-EULA-GOG
249 +ArxFatalis-EULA-JoWooD
250 +as-is
251 +ASRP
252 +astrolog
253 +atheros-hal
254 +Atmel
255 +ATOK
256 +AVASYS
257 +AVM-dtrace
258 +AVM-FC
259 +AvP
260 +AZARA
261 +Babylon
262 +BAEKMUK
263 +bakoma
264 +bass
265 +battalion
266 +baudline
267 +BCS
268 +bea.ri.jsr173
269 +BEER-WARE
270 +bertini
271 +bestcrypt
272 +BigelowHolmes
273 +bioapi
274 +BitstreamCyberbit
275 +BitstreamVera
276 +BitTorrent
277 +BL
278 +blackshades
279 +blat
280 +Blitz-Artistic
281 +bluez-firmware
282 +boehm-gc
283 +bonnie
284 +Boost-1.0
285 +Broadcom
286 +BSD
287 +BSD-1
288 +BSD-2
289 +BSD-4
290 +BSD-with-attribution
291 +buddy
292 +bufexplorer.vim
293 +BUILDLIC
294 +bungie-marathon
295 +BZIP2
296 +C3
297 +cadsoft
298 +canfep
299 +Canon-UFR-II
300 +CAOSL
301 +CAPS
302 +CAPYBARA-EULA
303 +CARA
304 +CAVER
305 +CC0-1.0
306 +CC-BY-2.0
307 +CC-BY-2.5
308 +CC-BY-3.0
309 +CC-BY-NC-3.0
310 +CC-BY-NC-ND-1.0
311 +CC-BY-NC-ND-2.0
312 +CC-BY-NC-ND-2.5
313 +CC-BY-NC-ND-3.0
314 +CC-BY-NC-SA-2.5
315 +CC-BY-NC-SA-3.0
316 +CC-BY-ND-2.5
317 +CC-BY-ND-3.0
318 +CC-BY-SA-2.0
319 +CC-BY-SA-2.5
320 +CC-BY-SA-3.0
321 +CC-BY-SA-4.0
322 +ccp4
323 +CC-PD
324 +CCPN
325 +CC-SA-1.0
326 +CC-Sampling-Plus-1.0
327 +cctbx-2.0
328 +CDDL
329 +CDDL-Schily
330 +CDF
331 +CeCILL-2
332 +CeCILL-C
333 +Cenon
334 +CFS
335 +charm
336 +circlemud
337 +Clarified-Artistic
338 +Clear-BSD
339 +CLONK-trademark
340 +clustalw
341 +CMake
342 +cmigemo
343 +CNRI
344 +CNRI-QUIXOTE-2.4
345 +cns
346 +codehaus-classworlds
347 +codehaus-groovy
348 +colt
349 +Conexant
350 +cos
351 +CPAL-1.0
352 +CPL-0.5
353 +CPL-1.0
354 +CPOL
355 +CRACKLIB
356 +crafty
357 +CRAYON-PHYSICS
358 +creduce
359 +CROSSOVER
360 +CROSSOVER-2
361 +Crypt-IDEA
362 +cryptopp
363 +CUDPP
364 +CYANA
365 +czyborra
366 +D1X
367 +DCC
368 +Dell
369 +DES
370 +descent2-data
371 +dgen-sdl
372 +Digium
373 +Dina
374 +distributed.net
375 +DMD
376 +docbook
377 +dom4j
378 +DOOM3
379 +drascula
380 +dropbox
381 +DSL
382 +DUKE3D
383 +DUMB-0.9.2
384 +dvibook
385 +EAPL
386 +ECL-2.0
387 +ECWPL
388 +eGenixPublic-1.1
389 +egressor
390 +ElementTree
391 +Elm
392 +Emacs
393 +Epinions
394 +EPL-1.0
395 +EPSON
396 +ErlPL-1.1
397 +eschalon-book-1-demo
398 +eternal_lands
399 +ETQW
400 +EUPL-1.1
401 +exljbris-free
402 +Exolab
403 +FAH-EULA-2009
404 +FAH-special-permission
405 +fairuse
406 +fasta
407 +FastCGI
408 +FDL-1.1
409 +FDL-1.1+
410 +FDL-1.2
411 +FDL-1.2+
412 +FDL-1.3
413 +FDL-1.3+
414 +feh
415 +FESTIVAL
416 +FFSL
417 +finchtv
418 +FIPL-1.0
419 +Flashpix
420 +FLEX
421 +flexmock
422 +FLTK
423 +fmdrv
424 +fmod
425 +fmod-3.75
426 +FoilTeX
427 +fping
428 +FraunhoferFDK
429 +FreeArt
430 +freedist
431 +freemarker
432 +free-noncomm
433 +freetts
434 +frozenbyte-eula
435 +FTDI
436 +FTL
437 +FVWM
438 +galaxyhack
439 +GameFront
440 +Gameplay-Group-EULA
441 +gamess
442 +GBuffy
443 +gcc-runtime-library-exception-3.1
444 +gd
445 +GDLS
446 +geant4
447 +GIMPS
448 +glimpse
449 +Glulxe
450 +glut
451 +gmap
452 +GMGPL
453 +gnuplot
454 +google-chrome
455 +googleearth
456 +Google-TOS
457 +GPL-1
458 +GPL-1+
459 +GPL-2
460 +GPL-2+
461 +GPL-2-with-exceptions
462 +GPL-2-with-font-exception
463 +GPL-2-with-linking-exception
464 +GPL-2-with-MySQL-FLOSS-exception
465 +GPL-3
466 +GPL-3+
467 +GPL-3-with-font-exception
468 +grass-ipafonts
469 +gsm
470 +gSOAP
471 +guild
472 +gwnum
473 +hashcat
474 +Hauppauge-Firmware
475 +HIDAPI
476 +HKSCS-2001
477 +HP-JDKJRE6
478 +HPL
479 +HPND
480 +hp-proliant-essentials
481 +hrp_art
482 +HSL
483 +htmlc
484 +HTML-Tidy
485 +Hugo
486 +Hulu-EULA
487 +hylafaxplus
488 +HyperSpec
489 +iASL
490 +IBM
491 +IBM-J1.5
492 +IBM-J1.6
493 +IBPP-1.1
494 +icaclient
495 +icu
496 +IDPL
497 +IJG
498 +Ikanos
499 +imagemagick
500 +Inform
501 +informix-jdbc
502 +Info-ZIP
503 +inmon-sflow
504 +inner-net
505 +intel-psb
506 +Intel-SDP
507 +intel-ucode
508 +Interbase-1.0
509 +Introversion
510 +ipadic
511 +IPAfont
512 +ipw2100-fw
513 +ipw2200-fw
514 +ipw3945
515 +ipx-utils
516 +ISC
517 +ISOC-rfc
518 +Ispell
519 +ITS4
520 +IUPAC-InChi
521 +ixp4xx
522 +jardinains
523 +JasPer2.0
524 +JDOM
525 +jfontain
526 +jlex
527 +JNIC
528 +JOVE
529 +JPython
530 +julius
531 +Kermit
532 +keynote
533 +kicad-doc
534 +kinterbasdb
535 +knights-demo
536 +kvirc
537 +kyocera-mita-ppds
538 +lablgtk-examples
539 +LambdaMOO
540 +LaTeX-Calendar
541 +lcc
542 +LDP-1
543 +LDP-1a
544 +Legends
545 +levee
546 +LGPL-2
547 +LGPL-2+
548 +LGPL-2.1
549 +LGPL-2.1+
550 +LGPL-2.1-with-linking-exception
551 +LGPL-2-with-linking-exception
552 +LGPL-3
553 +LGPL-3+
554 +LGPL-3-with-linking-exception
555 +LGrind-Jacobson
556 +lha
557 +libgcc
558 +LIBGLOSS
559 +libmng
560 +libodialog
561 +libpng
562 +libstdc++
563 +libtiff
564 +LICENSE-BITSTREAM
565 +Livestation-EULA
566 +LLGPL-2.1
567 +LogMeIn
568 +LOKI-EULA
569 +lotus-notes
570 +LPPL-1.2
571 +LPPL-1.3
572 +LPPL-1.3b
573 +LPPL-1.3c
574 +LRCTF
575 +LSI
576 +LSI-tw_cli
577 +lsof
578 +lure
579 +mac
580 +MagentaMgOpen
581 +MagickWand
582 +Mail-Sender
583 +Mail-Sendmail
584 +MakeIndex
585 +MakeMKV-EULA
586 +mammoth
587 +man-pages
588 +man-pages-posix
589 +man-pages-posix-2013
590 +mapm
591 +mapm-4.9.5
592 +MARBLEBLAST
593 +marginalhacks
594 +Markwardt
595 +matplotlib
596 +maui
597 +MaxMind2
598 +MBROLA
599 +mekanix
600 +meme
601 +Memonix
602 +Mendeley-EULA
603 +metapackage
604 +MicroChip-PK2
605 +MILO
606 +mindterm
607 +Mini-XML
608 +minpack
609 +MIT
610 +MIT_Plus
611 +MIT-with-advertising
612 +mm
613 +mmix
614 +mod_fastcgi
615 +MOLDEN
616 +molmol
617 +molscript
618 +MolSoft
619 +mongrel
620 +Moria
621 +MOTIF
622 +Mozart
623 +mpeg2enc
624 +MPEG-4
625 +mpg123-el
626 +mpich
627 +mpich2
628 +MPL-1.0
629 +MPL-1.1
630 +MPL-2.0
631 +mplus-fonts
632 +mserv
633 +MSjdbcEULA40
634 +MSMS
635 +Ms-PL
636 +MSttfEULA
637 +MTA-0.5
638 +myspell-en_CA-KevinAtkinson
639 +myspell-ru_RU-ALexanderLebedev
640 +namd
641 +nap
642 +nauty
643 +NCSA-HDF
644 +Nero-AAC-EULA
645 +Nero-EULA-US
646 +Nessus-EULA
647 +netcat
648 +nethack
649 +netlogo
650 +netperf
651 +NEWLIB
652 +newrelic
653 +newton
654 +ngrep
655 +Nokia-Qt-LGPL-Exception-1.1
656 +nomachine
657 +NOSA
658 +noweb
659 +NPL-1.1
660 +NTED_FONT
661 +NVIDIA-CUDA
662 +NVIDIA-r1
663 +NVIDIA-r2
664 +NWN-EULA
665 +OAL-1.0.1
666 +oasis
667 +OASIS-Open
668 +ODbL-1.0
669 +ODESK
670 +OFL
671 +OFL-1.1
672 +OGL-1.0a
673 +Old-MIT
674 +olivia
675 +openafs-krb5-a
676 +Open-CASCADE-Technology-Public-License-6.5
677 +Open-CASCADE-Technology-Public-License-6.6
678 +Opendylan
679 +openknights
680 +OPENLDAP
681 +openpbs
682 +openspml
683 +openssl
684 +Openwall
685 +OPERA-12
686 +OPL
687 +Oracle-BCLA-JavaSE
688 +oracle-java-documentation
689 +oracle-java-documentation-7
690 +oracle-java-documentation-8
691 +oracle-jdbc
692 +OSGi-Specification-2.0
693 +OSIRIS
694 +OSL-1.1
695 +OSL-2.0
696 +OSL-2.1
697 +OTN
698 +otter
699 +PAPERS-PLEASE
700 +paraview
701 +PCRE
702 +PDB
703 +PEL
704 +penguzzle
705 +PENUMBRA-COLLECTION
706 +perforce
707 +PerlDL
708 +phaser
709 +phaser-com
710 +photopc
711 +PHP-2.02
712 +PHP-3
713 +PHP-3.01
714 +phrack
715 +phrap
716 +PIZZA-WARE
717 +pkcrack
718 +PLAN9
719 +pmd
720 +pngcrush
721 +pngnq
722 +POMPOM
723 +postal2
724 +poster
725 +POSTGRESQL
726 +povlegal-3.6
727 +Primate-Plunge
728 +Princeton
729 +procheck
730 +PSF-2
731 +PSF-2.2
732 +PSF-2.3
733 +PSF-2.4
734 +psipred
735 +PSTT
736 +psutils
737 +public-domain
738 +PUEL
739 +pymol
740 +PYTHON
741 +Q2EULA
742 +Q3AEULA
743 +Q3AEULA-20000111
744 +qeradiant
745 +qlogic-fibre-channel-firmware
746 +qmail-nelson
747 +qpage
748 +QPL
749 +QPL-1.0
750 +qpopper
751 +quake1-demodata
752 +quake1-textures
753 +quake2-demodata
754 +QUAKE4
755 +queen
756 +Qu-Prolog
757 +qwt
758 +Racer
759 +radeon-ucode
760 +Rain-Slick
761 +RAR
762 +RASLIC
763 +raspberrypi-videocore-bin
764 +rc
765 +regexp-UofT
766 +repoze
767 +Resounding
768 +richardson
769 +ringtonetools
770 +rosetta
771 +RSA
772 +RTCW
773 +RTCW-ETEULA
774 +RU-BSD
775 +Ruby
776 +Ruby-BSD
777 +rwpng
778 +scanlogd
779 +SCM-MICRO
780 +selfhtml
781 +Sendmail
782 +Sendmail-Open-Source
783 +SFI-SCLA
784 +SGI-B-2.0
785 +SGMLUG
786 +shmux
787 +shorten
788 +shoutcast
789 +shrimp
790 +SIFT
791 +SILK-patent-license
792 +simpserver-test
793 +sip
794 +SIR-TECH
795 +SixXS
796 +SJ-Labs
797 +skype-4.0.0.7-copyright
798 +skype-4.0.0.7-third-party_attributions.txt
799 +skype-eula
800 +Sleepycat
801 +SMAIL
802 +SmartLabs
803 +Snd
804 +Snes9x
805 +SNIA
806 +SNIPS
807 +SNNS-4.2
808 +SOFA
809 +solve
810 +SOPLA-2.3
811 +SOPLA-3.0
812 +sparky
813 +SpeedTouch-USB-Firmware
814 +Spice-1.1
815 +spideroak
816 +spin-commercial
817 +spin-educational
818 +Spotify
819 +Spread-1.0
820 +SSLeay
821 +staden
822 +Stanford
823 +stardock-images
824 +STRIDE
825 +Stuffit
826 +Subversion
827 +sun-bcla-j2ee-deployment
828 +sun-bcla-j2me
829 +sun-bcla-jai
830 +sun-bcla-java-vm
831 +sun-bcla-jimi
832 +sun-bcla-jmf
833 +sun-bcla-jmi
834 +sun-bcla-jms
835 +sun-bcla-jsapi
836 +sun-bcla-jsr223
837 +sun-bcla-jta
838 +sun-bcla-jvmstat
839 +sun-concurrent-util
840 +sun-csl
841 +sun-iiop
842 +sun-j2sl
843 +sun-j2sl-6
844 +sun-jdl
845 +sun-jlfgr
846 +sun-jrl
847 +sun-jsr67
848 +sun-jsr93
849 +SURF
850 +sus3-copyright
851 +sus4-copyright
852 +SVFL
853 +swiss-prot
854 +sword-sparvg2004
855 +szip
856 +tablelist
857 +TADS2
858 +TADS3
859 +tanuki-community
860 +tarsnap
861 +tcltk
862 +tcp_wrappers_license
863 +teamspeak3
864 +TeamViewer
865 +TermReadKey
866 +TeX
867 +Texinfo-manual
868 +TeX-other-free
869 +THINKTANKS
870 +Time-modules
871 +Tinker
872 +tkMOO
873 +tm-align
874 +torque-2.5
875 +totd
876 +truecrypt-3.0
877 +tsm
878 +ttf2pt1
879 +UbuntuFontLicense-1.0
880 +UCAR-Unidata
881 +unafold
882 +unicode
883 +Unicode_Fonts_for_Ancient_Scripts
884 +Unlicense
885 +unRAR
886 +UoI-NCSA
887 +UPEK-SDK-EULA
888 +urbanterror-4.1-maps
889 +urbanterror-4.2-maps
890 +URI
891 +URT
892 +ut2003
893 +ut2003-demo
894 +ValveSDK
895 +ValveServer
896 +ventrilo
897 +VGBA
898 +vienna-rna
899 +VIGRA
900 +vim
901 +vim.org
902 +vlgothic
903 +vmd
904 +vmware
905 +Volano
906 +VOSTROM
907 +W3C
908 +W3C-document
909 +w3m
910 +warsow
911 +Watcom-1.0
912 +WebMO
913 +Werken-1.1.1.1
914 +Whitehead-MIT
915 +worldofpadman
916 +WRI-EULA
917 +WTFPL-2
918 +wxWinFDL-3
919 +wxWinLL-3
920 +wxWinLL-3.1
921 +x2x
922 +XAnim
923 +xbatt
924 +xbattle
925 +xboing
926 +XC
927 +XCIN
928 +xc-radley
929 +Xdebug
930 +xearth
931 +XEphem
932 +xgraph
933 +Ximian-logos
934 +XMAME
935 +xmlformat
936 +xref.lisp
937 +xrick
938 +xtrs
939 +xv
940 +xvt
941 +yahoo-patent-license-1.2
942 +YaTeX
943 +zchaff
944 +ZLIB
945 +zoo
946 +zpaq
947 +ZPL
948 +ZSH