diff options
-rw-r--r-- | x11/lesstif-current/Makefile | 26 | ||||
-rw-r--r-- | x11/lesstif-current/patches/patch-ae | 6 | ||||
-rw-r--r-- | x11/lesstif-current/patches/patch-ai | 26 | ||||
-rw-r--r-- | x11/lesstif-current/pkg/PLIST | 132 |
4 files changed, 181 insertions, 9 deletions
diff --git a/x11/lesstif-current/Makefile b/x11/lesstif-current/Makefile index 54e6a378bc6..0d797472ea1 100644 --- a/x11/lesstif-current/Makefile +++ b/x11/lesstif-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 1998/05/11 01:56:38 mycroft Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/11 10:43:31 frueauf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # -PKGNAME= lesstif-19980510 DISTNAME= lesstif-current +PKGNAME= lesstif-19980510 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org @@ -17,7 +17,25 @@ CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" # this is worst case, when you're about to overwrite real Motif with Lesstif IS_INTERACTIVE= yes -MAN1= mwm.1 +MAN1= lesstif.1 mwm.1 xmbind.1 +MAN3= LessTifInternals.3 XmArrowButton.3 XmArrowButtonGadget.3 \ + XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGCacheObj.3 \ + XmCascadeButtonGadget.3 XmClipboard.3 XmComboBox.3 \ + XmCommand.3 XmDesktop.3 XmDialogShell.3 XmDialogShellExt.3 \ + XmDisplay.3 XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 \ + XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 \ + XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 XmFrame.3 \ + XmGadget.3 XmGrabShell.3 XmIconGCacheObj.3 XmIconGadget.3 \ + XmLabel.3 XmLabelGCacheObj.3 XmLabelGadget.3 XmList.3 \ + XmMainWindow.3 XmManager.3 XmMenuShell.3 XmMessageBox.3 \ + XmNotebook.3 XmPanedWindow.3 XmPrimitive.3 XmProtocol.3 \ + XmPushButton.3 XmPushButtonGCacheObj.3 XmPushButtonGadget.3 \ + XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 XmScrollBar.3 \ + XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 \ + XmSeparatorGCacheObj.3 XmSeparatorGadget.3 XmSpinBox.3 \ + XmTearOffButton.3 XmText.3 XmTextField.3 XmToggleButton.3 \ + XmToggleButtonGCacheObj.3 XmToggleButtonGadget.3 \ + XmVendorShellExt.3 XmWorld.3 MAN5= mwmrc.5 pre-fetch: diff --git a/x11/lesstif-current/patches/patch-ae b/x11/lesstif-current/patches/patch-ae index e9e079656dd..4fd1ce352ef 100644 --- a/x11/lesstif-current/patches/patch-ae +++ b/x11/lesstif-current/patches/patch-ae @@ -1,5 +1,5 @@ ---- doc/lessdox/clients/Makefile.in-orig Sat Mar 14 16:50:03 1998 -+++ doc/lessdox/clients/Makefile.in Sun Mar 22 22:49:04 1998 +--- doc/lessdox/clients/Makefile.in.orig Tue Apr 7 14:00:12 1998 ++++ doc/lessdox/clients/Makefile.in Wed Apr 8 01:36:34 1998 @@ -96,10 +96,10 @@ MAINTAINERCLEANFILES=Makefile.in SUFFIXES= .1 .3 .5 .html @@ -13,7 +13,7 @@ +man3dir= $(mandir)/man3 +man5dir= $(mandir)/man5 - man1_DATA= mwm.1 + man1_DATA= mwm.1 xmbind.1 lesstif.1 man3_DATA= @@ -114,7 +114,7 @@ # build them. diff --git a/x11/lesstif-current/patches/patch-ai b/x11/lesstif-current/patches/patch-ai new file mode 100644 index 00000000000..6a7194eab4c --- /dev/null +++ b/x11/lesstif-current/patches/patch-ai @@ -0,0 +1,26 @@ +--- doc/lessdox/widgets/Makefile.in-orig Sun May 10 13:56:29 1998 ++++ doc/lessdox/widgets/Makefile.in Mon May 11 11:47:52 1998 +@@ -96,10 +96,10 @@ + MAINTAINERCLEANFILES=Makefile.in + SUFFIXES= .1 .3 .5 .html + +-mandir= $(exec_prefix)/LessTif/doc/man +-man1dir= $(exec_prefix)/LessTif/doc/man/man1 +-man3dir= $(exec_prefix)/LessTif/doc/man/man3 +-man5dir= $(exec_prefix)/LessTif/doc/man/man5 ++mandir= $(exec_prefix)/man ++man1dir= $(mandir)/man1 ++man3dir= $(mandir)/man3 ++man5dir= $(mandir)/man5 + + man1_DATA= + man3_DATA= \ +@@ -135,7 +135,7 @@ + # build them. + # + +-htmldir= $(exec_prefix)/LessTif/doc/html ++htmldir= $(exec_prefix)/share/lesstif/doc/widgets + html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} + + @HaveMan2html_TRUE@man1_HTML= ${man1_DATA:.1=.html} diff --git a/x11/lesstif-current/pkg/PLIST b/x11/lesstif-current/pkg/PLIST index 67df029a7c8..a3db44effd7 100644 --- a/x11/lesstif-current/pkg/PLIST +++ b/x11/lesstif-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/05/11 01:56:43 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/05/11 10:43:32 frueauf Exp $ bin/mwm bin/mxmkmf bin/uil @@ -157,10 +157,10 @@ share/lesstif/doc/core.html share/lesstif/doc/current.html share/lesstif/doc/download.html share/lesstif/doc/get.html +share/lesstif/doc/clients/lesstif.html share/lesstif/doc/clients/mwm.html share/lesstif/doc/clients/mwmrc.html share/lesstif/doc/clients/xmbind.html -share/lesstif/doc/clients/lesstif.html share/lesstif/doc/images/hungry.gif share/lesstif/doc/images/lesstif-realsmall.gif share/lesstif/doc/images/lesstif-small.gif @@ -173,7 +173,134 @@ share/lesstif/doc/platforms.html share/lesstif/doc/release-policy.html share/lesstif/doc/versions.html share/lesstif/doc/working.html +share/lesstif/doc/widgets/LessTifInternals.html +share/lesstif/doc/widgets/XmArrowButton.html +share/lesstif/doc/widgets/XmArrowButtonGadget.html +share/lesstif/doc/widgets/XmBulletinBoard.html +share/lesstif/doc/widgets/XmCascadeButton.html +share/lesstif/doc/widgets/XmCascadeButtonGCacheObj.html +share/lesstif/doc/widgets/XmCascadeButtonGadget.html +share/lesstif/doc/widgets/XmClipboard.html +share/lesstif/doc/widgets/XmComboBox.html +share/lesstif/doc/widgets/XmCommand.html +share/lesstif/doc/widgets/XmDesktop.html +share/lesstif/doc/widgets/XmDialogShell.html +share/lesstif/doc/widgets/XmDialogShellExt.html +share/lesstif/doc/widgets/XmDisplay.html +share/lesstif/doc/widgets/XmDragContext.html +share/lesstif/doc/widgets/XmDragIcon.html +share/lesstif/doc/widgets/XmDragOverShell.html +share/lesstif/doc/widgets/XmDrawingArea.html +share/lesstif/doc/widgets/XmDrawnButton.html +share/lesstif/doc/widgets/XmDropSiteManager.html +share/lesstif/doc/widgets/XmDropTransfer.html +share/lesstif/doc/widgets/XmFileSelectionBox.html +share/lesstif/doc/widgets/XmForm.html +share/lesstif/doc/widgets/XmFrame.html +share/lesstif/doc/widgets/XmGadget.html +share/lesstif/doc/widgets/XmGrabShell.html +share/lesstif/doc/widgets/XmIconGCacheObj.html +share/lesstif/doc/widgets/XmIconGadget.html +share/lesstif/doc/widgets/XmLabel.html +share/lesstif/doc/widgets/XmLabelGCacheObj.html +share/lesstif/doc/widgets/XmLabelGadget.html +share/lesstif/doc/widgets/XmList.html +share/lesstif/doc/widgets/XmMainWindow.html +share/lesstif/doc/widgets/XmManager.html +share/lesstif/doc/widgets/XmMenuShell.html +share/lesstif/doc/widgets/XmMessageBox.html +share/lesstif/doc/widgets/XmNotebook.html +share/lesstif/doc/widgets/XmPanedWindow.html +share/lesstif/doc/widgets/XmPrimitive.html +share/lesstif/doc/widgets/XmProtocol.html +share/lesstif/doc/widgets/XmPushButton.html +share/lesstif/doc/widgets/XmPushButtonGCacheObj.html +share/lesstif/doc/widgets/XmPushButtonGadget.html +share/lesstif/doc/widgets/XmPushButtonGadget.html +share/lesstif/doc/widgets/XmRowColumn.html +share/lesstif/doc/widgets/XmSash.html +share/lesstif/doc/widgets/XmScale.html +share/lesstif/doc/widgets/XmScreen.html +share/lesstif/doc/widgets/XmScrollBar.html +share/lesstif/doc/widgets/XmScrolledWindow.html +share/lesstif/doc/widgets/XmSelectionBox.html +share/lesstif/doc/widgets/XmSeparator.html +share/lesstif/doc/widgets/XmSeparatorGCacheObj.html +share/lesstif/doc/widgets/XmSeparatorGadget.html +share/lesstif/doc/widgets/XmSpinBox.html +share/lesstif/doc/widgets/XmTearOffButton.html +share/lesstif/doc/widgets/XmText.html +share/lesstif/doc/widgets/XmTextField.html +share/lesstif/doc/widgets/XmToggleButton.html +share/lesstif/doc/widgets/XmToggleButtonGCacheObj.html +share/lesstif/doc/widgets/XmToggleButtonGadget.html +share/lesstif/doc/widgets/XmVendorShellExt.html +share/lesstif/doc/widgets/XmWorld.html +man/man1/lesstif.1 man/man1/mwm.1 +man/man1/xmbind.1 +man/man3/LessTifInternals.3 +man/man3/XmArrowButton.3 +man/man3/XmArrowButtonGadget.3 +man/man3/XmBulletinBoard.3 +man/man3/XmCascadeButton.3 +man/man3/XmCascadeButtonGCacheObj.3 +man/man3/XmCascadeButtonGadget.3 +man/man3/XmClipboard.3 +man/man3/XmComboBox.3 +man/man3/XmCommand.3 +man/man3/XmDesktop.3 +man/man3/XmDialogShell.3 +man/man3/XmDialogShellExt.3 +man/man3/XmDisplay.3 +man/man3/XmDragContext.3 +man/man3/XmDragIcon.3 +man/man3/XmDragOverShell.3 +man/man3/XmDrawingArea.3 +man/man3/XmDrawnButton.3 +man/man3/XmDropSiteManager.3 +man/man3/XmDropTransfer.3 +man/man3/XmFileSelectionBox.3 +man/man3/XmForm.3 +man/man3/XmFrame.3 +man/man3/XmGadget.3 +man/man3/XmGrabShell.3 +man/man3/XmIconGCacheObj.3 +man/man3/XmIconGadget.3 +man/man3/XmLabel.3 +man/man3/XmLabelGCacheObj.3 +man/man3/XmLabelGadget.3 +man/man3/XmList.3 +man/man3/XmMainWindow.3 +man/man3/XmManager.3 +man/man3/XmMenuShell.3 +man/man3/XmMessageBox.3 +man/man3/XmNotebook.3 +man/man3/XmPanedWindow.3 +man/man3/XmPrimitive.3 +man/man3/XmProtocol.3 +man/man3/XmPushButton.3 +man/man3/XmPushButtonGCacheObj.3 +man/man3/XmPushButtonGadget.3 +man/man3/XmRowColumn.3 +man/man3/XmSash.3 +man/man3/XmScale.3 +man/man3/XmScreen.3 +man/man3/XmScrollBar.3 +man/man3/XmScrolledWindow.3 +man/man3/XmSelectionBox.3 +man/man3/XmSeparator.3 +man/man3/XmSeparatorGCacheObj.3 +man/man3/XmSeparatorGadget.3 +man/man3/XmSpinBox.3 +man/man3/XmTearOffButton.3 +man/man3/XmText.3 +man/man3/XmTextField.3 +man/man3/XmToggleButton.3 +man/man3/XmToggleButtonGCacheObj.3 +man/man3/XmToggleButtonGadget.3 +man/man3/XmVendorShellExt.3 +man/man3/XmWorld.3 man/man5/mwmrc.5 @exec ldconfig || /usr/bin/true @unexec ldconfig || /usr/bin/true @@ -183,5 +310,6 @@ man/man5/mwmrc.5 @dirrm include/Mrm @dirrm share/lesstif/doc/images @dirrm share/lesstif/doc/clients +@dirrm share/lesstif/doc/widgets @dirrm share/lesstif/doc @dirrm share/lesstif |