diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
commit | 44f586c7a0b65d5e7ff0fec66208765ac1e77f41 (patch) | |
tree | 42d1b5401a22e790ac32c2531b926c30e77a66a8 /ham/dpbox | |
parent | 028d6892e18fce93db86c12efc2c3675556e2afc (diff) | |
download | pkgsrc-44f586c7a0b65d5e7ff0fec66208765ac1e77f41.tar.gz |
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Diffstat (limited to 'ham/dpbox')
-rw-r--r-- | ham/dpbox/PLIST | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/ham/dpbox/PLIST b/ham/dpbox/PLIST index 96c6aae53f6..1e423e432a7 100644 --- a/ham/dpbox/PLIST +++ b/ham/dpbox/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:00:32 joerg Exp $ -bin/dpgate +@comment $NetBSD: PLIST,v 1.5 2018/01/01 22:29:38 rillig Exp $ bin/dpcodeconv -bin/dpmybbs +bin/dpgate bin/dphttp +bin/dpmybbs bin/dpputlinks -sbin/dpbox libexec/cgi-bin/dpbbs +libexec/cgi-bin/dpbottom.html libexec/cgi-bin/dpcheck libexec/cgi-bin/dpcmd libexec/cgi-bin/dpdir @@ -15,9 +15,30 @@ libexec/cgi-bin/dplist.neu libexec/cgi-bin/dploc libexec/cgi-bin/dpprefix libexec/cgi-bin/dpsertit -libexec/cgi-bin/dpuser -libexec/cgi-bin/dpbottom.html libexec/cgi-bin/dptop.html +libexec/cgi-bin/dpuser +libexec/dpbox/7cor +libexec/dpbox/7get +libexec/dpbox/bsget +libexec/dpbox/bsjoin +libexec/dpbox/crawler +libexec/dpbox/listarc +libexec/dpbox/mkboard +libexec/dpbox/mkreject +libexec/dpbox/mktrans +libexec/dpbox/new +libexec/dpbox/search +sbin/dpbox +share/doc/dpbox/active_routing.txt +share/doc/dpbox/dpbox500.html +share/doc/dpbox/layer.gif +share/doc/dpbox/release.500 +share/doc/dpbox/release.503 +share/doc/dpbox/release.504 +share/doc/dpbox/release.506 +share/doc/dpbox/release.507 +share/doc/dpbox/release.50708.german +share/doc/dpbox/release.508 share/dpbox/language/BS.ALL share/dpbox/language/BS.LAN share/dpbox/language/DL.ALL @@ -64,8 +85,8 @@ share/dpbox/language/OZ.LAN share/dpbox/language/SP.LAN share/dpbox/language/SPC.LAN share/dpbox/language/SW.LAN -share/examples/dpbox/conf/dpbox.ini share/examples/dpbox/conf/crawler/stopwords +share/examples/dpbox/conf/dpbox.ini share/examples/dpbox/conf/sf/db0xyz.sf share/examples/dpbox/conf/system/badwords.box share/examples/dpbox/conf/system/bcast.box @@ -85,16 +106,6 @@ share/examples/dpbox/conf/system/tcpip.box share/examples/dpbox/conf/system/transfer.box share/examples/dpbox/conf/system/unproto.box share/examples/dpbox/conf/system/whotalks.lan -share/doc/dpbox/active_routing.txt -share/doc/dpbox/dpbox500.html -share/doc/dpbox/layer.gif -share/doc/dpbox/release.500 -share/doc/dpbox/release.503 -share/doc/dpbox/release.504 -share/doc/dpbox/release.506 -share/doc/dpbox/release.507 -share/doc/dpbox/release.50708.german -share/doc/dpbox/release.508 share/httpd/htdocs/dpbox/boxmain.html share/httpd/htdocs/dpbox/boxrub.html share/httpd/htdocs/dpbox/dboxmain.html @@ -103,14 +114,3 @@ share/httpd/htdocs/dpbox/dindex.html share/httpd/htdocs/dpbox/index.html share/httpd/htdocs/dpbox/pic/arrow1.gif share/httpd/htdocs/dpbox/pic/icindex.gif -libexec/dpbox/crawler -libexec/dpbox/7cor -libexec/dpbox/7get -libexec/dpbox/bsget -libexec/dpbox/bsjoin -libexec/dpbox/listarc -libexec/dpbox/mkboard -libexec/dpbox/mkreject -libexec/dpbox/mktrans -libexec/dpbox/new -libexec/dpbox/search |