diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 07:57:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 07:57:20 +0000 |
commit | 1b89cf5992a5988c01aaf59f015618910955f5e6 (patch) | |
tree | 47bdcc1c166b872d6ca875e27c871932fa056109 /devel/cdk/pkg | |
parent | 46b4fc14ae2d16fb0caac1410b8c54673d6f81fe (diff) | |
download | pkgsrc-1b89cf5992a5988c01aaf59f015618910955f5e6.tar.gz |
* Update to cdk-4.9.8.
* Update ncurses dependency.
* Update MASTER_SITE and HOMEPAGE to new locations.
* Libtoolize library build.
Diffstat (limited to 'devel/cdk/pkg')
-rw-r--r-- | devel/cdk/pkg/PLIST | 59 |
1 files changed, 27 insertions, 32 deletions
diff --git a/devel/cdk/pkg/PLIST b/devel/cdk/pkg/PLIST index ce8a49277b3..1acea55168e 100644 --- a/devel/cdk/pkg/PLIST +++ b/devel/cdk/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/01 23:27:36 garbled Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/07/06 07:57:26 jlam 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 @@ -18,7 +19,6 @@ include/cdk/marquee.h include/cdk/matrix.h include/cdk/mentry.h include/cdk/menu.h -include/cdk/printWidget.h include/cdk/radio.h include/cdk/scale.h include/cdk/scroll.h @@ -26,21 +26,19 @@ include/cdk/selection.h include/cdk/slider.h include/cdk/swindow.h include/cdk/template.h -include/cdk/tab.h include/cdk/viewer.h -include/cdk.h lib/libcdk.a -lib/libcdk_p.a -lib/libcdk_pic.a -lib/libcdk.so.4.8 -man/man3/cdk.3 +lib/libcdk.so.4.9 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_graph.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 @@ -48,27 +46,33 @@ man/man3/cdk_marquee.3 man/man3/cdk_matrix.3 man/man3/cdk_mentry.3 man/man3/cdk_menu.3 -man/man3/cdk_printWidget.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 -man/man3/cdk_screen.3 -man/man3/cdk_binding.3 -man/man3/cdk_display.3 -man/man3/cdk_misc.3 -share/examples/cdk/Makefile +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/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/graph_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 @@ -76,28 +80,19 @@ 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/printWidget_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/subwindow_ex.c -share/examples/cdk/bind_ex.c -share/examples/cdk/hello_ex.c -share/examples/cdk/position_ex.c -share/examples/cdk/cdkscreen_ex.c -share/examples/cdk/preprocess_ex.c -share/examples/cdk/BUGS -share/examples/cdk/EXPANDING -share/examples/cdk/INSTALL -share/examples/cdk/NOTES -share/examples/cdk/README -share/examples/cdk/TODO -share/examples/cdk/VERSION -share/examples/cdk/COPYING -@dirrm include/cdk +share/examples/cdk/vinstall.c @dirrm share/examples/cdk +@dirrm share/doc/cdk +@dirrm include/cdk |