From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/cdk/DESCR | 5 +++ devel/cdk/PLIST | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++ devel/cdk/pkg/DESCR | 5 --- devel/cdk/pkg/PLIST | 102 ---------------------------------------------------- 4 files changed, 107 insertions(+), 107 deletions(-) create mode 100644 devel/cdk/DESCR create mode 100644 devel/cdk/PLIST delete mode 100644 devel/cdk/pkg/DESCR delete mode 100644 devel/cdk/pkg/PLIST (limited to 'devel/cdk') diff --git a/devel/cdk/DESCR b/devel/cdk/DESCR new file mode 100644 index 00000000000..6af605dfee3 --- /dev/null +++ b/devel/cdk/DESCR @@ -0,0 +1,5 @@ +CDK is a widget set developed on top of the basic curses +library. It contains 21 ready to use widgets. Some which +are a text entry field, a scrolling list, a selection list, +a alphalist, pull-down menu, radio list, viewer widget, +dialog box, and many more. diff --git a/devel/cdk/PLIST b/devel/cdk/PLIST new file mode 100644 index 00000000000..d2a8e218280 --- /dev/null +++ b/devel/cdk/PLIST @@ -0,0 +1,102 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:41 zuntum Exp $ +include/cdk/alphalist.h +include/cdk/binding.h +include/cdk/buttonbox.h +include/cdk/calendar.h +include/cdk/cdk.h +include/cdk/cdk_util.h +include/cdk/cdkscreen.h +include/cdk/curdefs.h +include/cdk/dialog.h +include/cdk/draw.h +include/cdk/entry.h +include/cdk/fselect.h +include/cdk/graph.h +include/cdk/histogram.h +include/cdk/itemlist.h +include/cdk/label.h +include/cdk/marquee.h +include/cdk/matrix.h +include/cdk/mentry.h +include/cdk/menu.h +include/cdk/radio.h +include/cdk/scale.h +include/cdk/scroll.h +include/cdk/selection.h +include/cdk/slider.h +include/cdk/swindow.h +include/cdk/template.h +include/cdk/viewer.h +lib/libcdk.a +lib/libcdk.la +lib/libcdk.so +lib/libcdk.so.4 +lib/libcdk.so.4.10 +man/man3/cdk_alphalist.3 +man/man3/cdk_binding.3 +man/man3/cdk_buttonbox.3 +man/man3/cdk_calendar.3 +man/man3/cdk_cdk.3 +man/man3/cdk_dialog.3 +man/man3/cdk_display.3 +man/man3/cdk_entry.3 +man/man3/cdk_fselect.3 +man/man3/cdk_graph.3 +man/man3/cdk_histogram.3 +man/man3/cdk_itemlist.3 +man/man3/cdk_label.3 +man/man3/cdk_marquee.3 +man/man3/cdk_matrix.3 +man/man3/cdk_mentry.3 +man/man3/cdk_menu.3 +man/man3/cdk_misc.3 +man/man3/cdk_radio.3 +man/man3/cdk_scale.3 +man/man3/cdk_screen.3 +man/man3/cdk_scroll.3 +man/man3/cdk_selection.3 +man/man3/cdk_slider.3 +man/man3/cdk_swindow.3 +man/man3/cdk_template.3 +man/man3/cdk_viewer.3 +share/doc/cdk/BUGS +share/doc/cdk/COPYING +share/doc/cdk/EXPANDING +share/doc/cdk/INSTALL +share/doc/cdk/NOTES +share/doc/cdk/README +share/doc/cdk/TODO +share/examples/cdk/Makefile +share/examples/cdk/alphalist_ex.c +share/examples/cdk/bind_ex.c +share/examples/cdk/buttonbox_ex.c +share/examples/cdk/calendar_ex.c +share/examples/cdk/cdkscreen_ex.c +share/examples/cdk/dialog_ex.c +share/examples/cdk/entry_ex.c +share/examples/cdk/fselect_ex.c +share/examples/cdk/graph_ex.c +share/examples/cdk/hello_ex.c +share/examples/cdk/histogram_ex.c +share/examples/cdk/itemlist_ex.c +share/examples/cdk/label_ex.c +share/examples/cdk/marquee_ex.c +share/examples/cdk/matrix_ex.c +share/examples/cdk/mentry_ex.c +share/examples/cdk/menu_ex.c +share/examples/cdk/position_ex.c +share/examples/cdk/preprocess_ex.c +share/examples/cdk/radio_ex.c +share/examples/cdk/scale_ex.c +share/examples/cdk/scroll_ex.c +share/examples/cdk/selection_ex.c +share/examples/cdk/slider_ex.c +share/examples/cdk/subwindow_ex.c +share/examples/cdk/swindow_ex.c +share/examples/cdk/template_ex.c +share/examples/cdk/tst.c +share/examples/cdk/viewer_ex.c +share/examples/cdk/vinstall.c +@dirrm share/examples/cdk +@dirrm share/doc/cdk +@dirrm include/cdk diff --git a/devel/cdk/pkg/DESCR b/devel/cdk/pkg/DESCR deleted file mode 100644 index 6af605dfee3..00000000000 --- a/devel/cdk/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -CDK is a widget set developed on top of the basic curses -library. It contains 21 ready to use widgets. Some which -are a text entry field, a scrolling list, a selection list, -a alphalist, pull-down menu, radio list, viewer widget, -dialog box, and many more. diff --git a/devel/cdk/pkg/PLIST b/devel/cdk/pkg/PLIST deleted file mode 100644 index 9522380524b..00000000000 --- a/devel/cdk/pkg/PLIST +++ /dev/null @@ -1,102 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:10:26 agc Exp $ -include/cdk/alphalist.h -include/cdk/binding.h -include/cdk/buttonbox.h -include/cdk/calendar.h -include/cdk/cdk.h -include/cdk/cdk_util.h -include/cdk/cdkscreen.h -include/cdk/curdefs.h -include/cdk/dialog.h -include/cdk/draw.h -include/cdk/entry.h -include/cdk/fselect.h -include/cdk/graph.h -include/cdk/histogram.h -include/cdk/itemlist.h -include/cdk/label.h -include/cdk/marquee.h -include/cdk/matrix.h -include/cdk/mentry.h -include/cdk/menu.h -include/cdk/radio.h -include/cdk/scale.h -include/cdk/scroll.h -include/cdk/selection.h -include/cdk/slider.h -include/cdk/swindow.h -include/cdk/template.h -include/cdk/viewer.h -lib/libcdk.a -lib/libcdk.la -lib/libcdk.so -lib/libcdk.so.4 -lib/libcdk.so.4.10 -man/man3/cdk_alphalist.3 -man/man3/cdk_binding.3 -man/man3/cdk_buttonbox.3 -man/man3/cdk_calendar.3 -man/man3/cdk_cdk.3 -man/man3/cdk_dialog.3 -man/man3/cdk_display.3 -man/man3/cdk_entry.3 -man/man3/cdk_fselect.3 -man/man3/cdk_graph.3 -man/man3/cdk_histogram.3 -man/man3/cdk_itemlist.3 -man/man3/cdk_label.3 -man/man3/cdk_marquee.3 -man/man3/cdk_matrix.3 -man/man3/cdk_mentry.3 -man/man3/cdk_menu.3 -man/man3/cdk_misc.3 -man/man3/cdk_radio.3 -man/man3/cdk_scale.3 -man/man3/cdk_screen.3 -man/man3/cdk_scroll.3 -man/man3/cdk_selection.3 -man/man3/cdk_slider.3 -man/man3/cdk_swindow.3 -man/man3/cdk_template.3 -man/man3/cdk_viewer.3 -share/doc/cdk/BUGS -share/doc/cdk/COPYING -share/doc/cdk/EXPANDING -share/doc/cdk/INSTALL -share/doc/cdk/NOTES -share/doc/cdk/README -share/doc/cdk/TODO -share/examples/cdk/Makefile -share/examples/cdk/alphalist_ex.c -share/examples/cdk/bind_ex.c -share/examples/cdk/buttonbox_ex.c -share/examples/cdk/calendar_ex.c -share/examples/cdk/cdkscreen_ex.c -share/examples/cdk/dialog_ex.c -share/examples/cdk/entry_ex.c -share/examples/cdk/fselect_ex.c -share/examples/cdk/graph_ex.c -share/examples/cdk/hello_ex.c -share/examples/cdk/histogram_ex.c -share/examples/cdk/itemlist_ex.c -share/examples/cdk/label_ex.c -share/examples/cdk/marquee_ex.c -share/examples/cdk/matrix_ex.c -share/examples/cdk/mentry_ex.c -share/examples/cdk/menu_ex.c -share/examples/cdk/position_ex.c -share/examples/cdk/preprocess_ex.c -share/examples/cdk/radio_ex.c -share/examples/cdk/scale_ex.c -share/examples/cdk/scroll_ex.c -share/examples/cdk/selection_ex.c -share/examples/cdk/slider_ex.c -share/examples/cdk/subwindow_ex.c -share/examples/cdk/swindow_ex.c -share/examples/cdk/template_ex.c -share/examples/cdk/tst.c -share/examples/cdk/viewer_ex.c -share/examples/cdk/vinstall.c -@dirrm share/examples/cdk -@dirrm share/doc/cdk -@dirrm include/cdk -- cgit v1.2.3