summaryrefslogtreecommitdiff
path: root/package/SECTIONS.list
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-04-11 02:14:56 +0200
committerPhil Sutter <phil@nwl.cc>2010-06-12 14:02:48 +0200
commita0f533460bcb41a04d592345303348575f2e23e2 (patch)
tree04a410486da0a160094c86a69db123b21cf58c93 /package/SECTIONS.list
parent27ad978f93dcf77403f80f2c651359267d7602bb (diff)
auto-generate package/Config.in
The algorithm in package/pkgmaker works as follows: 1) for all package/*/Makefile a) parse PKG_NAME and PKG_SECTION b) skip if PKG_SECTION is 'kernel' (special ones) c) check if Config.in{,.lib,.manual} contain something d) fetch the first word of the first prompt from any result from c) e) fetch the verbose section name from package/SECTIONS.list based on PKG_SECTION, or just 'libs' if it's about Config.in.lib f) write results to package/package_section_list, in the form: '<Config.in prompt> <path to Config.in file> <verbose section name>' 2) sort package/package_section_list first by <verbose section name>, next by <Config.in prompt> 3) create package/Config.in.auto using the result from 2)
Diffstat (limited to 'package/SECTIONS.list')
-rw-r--r--package/SECTIONS.list52
1 files changed, 52 insertions, 0 deletions
diff --git a/package/SECTIONS.list b/package/SECTIONS.list
new file mode 100644
index 000000000..05f3931f7
--- /dev/null
+++ b/package/SECTIONS.list
@@ -0,0 +1,52 @@
+admin System Administration
+archive Compression and Archivers
+base Base System
+bluetooth Bluetooth
+browser Browser / Editor / Pager
+editor Browser / Editor / Pager
+pager Browser / Editor / Pager
+chat IRC / ICQ / JABBER
+comp Computing
+console Console Utilities
+crypto Cryptography
+db Databases
+debug Debugging / Analyzing
+dns DNS / DHCP
+dhcp DNS / DHCP
+firewall Firewall / Routing / Bridging
+route Firewall / Routing / Bridging
+bridge Firewall / Routing / Bridging
+fs Filesystem / Blockdevice utilities
+ipv6 IPv6
+lang Programming Languages
+libs Libraries
+mail Mail
+misc Misc
+multimedia Multimedia
+net Networking
+net/fs Network Filesystems
+net/misc Networking Misc
+net/security Network Security
+none Unclassified
+ntp NTP
+p2p P2P
+phone Telephony
+ppp PPP / PPTP / RADIUS
+proxy Proxy
+scm SCM
+serial Serial communications & terminal emulation
+shells Shells
+sound Sound
+sys System
+text Text
+utils Utilities
+video Video
+web World Wide Web
+www HTTP / FTP
+wifi Wireless
+x11 Xorg
+x11/apps X applications
+x11/drivers X server and drivers
+x11/server X server and drivers
+x11/libs X libraries
+x11/fonts X fonts