-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathmacports-titles-list.txt
21848 lines (21848 loc) · 329 KB
/
macports-titles-list.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
AppHack
AppKiDo
AquaLess
ArpSpyX
AssignmentTrackerX
BGHUDAppKit
BigSQL
BiggerSQL
BwanaDik
Cenon
Chmox
CocoaDialog
CosmicDebris
CronniX
DateLine
DesktopManager
FFView
FScript
Freecell
GPGAppKit
GetPoints
Growl
HandBrake71
HermesApp
HideSysFiles
IcyJuice
JHymn
KoLmafia
Lingon
LyX
LyX1
MacBiff
MailtoMutt
ManOpen
MenuMeters
MongoExplorer
MongoHub
MyLoss
NicePlayer
NotificationWatcher
OSXPal
PRICE-aqua
Platypus
Platypus44
PsyncX
QMK-Groundstation
Quicksilver
Readown
SIDPLAY
SSHKeychain
ShiftIt
Shiira2
SleepTight
Smultron
TOra
TeXShop
TeXShop3
TrailBlazer
X-MasTree
aquaterm
arrsync
binclocken
cotvnc
cotvnc-devel
djview
djview-qt5
dnsupdate
emacs-mac-app
fltk
fltk-devel
fugu
gimp-app
huevos
iTerm2
iTunesMatchHelper
ihook
inkscape-app
jumpcut
launch
luminance-hdr
macclipboard-gimp
macfile-gimp
macsword
mkconsole
namebench
nomacs
openvanilla
osx2x
pgAdmin3
phoenix
pinentry-mac
pixen
qlipper
qt3-mac
qt4-mac
qt4-mac-mysql55-plugin
qt4-mac-mysql5-plugin
qt4-mac-mysql51-plugin
qt4-mac-mysql56-plugin
qt4-mac-mariadb-plugin
qt4-mac-mariadb-10.0-plugin
qt4-mac-mariadb-10.1-plugin
qt4-mac-percona-plugin
qt4-mac-postgresql91-plugin
qt4-mac-postgresql80-plugin
qt4-mac-postgresql81-plugin
qt4-mac-postgresql82-plugin
qt4-mac-postgresql83-plugin
qt4-mac-postgresql84-plugin
qt4-mac-postgresql90-plugin
qt4-mac-postgresql92-plugin
qt4-mac-sqlite2-plugin
qt4-mac-sqlite3-plugin
qt5
qt5-qtquickcontrols2
qt5-qtquickcontrols2-docs
qt5-qtbase
qt5-qtwebengine
qt5-qtwebengine-docs
qt5-qtdeclarative
qt5-qtdeclarative-docs
qt5-qtserialport
qt5-qtserialport-docs
qt5-qtsensors
qt5-qtsensors-docs
qt5-qtwebkit
qt5-qtwebkit-docs
qt5-qtdoc
qt5-qtwebchannel
qt5-qtwebchannel-docs
qt5-qtimageformats
qt5-qtimageformats-docs
qt5-qtsvg
qt5-qtsvg-docs
qt5-qtmacextras
qt5-qtmacextras-docs
qt5-qtlocation
qt5-qtlocation-docs
qt5-qtxmlpatterns
qt5-qtxmlpatterns-docs
qt5-qtserialbus
qt5-qtserialbus-docs
qt5-qtcanvas3d
qt5-qtcanvas3d-docs
qt5-qtgraphicaleffects
qt5-qtgraphicaleffects-docs
qt5-qtmultimedia
qt5-qtmultimedia-docs
qt5-qtscript
qt5-qtscript-docs
qt5-qt3d
qt5-qt3d-docs
qt5-qtconnectivity
qt5-qtconnectivity-docs
qt5-qtwebview
qt5-qtwebview-docs
qt5-qttools
qt5-qttools-docs
qt5-qtquickcontrols
qt5-qtquickcontrols-docs
qt5-qtenginio
qt5-qtenginio-docs
qt5-qtwebsockets
qt5-qtwebsockets-docs
qt5-qttranslations
qt5-mysql-plugin
qt5-psql-plugin
qt5-sqlite-plugin
qt5-docs
qt5-qtquick1
qt5-qtwebkit-examples
qt5-mac
qt5-mac-docs
qt5-mac-sqlite3-plugin
qt5-mac-psql84-plugin
qt5-mac-mysql56-plugin
qt55
qt55-qtbase
qt55-qtwebengine
qt55-qtwebengine-docs
qt55-qtdeclarative
qt55-qtdeclarative-docs
qt55-qtserialport
qt55-qtserialport-docs
qt55-qtsensors
qt55-qtsensors-docs
qt55-qtwebkit
qt55-qtwebkit-docs
qt55-qtquick1
qt55-qtdoc
qt55-qtwebchannel
qt55-qtwebchannel-docs
qt55-qtimageformats
qt55-qtimageformats-docs
qt55-qtsvg
qt55-qtsvg-docs
qt55-qtmacextras
qt55-qtmacextras-docs
qt55-qtlocation
qt55-qtlocation-docs
qt55-qtxmlpatterns
qt55-qtxmlpatterns-docs
qt55-qtcanvas3d
qt55-qtcanvas3d-docs
qt55-qtgraphicaleffects
qt55-qtgraphicaleffects-docs
qt55-qtmultimedia
qt55-qtmultimedia-docs
qt55-qtscript
qt55-qtscript-docs
qt55-qt3d
qt55-qt3d-docs
qt55-qtconnectivity
qt55-qtconnectivity-docs
qt55-qttools
qt55-qttools-docs
qt55-qtquickcontrols
qt55-qtquickcontrols-docs
qt55-qtenginio
qt55-qtenginio-docs
qt55-qtwebsockets
qt55-qtwebsockets-docs
qt55-qtwebkit-examples
qt55-qttranslations
qt55-mysql-plugin
qt55-psql-plugin
qt55-sqlite-plugin
qt55-docs
qtiplot
qtoctave-mac
qtpfsgui
radassist
sloth
tagainijisho
terminal-notifier
vineserver
vineserver3
wtf-x
x2goclient
xrg
9e
advancecomp
advancescan
afio
arc
arj
atool
blosc
brotli
bzip2
cabextract
cpio
dact
dar
deb2targz
deco
deco-archive
dtrx
dynamite
dzip
ecm
edelta
fastjar
gnutar
gzip
gzrecover
ha
hffzip
hfstar
keka
lbzip2
lcab
lha
libaec
libarchive
libarxx
libpar2
libzip
libzzip
lrzip
lunzip
lz4
lzip
lzma
lzo2
makepak
makeself
mgzip
ncompress
p7zip
packddir
paq8
par2
pbzip2
pigz
pixz
ppmd
rzip
sharutils
slimdata
snappy
star
szip
ucl
unalz
unarj
unnks
unrar
libunrar
unshield
unzip
unzoo
upx
upx-devel
xar
xar-devel
xdelta
xdelta1
xz
xz-devel
zip
zlib
zoo
zstd
ID3
MMDAgent
a52dec
aacgain
abcMIDI
abcde
alac_decoder
ample
aubio
audacity
audiofile
bladeenc
ccaudio
cd-discid
cdparanoia
celt
cfxr
chromaprint
chuck
cmuclmtk
cmus
csound
daapd
darkice
drumsxx
easytag
esound
etree-scripts
ezstream
faac
faad2
faust
faust-devel
faust2-devel
faustlive-devel
flac
flac2mp3
freealut
freepats
gmpc
herrie
hts_engine_API
hydrogen
icecast
icecast2
ices0
ices2
id3lib
id3tool
id3v2
jack
julius
lame
lastfmlib
lastfmsubmitd
lastmp
libao
libcanberra
libcdio-paranoia
libdca
libebur128
libfdk-aac
libgig
libid3tag
liblastfm
liblo
libmad
libmikmod
libmodplug
libmp3splt
libmpcdec
libmpd
libmpdclient
libmusicbrainz2
libmusicbrainz3
libmusicbrainz5
libofa
libopendaap
libopus
liboss
libsamplerate
libsdl2_mixer
libsdl_mixer
libsdl_mixer-framework
libsdl_sound
libsdl_sound-framework
libshout
libshout2
libsmf
libsndfile
libtagedit
libvorbis
libxtract
lilv
lv2
madplay
midi_patchbay
mikmod
mp3_check
mp3blaster
mp3cat
mp3cue
mp3info
mp3splt
mp3splt-gtk
mp3wrap
mpc
mpd
mpd-devel
mpeg4ip
mpg123
mpg321
mt-daapd
ncmpc
ncmpcpp
normalize
ocaml-flac
oggsplit
open_jtalk
openal
openal-soft
opencore-amr
opus-tools
opusfile
palmkit
phonon
phonon-backend-gstreamer
pianobar
libpiano
pianod
pocketsphinx
portaudio
portmidi
pulseaudio
qjackctl
qtplay
rtptools
rubberband
scmpc
sctk
serd
shell-fm
shntool
shorten
sinsy
solfege
sord
soundtouch
sox
soxr
speex
speex-devel
sphinx3
sphinx4
sphinxbase
sphinxtrain
sptk
sratom
ssrc
stk
streamripper
taglib
taglib-devel
taglib-extras
taglib-sharp
tagtool
twolame
uade2
vorbis-tools
vorbisgain
wavpack
xmms
xmms2
xmp
libxmp
bonnie
bonniexx
forkbomb
iozone
nbench-byte
pipebench
polygraph
ubench
LibreCAD
FreeCAD
gaw
gcam
gerbv
gtkwave
xgsch2pcb
c3270
cutecom-qt4-mac
dgpsip
farstream
gnokii
heyu
jerm
kermit
libinfinity
libnfc
lrzsz
malsync
minicom
picocom
rgm3800
rgm3800py
s710
scud
slirp
sofia-sip
spandsp-devel
telepathy-farstream
telepathy-gabble
telepathy-glib
telepathy-haze
telepathy-idle
telepathy-logger
telepathy-mission-control
telepathy-qt
telepathy-rakia
telepathy-salut
uucp
xlog
zssh
android-ndk
arm-aout-binutils
arm-aout-gcc
arm-elf-binutils
arm-elf-gcc
arm-elf-gcc3
arm-elf-gdb
arm-none-eabi-binutils
arm-none-eabi-gcc
arm-none-eabi-gdb
arm-none-linux-gnueabi-binutils
arm-none-linux-gnueabi-gcc
arm-none-linux-gnueabi-runtime
arm-rtems-binutils
arm-rtems-gcc
avarice
avr-binutils
avr-gcc
avr-gdb
avr-libc
avrdude
binwalk
dfu-programmer
dfu-util
i386-elf-binutils
i386-elf-gcc
i386-mingw32-binutils
i386-mingw32-gcc
i386-mingw32-libunicows
i386-mingw32-runtime
i386-mingw32-w32api
i386-rtems-binutils
i386-rtems-gcc
i960-rtems-binutils
i960-rtems-gcc
lm32-rtems-binutils
lpc21isp
m68k-elf-binutils
m68k-elf-gcc
m68k-rtems-binutils
m68k-rtems-gcc
mips-elf-binutils
mips-elf-gcc
mips-rtems-binutils
mips-rtems-gcc
mipsel-linux-binutils
mipsel-linux-gcc34
mipsel-linux-kernel-headers
mipsel-linux-uclib
mipsel-linux-uclib-headers
msp430-binutils
msp430-binutils-devel
msp430-gcc
msp430-gcc-devel
msp430-gdb
msp430-gdb-devel
msp430-libc
msp430-libc-devel
msp430mcu
msp430mcu-devel
openocd
powerpc-rtems-binutils
powerpc-rtems-gcc
ppc-linux-binutils
sh-rtems-binutils
sh-rtems-gcc
sparc-rtems-binutils
sparc-rtems-gcc
spu-binutils
stlink
upslug2
urjtag
usbprog
wxmsw
x86_64-elf-binutils
x86_64-elf-gcc
GeoLiteCity
MyODBC
adodb
apgdiff
cassandra
ccm
cdb
couchdb
couchdb-devel
csvdb
db44
db46
db46-java
db47
db48
db51
db52
db53
db60
dbh
dbslayer
dbtool
edb
fastdb
freetds
gauche-dbd-mysql
gauche-dbd-pg
gdbm
geode-devel
gigabase
groonga
hiredis
iplike
kyotocabinet
kyototycoon
leveldb
libdbi
libdbi-drivers
libdrizzle
libgda4
libgda5
libpqxx
libpqxx26
libsdb
libzdb-mysql55
libzdb-mysql51
libzdb-mysql56
libzdb-mariadb
libzdb-percona
libzdb-postgresql80
libzdb-postgresql81
libzdb-postgresql82
libzdb-postgresql83
libzdb-postgresql84
libzdb-postgresql90
libzdb-postgresql91
libzdb-postgresql92
libzdb-oracle
libzdb-sqlite3
libzdb
libzdb-mysql5
lmdb
lmdbxx
mariadb
mariadb-server
mariadb-10.0
mariadb-10.0-server
mariadb-10.1
mariadb-10.1-server
mdbtools
metakit
mongodb
mycli
mysql-connector-odbc
mysql-proxy
mysql-zrm
mysql4
mysql5
mysql5-server
mysql5-devel
mysql5-server-devel
mysql51
mysql51-server
mysql55
mysql55-server
mysql55-connector-cpp
mysql5-connector-cpp
mysql51-connector-cpp
mariadb-connector-cpp
percona-connector-cpp
mysql-connector-cpp
mysql55-lib_mysqludf_fPROJ4
mysql5-lib_mysqludf_fPROJ4
mysql51-lib_mysqludf_fPROJ4
mariadb-lib_mysqludf_fPROJ4
percona-lib_mysqludf_fPROJ4
mysql55-lib_mysqludf_json
mysql5-lib_mysqludf_json
mysql51-lib_mysqludf_json
mariadb-lib_mysqludf_json
percona-lib_mysqludf_json
mysql55-lib_mysqludf_preg
mysql51-lib_mysqludf_preg
mysql56-lib_mysqludf_preg
mariadb-lib_mysqludf_preg
percona-lib_mysqludf_preg
mysql5-lib_mysqludf_preg
mysql55-lib_mysqludf_xql
mysql5-lib_mysqludf_xql
mysql51-lib_mysqludf_xql
mariadb-lib_mysqludf_xql
percona-lib_mysqludf_xql
mysql56
mysql56-server
mysql57
mysql57-server
mysql_select
mysqltcl
mysqlxx
ocaml-mysql
ocilib
openldap
oracle-instantclient
pazpar2
percona
percona-server
percona-toolkit
pg2xbase
pgbouncer
pgintcl
pgpool
pgpool-II
pgsqlclient
pgtcl
postgis
postgis2
postgresql-unaccent
postgresql7
postgresql80
postgresql80-doc
postgresql80-server
postgresql81
postgresql81-doc
postgresql81-server
postgresql82
postgresql82-doc
postgresql82-server
postgresql83
postgresql83-doc
postgresql83-server
postgresql84
postgresql84-doc
postgresql84-server
postgresql90
postgresql90-doc
postgresql90-server
postgresql91
postgresql91-doc
postgresql91-server
postgresql92
postgresql92-doc
postgresql92-server
postgresql93
postgresql93-doc
postgresql93-server
postgresql94
postgresql94-doc
postgresql94-server
postgresql95
postgresql95-doc
postgresql95-server
postgresql96
postgresql96-doc
postgresql96-server
postgresql_autodoc
postgresql_select
pqa
psiconv
psqlODBC
pxlib
qdbm
qof
redis
rethinkdb
rocksdb
shsql
simplevoc-open
slony1
soci
soci-devel
spatialite
spatialite-tools
sqlite2
sqlite3
sqlitedbrowser
sqliteman
sqlitewrapped
tcl-sqlite3
tdb
tinycdb
tokyocabinet
tokyocabinet-clj
tokyocabinet-java
tokyotyrant
unixODBC
xbase
zebra
BWToolkit
Bear
CImg
CoreOSMakefiles
Djinn
Drizzle
FlowUI
GASNet
GitX
HaXml
LibVNCServer
LucenePlusPlus
MacPorts_Framework
MongoObjCDriver
PIDA
PlasmaShop
ResIL
SilverCity
SourceKitten
VillainousStyle
libVillainousStyle
VillainousStyle-framework
aap
ace
ack
acpica
activewire
aegis
agprocess
akonadi
allegro
allegro5
allegro5-devel
angelscript
ant-contrib
apache-ant
apache-ivy
apiextractor
appledoc
appstream-glib
apr
apr-util
apr-util0
apr0
apr_memcache
aqbanking
aqbanking5
aqbanking5-gtk
aqbanking5-devel
aqbanking5-gtk-devel
aqbanking5-svn
arabica
arch
archway
argp-standalone
argtable
asdf-binary-locations
asmotor
aspcud
astyle
atf
atk
autobook
autobuild
autoconf
autoconf-archive
autoconf213
autoconf263
autoconf264
autogen
automake
automake17
automoc
bakefile
bam
bashdb
bazaar
bcpp
be
beecrypt
binutils
bison
bison-runtime
bmake
boehmgc
boehmgc-devel
boost
boost-build
boost-gil-numeric
boost-jam
boost-process
bootstrap_cmds
box2d
bsdiff
bsdmake
bsdowl
buddha
bugzilla
build
buildbot
buildbot-slave
bullet
byacc
byaccj
bzr
bzr-explorer
bzr-fastimport
bzr-git
bzr-gtk
bzr-pager
bzr-rewrite
bzr-stats
bzr-svn
bzr-xmloutput
bzrtools
c2hs
c_count
cableswig
caml-heredoc
camlimages
capnproto
capstone
cargo
carthage
cartman
ccache
ccache-devel
cctools
cctools-headers
cegui
cextract
cflow
cgdb
check
chg
chipmunk
chromium-tabs
cl-ppcre
class-dump
clog
cloog
cloog-devel
closure-linter
clucene
clucene-devel
cmake
cmake-devel
cmockery
cmunge
coccinelle
cocoa-sharp
codeblocks
codesearch
commoncpp2
cook
cosmoplayer
courier-unicode
cppcheck
cpphs
cppunit
cppzmq
cproto
crlibm
cryptlib
cryptokit
cscope
cssc
csu
ctags