diff options
author | frueauf <frueauf> | 1998-02-27 21:50:44 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-27 21:50:44 +0000 |
commit | 4a8da552be200aa82fb03228d18f203ff78bd305 (patch) | |
tree | e3132b71ecc50ddfde9e9c16ebb3a5bdc4a8db9a /x11/xforms/pkg | |
parent | a793398e6240628a05f3603fbe9c61490a4075b6 (diff) | |
download | pkgsrc-4a8da552be200aa82fb03228d18f203ff78bd305.tar.gz |
initial import for xforms-0.88, closes pr 5059 by Johnny C. Lam.
additional work: - reordering Makefile to satisfy portlint
- ldconfig does not need -m anymore
- new md5 checksum for i386 binary
- add missing files to PLIST
Diffstat (limited to 'x11/xforms/pkg')
-rw-r--r-- | x11/xforms/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xforms/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/xforms/pkg/PLIST | 91 |
3 files changed, 100 insertions, 0 deletions
diff --git a/x11/xforms/pkg/COMMENT b/x11/xforms/pkg/COMMENT new file mode 100644 index 00000000000..36931a72a20 --- /dev/null +++ b/x11/xforms/pkg/COMMENT @@ -0,0 +1 @@ +A graphical user interface toolkit for X Window System. diff --git a/x11/xforms/pkg/DESCR b/x11/xforms/pkg/DESCR new file mode 100644 index 00000000000..3613f0a048c --- /dev/null +++ b/x11/xforms/pkg/DESCR @@ -0,0 +1,8 @@ +This is the binary distribution of XForms, a graphical user interface +toolkit for X Window Systems. It should work under X11 R4, R5 & R6. + +Documentation on XForms is available from bragg.phys.uwm.edu /pub/xforms +via anonymous ftp. + +The entire XForms distribution is also accessible via +http://bloch.phys.uwm.edu/xforms diff --git a/x11/xforms/pkg/PLIST b/x11/xforms/pkg/PLIST new file mode 100644 index 00000000000..8a70a7fe826 --- /dev/null +++ b/x11/xforms/pkg/PLIST @@ -0,0 +1,91 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/27 21:50:44 frueauf Exp $ +bin/fd2ps +bin/fdesign +include/X11/forms.h +lib/libforms.a +@exec ln -sf %D/%F %D/lib/libxforms.a +@unexec rm -f %D/lib/libxforms.a +lib/libforms.so.0.88 +@exec ln -sf %D/%F %D/lib/libxforms.so.0.88 +@unexec rm -f %D/lib/libxforms.so.0.88 +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true +man/man1/fd2ps.1.gz +man/man1/fdesign.1.gz +man/man5/forms.5.gz +man/man5/xforms.5.gz +share/examples/xforms/arrowbutton +share/examples/xforms/borderwidth +share/examples/xforms/boxtype +share/examples/xforms/browserall +share/examples/xforms/browserop +share/examples/xforms/buttonall +share/examples/xforms/butttypes +share/examples/xforms/canvas +share/examples/xforms/chartall +share/examples/xforms/chartstrip +share/examples/xforms/choice +share/examples/xforms/colbrowser +share/examples/xforms/colsel +share/examples/xforms/colsel1 +share/examples/xforms/counter +share/examples/xforms/cursor +share/examples/xforms/demo +share/examples/xforms/demo.menu +share/examples/xforms/demo05 +share/examples/xforms/demo06 +share/examples/xforms/demo27 +share/examples/xforms/demo33 +share/examples/xforms/dirlist +share/examples/xforms/fbrowse +share/examples/xforms/fbrowse1 +share/examples/xforms/fdial +share/examples/xforms/flclock +share/examples/xforms/folder +share/examples/xforms/fonts +share/examples/xforms/free1 +share/examples/xforms/freedraw +share/examples/xforms/freedraw_leak +share/examples/xforms/goodies +share/examples/xforms/group +share/examples/xforms/iconify +share/examples/xforms/inputall +share/examples/xforms/invslider +share/examples/xforms/lalign +share/examples/xforms/ldial +share/examples/xforms/ll +share/examples/xforms/longlabel +share/examples/xforms/menu +share/examples/xforms/minput +share/examples/xforms/minput2 +share/examples/xforms/multilabel +share/examples/xforms/ndial +share/examples/xforms/objinactive +share/examples/xforms/objpos +share/examples/xforms/objreturn +share/examples/xforms/pmbrowse +share/examples/xforms/popup +share/examples/xforms/positioner +share/examples/xforms/positionerXOR +share/examples/xforms/preemptive +share/examples/xforms/pup +share/examples/xforms/pushbutton +share/examples/xforms/pushme +share/examples/xforms/rescale +share/examples/xforms/scrollbar +share/examples/xforms/secretinput +share/examples/xforms/sld_radio +share/examples/xforms/sldinactive +share/examples/xforms/sldsize +share/examples/xforms/sliderall +share/examples/xforms/strsize +share/examples/xforms/symbols +share/examples/xforms/timer +share/examples/xforms/timerprec +share/examples/xforms/touchbutton +share/examples/xforms/wwwl +share/examples/xforms/xyplotactive +share/examples/xforms/xyplotall +share/examples/xforms/xyplotover +share/examples/xforms/yesno +@dirrm share/examples/xforms |