diff options
author | eadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-09-22 21:53:38 +0800 |
---|---|---|
committer | eadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-09-22 21:53:38 +0800 |
commit | ce756b139b21b4c227bc170c157b9b44acf89af8 (patch) | |
tree | 5fab9047537f2da6dbae69fd9929f18b5ad05e6d | |
parent | 2c4e9f1b698377125027e78467b864e61c9e9c6d (diff) | |
download | xorg-devel-ports-ce756b139b21b4c227bc170c157b9b44acf89af8.tar.gz xorg-devel-ports-ce756b139b21b4c227bc170c157b9b44acf89af8.tar.zst xorg-devel-ports-ce756b139b21b4c227bc170c157b9b44acf89af8.zip |
committed on 2011-09-22
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@311 058c260c-8361-11dd-a0ac-aa2bafec7d09
144 files changed, 0 insertions, 3322 deletions
diff --git a/x11/evieext/Makefile b/x11/evieext/Makefile deleted file mode 100644 index a387027..0000000 --- a/x11/evieext/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: evieext -# Date Created: 25 Apr 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= evieext -PORTVERSION= 1.1.1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= XEVIE extension headers - -XORG_CAT= proto - -.include <bsd.port.mk> diff --git a/x11/evieext/distinfo b/x11/evieext/distinfo deleted file mode 100644 index 6036d12..0000000 --- a/x11/evieext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/proto/evieext-1.1.1.tar.bz2) = 1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe -SIZE (xorg/proto/evieext-1.1.1.tar.bz2) = 95093 diff --git a/x11/evieext/pkg-descr b/x11/evieext/pkg-descr deleted file mode 100644 index 0521a1e..0000000 --- a/x11/evieext/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains evieext, a collection of XEVIE extension headers. - -WWW: http://www.freedesktop.org/wiki/Software/xlibs
\ No newline at end of file diff --git a/x11/evieext/pkg-plist b/x11/evieext/pkg-plist deleted file mode 100644 index 203a5e9..0000000 --- a/x11/evieext/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -include/X11/extensions/Xeviestr.h -include/X11/extensions/evieproto.h -libdata/pkgconfig/evieproto.pc -@dirrmtry include/X11/extensions diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile deleted file mode 100644 index ad75038..0000000 --- a/x11/libSM/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libSM -# Date Created: 09 Nov, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libSM -PORTVERSION= 1.2.0 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Session Management library for X11 - -BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros - -XORG_CAT= lib -USE_XORG= ice xproto:both xtrans - -CONFIGURE_ARGS+=--disable-docs --without-xmlto - -post-patch: - @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ - s/doc//' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11/libSM/distinfo b/x11/libSM/distinfo deleted file mode 100644 index f9b6a42..0000000 --- a/x11/libSM/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libSM-1.2.0.tar.bz2) = 0cd8df1b7067bfda10b05d38279777770677c6fecb5a14e804a28597da7a57cb -SIZE (xorg/lib/libSM-1.2.0.tar.bz2) = 284287 diff --git a/x11/libSM/files/patch-sm_genid.c b/x11/libSM/files/patch-sm_genid.c deleted file mode 100644 index 24c383c..0000000 --- a/x11/libSM/files/patch-sm_genid.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/sm_genid.c.orig 2010-06-04 20:15:04.000000000 +0200 -+++ src/sm_genid.c 2011-08-06 20:15:47.000000000 +0200 -@@ -111,11 +111,13 @@ SmsGenerateClientID(SmsConn smsConn) - { - #if defined(HAVE_UUID_CREATE) - char *id; -- char **temp; -+ char *temp; - uuid_t uuid; - uint32_t status; - - uuid_create(&uuid, &status); -+ if (status != uuid_s_ok) -+ return NULL; - - uuid_to_string(&uuid, &temp, &status); - diff --git a/x11/libSM/pkg-descr b/x11/libSM/pkg-descr deleted file mode 100644 index de64116..0000000 --- a/x11/libSM/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X11 Session Management library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libSM/pkg-plist b/x11/libSM/pkg-plist deleted file mode 100644 index ccb0046..0000000 --- a/x11/libSM/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/X11/SM/SM.h -include/X11/SM/SMlib.h -include/X11/SM/SMproto.h -lib/libSM.a -lib/libSM.la -lib/libSM.so -lib/libSM.so.6 -libdata/pkgconfig/sm.pc -@dirrm include/X11/SM diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile deleted file mode 100644 index e7db48e..0000000 --- a/x11/libX11/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libX11 -# Date Created: 28 Oct, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libX11 -PORTVERSION= 1.4.4 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X11 library - -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \ - ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb - -XORG_CAT= lib -USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ - kbproto:both inputproto xf86bigfontproto xproto:both -CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ - --without-xmlto \ - --disable-specs -CONFIGURE_ENV+= ac_cv_path_PS2PDF="" - -.include "${.CURDIR}/manpages" - -post-patch: - @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ - s/install-specDATA//' ${WRKSRC}/nls/Makefile.in - -.include <bsd.port.mk> diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo deleted file mode 100644 index 3b414ea..0000000 --- a/x11/libX11/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libX11-1.4.4.tar.bz2) = 7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d -SIZE (xorg/lib/libX11-1.4.4.tar.bz2) = 2323404 diff --git a/x11/libX11/manpages b/x11/libX11/manpages deleted file mode 100644 index 3ed4a00..0000000 --- a/x11/libX11/manpages +++ /dev/null @@ -1,821 +0,0 @@ -MAN3= \ -AllPlanes.3 \ -BitmapBitOrder.3 \ -BitmapPad.3 \ -BitmapUnit.3 \ -BlackPixel.3 \ -BlackPixelOfScreen.3 \ -CellsOfScreen.3 \ -ClientWhitePointOfCCC.3 \ -ConnectionNumber.3 \ -DefaultColormap.3 \ -DefaultColormapOfScreen.3 \ -DefaultDepth.3 \ -DefaultDepthOfScreen.3 \ -DefaultGC.3 \ -DefaultGCOfScreen.3 \ -DefaultRootWindow.3 \ -DefaultScreen.3 \ -DefaultScreenOfDisplay.3 \ -DefaultVisual.3 \ -DefaultVisualOfScreen.3 \ -DisplayCells.3 \ -DisplayHeight.3 \ -DisplayHeightMM.3 \ -DisplayOfCCC.3 \ -DisplayOfScreen.3 \ -DisplayPlanes.3 \ -DisplayString.3 \ -DisplayWidth.3 \ -DisplayWidthMM.3 \ -DoesBackingStore.3 \ -DoesSaveUnders.3 \ -EventMaskOfScreen.3 \ -HeightMMOfScreen.3 \ -HeightOfScreen.3 \ -ImageByteOrder.3 \ -IsCursorKey.3 \ -IsFunctionKey.3 \ -IsKeypadKey.3 \ -IsMiscFunctionKey.3 \ -IsModifierKey.3 \ -IsPFKey.3 \ -IsPrivateKeypadKey.3 \ -LastKnownRequestProcessed.3 \ -MaxCmapsOfScreen.3 \ -MinCmapsOfScreen.3 \ -NextRequest.3 \ -PlanesOfScreen.3 \ -ProtocolRevision.3 \ -ProtocolVersion.3 \ -QLength.3 \ -RootWindow.3 \ -RootWindowOfScreen.3 \ -ScreenCount.3 \ -ScreenNumberOfCCC.3 \ -ScreenOfDisplay.3 \ -ScreenWhitePointOfCCC.3 \ -ServerVendor.3 \ -VendorRelease.3 \ -VisualOfCCC.3 \ -WhitePixel.3 \ -WhitePixelOfScreen.3 \ -WidthMMOfScreen.3 \ -WidthOfScreen.3 \ -XActivateScreenSaver.3 \ -XAddConnectionWatch.3 \ -XAddHost.3 \ -XAddHosts.3 \ -XAddPixel.3 \ -XAddToSaveSet.3 \ -XAllocClassHint.3 \ -XAllocColor.3 \ -XAllocColorCells.3 \ -XAllocColorPlanes.3 \ -XAllocIconSize.3 \ -XAllocNamedColor.3 \ -XAllocSizeHints.3 \ -XAllocStandardColormap.3 \ -XAllocWMHints.3 \ -XAllowEvents.3 \ -XAnyEvent.3 \ -XArc.3 \ -XAutoRepeatOff.3 \ -XAutoRepeatOn.3 \ -XBaseFontNameListOfFontSet.3 \ -XBell.3 \ -XButtonEvent.3 \ -XChangeActivePointerGrab.3 \ -XChangeGC.3 \ -XChangeKeyboardControl.3 \ -XChangeKeyboardMapping.3 \ -XChangePointerControl.3 \ -XChangeProperty.3 \ -XChangeSaveSet.3 \ -XChangeWindowAttributes.3 \ -XChar2b.3 \ -XCharStruct.3 \ -XCheckIfEvent.3 \ -XCheckMaskEvent.3 \ -XCheckTypedEvent.3 \ -XCheckTypedWindowEvent.3 \ -XCheckWindowEvent.3 \ -XCirculateEvent.3 \ -XCirculateRequestEvent.3 \ -XCirculateSubwindows.3 \ -XCirculateSubwindowsDown.3 \ -XCirculateSubwindowsUp.3 \ -XClassHint.3 \ -XClearArea.3 \ -XClearWindow.3 \ -XClientMessageEvent.3 \ -XClipBox.3 \ -XCloseDisplay.3 \ -XCloseIM.3 \ -XCloseOM.3 \ -XColor.3 \ -XColormapEvent.3 \ -XConfigureEvent.3 \ -XConfigureRequestEvent.3 \ -XConfigureWindow.3 \ -XContextDependentDrawing.3 \ -XContextualDrawing.3 \ -XConvertCase.3 \ -XConvertSelection.3 \ -XCompose.3 \ -XCopyArea.3 \ -XCopyColormapAndFree.3 \ -XCopyGC.3 \ -XCopyPlane.3 \ -XCreateBitmapFromData.3 \ -XCreateColormap.3 \ -XCreateFontCursor.3 \ -XCreateFontSet.3 \ -XCreateGC.3 \ -XCreateGlyphCursor.3 \ -XCreateIC.3 \ -XCreateImage.3 \ -XCreateOC.3 \ -XCreatePixmap.3 \ -XCreatePixmapCursor.3 \ -XCreatePixmapFromBitmapData.3 \ -XCreateRegion.3 \ -XCreateSimpleWindow.3 \ -XCreateWindow.3 \ -XCreateWindowEvent.3 \ -XCrossingEvent.3 \ -XDefaultString.3 \ -XDefineCursor.3 \ -XDeleteContext.3 \ -XDeleteModifiermapEntry.3 \ -XDeleteProperty.3 \ -XDestroyIC.3 \ -XDestroyImage.3 \ -XDestroyOC.3 \ -XDestroyRegion.3 \ -XDestroySubwindows.3 \ -XDestroyWindow.3 \ -XDestroyWindowEvent.3 \ -XDirectionalDependentDrawing.3 \ -XDisableAccessControl.3 \ -XDisplayKeycodes.3 \ -XDisplayMotionBufferSize.3 \ -XDisplayName.3 \ -XDisplayOfIM.3 \ -XDisplayOfOM.3 \ -XDrawArc.3 \ -XDrawArcs.3 \ -XDrawImageString.3 \ -XDrawImageString16.3 \ -XDrawLine.3 \ -XDrawLines.3 \ -XDrawPoint.3 \ -XDrawPoints.3 \ -XDrawRectangle.3 \ -XDrawRectangles.3 \ -XDrawSegments.3 \ -XDrawString.3 \ -XDrawString16.3 \ -XDrawText.3 \ -XDrawText16.3 \ -XEmptyRegion.3 \ -XEnableAccessControl.3 \ -XEqualRegion.3 \ -XkbGetDetectableAutoRepeat.3 \ -XkbSetDetectableAutoRepeat.3 \ -XErrorEvent.3 \ -XEvent.3 \ -XEventsQueued.3 \ -XExposeEvent.3 \ -XExtendedMaxRequestSize.3 \ -XExtentsOfFontSet.3 \ -XFetchBuffer.3 \ -XFetchBytes.3 \ -XFetchName.3 \ -XFillArc.3 \ -XFillArcs.3 \ -XFillPolygon.3 \ -XFillRectangle.3 \ -XFillRectangles.3 \ -XFilterEvent.3 \ -XFindContext.3 \ -XFlush.3 \ -XFocusChangeEvent.3 \ -XFontProp.3 \ -XFontSetExtents.3 \ -XFontStruct.3 \ -XFontsOfFontSet.3 \ -XForceScreenSaver.3 \ -XFree.3 \ -XFreeColormap.3 \ -XFreeColors.3 \ -XFreeCursor.3 \ -XFreeEventData.3 \ -XFreeExtensionList.3 \ -XFreeFont.3 \ -XFreeFontInfo.3 \ -XFreeFontNames.3 \ -XFreeFontPath.3 \ -XFreeFontSet.3 \ -XFreeGC.3 \ -XFreeModifiermap.3 \ -XFreePixmap.3 \ -XFreeStringList.3 \ -XGCValues.3 \ -XGContextFromGC.3 \ -XGenericEventCookie.3 \ -XGetAtomName.3 \ -XGetAtomNames.3 \ -XGetClassHint.3 \ -XGetCommand.3 \ -XGetEventData.3 \ -XGetErrorDatabaseText.3 \ -XGetErrorText.3 \ -XGetFontPath.3 \ -XGetFontProperty.3 \ -XGetGCValues.3 \ -XGetGeometry.3 \ -XGetICValues.3 \ -XGetIMValues.3 \ -XGetIconName.3 \ -XGetIconSizes.3 \ -XGetImage.3 \ -XGetInputFocus.3 \ -XGetKeyboardControl.3 \ -XGetKeyboardMapping.3 \ -XGetModifierMapping.3 \ -XGetMotionEvents.3 \ -XGetOCValues.3 \ -XGetOMValues.3 \ -XGetPixel.3 \ -XGetPointerControl.3 \ -XGetPointerMapping.3 \ -XGetRGBColormaps.3 \ -XGetScreenSaver.3 \ -XGetSelectionOwner.3 \ -XSetEventQueueOwner.3 \ -XGetSubImage.3 \ -XGetTextProperty.3 \ -XGetTransientForHint.3 \ -XGetVisualInfo.3 \ -XGetWMClientMachine.3 \ -XGetWMColormapWindows.3 \ -XGetWMHints.3 \ -XGetWMIconName.3 \ -XGetWMName.3 \ -XGetWMNormalHints.3 \ -XGetWMProtocols.3 \ -XGetWMSizeHints.3 \ -XGetWindowAttributes.3 \ -XGetWindowProperty.3 \ -XGetXCBConnection.3 \ -XGrabButton.3 \ -XGrabKey.3 \ -XGrabKeyboard.3 \ -XGrabPointer.3 \ -XGrabServer.3 \ -XGraphicsExposeEvent.3 \ -XGravityEvent.3 \ -XHostAddress.3 \ -XIMOfIC.3 \ -XIconSize.3 \ -XIconifyWindow.3 \ -XIfEvent.3 \ -XInitImage.3 \ -XInitThreads.3 \ -XInsertModifiermapEntry.3 \ -XInstallColormap.3 \ -XInternAtom.3 \ -XInternAtoms.3 \ -XInternalConnectionNumbers.3 \ -XIntersectRegion.3 \ -XKeyEvent.3 \ -XKeyboardControl.3 \ -XKeycodeToKeysym.3 \ -XKeymapEvent.3 \ -XKeysymToKeycode.3 \ -XKeysymToString.3 \ -XKillClient.3 \ -XListDepths.3 \ -XListExtensions.3 \ -XListFonts.3 \ -XListFontsWithInfo.3 \ -XListHosts.3 \ -XListInstalledColormaps.3 \ -XListPixmapFormats.3 \ -XListProperties.3 \ -XLoadFont.3 \ -XLoadQueryFont.3 \ -XLocaleOfFontSet.3 \ -XLocaleOfIM.3 \ -XLocaleOfOM.3 \ -XLockDisplay.3 \ -XLookupColor.3 \ -XLookupKeysym.3 \ -XLookupString.3 \ -XLowerWindow.3 \ -XMapEvent.3 \ -XMapRaised.3 \ -XMapRequestEvent.3 \ -XMapSubwindows.3 \ -XMapWindow.3 \ -XMappingEvent.3 \ -XMaskEvent.3 \ -XMatchVisualInfo.3 \ -XMaxRequestSize.3 \ -XModifierKeymap.3 \ -XMotionEvent.3 \ -XMoveResizeWindow.3 \ -XMoveWindow.3 \ -XNewModifiermap.3 \ -XNextEvent.3 \ -XNoExposeEvent.3 \ -XNoOp.3 \ -XOMOfOC.3 \ -XOffsetRegion.3 \ -XOpenDisplay.3 \ -XOpenIM.3 \ -XOpenOM.3 \ -XParseColor.3 \ -XParseGeometry.3 \ -XPeekEvent.3 \ -XPeekIfEvent.3 \ -XPending.3 \ -XPixmapFormatValues.3 \ -XPoint.3 \ -XPointInRegion.3 \ -XPolygonRegion.3 \ -XProcessInternalConnection.3 \ -XPropertyEvent.3 \ -XPutBackEvent.3 \ -XPutImage.3 \ -XPutPixel.3 \ -XQueryBestCursor.3 \ -XQueryBestSize.3 \ -XQueryBestStipple.3 \ -XQueryBestTile.3 \ -XQueryColor.3 \ -XQueryColors.3 \ -XQueryExtension.3 \ -XQueryFont.3 \ -XQueryKeymap.3 \ -XQueryPointer.3 \ -XQueryTextExtents.3 \ -XQueryTextExtents16.3 \ -XQueryTree.3 \ -XRaiseWindow.3 \ -XReadBitmapFile.3 \ -XReadBitmapFileData.3 \ -XRebindKeysym.3 \ -XRecolorCursor.3 \ -XReconfigureWMWindow.3 \ -XRectInRegion.3 \ -XRectangle.3 \ -XRefreshKeyboardMapping.3 \ -XRegisterIMInstantiateCallback.3 \ -XRemoveConnectionWatch.3 \ -XRemoveFromSaveSet.3 \ -XRemoveHost.3 \ -XRemoveHosts.3 \ -XReparentEvent.3 \ -XReparentWindow.3 \ -XResetScreenSaver.3 \ -XResizeRequestEvent.3 \ -XResizeWindow.3 \ -XResourceManagerString.3 \ -XRestackWindows.3 \ -XRotateBuffers.3 \ -XRotateWindowProperties.3 \ -XSaveContext.3 \ -XScreenNumberOfScreen.3 \ -XScreenResourceString.3 \ -XSegment.3 \ -XSelectInput.3 \ -XSelectionClearEvent.3 \ -XSelectionEvent.3 \ -XSelectionRequestEvent.3 \ -XSendEvent.3 \ -XSetAccessControl.3 \ -XSetAfterFunction.3 \ -XSetArcMode.3 \ -XSetBackground.3 \ -XSetClassHint.3 \ -XSetClipMask.3 \ -XSetClipOrigin.3 \ -XSetClipRectangles.3 \ -XSetCloseDownMode.3 \ -XSetCommand.3 \ -XSetDashes.3 \ -XSetErrorHandler.3 \ -XSetFillRule.3 \ -XSetFillStyle.3 \ -XSetFont.3 \ -XSetFontPath.3 \ -XSetForeground.3 \ -XSetFunction.3 \ -XSetGraphicsExposure.3 \ -XSetICFocus.3 \ -XSetICValues.3 \ -XSetIMValues.3 \ -XSetIOErrorHandler.3 \ -XSetIconName.3 \ -XSetIconSizes.3 \ -XSetInputFocus.3 \ -XSetLineAttributes.3 \ -XSetLocaleModifiers.3 \ -XSetModifierMapping.3 \ -XSetOCValues.3 \ -XSetOMValues.3 \ -XSetPlaneMask.3 \ -XSetPointerMapping.3 \ -XSetRGBColormaps.3 \ -XSetRegion.3 \ -XSetScreenSaver.3 \ -XSetSelectionOwner.3 \ -XSetState.3 \ -XSetStipple.3 \ -XSetSubwindowMode.3 \ -XSetTSOrigin.3 \ -XSetTextProperty.3 \ -XSetTile.3 \ -XSetTransientForHint.3 \ -XSetWMClientMachine.3 \ -XSetWMColormapWindows.3 \ -XSetWMHints.3 \ -XSetWMIconName.3 \ -XSetWMName.3 \ -XSetWMNormalHints.3 \ -XSetWMProperties.3 \ -XSetWMProtocols.3 \ -XSetWMSizeHints.3 \ -XSetWindowAttributes.3 \ -XSetWindowBackground.3 \ -XSetWindowBackgroundPixmap.3 \ -XSetWindowBorder.3 \ -XSetWindowBorderPixmap.3 \ -XSetWindowBorderWidth.3 \ -XSetWindowColormap.3 \ -XShrinkRegion.3 \ -XSizeHints.3 \ -XStandardColormap.3 \ -XStoreBuffer.3 \ -XStoreBytes.3 \ -XStoreColor.3 \ -XStoreColors.3 \ -XStoreName.3 \ -XStoreNamedColor.3 \ -XStringListToTextProperty.3 \ -XStringToKeysym.3 \ -XSubImage.3 \ -XSubtractRegion.3 \ -XSupportsLocale.3 \ -XSync.3 \ -XSynchronize.3 \ -XTextExtents.3 \ -XTextExtents16.3 \ -XTextItem.3 \ -XTextItem16.3 \ -XTextProperty.3 \ -XTextPropertyToStringList.3 \ -XTextWidth.3 \ -XTextWidth16.3 \ -XTimeCoord.3 \ -XTranslateCoordinates.3 \ -XUndefineCursor.3 \ -XUngrabButton.3 \ -XUngrabKey.3 \ -XUngrabKeyboard.3 \ -XUngrabPointer.3 \ -XUngrabServer.3 \ -XUninstallColormap.3 \ -XUnionRectWithRegion.3 \ -XUnionRegion.3 \ -XUniqueContext.3 \ -XUnloadFont.3 \ -XUnlockDisplay.3 \ -XUnmapEvent.3 \ -XUnmapSubwindows.3 \ -XUnmapWindow.3 \ -XUnregisterIMInstantiateCallback.3 \ -XUnsetICFocus.3 \ -XVaCreateNestedList.3 \ -XVisibilityEvent.3 \ -XVisualIDFromVisual.3 \ -XVisualInfo.3 \ -XWMGeometry.3 \ -XWMHints.3 \ -XWarpPointer.3 \ -XWindowAttributes.3 \ -XWindowChanges.3 \ -XWindowEvent.3 \ -XWithdrawWindow.3 \ -XWriteBitmapFile.3 \ -XXorRegion.3 \ -XcmsAllocColor.3 \ -XcmsAllocNamedColor.3 \ -XcmsCCCOfColormap.3 \ -XcmsCIELab.3 \ -XcmsCIELabQueryMaxC.3 \ -XcmsCIELabQueryMaxL.3 \ -XcmsCIELabQueryMaxLC.3 \ -XcmsCIELabQueryMinL.3 \ -XcmsCIELuv.3 \ -XcmsCIELuvQueryMaxC.3 \ -XcmsCIELuvQueryMaxL.3 \ -XcmsCIELuvQueryMaxLC.3 \ -XcmsCIELuvQueryMinL.3 \ -XcmsCIEXYZ.3 \ -XcmsCIEuvY.3 \ -XcmsCIExyY.3 \ -XcmsColor.3 \ -XcmsConvertColors.3 \ -XcmsCreateCCC.3 \ -XcmsDefaultCCC.3 \ -XcmsFreeCCC.3 \ -XcmsLookupColor.3 \ -XcmsPad.3 \ -XcmsQueryBlack.3 \ -XcmsQueryBlue.3 \ -XcmsQueryColor.3 \ -XcmsQueryColors.3 \ -XcmsQueryGreen.3 \ -XcmsQueryRed.3 \ -XcmsQueryWhite.3 \ -XcmsRGB.3 \ -XcmsRGBi.3 \ -XcmsSetCCCOfColormap.3 \ -XcmsSetWhiteAdjustProc.3 \ -XcmsSetWhitePoint.3 \ -XcmsStoreColor.3 \ -XcmsStoreColors.3 \ -XcmsTekHVC.3 \ -XcmsTekHVCQueryMaxC.3 \ -XcmsTekHVCQueryMaxV.3 \ -XcmsTekHVCQueryMaxVC.3 \ -XcmsTekHVCQueryMaxVSamples.3 \ -XcmsTekHVCQueryMinV.3 \ -XkbActionCtrls.3 \ -XkbAddDeviceLedInfo.3 \ -XkbAddGeomColor.3 \ -XkbAddGeomDoodad.3 \ -XkbAddGeomKeyAlias.3 \ -XkbAddGeomKey.3 \ -XkbAddGeomOutline.3 \ -XkbAddGeomOverlayKey.3 \ -XkbAddGeomOverlayRow.3 \ -XkbAddGeomOverlay.3 \ -XkbAddGeomProperty.3 \ -XkbAddGeomRow.3 \ -XkbAddGeomSection.3 \ -XkbAddGeomShape.3 \ -XkbAddSymInterpret.3 \ -XkbAllocClientMap.3 \ -XkbAllocCompatMap.3 \ -XkbAllocControls.3 \ -XkbAllocDeviceInfo.3 \ -XkbAllocDeviceLedInfo.3 \ -XkbAllocGeomColors.3 \ -XkbAllocGeomDoodads.3 \ -XkbAllocGeometry.3 \ -XkbAllocGeomKeyAliases.3 \ -XkbAllocGeomKeys.3 \ -XkbAllocGeomOutlines.3 \ -XkbAllocGeomOverlayKey.3 \ -XkbAllocGeomOverlayRows.3 \ -XkbAllocGeomOverlays.3 \ -XkbAllocGeomPoints.3 \ -XkbAllocGeomProps.3 \ -XkbAllocGeomRows.3 \ -XkbAllocGeomSectionDoodads.3 \ -XkbAllocGeomSections.3 \ -XkbAllocGeomShapes.3 \ -XkbAllocIndicatorMaps.3 \ -XkbAllocKeyboard.3 \ -XkbAllocNames.3 \ -XkbAllocServerMap.3 \ -XkbApplyCompatMapToKey.3 \ -XkbBellEvent.3 \ -XkbBell.3 \ -XkbComputeRowBounds.3 \ -XkbComputeSectionBounds.3 \ -XkbComputeShapeBounds.3 \ -XkbComputeShapeTop.3 \ -XkbCopyKeyTypes.3 \ -XkbCopyKeyType.3 \ -XkbDeviceBellEvent.3 \ -XkbDeviceBell.3 \ -XkbFindOverlayForKey.3 \ -XkbForceBell.3 \ -XkbForceDeviceBell.3 \ -XkbFreeClientMap.3 \ -XkbFreeCompatMap.3 \ -XkbFreeComponentList.3 \ -XkbFreeControls.3 \ -XkbFreeDeviceInfo.3 \ -XkbFreeGeomColors.3 \ -XkbFreeGeomDoodads.3 \ -XkbFreeGeometry.3 \ -XkbFreeGeomKeyAliases.3 \ -XkbFreeGeomKeys.3 \ -XkbFreeGeomOutlines.3 \ -XkbFreeGeomOverlayKeys.3 \ -XkbFreeGeomOverlayRows.3 \ -XkbFreeGeomOverlays.3 \ -XkbFreeGeomPoints.3 \ -XkbFreeGeomProperties.3 \ -XkbFreeGeomRows.3 \ -XkbFreeGeomSections.3 \ -XkbFreeGeomShapes.3 \ -XkbFreeIndicatorMaps.3 \ -XkbFreeKeyboard.3 \ -XkbFreeNames.3 \ -XkbFreeServerMap.3 \ -XkbGetAccessXTimeout.3 \ -XkbGetAutoRepeatRate.3 \ -XkbGetAutoResetControls.3 \ -XkbGetBounceKeysDelay.3 \ -XkbGetCompatMap.3 \ -XkbGetControlsChanges.3 \ -XkbGetControls.3 \ -XkbGetDeviceButtonActions.3 \ -XkbGetDeviceInfoChanges.3 \ -XkbGetDeviceInfo.3 \ -XkbGetDeviceLedInfo.3 \ -XkbGetGeometry.3 \ -XkbGetIndicatorChanges.3 \ -XkbGetIndicatorMap.3 \ -XkbGetIndicatorState.3 \ -XkbGetKeyActions.3 \ -XkbGetKeyBehaviors.3 \ -XkbGetKeyboardByName.3 \ -XkbGetKeyboard.3 \ -XkbGetKeyExplicitComponents.3 \ -XkbGetKeyModifierMap.3 \ -XkbGetKeySyms.3 \ -XkbGetKeyTypes.3 \ -XkbGetKeyVirtualModMap.3 \ -XkbGetMap.3 \ -XkbGetNamedGeometry.3 \ -XkbGetNamedIndicator.3 \ -XkbGetNameChanges.3 \ -XkbGetNames.3 \ -XkbGetSlowKeysDelay.3 \ -XkbGetState.3 \ -XkbGetStickyKeysOptions.3 \ -XkbGetUpdatedMap.3 \ -XkbGetVirtualMods.3 \ -XkbGetXlibControls.3 \ -XkbChangeControls.3 \ -XkbChangeDeviceInfo.3 \ -XkbChangeEnabledControls.3 \ -XkbChangeIndicators.3 \ -XkbChangeMap.3 \ -XkbChangeNames.3 \ -XkbChangeTypesOfKey.3 \ -XkbIgnoreExtension.3 \ -XkbInitCanonicalKeyTypes.3 \ -XkbKeyActionEntry.3 \ -XkbKeyActionsPtr.3 \ -XkbKeyAction.3 \ -XkbKeycodeToKeysym.3 \ -XkbKeyGroupInfo.3 \ -XkbKeyGroupsWidth.3 \ -XkbKeyGroupWidth.3 \ -XkbKeyHasActions.3 \ -XkbKeyNumActions.3 \ -XkbKeyNumGroups.3 \ -XkbKeyNumSyms.3 \ -XkbKeySymEntry.3 \ -XkbKeySymsOffset.3 \ -XkbKeySymsPtr.3 \ -XkbKeysymToModifiers.3 \ -XkbKeyTypeIndex.3 \ -XkbKeyTypesForCoreSymbols.3 \ -XkbKeyType.3 \ -XkbLatchGroup.3 \ -XkbLatchModifiers.3 \ -XkbLibraryVersion.3 \ -XkbListComponents.3 \ -XkbLockGroup.3 \ -XkbLockModifiers.3 \ -XkbLookupKeyBinding.3 \ -XkbLookupKeySym.3 \ -XkbModActionVMods.3 \ -XkbNoteControlsChanges.3 \ -XkbNoteDeviceChanges.3 \ -XkbNoteIndicatorChanges.3 \ -XkbNoteNameChanges.3 \ -XkbOpenDisplay.3 \ -XkbOutOfRangeGroupInfo.3 \ -XkbOutOfRangeGroupNumber.3 \ -XkbPtrActionX.3 \ -XkbPtrActionY.3 \ -XkbQueryExtension.3 \ -XkbRefreshKeyboardMapping.3 \ -XkbResizeDeviceButtonActions.3 \ -XkbResizeKeyActions.3 \ -XkbResizeKeySyms.3 \ -XkbResizeKeyType.3 \ -XkbSAActionSetCtrls.3 \ -XkbSAGroup.3 \ -XkbSAPtrDfltValue.3 \ -XkbSARedirectSetVModsMask.3 \ -XkbSARedirectSetVMods.3 \ -XkbSARedirectVModsMask.3 \ -XkbSARedirectVMods.3 \ -XkbSAScreen.3 \ -XkbSASetGroup.3 \ -XkbSASetPtrDfltValue.3 \ -XkbSASetScreen.3 \ -XkbSelectEventDetails.3 \ -XkbSelectEvents.3 \ -XkbSetAccessXTimeout.3 \ -XkbSetAutoRepeatRate.3 \ -XkbSetAutoResetControls.3 \ -XkbSetBounceKeysDelay.3 \ -XkbSetCompatMap.3 \ -XkbSetControls.3 \ -XkbSetDebuggingFlags.3 \ -XkbSetDeviceButtonActions.3 \ -XkbSetDeviceInfo.3 \ -XkbSetIgnoreLockMods.3 \ -XkbSetIndicatorMap.3 \ -XkbSetMap.3 \ -XkbSetModActionVMods.3 \ -XkbSetNamedIndicator.3 \ -XkbSetNames.3 \ -XkbSetPtrActionX.3 \ -XkbSetPtrActionY.3 \ -XkbSetServerInternalMods.3 \ -XkbSetXlibControls.3 \ -XkbTranslateKeyCode.3 \ -XkbTranslateKeySym.3 \ -XkbUpdateMapFromCore.3 \ -XkbVirtualModsToReal.3 \ -XmbDrawImageString.3 \ -XmbDrawString.3 \ -XmbDrawText.3 \ -XmbLookupString.3 \ -XmbResetIC.3 \ -XmbSetWMProperties.3 \ -XmbTextEscapement.3 \ -XmbTextExtents.3 \ -XmbTextListToTextProperty.3 \ -XmbTextPerCharExtents.3 \ -XmbTextPropertyToTextList.3 \ -XrmCombineDatabase.3 \ -XrmCombineFileDatabase.3 \ -XrmDestroyDatabase.3 \ -XrmEnumerateDatabase.3 \ -XrmGetDatabase.3 \ -XrmGetFileDatabase.3 \ -XrmGetResource.3 \ -XrmGetStringDatabase.3 \ -XrmInitialize.3 \ -XrmLocaleOfDatabase.3 \ -XrmMergeDatabases.3 \ -XrmOptionDescRec.3 \ -XrmOptionKind.3 \ -XrmParseCommand.3 \ -XrmPermStringToQuark.3 \ -XrmPutFileDatabase.3 \ -XrmPutLineResource.3 \ -XrmPutResource.3 \ -XrmPutStringResource.3 \ -XrmQGetResource.3 \ -XrmQGetSearchList.3 \ -XrmQGetSearchResource.3 \ -XrmQPutResource.3 \ -XrmQPutStringResource.3 \ -XrmQuarkToString.3 \ -XrmSetDatabase.3 \ -XrmStringToBindingQuarkList.3 \ -XrmStringToQuark.3 \ -XrmStringToQuarkList.3 \ -XrmUniqueQuark.3 \ -XrmValue.3 \ -Xutf8DrawImageString.3 \ -Xutf8DrawString.3 \ -Xutf8DrawText.3 \ -Xutf8LookupString.3 \ -Xutf8ResetIC.3 \ -Xutf8SetWMProperties.3 \ -Xutf8TextEscapement.3 \ -Xutf8TextExtents.3 \ -Xutf8TextListToTextProperty.3 \ -Xutf8TextPerCharExtents.3 \ -Xutf8TextPropertyToTextList.3 \ -XwcDrawImageString.3 \ -XwcDrawString.3 \ -XwcDrawText.3 \ -XwcFreeStringList.3 \ -XwcLookupString.3 \ -XwcResetIC.3 \ -XwcTextEscapement.3 \ -XwcTextExtents.3 \ -XwcTextListToTextProperty.3 \ -XwcTextPerCharExtents.3 \ -XwcTextPropertyToTextList.3 -MAN5= \ -Compose.5 \ -XCompose.5 diff --git a/x11/libX11/pkg-descr b/x11/libX11/pkg-descr deleted file mode 100644 index 2cbd651..0000000 --- a/x11/libX11/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X11 library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libX11/pkg-plist b/x11/libX11/pkg-plist deleted file mode 100644 index 30a0fa6..0000000 --- a/x11/libX11/pkg-plist +++ /dev/null @@ -1,268 +0,0 @@ -include/X11/ImUtil.h -include/X11/XKBlib.h -include/X11/Xcms.h -include/X11/Xlib-xcb.h -include/X11/Xlib.h -include/X11/XlibConf.h -include/X11/Xlibint.h -include/X11/Xlocale.h -include/X11/Xregion.h -include/X11/Xresource.h -include/X11/Xutil.h -include/X11/cursorfont.h -lib/X11/XErrorDB -lib/X11/Xcms.txt -lib/X11/locale/C/Compose -lib/X11/locale/C/XI18N_OBJS -lib/X11/locale/C/XLC_LOCALE -lib/X11/locale/am_ET.UTF-8/Compose -lib/X11/locale/am_ET.UTF-8/XI18N_OBJS -lib/X11/locale/am_ET.UTF-8/XLC_LOCALE -lib/X11/locale/armscii-8/Compose -lib/X11/locale/armscii-8/XI18N_OBJS -lib/X11/locale/armscii-8/XLC_LOCALE -lib/X11/locale/compose.dir -lib/X11/locale/el_GR.UTF-8/Compose -lib/X11/locale/el_GR.UTF-8/XI18N_OBJS -lib/X11/locale/el_GR.UTF-8/XLC_LOCALE -lib/X11/locale/en_US.UTF-8/Compose -lib/X11/locale/en_US.UTF-8/XI18N_OBJS -lib/X11/locale/en_US.UTF-8/XLC_LOCALE -lib/X11/locale/fi_FI.UTF-8/Compose -lib/X11/locale/fi_FI.UTF-8/XI18N_OBJS -lib/X11/locale/fi_FI.UTF-8/XLC_LOCALE -lib/X11/locale/georgian-academy/Compose -lib/X11/locale/georgian-academy/XI18N_OBJS -lib/X11/locale/georgian-academy/XLC_LOCALE -lib/X11/locale/georgian-ps/Compose -lib/X11/locale/georgian-ps/XI18N_OBJS -lib/X11/locale/georgian-ps/XLC_LOCALE -lib/X11/locale/ibm-cp1133/Compose -lib/X11/locale/ibm-cp1133/XI18N_OBJS -lib/X11/locale/ibm-cp1133/XLC_LOCALE -lib/X11/locale/iscii-dev/Compose -lib/X11/locale/iscii-dev/XI18N_OBJS -lib/X11/locale/iscii-dev/XLC_LOCALE -lib/X11/locale/isiri-3342/Compose -lib/X11/locale/isiri-3342/XI18N_OBJS -lib/X11/locale/isiri-3342/XLC_LOCALE -lib/X11/locale/iso8859-1/Compose -lib/X11/locale/iso8859-1/XI18N_OBJS -lib/X11/locale/iso8859-1/XLC_LOCALE -lib/X11/locale/iso8859-10/Compose -lib/X11/locale/iso8859-10/XI18N_OBJS -lib/X11/locale/iso8859-10/XLC_LOCALE -lib/X11/locale/iso8859-11/Compose -lib/X11/locale/iso8859-11/XI18N_OBJS -lib/X11/locale/iso8859-11/XLC_LOCALE -lib/X11/locale/iso8859-13/Compose -lib/X11/locale/iso8859-13/XI18N_OBJS -lib/X11/locale/iso8859-13/XLC_LOCALE -lib/X11/locale/iso8859-14/Compose -lib/X11/locale/iso8859-14/XI18N_OBJS -lib/X11/locale/iso8859-14/XLC_LOCALE -lib/X11/locale/iso8859-15/Compose -lib/X11/locale/iso8859-15/XI18N_OBJS -lib/X11/locale/iso8859-15/XLC_LOCALE -lib/X11/locale/iso8859-2/Compose -lib/X11/locale/iso8859-2/XI18N_OBJS -lib/X11/locale/iso8859-2/XLC_LOCALE -lib/X11/locale/iso8859-3/Compose -lib/X11/locale/iso8859-3/XI18N_OBJS -lib/X11/locale/iso8859-3/XLC_LOCALE -lib/X11/locale/iso8859-4/Compose -lib/X11/locale/iso8859-4/XI18N_OBJS -lib/X11/locale/iso8859-4/XLC_LOCALE -lib/X11/locale/iso8859-5/Compose -lib/X11/locale/iso8859-5/XI18N_OBJS -lib/X11/locale/iso8859-5/XLC_LOCALE -lib/X11/locale/iso8859-6/Compose -lib/X11/locale/iso8859-6/XI18N_OBJS -lib/X11/locale/iso8859-6/XLC_LOCALE -lib/X11/locale/iso8859-7/Compose -lib/X11/locale/iso8859-7/XI18N_OBJS -lib/X11/locale/iso8859-7/XLC_LOCALE -lib/X11/locale/iso8859-8/Compose -lib/X11/locale/iso8859-8/XI18N_OBJS -lib/X11/locale/iso8859-8/XLC_LOCALE -lib/X11/locale/iso8859-9/Compose -lib/X11/locale/iso8859-9/XI18N_OBJS -lib/X11/locale/iso8859-9/XLC_LOCALE -lib/X11/locale/iso8859-9e/Compose -lib/X11/locale/iso8859-9e/XI18N_OBJS -lib/X11/locale/iso8859-9e/XLC_LOCALE -lib/X11/locale/ja.JIS/Compose -lib/X11/locale/ja.JIS/XI18N_OBJS -lib/X11/locale/ja.JIS/XLC_LOCALE -lib/X11/locale/ja.S90/Compose -lib/X11/locale/ja.S90/XI18N_OBJS -lib/X11/locale/ja.S90/XLC_LOCALE -lib/X11/locale/ja.SJIS/Compose -lib/X11/locale/ja.SJIS/XI18N_OBJS -lib/X11/locale/ja.SJIS/XLC_LOCALE -lib/X11/locale/ja.U90/Compose -lib/X11/locale/ja.U90/XI18N_OBJS -lib/X11/locale/ja.U90/XLC_LOCALE -lib/X11/locale/ja/Compose -lib/X11/locale/ja/XI18N_OBJS -lib/X11/locale/ja/XLC_LOCALE -lib/X11/locale/ja_JP.UTF-8/Compose -lib/X11/locale/ja_JP.UTF-8/XI18N_OBJS -lib/X11/locale/ja_JP.UTF-8/XLC_LOCALE -lib/X11/locale/ko/Compose -lib/X11/locale/ko/XI18N_OBJS -lib/X11/locale/ko/XLC_LOCALE -lib/X11/locale/ko_KR.UTF-8/Compose -lib/X11/locale/ko_KR.UTF-8/XI18N_OBJS -lib/X11/locale/ko_KR.UTF-8/XLC_LOCALE -lib/X11/locale/koi8-c/Compose -lib/X11/locale/koi8-c/XI18N_OBJS -lib/X11/locale/koi8-c/XLC_LOCALE -lib/X11/locale/koi8-r/Compose -lib/X11/locale/koi8-r/XI18N_OBJS -lib/X11/locale/koi8-r/XLC_LOCALE -lib/X11/locale/koi8-u/Compose -lib/X11/locale/koi8-u/XI18N_OBJS -lib/X11/locale/koi8-u/XLC_LOCALE -lib/X11/locale/locale.alias -lib/X11/locale/locale.dir -lib/X11/locale/microsoft-cp1251/Compose -lib/X11/locale/microsoft-cp1251/XI18N_OBJS -lib/X11/locale/microsoft-cp1251/XLC_LOCALE -lib/X11/locale/microsoft-cp1255/Compose -lib/X11/locale/microsoft-cp1255/XI18N_OBJS -lib/X11/locale/microsoft-cp1255/XLC_LOCALE -lib/X11/locale/microsoft-cp1256/Compose -lib/X11/locale/microsoft-cp1256/XI18N_OBJS -lib/X11/locale/microsoft-cp1256/XLC_LOCALE -lib/X11/locale/mulelao-1/Compose -lib/X11/locale/mulelao-1/XI18N_OBJS -lib/X11/locale/mulelao-1/XLC_LOCALE -lib/X11/locale/nokhchi-1/Compose -lib/X11/locale/nokhchi-1/XI18N_OBJS -lib/X11/locale/nokhchi-1/XLC_LOCALE -lib/X11/locale/pt_BR.UTF-8/Compose -lib/X11/locale/pt_BR.UTF-8/XI18N_OBJS -lib/X11/locale/pt_BR.UTF-8/XLC_LOCALE -lib/X11/locale/ru_RU.UTF-8/Compose -lib/X11/locale/ru_RU.UTF-8/XI18N_OBJS -lib/X11/locale/ru_RU.UTF-8/XLC_LOCALE -lib/X11/locale/tatar-cyr/Compose -lib/X11/locale/tatar-cyr/XI18N_OBJS -lib/X11/locale/tatar-cyr/XLC_LOCALE -lib/X11/locale/th_TH.UTF-8/Compose -lib/X11/locale/th_TH.UTF-8/XI18N_OBJS -lib/X11/locale/th_TH.UTF-8/XLC_LOCALE -lib/X11/locale/th_TH/Compose -lib/X11/locale/th_TH/XI18N_OBJS -lib/X11/locale/th_TH/XLC_LOCALE -lib/X11/locale/tscii-0/Compose -lib/X11/locale/tscii-0/XI18N_OBJS -lib/X11/locale/tscii-0/XLC_LOCALE -lib/X11/locale/vi_VN.tcvn/Compose -lib/X11/locale/vi_VN.tcvn/XI18N_OBJS -lib/X11/locale/vi_VN.tcvn/XLC_LOCALE -lib/X11/locale/vi_VN.viscii/Compose -lib/X11/locale/vi_VN.viscii/XI18N_OBJS -lib/X11/locale/vi_VN.viscii/XLC_LOCALE -lib/X11/locale/zh_CN.UTF-8/Compose -lib/X11/locale/zh_CN.UTF-8/XI18N_OBJS -lib/X11/locale/zh_CN.UTF-8/XLC_LOCALE -lib/X11/locale/zh_CN.gb18030/Compose -lib/X11/locale/zh_CN.gb18030/XI18N_OBJS -lib/X11/locale/zh_CN.gb18030/XLC_LOCALE -lib/X11/locale/zh_CN.gbk/Compose -lib/X11/locale/zh_CN.gbk/XI18N_OBJS -lib/X11/locale/zh_CN.gbk/XLC_LOCALE -lib/X11/locale/zh_CN/Compose -lib/X11/locale/zh_CN/XI18N_OBJS -lib/X11/locale/zh_CN/XLC_LOCALE -lib/X11/locale/zh_HK.UTF-8/Compose -lib/X11/locale/zh_HK.UTF-8/XI18N_OBJS -lib/X11/locale/zh_HK.UTF-8/XLC_LOCALE -lib/X11/locale/zh_HK.big5/Compose -lib/X11/locale/zh_HK.big5/XI18N_OBJS -lib/X11/locale/zh_HK.big5/XLC_LOCALE -lib/X11/locale/zh_HK.big5hkscs/Compose -lib/X11/locale/zh_HK.big5hkscs/XI18N_OBJS -lib/X11/locale/zh_HK.big5hkscs/XLC_LOCALE -lib/X11/locale/zh_TW.UTF-8/Compose -lib/X11/locale/zh_TW.UTF-8/XI18N_OBJS -lib/X11/locale/zh_TW.UTF-8/XLC_LOCALE -lib/X11/locale/zh_TW.big5/Compose -lib/X11/locale/zh_TW.big5/XI18N_OBJS -lib/X11/locale/zh_TW.big5/XLC_LOCALE -lib/X11/locale/zh_TW/Compose -lib/X11/locale/zh_TW/XI18N_OBJS -lib/X11/locale/zh_TW/XLC_LOCALE -lib/libX11-xcb.a -lib/libX11-xcb.la -lib/libX11-xcb.so -lib/libX11-xcb.so.1 -lib/libX11.a -lib/libX11.la -lib/libX11.so -lib/libX11.so.6 -libdata/pkgconfig/x11-xcb.pc -libdata/pkgconfig/x11.pc -@dirrm lib/X11/locale/zh_TW.big5 -@dirrm lib/X11/locale/zh_TW.UTF-8 -@dirrm lib/X11/locale/zh_TW -@dirrm lib/X11/locale/zh_HK.big5hkscs -@dirrm lib/X11/locale/zh_HK.big5 -@dirrm lib/X11/locale/zh_HK.UTF-8 -@dirrm lib/X11/locale/zh_CN.gbk -@dirrm lib/X11/locale/zh_CN.gb18030 -@dirrm lib/X11/locale/zh_CN.UTF-8 -@dirrm lib/X11/locale/zh_CN -@dirrm lib/X11/locale/vi_VN.viscii -@dirrm lib/X11/locale/vi_VN.tcvn -@dirrm lib/X11/locale/tscii-0 -@dirrm lib/X11/locale/th_TH.UTF-8 -@dirrm lib/X11/locale/th_TH -@dirrm lib/X11/locale/tatar-cyr -@dirrm lib/X11/locale/ru_RU.UTF-8 -@dirrm lib/X11/locale/pt_BR.UTF-8 -@dirrm lib/X11/locale/nokhchi-1 -@dirrm lib/X11/locale/mulelao-1 -@dirrm lib/X11/locale/microsoft-cp1256 -@dirrm lib/X11/locale/microsoft-cp1255 -@dirrm lib/X11/locale/microsoft-cp1251 -@dirrm lib/X11/locale/koi8-u -@dirrm lib/X11/locale/koi8-r -@dirrm lib/X11/locale/koi8-c -@dirrm lib/X11/locale/ko_KR.UTF-8 -@dirrm lib/X11/locale/ko -@dirrm lib/X11/locale/ja_JP.UTF-8 -@dirrm lib/X11/locale/ja.U90 -@dirrm lib/X11/locale/ja.SJIS -@dirrm lib/X11/locale/ja.S90 -@dirrm lib/X11/locale/ja.JIS -@dirrm lib/X11/locale/ja -@dirrm lib/X11/locale/iso8859-9e -@dirrm lib/X11/locale/iso8859-9 -@dirrm lib/X11/locale/iso8859-8 -@dirrm lib/X11/locale/iso8859-7 -@dirrm lib/X11/locale/iso8859-6 -@dirrm lib/X11/locale/iso8859-5 -@dirrm lib/X11/locale/iso8859-4 -@dirrm lib/X11/locale/iso8859-3 -@dirrm lib/X11/locale/iso8859-2 -@dirrm lib/X11/locale/iso8859-15 -@dirrm lib/X11/locale/iso8859-14 -@dirrm lib/X11/locale/iso8859-13 -@dirrm lib/X11/locale/iso8859-11 -@dirrm lib/X11/locale/iso8859-10 -@dirrm lib/X11/locale/iso8859-1 -@dirrm lib/X11/locale/isiri-3342 -@dirrm lib/X11/locale/iscii-dev -@dirrm lib/X11/locale/ibm-cp1133 -@dirrm lib/X11/locale/georgian-ps -@dirrm lib/X11/locale/georgian-academy -@dirrm lib/X11/locale/fi_FI.UTF-8 -@dirrm lib/X11/locale/en_US.UTF-8 -@dirrm lib/X11/locale/el_GR.UTF-8 -@dirrm lib/X11/locale/armscii-8 -@dirrm lib/X11/locale/am_ET.UTF-8 -@dirrm lib/X11/locale/C -@dirrm lib/X11/locale diff --git a/x11/libXevie/Makefile b/x11/libXevie/Makefile deleted file mode 100644 index 857252c..0000000 --- a/x11/libXevie/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: libXevie -# Date Created: 21 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXevie -PORTVERSION= 1.0.3 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= The Xevie library - -XORG_CAT= lib -USE_XORG= evieproto x11 xext xextproto xproto:both - -MAN3= Xevie.3 \ - XevieEnd.3 \ - XevieQueryVersion.3 \ - XevieSelectInput.3 \ - XevieSendEvent.3 \ - XevieStart.3 - -.include <bsd.port.mk> diff --git a/x11/libXevie/distinfo b/x11/libXevie/distinfo deleted file mode 100644 index 9fb15fe..0000000 --- a/x11/libXevie/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXevie-1.0.3.tar.bz2) = c00b382123e58f595b3cecaa50471ebec534660e5f92ae46d94266345844fd73 -SIZE (xorg/lib/libXevie-1.0.3.tar.bz2) = 253286 diff --git a/x11/libXevie/pkg-descr b/x11/libXevie/pkg-descr deleted file mode 100644 index 3e93203..0000000 --- a/x11/libXevie/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains libXevie, the X.Org Xevie library. - -WWW: http://www.freedesktop.org/wiki/Software/xlibs diff --git a/x11/libXevie/pkg-plist b/x11/libXevie/pkg-plist deleted file mode 100644 index 7bea875..0000000 --- a/x11/libXevie/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/X11/extensions/Xevie.h -lib/libXevie.so.1 -lib/libXevie.so -lib/libXevie.la -lib/libXevie.a -libdata/pkgconfig/xevie.pc diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile deleted file mode 100644 index d2004fc..0000000 --- a/x11/libXext/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: libXext -# Date Created: 29 Oct, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXext -PORTVERSION= 1.3.0 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X11 Extension library - -XORG_CAT= lib -USE_XORG= xproto x11 xextproto:both xau -CONFIGURE_ARGS+=--disable-specs --without-xmlto - -MAN3= DBE.3 \ - DPMSCapable.3 \ - DPMSDisable.3 \ - DPMSEnable.3 \ - DPMSForceLevel.3 \ - DPMSGetTimeouts.3 \ - DPMSGetVersion.3 \ - DPMSInfo.3 \ - DPMSQueryExtension.3 \ - DPMSSetTimeouts.3 \ - XShape.3 \ - XShapeCombineMask.3 \ - XShapeCombineRectangles.3 \ - XShapeCombineRegion.3 \ - XShapeCombineShape.3 \ - XShapeGetRectangles.3 \ - XShapeInputSelected.3 \ - XShapeOffsetShape.3 \ - XShapeQueryExtension.3 \ - XShapeQueryExtents.3 \ - XShapeQueryVersion.3 \ - XShapeSelectInput.3 \ - XcupGetReservedColormapEntries.3 \ - XcupQueryVersion.3 \ - XcupStoreColors.3 \ - XdbeAllocateBackBufferName.3 \ - XdbeBeginIdiom.3 \ - XdbeDeallocateBackBufferName.3 \ - XdbeEndIdiom.3 \ - XdbeFreeVisualInfo.3 \ - XdbeGetBackBufferAttributes.3 \ - XdbeGetVisualInfo.3 \ - XdbeQueryExtension.3 \ - XdbeSwapBuffers.3 \ - Xevi.3 \ - XeviGetVisualInfo.3 \ - XeviQueryExtension.3 \ - XeviQueryVersion.3 \ - Xmbuf.3 \ - XmbufChangeBufferAttributes.3 \ - XmbufChangeWindowAttributes.3 \ - XmbufCreateBuffers.3 \ - XmbufCreateStereoWindow.3 \ - XmbufDestroyBuffers.3 \ - XmbufDisplayBuffers.3 \ - XmbufGetBufferAttributes.3 \ - XmbufGetScreenInfo.3 \ - XmbufGetVersion.3 \ - XmbufGetWindowAttributes.3 \ - XmbufQueryExtension.3 \ - XShm.3 \ - XShmAttach.3 \ - XShmCreateImage.3 \ - XShmCreatePixmap.3 \ - XShmDetach.3 \ - XShmGetEventBase.3 \ - XShmGetImage.3 \ - XShmPixmapFormat.3 \ - XShmPutImage.3 \ - XShmQueryExtension.3 \ - XShmQueryVersion.3 - -.include <bsd.port.mk> diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo deleted file mode 100644 index 4b55944..0000000 --- a/x11/libXext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXext-1.3.0.tar.bz2) = e9daeb400855b9836e328500cec356b2769033174fc1b2be0df4a80f031debc0 -SIZE (xorg/lib/libXext-1.3.0.tar.bz2) = 341172 diff --git a/x11/libXext/pkg-descr b/x11/libXext/pkg-descr deleted file mode 100644 index a587eb8..0000000 --- a/x11/libXext/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ - -This package contains the X Extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXext/pkg-plist b/x11/libXext/pkg-plist deleted file mode 100644 index 646e7f6..0000000 --- a/x11/libXext/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -lib/libXext.a -lib/libXext.la -lib/libXext.so -lib/libXext.so.6 -include/X11/extensions/MITMisc.h -include/X11/extensions/XEVI.h -include/X11/extensions/XLbx.h -include/X11/extensions/XShm.h -include/X11/extensions/Xag.h -include/X11/extensions/Xcup.h -include/X11/extensions/Xdbe.h -include/X11/extensions/Xext.h -include/X11/extensions/Xge.h -include/X11/extensions/dpms.h -include/X11/extensions/extutil.h -include/X11/extensions/multibuf.h -include/X11/extensions/security.h -include/X11/extensions/shape.h -include/X11/extensions/sync.h -include/X11/extensions/xtestext1.h -libdata/pkgconfig/xext.pc -@dirrmtry include/X11/extensions - diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile deleted file mode 100644 index fbcab05..0000000 --- a/x11/libXfixes/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: libXext -# Date Created: 29 Oct, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXfixes -PORTVERSION= 5.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Fixes extension library - -XORG_CAT= lib -USE_XORG= x11 fixesproto:both xproto:both xextproto - -MAN3= Xfixes.3 - -.include <bsd.port.mk> diff --git a/x11/libXfixes/distinfo b/x11/libXfixes/distinfo deleted file mode 100644 index e9cd526..0000000 --- a/x11/libXfixes/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXfixes-5.0.tar.bz2) = 537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3 -SIZE (xorg/lib/libXfixes-5.0.tar.bz2) = 253777 diff --git a/x11/libXfixes/pkg-descr b/x11/libXfixes/pkg-descr deleted file mode 100644 index b6ab220..0000000 --- a/x11/libXfixes/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Fixes extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXfixes/pkg-plist b/x11/libXfixes/pkg-plist deleted file mode 100644 index f8e8b57..0000000 --- a/x11/libXfixes/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/X11/extensions/Xfixes.h -lib/libXfixes.a -lib/libXfixes.la -lib/libXfixes.so -lib/libXfixes.so.3 -libdata/pkgconfig/xfixes.pc diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile deleted file mode 100644 index 075d98d..0000000 --- a/x11/libXi/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: libXi -# Date Created: 22 Nov, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXi -PORTVERSION= 1.4.3 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Input extension library - -XORG_CAT= lib -USE_XORG= xproto x11 xext xextproto inputproto:both - -CONFIGURE_ARGS+=--disable-specs --without-xmlto - -MAN3= XAllowDeviceEvents.3 \ - XChangeDeviceControl.3 \ - XChangeDeviceDontPropagateList.3 \ - XChangeDeviceKeyMapping.3 \ - XChangeDeviceProperty.3 \ - XChangeFeedbackControl.3 \ - XChangeKeyboardDevice.3\ - XChangePointerDevice.3\ - XCloseDevice.3\ - XDeleteDeviceProperty.3\ - XDeviceBell.3\ - XDeviceTimeCoord.3\ - XFreeDeviceList.3\ - XGetDeviceButtonMapping.3\ - XGetDeviceControl.3\ - XGetDeviceDontPropagateList.3\ - XGetDeviceFocus.3\ - XGetDeviceKeyMapping.3 \ - XGetDeviceModifierMapping.3\ - XGetDeviceMotionEvents.3\ - XGetDeviceProperty.3\ - XGetExtensionVersion.3\ - XGetFeedbackControl.3\ - XGetSelectedExtensionEvents.3\ - XGrabDevice.3\ - XGrabDeviceButton.3\ - XGrabDeviceKey.3\ - XIChangeHierarchy.3\ - XIChangeProperty.3\ - XIDefineCursor.3\ - XIDeleteProperty.3\ - XIFreeDeviceInfo.3\ - XIGetClientPointer.3\ - XIGetFocus.3\ - XIGetProperty.3\ - XIGetSelectedEvents.3\ - XIGrabButton.3 \ - XIGrabDevice.3\ - XIGrabEnter.3\ - XIGrabFocusIn.3\ - XIGrabKeycode.3\ - XIListProperties.3\ - XIQueryDevice.3\ - XIQueryPointer.3\ - XIQueryVersion.3\ - XISelectEvents.3\ - XISetClientPointer.3\ - XISetFocus.3\ - XIUndefineCursor.3\ - XIUngrabButton.3\ - XIUngrabDevice.3 \ - XIUngrabEnter.3 \ - XIUngrabFocusIn.3 \ - XIUngrabKeycode.3 \ - XIWarpPointer.3 \ - XListDeviceProperties.3 \ - XListInputDevices.3 \ - XOpenDevice.3 \ - XQueryDeviceState.3 \ - XSelectExtensionEvent.3\ - XSendExtensionEvent.3\ - XSetDeviceButtonMapping.3\ - XSetDeviceFocus.3\ - XSetDeviceMode.3\ - XSetDeviceModifierMapping.3 \ - XSetDeviceValuators.3 \ - XUngrabDevice.3 \ - XUngrabDeviceButton.3 \ - XUngrabDeviceKey.3 - -.include <bsd.port.mk> diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo deleted file mode 100644 index 19ae0f9..0000000 --- a/x11/libXi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXi-1.4.3.tar.bz2) = 08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0 -SIZE (xorg/lib/libXi-1.4.3.tar.bz2) = 422637 diff --git a/x11/libXi/pkg-descr b/x11/libXi/pkg-descr deleted file mode 100644 index 99e89d8..0000000 --- a/x11/libXi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Input extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXi/pkg-plist b/x11/libXi/pkg-plist deleted file mode 100644 index 0f704e2..0000000 --- a/x11/libXi/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/X11/extensions/XInput.h -include/X11/extensions/XInput2.h -lib/libXi.a -lib/libXi.la -lib/libXi.so -lib/libXi.so.6 -libdata/pkgconfig/xi.pc -@dirrmtry include/X11/extensions diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile deleted file mode 100644 index fd4f4eb..0000000 --- a/x11/libXinerama/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: libXinerama -# Date Created: 7 May, 2004 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXinerama -PORTVERSION= 1.1.1 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X11 Xinerama library - -XORG_CAT= lib -USE_XORG= x11 xext xextproto xineramaproto:both -USE_AUTOTOOLS= libtool - -MAN3= Xinerama.3 \ - XineramaQueryExtension.3 \ - XineramaQueryVersion.3 \ - XineramaIsActive.3 \ - XineramaQueryScreens.3 - -.include <bsd.port.mk> diff --git a/x11/libXinerama/distinfo b/x11/libXinerama/distinfo deleted file mode 100644 index fa6d167..0000000 --- a/x11/libXinerama/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXinerama-1.1.1.tar.bz2) = bbe2b4a0e8ccf01a40f02c429c8418bd1fe652fd2c6f05d487e1319599d6779f -SIZE (xorg/lib/libXinerama-1.1.1.tar.bz2) = 266086 diff --git a/x11/libXinerama/pkg-descr b/x11/libXinerama/pkg-descr deleted file mode 100644 index b6967f6..0000000 --- a/x11/libXinerama/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXinerama/pkg-plist b/x11/libXinerama/pkg-plist deleted file mode 100644 index ff8b840..0000000 --- a/x11/libXinerama/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/X11/extensions/Xinerama.h -include/X11/extensions/panoramiXext.h -lib/libXinerama.a -lib/libXinerama.la -lib/libXinerama.so -lib/libXinerama.so.1 -libdata/pkgconfig/xinerama.pc -@dirrmtry include/X11/extensions diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile deleted file mode 100644 index cf304ae..0000000 --- a/x11/libXp/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: libXp -# Date Created: 4 May 2004 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXp -PORTVERSION= 1.0.1 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X print library - -XORG_CAT= lib -USE_XORG= x11 xext xextproto xau printproto:both -USE_AUTOTOOLS= libtool - -MAN3= XpCancelDoc.3 \ - XpCancelJob.3 \ - XpCancelPage.3 \ - XpCreateContext.3 \ - XpDestroyContext.3 \ - XpEndDoc.3 \ - XpEndJob.3 \ - XpEndPage.3 \ - XpFreePrinterList.3 \ - XpGetAttributes.3 \ - XpGetContext.3 \ - XpGetDocumentData.3 \ - XpGetImageResolution.3 \ - XpGetLocaleHinter.3 \ - XpGetOneAttribute.3 \ - XpGetPageDimensions.3 \ - XpGetPdmStartParams.3 \ - XpGetPrinterList.3 \ - XpGetScreenOfContext.3 \ - XpInputSelected.3 \ - XpPutDocumentData.3 \ - XpQueryExtension.3 \ - XpQueryScreens.3 \ - XpQueryVersion.3 \ - XpRehashPrinterList.3 \ - XpSelectInput.3 \ - XpSetAttributes.3 \ - XpSetContext.3 \ - XpSetImageResolution.3 \ - XpSetLocaleHinter.3 \ - XpStartDoc.3 \ - XpStartJob.3 \ - XpStartPage.3 \ - libXp.3 - -.include <bsd.port.mk> diff --git a/x11/libXp/distinfo b/x11/libXp/distinfo deleted file mode 100644 index 760f538..0000000 --- a/x11/libXp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXp-1.0.1.tar.bz2) = 71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2 -SIZE (xorg/lib/libXp-1.0.1.tar.bz2) = 300427 diff --git a/x11/libXp/pkg-descr b/x11/libXp/pkg-descr deleted file mode 100644 index d61d29d..0000000 --- a/x11/libXp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the X print library. - -WWW: http://www.freedesktop.org/Software/xorg - -- Eric Anholt -anholt@FreeBSD.org diff --git a/x11/libXp/pkg-plist b/x11/libXp/pkg-plist deleted file mode 100644 index ba86a7f..0000000 --- a/x11/libXp/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libXp.a -lib/libXp.la -lib/libXp.so -lib/libXp.so.6 -libdata/pkgconfig/xp.pc diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile deleted file mode 100644 index ae9361a..0000000 --- a/x11/libXpm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: libXpm -# Date Created: 25 Jan, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXpm -PORTVERSION= 3.5.9 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Pixmap library - -XORG_CAT= lib -USE_XORG= xproto x11 xext xextproto xt - -MAN1= cxpm.1 sxpm.1 - -.include <bsd.port.mk> diff --git a/x11/libXpm/distinfo b/x11/libXpm/distinfo deleted file mode 100644 index f6b9e4d..0000000 --- a/x11/libXpm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXpm-3.5.9.tar.bz2) = 8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e -SIZE (xorg/lib/libXpm-3.5.9.tar.bz2) = 383818 diff --git a/x11/libXpm/pkg-descr b/x11/libXpm/pkg-descr deleted file mode 100644 index dcf853a..0000000 --- a/x11/libXpm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the X Pixmap library. - -WWW: http://www.freedesktop.org/Software/xlibs - -- Eric Anholt -anholt@FreeBSD.org diff --git a/x11/libXpm/pkg-plist b/x11/libXpm/pkg-plist deleted file mode 100644 index 57c9469..0000000 --- a/x11/libXpm/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/cxpm -bin/sxpm -include/X11/xpm.h -lib/libXpm.a -lib/libXpm.la -lib/libXpm.so -lib/libXpm.so.4 -libdata/pkgconfig/xpm.pc diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile deleted file mode 100644 index 6f6c968..0000000 --- a/x11/libXrandr/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libXrandr -# Date Created: 9 Nov, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXrandr -PORTVERSION= 1.3.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Resize and Rotate extension library - -XORG_CAT= lib -USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both - -MAN3= Xrandr.3 \ - XRRConfigCurrentConfiguration.3 \ - XRRConfigCurrentRate.3 \ - XRRConfigRates.3 \ - XRRConfigRotations.3 \ - XRRConfigSizes.3 \ - XRRConfigTimes.3 \ - XRRFreeScreenConfigInfo.3 \ - XRRGetScreenInfo.3 \ - XRRQueryExtension.3 \ - XRRQueryVersion.3 \ - XRRRootToScreen.3 \ - XRRSelectInput.3 \ - XRRSetScreenConfig.3 \ - XRRSetScreenConfigAndRate.3 - -.include <bsd.port.mk> diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo deleted file mode 100644 index e2b60e9..0000000 --- a/x11/libXrandr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXrandr-1.3.2.tar.bz2) = 7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81 -SIZE (xorg/lib/libXrandr-1.3.2.tar.bz2) = 274401 diff --git a/x11/libXrandr/pkg-descr b/x11/libXrandr/pkg-descr deleted file mode 100644 index 17b598b..0000000 --- a/x11/libXrandr/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Resize and Rotate extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXrandr/pkg-plist b/x11/libXrandr/pkg-plist deleted file mode 100644 index 1b0f1f3..0000000 --- a/x11/libXrandr/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/X11/extensions/Xrandr.h -lib/libXrandr.a -lib/libXrandr.la -lib/libXrandr.so -lib/libXrandr.so.2 -libdata/pkgconfig/xrandr.pc diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile deleted file mode 100644 index c5f46ee..0000000 --- a/x11/libXrender/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: xrender -# Date Created: 2 Jul, 2003 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXrender -PORTVERSION= 0.9.6 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Render extension library - -XORG_CAT= lib -USE_XORG= x11 renderproto:both xproto:both - -.include <bsd.port.mk> diff --git a/x11/libXrender/distinfo b/x11/libXrender/distinfo deleted file mode 100644 index 708a9b2..0000000 --- a/x11/libXrender/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXrender-0.9.6.tar.bz2) = 7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668 -SIZE (xorg/lib/libXrender-0.9.6.tar.bz2) = 258249 diff --git a/x11/libXrender/pkg-descr b/x11/libXrender/pkg-descr deleted file mode 100644 index 67a5c22..0000000 --- a/x11/libXrender/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X render library and server implementations for XFree86. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXrender/pkg-plist b/x11/libXrender/pkg-plist deleted file mode 100644 index ea82f6f..0000000 --- a/x11/libXrender/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/X11/extensions/Xrender.h -lib/libXrender.a -lib/libXrender.la -lib/libXrender.so -lib/libXrender.so.1 -libdata/pkgconfig/xrender.pc -%%DOCSDIR%%/libXrender.txt -@dirrm %%DOCSDIR%% -@dirrmtry include/X11/extensions diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile deleted file mode 100644 index 90eb2b2..0000000 --- a/x11/libXres/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: libXext -# Date Created: 29 Oct, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXres -PORTVERSION= 1.0.5 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Resource usage library - -XORG_CAT= lib -USE_XORG= x11 xext xextproto resourceproto xproto:both - -MAN3= XRes.3 \ - XResQueryClients.3 \ - XResQueryClientPixmapBytes.3 \ - XResQueryClientResources.3 \ - XResQueryExtension.3 \ - XResQueryVersion.3 - -.include <bsd.port.mk> diff --git a/x11/libXres/distinfo b/x11/libXres/distinfo deleted file mode 100644 index 9f40e7f..0000000 --- a/x11/libXres/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXres-1.0.5.tar.bz2) = a00b0f464bc0c038db5614513b0e33475db22a7b3cd41e4e56a6c661a518a059 -SIZE (xorg/lib/libXres-1.0.5.tar.bz2) = 240062 diff --git a/x11/libXres/pkg-descr b/x11/libXres/pkg-descr deleted file mode 100644 index 5d16677..0000000 --- a/x11/libXres/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Resource usage library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXres/pkg-plist b/x11/libXres/pkg-plist deleted file mode 100644 index ea8918a..0000000 --- a/x11/libXres/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/X11/extensions/XRes.h -lib/libXRes.a -lib/libXRes.la -lib/libXRes.so -lib/libXRes.so.1 -libdata/pkgconfig/xres.pc diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile deleted file mode 100644 index 73733e7..0000000 --- a/x11/libXtst/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libXtst -# Date Created: 8 Feb 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXtst -PORTVERSION= 1.2.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Test extension - -XORG_CAT= lib -USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ - xi -USE_AUTOTOOLS= libtool - -CONFIGURE_ARGS+=--disable-specs --without-xmlto - -MAN3= XTestCompareCurrentCursorWithWindow.3 \ - XTestCompareCursorWithWindow.3 \ - XTestDiscard.3 \ - XTestFakeButtonEvent.3 \ - XTestFakeKeyEvent.3 \ - XTestFakeMotionEvent.3 \ - XTestFakeRelativeMotionEvent.3 \ - XTestGrabControl.3 \ - XTestQueryExtension.3 \ - XTestSetGContextOfGC.3 \ - XTestSetVisualIDOfVisual.3 - -post-patch: - @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ - s/specs//' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo deleted file mode 100644 index 20e9e94..0000000 --- a/x11/libXtst/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXtst-1.2.0.tar.bz2) = 7a2e0912b521f6bd8c392189874ba4a3b8168b0bba4c2143e073de53d8e85408 -SIZE (xorg/lib/libXtst-1.2.0.tar.bz2) = 281922 diff --git a/x11/libXtst/pkg-descr b/x11/libXtst/pkg-descr deleted file mode 100644 index f37b7e0..0000000 --- a/x11/libXtst/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the XKB file library. - -WWW: http://www.freedesktop.org/Software/xorg diff --git a/x11/libXtst/pkg-plist b/x11/libXtst/pkg-plist deleted file mode 100644 index 9c3e055..0000000 --- a/x11/libXtst/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/X11/extensions/XTest.h -include/X11/extensions/record.h -lib/libXtst.a -lib/libXtst.la -lib/libXtst.so -lib/libXtst.so.6 -libdata/pkgconfig/xtst.pc -@dirrmtry include/X11/extensions - diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile deleted file mode 100644 index 52f9c01..0000000 --- a/x11/libXv/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: libXv -# Date Created: 13 Nov, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXv -PORTVERSION= 1.0.6 -PORTEPOCH= 1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Video Extension library - -XORG_CAT= lib -USE_XORG= x11 xext xextproto videoproto:both xproto:both - -MAN3= Xv.3 \ - XvFreeAdaptorInfo.3 \ - XvFreeEncodingInfo.3 \ - XvCreateImage.3 \ - XvGetPortAttribute.3 \ - XvGetStill.3 \ - XvGetVideo.3 \ - XvGrabPort.3 \ - XvListImageFormats.3 \ - XvPutImage.3 \ - XvPortNotify.3 \ - XvPutStill.3 \ - XvPutVideo.3 \ - XvQueryAdaptors.3 \ - XvQueryBestSize.3 \ - XvQueryEncodings.3 \ - XvQueryExtension.3 \ - XvQueryPortAttributes.3 \ - XvSelectPortNotify.3 \ - XvSelectVideoNotify.3 \ - XvSetPortAttribute.3 \ - XvShmCreateImage.3 \ - XvShmPutImage.3 \ - XvStopVideo.3 \ - XvUngrabPort.3 \ - XvVideoNotify.3 - -.include <bsd.port.mk> diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo deleted file mode 100644 index 3a0b5fc..0000000 --- a/x11/libXv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXv-1.0.6.tar.bz2) = e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee -SIZE (xorg/lib/libXv-1.0.6.tar.bz2) = 271504 diff --git a/x11/libXv/pkg-descr b/x11/libXv/pkg-descr deleted file mode 100644 index 684ef90..0000000 --- a/x11/libXv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X Video Extension library. - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXv/pkg-plist b/x11/libXv/pkg-plist deleted file mode 100644 index 9765424..0000000 --- a/x11/libXv/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/X11/extensions/Xvlib.h -lib/libXv.a -lib/libXv.la -lib/libXv.so -lib/libXv.so.1 -libdata/pkgconfig/xv.pc diff --git a/x11/libXxf86dga/Makefile b/x11/libXxf86dga/Makefile deleted file mode 100644 index 385ce47..0000000 --- a/x11/libXxf86dga/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libXxf86dga -# Date Created: 8 Feb 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXxf86dga -PORTVERSION= 1.1.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X DGA Extension - -XORG_CAT= lib -USE_XORG= xproto x11 xextproto xext xf86dgaproto:both - -MAN3= XDGA.3 \ - XDGAOpenFramebuffer.3 \ - XDGAChangePixmapMode.3 \ - XDGAQueryExtension.3 \ - XDGACloseFramebuffer.3 \ - XDGAQueryModes.3 \ - XDGACopyArea.3 \ - XDGAQueryVersion.3 \ - XDGACopyTransparentArea.3 \ - XDGASelectInput.3 \ - XDGACreateColormap.3 \ - XDGASetClientVersion.3 \ - XDGAFillRectangle.3 \ - XDGASetMode.3 \ - XDGAGetViewportStatus.3 \ - XDGASetViewport.3 \ - XDGAInstallColormap.3 \ - XDGASync.3 \ - XDGAKeyEventToXKeyEvent.3 \ - XF86DGA.3 \ - XFree86-DGA.3 - -.include <bsd.port.mk> diff --git a/x11/libXxf86dga/distinfo b/x11/libXxf86dga/distinfo deleted file mode 100644 index 643f927..0000000 --- a/x11/libXxf86dga/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXxf86dga-1.1.2.tar.bz2) = 1ba652f562ce3fb3fef092ce5485eb7ef15b521124c901977b56d6f324605a06 -SIZE (xorg/lib/libXxf86dga-1.1.2.tar.bz2) = 270013 diff --git a/x11/libXxf86dga/pkg-descr b/x11/libXxf86dga/pkg-descr deleted file mode 100644 index f37b7e0..0000000 --- a/x11/libXxf86dga/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the XKB file library. - -WWW: http://www.freedesktop.org/Software/xorg diff --git a/x11/libXxf86dga/pkg-plist b/x11/libXxf86dga/pkg-plist deleted file mode 100644 index 77c173b..0000000 --- a/x11/libXxf86dga/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/X11/extensions/Xxf86dga.h -include/X11/extensions/xf86dga1.h -lib/libXxf86dga.a -lib/libXxf86dga.la -lib/libXxf86dga.so -lib/libXxf86dga.so.1 -libdata/pkgconfig/xxf86dga.pc -@dirrmtry include/X11/extensions diff --git a/x11/libXxf86misc/Makefile b/x11/libXxf86misc/Makefile deleted file mode 100644 index 8bafb3f..0000000 --- a/x11/libXxf86misc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libXxf86misc -# Date Created: 8 Feb 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXxf86misc -PORTVERSION= 1.0.3 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X XF86-Misc Extension - -XORG_CAT= lib -USE_XORG= xproto x11 xextproto xext xf86miscproto:both - -MAN3= XF86Misc.3 \ - XF86MiscGetKbdSettings.3 \ - XF86MiscGetMouseSettings.3 \ - XF86MiscGetSaver.3 \ - XF86MiscQueryExtension.3 \ - XF86MiscQueryVersion.3 \ - XF86MiscSetKbdSettings.3 \ - XF86MiscSetMouseSettings.3 \ - XF86MiscSetSaver.3 - -.include <bsd.port.mk> diff --git a/x11/libXxf86misc/distinfo b/x11/libXxf86misc/distinfo deleted file mode 100644 index 73c8895..0000000 --- a/x11/libXxf86misc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXxf86misc-1.0.3.tar.bz2) = 563f4200862efd3334c33a669e0a0aae5bab31f3998db75b87a99a697cc26b5b -SIZE (xorg/lib/libXxf86misc-1.0.3.tar.bz2) = 255831 diff --git a/x11/libXxf86misc/pkg-descr b/x11/libXxf86misc/pkg-descr deleted file mode 100644 index f37b7e0..0000000 --- a/x11/libXxf86misc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the XKB file library. - -WWW: http://www.freedesktop.org/Software/xorg diff --git a/x11/libXxf86misc/pkg-plist b/x11/libXxf86misc/pkg-plist deleted file mode 100644 index 55b4a93..0000000 --- a/x11/libXxf86misc/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/libXxf86misc.a -lib/libXxf86misc.la -lib/libXxf86misc.so -lib/libXxf86misc.so.1 -libdata/pkgconfig/xxf86misc.pc -@dirrmtry include/X11/extensions diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile deleted file mode 100644 index 1396195..0000000 --- a/x11/libXxf86vm/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libXxf86vm -# Date Created: 8 Feb 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXxf86vm -PORTVERSION= 1.1.1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Vidmode Extension - -XORG_CAT= lib -USE_XORG= xproto x11 xextproto xext xf86vidmodeproto:both - -MAN3= XF86VM.3 \ - XF86VidModeLockModeSwitch.3 \ - XF86VidModeDeleteModeLine.3 \ - XF86VidModeModModeLine.3 \ - XF86VidModeGetAllModeLines.3 \ - XF86VidModeQueryExtension.3 \ - XF86VidModeGetDotClocks.3 \ - XF86VidModeQueryVersion.3 \ - XF86VidModeGetGamma.3 \ - XF86VidModeSetClientVersion.3 \ - XF86VidModeGetGammaRamp.3 \ - XF86VidModeSetGamma.3 \ - XF86VidModeGetGammaRampSize.3 \ - XF86VidModeSetGammaRamp.3 \ - XF86VidModeGetModeLine.3 \ - XF86VidModeSetViewPort.3 \ - XF86VidModeGetMonitor.3 \ - XF86VidModeSwitchMode.3 \ - XF86VidModeGetPermissions.3 \ - XF86VidModeSwitchToMode.3 \ - XF86VidModeGetViewPort.3 \ - XF86VidModeValidateModeLine.3 - -.include <bsd.port.mk> diff --git a/x11/libXxf86vm/distinfo b/x11/libXxf86vm/distinfo deleted file mode 100644 index 531de86..0000000 --- a/x11/libXxf86vm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXxf86vm-1.1.1.tar.bz2) = 21cae9239aefd59353a4ddb0d6ed890402b681570ccd4bc977d80a75a020239e -SIZE (xorg/lib/libXxf86vm-1.1.1.tar.bz2) = 252404 diff --git a/x11/libXxf86vm/pkg-descr b/x11/libXxf86vm/pkg-descr deleted file mode 100644 index f37b7e0..0000000 --- a/x11/libXxf86vm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the XKB file library. - -WWW: http://www.freedesktop.org/Software/xorg diff --git a/x11/libXxf86vm/pkg-plist b/x11/libXxf86vm/pkg-plist deleted file mode 100644 index 17f8d37..0000000 --- a/x11/libXxf86vm/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/X11/extensions/xf86vmode.h -lib/libXxf86vm.a -lib/libXxf86vm.la -lib/libXxf86vm.so -lib/libXxf86vm.so.1 -libdata/pkgconfig/xxf86vm.pc -@dirrmtry include/X11/extensions diff --git a/x11/xdbedizzy/Makefile b/x11/xdbedizzy/Makefile deleted file mode 100644 index 648fe72..0000000 --- a/x11/xdbedizzy/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xdbedizzy -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xdbedizzy -PORTVERSION= 1.1.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Demo of DBE creating a double buffered spinning scene - -XORG_CAT= app -USE_XORG= xp xext xprintutil xp xau xext - -PLIST_FILES= bin/xdbedizzy - -MAN1= xdbedizzy.1 - -.include <bsd.port.mk> diff --git a/x11/xdbedizzy/distinfo b/x11/xdbedizzy/distinfo deleted file mode 100644 index 41b0051..0000000 --- a/x11/xdbedizzy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xdbedizzy-1.1.0.tar.bz2) = 66507b359eb87a7649c9f78aadb7b11efc0a5ffacf9b259392ed54be42cc0d09 -SIZE (xorg/app/xdbedizzy-1.1.0.tar.bz2) = 110340 diff --git a/x11/xdbedizzy/pkg-descr b/x11/xdbedizzy/pkg-descr deleted file mode 100644 index d930d33..0000000 --- a/x11/xdbedizzy/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xdbedizzy, a demo of DBE creating a double buffered -spinning scene. diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile deleted file mode 100644 index ac8d7d9..0000000 --- a/x11/xdm/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: xdm -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xdm -PORTVERSION= 1.1.10 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org X display manager - -XORG_CAT= app -USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw -CONFIGURE_ARGS+= --with-xdmconfigdir=${EXAMPLESDIR} \ - --with-xdmscriptdir=${EXAMPLESDIR} - -MAN1= xdm.1 - -CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ - Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config - -post-patch: - @${REINPLACE_CMD} -e "s|XDMCONFIGDIR/|${PREFIX}/lib/X11/xdm/|" \ - -e "s|XDMSCRIPTDIR/|${PREFIX}/lib/X11/xdm/|" \ - ${WRKSRC}/config/xdm-config.cpp \ - ${WRKSRC}/config/Xstartup.cpp \ - ${WRKSRC}/config/Xreset.cpp - @${REINPLACE_CMD} -e "s|@DESTDIR@||" ${WRKSRC}/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e "s|${EXAMPLESDIR}|${PREFIX}/lib/X11/xdm|" \ - ${WRKSRC}/config.h - -post-install: -.for f in ${CFFILES} - ${CP} -n ${EXAMPLESDIR}/$f ${PREFIX}/lib/X11/xdm/$f -.endfor - ${MKDIR} /var/lib/xdm/authdir - ${LN} -sf /var/lib/xdm/authdir ${PREFIX}/lib/X11/xdm/authdir - -.include <bsd.port.mk> diff --git a/x11/xdm/distinfo b/x11/xdm/distinfo deleted file mode 100644 index c7a570a..0000000 --- a/x11/xdm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xdm-1.1.10.tar.bz2) = 1487f7168e65fb7ea8cf21e99cdec412e643680c5dac9688aad5f87beba4f97f -SIZE (xorg/app/xdm-1.1.10.tar.bz2) = 423578 diff --git a/x11/xdm/files/patch-greeter-greet.c b/x11/xdm/files/patch-greeter-greet.c deleted file mode 100644 index b8a221d..0000000 --- a/x11/xdm/files/patch-greeter-greet.c +++ /dev/null @@ -1,19 +0,0 @@ ---- greeter/greet.c.orig Sat Feb 3 01:25:25 2007 -+++ greeter/greet.c Wed Apr 4 14:03:31 2007 -@@ -612,6 +617,7 @@ greet_user_rtn GreetUser( - } - DeleteXloginResources (d, *dpy); - CloseGreet (d); -+ login = NULL; - Debug ("Greet loop finished\n"); - /* - * Run system-wide initialization file -@@ -697,6 +704,8 @@ static int pamconv(int num_msg, - m = *msg; - r = *response; - -+ if (login == NULL) goto pam_error; -+ - for (i = 0; i < num_msg; i++ , m++ , r++) { - char *username; - int promptId = 0; diff --git a/x11/xdm/files/patch-session.c b/x11/xdm/files/patch-session.c deleted file mode 100644 index 6eb34ed..0000000 --- a/x11/xdm/files/patch-session.c +++ /dev/null @@ -1,27 +0,0 @@ ---- session.c.orig Sun Jun 3 22:49:51 2007 -+++ session.c Sun Jun 3 22:56:06 2007 -@@ -543,6 +543,7 @@ - pid_t pid; - #ifdef HAS_SETUSERCONTEXT - struct passwd* pwd; -+ extern char **environ; - #endif - #ifdef USE_PAM - pam_handle_t *pamh = thepamh (); -@@ -657,6 +660,8 @@ - * Set the user's credentials: uid, gid, groups, - * environment variables, resource limits, and umask. - */ -+ /* destroy user environment before calling setusercontext */ -+ environ = verify->userEnviron; - pwd = getpwnam(name); - if (pwd) { - if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) { -@@ -664,6 +669,7 @@ - errno); - return (0); - } -+ verify->userEnviron = environ; - endpwent(); - } else { - LogError ("getpwnam for \"%s\" failed, errno=%d\n", name, errno); diff --git a/x11/xdm/pkg-descr b/x11/xdm/pkg-descr deleted file mode 100644 index 83b0099..0000000 --- a/x11/xdm/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains xdm, the X.Org X Display manager. - -- Joel Dahl -joel@FreeBSD.org diff --git a/x11/xdm/pkg-plist b/x11/xdm/pkg-plist deleted file mode 100644 index dcdc249..0000000 --- a/x11/xdm/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/xdm -bin/xdmshell -lib/X11/xdm/authdir -lib/X11/xdm/chooser -lib/X11/xdm/libXdmGreet.a -lib/X11/xdm/libXdmGreet.la -lib/X11/xdm/libXdmGreet.so -lib/X11/xdm/pixmaps/xorg-bw.xpm -lib/X11/xdm/pixmaps/xorg.xpm -share/X11/app-defaults/Chooser -@unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xaccess %D/lib/X11/xdm/Xaccess; then rm -f %D/lib/X11/xdm/Xaccess; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xreset %D/lib/X11/xdm/Xreset; then rm -f %D/lib/X11/xdm/Xreset; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xresources %D/lib/X11/xdm/Xresources; then rm -f %D/lib/X11/xdm/Xresources; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xservers %D/lib/X11/xdm/Xservers; then rm -f %D/lib/X11/xdm/Xservers; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xsession %D/lib/X11/xdm/Xsession; then rm -f %D/lib/X11/xdm/Xsession; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xsetup_0 %D/lib/X11/xdm/Xsetup_0; then rm -f %D/lib/X11/xdm/Xsetup_0; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xstartup %D/lib/X11/xdm/Xstartup; then rm -f %D/lib/X11/xdm/Xstartup; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/Xwilling %D/lib/X11/xdm/Xwilling; then rm -f %D/lib/X11/xdm/Xwilling; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/xdm-config %D/lib/X11/xdm/xdm-config; then rm -f %D/lib/X11/xdm/xdm-config; fi -%%EXAMPLESDIR%%/GiveConsole -%%EXAMPLESDIR%%/TakeConsole -%%EXAMPLESDIR%%/Xaccess -%%EXAMPLESDIR%%/Xreset -%%EXAMPLESDIR%%/Xresources -%%EXAMPLESDIR%%/Xservers -%%EXAMPLESDIR%%/Xsession -%%EXAMPLESDIR%%/Xsetup_0 -%%EXAMPLESDIR%%/Xstartup -%%EXAMPLESDIR%%/Xwilling -%%EXAMPLESDIR%%/xdm-config -@exec cp -n %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole -@exec cp -n %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole -@exec cp -n %D/%%EXAMPLESDIR%%/Xaccess %D/lib/X11/xdm/Xaccess -@exec cp -n %D/%%EXAMPLESDIR%%/Xreset %D/lib/X11/xdm/Xreset -@exec cp -n %D/%%EXAMPLESDIR%%/Xresources %D/lib/X11/xdm/Xresources -@exec cp -n %D/%%EXAMPLESDIR%%/Xservers %D/lib/X11/xdm/Xservers -@exec cp -n %D/%%EXAMPLESDIR%%/Xsession %D/lib/X11/xdm/Xsession -@exec cp -n %D/%%EXAMPLESDIR%%/Xsetup_0 %D/lib/X11/xdm/Xsetup_0 -@exec cp -n %D/%%EXAMPLESDIR%%/Xstartup %D/lib/X11/xdm/Xstartup -@exec cp -n %D/%%EXAMPLESDIR%%/Xwilling %D/lib/X11/xdm/Xwilling -@exec cp -n %D/%%EXAMPLESDIR%%/xdm-config %D/lib/X11/xdm/xdm-config -@exec mkdir -p /var/lib/xdm/authdir -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 -@unexec rm -f /var/lib/xdm/authdir/authfiles/* 2>/dev/null || true -@unexec rmdir /var/lib/xdm/authdir/authfiles 2>/dev/null || true -@unexec rmdir /var/lib/xdm/authdir 2>/dev/null -@unexec rmdir /var/lib/xdm 2>/dev/null -@dirrm lib/X11/xdm/pixmaps -@dirrm lib/X11/xdm -@dirrm %%EXAMPLESDIR%% diff --git a/x11/xf86dga/Makefile b/x11/xf86dga/Makefile deleted file mode 100644 index 269db78..0000000 --- a/x11/xf86dga/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xf86dga -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xf86dga -PORTVERSION= 1.0.3 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Test program for the XFree86-DGA extension - -XORG_CAT= app -USE_XORG= x11 xxf86dga xt xaw7 xmu - -PLIST_FILES= bin/dga - -MAN1= dga.1 - -.include <bsd.port.mk> diff --git a/x11/xf86dga/distinfo b/x11/xf86dga/distinfo deleted file mode 100644 index c0911f6..0000000 --- a/x11/xf86dga/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xf86dga-1.0.3.tar.bz2) = b4d87411049d5edb6f33b7e57bceb5a07e41ec5c48900aef492fb0ff74e6a252 -SIZE (xorg/app/xf86dga-1.0.3.tar.bz2) = 104935 diff --git a/x11/xf86dga/pkg-descr b/x11/xf86dga/pkg-descr deleted file mode 100644 index 0c4b098..0000000 --- a/x11/xf86dga/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains dga, a simple test client for the XFree86-DGA -extension. diff --git a/x11/xf86driproto/Makefile b/x11/xf86driproto/Makefile deleted file mode 100644 index 9581614..0000000 --- a/x11/xf86driproto/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: xf86bigfontproto -# Date Created: 06 Feb 2006 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xf86driproto -PORTVERSION= 2.1.1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= XFree86-DRI extension headers - -XORG_CAT= proto - -.include <bsd.port.mk> diff --git a/x11/xf86driproto/distinfo b/x11/xf86driproto/distinfo deleted file mode 100644 index 0ff0cb5..0000000 --- a/x11/xf86driproto/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/proto/xf86driproto-2.1.1.tar.bz2) = 9c4b8d7221cb6dc4309269ccc008a22753698ae9245a398a59df35f1404d661f -SIZE (xorg/proto/xf86driproto-2.1.1.tar.bz2) = 96528 diff --git a/x11/xf86driproto/pkg-descr b/x11/xf86driproto/pkg-descr deleted file mode 100644 index d841863..0000000 --- a/x11/xf86driproto/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org XFree86-DRI extension headers. - -WWW: http://www.freedesktop.org/wiki/Software/xlibs diff --git a/x11/xf86driproto/pkg-plist b/x11/xf86driproto/pkg-plist deleted file mode 100644 index 0b74717..0000000 --- a/x11/xf86driproto/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/X11/dri/xf86dri.h -include/X11/dri/xf86driproto.h -include/X11/dri/xf86dristr.h -libdata/pkgconfig/xf86driproto.pc -@dirrmtry include/X11/dri diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile deleted file mode 100644 index db39533..0000000 --- a/x11/xfd/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: xfd -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xfd -PORTVERSION= 1.1.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Display all characters in an X font - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig - -XORG_CAT= app -USE_XORG= xft xt xaw - -MAN1= xfd.1 - -.include <bsd.port.mk> diff --git a/x11/xfd/distinfo b/x11/xfd/distinfo deleted file mode 100644 index ca9b01d..0000000 --- a/x11/xfd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xfd-1.1.0.tar.bz2) = e76db409ac46bd81c80348bea816d72065f36c2ef3d78a0da37ada7ffbeaea1a -SIZE (xorg/app/xfd-1.1.0.tar.bz2) = 121204 diff --git a/x11/xfd/pkg-descr b/x11/xfd/pkg-descr deleted file mode 100644 index 6d30b6b..0000000 --- a/x11/xfd/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xfd, an applications used for displying all -characters in an X font. diff --git a/x11/xfd/pkg-plist b/x11/xfd/pkg-plist deleted file mode 100644 index 168c509..0000000 --- a/x11/xfd/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xfd -share/X11/app-defaults/Xfd -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 diff --git a/x11/xfindproxy/Makefile b/x11/xfindproxy/Makefile deleted file mode 100644 index 2031a0b..0000000 --- a/x11/xfindproxy/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xfindproxy -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xfindproxy -PORTVERSION= 1.0.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Locate available proxy services - -XORG_CAT= app -USE_XORG= x11 ice xt xproxymngproto - -PLIST_FILES= bin/xfindproxy - -MAN1= xfindproxy.1 - -.include <bsd.port.mk> diff --git a/x11/xfindproxy/distinfo b/x11/xfindproxy/distinfo deleted file mode 100644 index 851d207..0000000 --- a/x11/xfindproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xfindproxy-1.0.2.tar.bz2) = a83b5c197ce13a52f021f0d00470e70a1c32d8e93244156c677729a7a5e15bb2 -SIZE (xorg/app/xfindproxy-1.0.2.tar.bz2) = 103429 diff --git a/x11/xfindproxy/pkg-descr b/x11/xfindproxy/pkg-descr deleted file mode 100644 index 1108dff..0000000 --- a/x11/xfindproxy/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xfindproxy, a program for locating available -proxy services. diff --git a/x11/xfwp/Makefile b/x11/xfwp/Makefile deleted file mode 100644 index 1121c4d..0000000 --- a/x11/xfwp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xfwp -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xfwp -PORTVERSION= 1.0.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X firewall proxy - -XORG_CAT= app -USE_XORG= x11 ice xproxymngproto - -PLIST_FILES= bin/xfwp - -MAN1= xfwp.1 - -.include <bsd.port.mk> diff --git a/x11/xfwp/distinfo b/x11/xfwp/distinfo deleted file mode 100644 index 33ce76a..0000000 --- a/x11/xfwp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xfwp-1.0.2.tar.bz2) = 8b3df86d875d5a00743fe74f181eb4827e26a849073b5acd163677dca53de2e1 -SIZE (xorg/app/xfwp-1.0.2.tar.bz2) = 131271 diff --git a/x11/xfwp/pkg-descr b/x11/xfwp/pkg-descr deleted file mode 100644 index edbaf1a..0000000 --- a/x11/xfwp/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This package contains the X firewall proxy (xfwp). diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile deleted file mode 100644 index 991a25d..0000000 --- a/x11/xinit/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xinit -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xinit -PORTVERSION= 1.3.1 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Window System initializer - -XORG_CAT= app -USE_XORG= x11 - -PLIST_FILES= bin/startx bin/xinit lib/X11/xinit/xinitrc -PLIST_DIRS= lib/X11/xinit - -MAN1= startx.1 xinit.1 - -post-patch: - @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man - -.include <bsd.port.mk> diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo deleted file mode 100644 index 9c363d1..0000000 --- a/x11/xinit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xinit-1.3.1.tar.bz2) = c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0 -SIZE (xorg/app/xinit-1.3.1.tar.bz2) = 147067 diff --git a/x11/xinit/files/patch-xinit.c b/x11/xinit/files/patch-xinit.c deleted file mode 100644 index abe8803..0000000 --- a/x11/xinit/files/patch-xinit.c +++ /dev/null @@ -1,15 +0,0 @@ ---- xinit.c.orig 2011-04-26 07:03:42.000000000 +0200 -+++ xinit.c 2011-08-06 22:14:03.000000000 +0200 -@@ -49,10 +49,10 @@ - #endif - - /* For PRIO_PROCESS and setpriority() */ --#ifdef __DragonFly__ -+#if defined(__DragonFly__) || defined(__FreeBSD__) - #include <sys/time.h> - #include <sys/resource.h> --#endif /* __DragonFly__ */ -+#endif - - #include <stdlib.h> - diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr deleted file mode 100644 index 2676f6a..0000000 --- a/x11/xinit/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This package contains xinit, the X Window System initializer. diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile deleted file mode 100644 index fa9ca86..0000000 --- a/x11/xkbcomp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xkbcomp -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xkbcomp -PORTVERSION= 1.2.3 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Compile XKB keyboard description - -XORG_CAT= app -USE_XORG= x11 xkbfile - -PLIST_FILES= bin/xkbcomp - -MAN1= xkbcomp.1 - -.include <bsd.port.mk> diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo deleted file mode 100644 index 45512a8..0000000 --- a/x11/xkbcomp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xkbcomp-1.2.3.tar.bz2) = 7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16 -SIZE (xorg/app/xkbcomp-1.2.3.tar.bz2) = 227566 diff --git a/x11/xkbcomp/pkg-descr b/x11/xkbcomp/pkg-descr deleted file mode 100644 index 0745247..0000000 --- a/x11/xkbcomp/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This package contains xkbcomp, the X.Org keymap compiler. diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile deleted file mode 100644 index 8873b6e..0000000 --- a/x11/xkeyboard-config/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: xkeyboard-config -# Date Created: Dec 20 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xkeyboard-config -PORTVERSION= 2.1 -CATEGORIES= x11 -MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Keyboard Configuration Database - -BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp - -XORG_CAT= data - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= intlhack gnomehack -USE_PERL5_BUILD=yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \ - --with-xkb-rules-symlink=xorg -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -CONFIGURE_ENV+= MSGFMT="/bin/echo '(GNU '" \ - XGETTEXT="/bin/echo '(GNU '" \ - MSGMERGE="/bin/echo '(GNU '" -PLIST_SUB+= NLS="@comment " -.else -USE_ICONV= yes -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' -e 's|==|=|g' \ - ${WRKSRC}/rules/merge.sh - -post-install: - ${MKDIR} /var/lib/xkb - ${LN} -sf /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled - -.include <bsd.port.mk> diff --git a/x11/xkeyboard-config/distinfo b/x11/xkeyboard-config/distinfo deleted file mode 100644 index 7ee61f2..0000000 --- a/x11/xkeyboard-config/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/data/xkeyboard-config-2.1.tar.bz2) = f9ee8340f2afadd2397aa4402eaf854da3738977accdbf147bc47c1cc99a3075 -SIZE (xorg/data/xkeyboard-config-2.1.tar.bz2) = 699368 diff --git a/x11/xkeyboard-config/pkg-descr b/x11/xkeyboard-config/pkg-descr deleted file mode 100644 index ad19d12..0000000 --- a/x11/xkeyboard-config/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The non-arch keyboard configuration database for X Window. -The goal is to provide the consistent, well-structured, -frequently released open source of X keyboard configuration -data for X Window System implementations (free, open source -and commercial). The project is targetted to XKB-based systems. - -WWW: http://www.freedesktop.org/wiki/Software/xlibs diff --git a/x11/xkeyboard-config/pkg-plist b/x11/xkeyboard-config/pkg-plist deleted file mode 100644 index 565c5ad..0000000 --- a/x11/xkeyboard-config/pkg-plist +++ /dev/null @@ -1,405 +0,0 @@ -libdata/pkgconfig/xkeyboard-config.pc -share/X11/xkb/compat.dir -share/X11/xkb/compat/README -share/X11/xkb/compat/accessx -share/X11/xkb/compat/basic -share/X11/xkb/compat/caps -share/X11/xkb/compat/complete -share/X11/xkb/compat/default -share/X11/xkb/compat/iso9995 -share/X11/xkb/compat/japan -share/X11/xkb/compat/keypad -share/X11/xkb/compat/ledcaps -share/X11/xkb/compat/lednum -share/X11/xkb/compat/ledscroll -share/X11/xkb/compat/level5 -share/X11/xkb/compat/misc -share/X11/xkb/compat/mousekeys -share/X11/xkb/compat/norepeat -share/X11/xkb/compat/olpc -share/X11/xkb/compat/pc -share/X11/xkb/compat/pc98 -share/X11/xkb/compat/xfree86 -share/X11/xkb/compat/xtest -share/X11/xkb/compiled -share/X11/xkb/geometry.dir -share/X11/xkb/geometry/README -share/X11/xkb/geometry/amiga -share/X11/xkb/geometry/ataritt -share/X11/xkb/geometry/chicony -share/X11/xkb/geometry/dell -share/X11/xkb/geometry/digital_vndr/lk -share/X11/xkb/geometry/digital_vndr/pc -share/X11/xkb/geometry/digital_vndr/unix -share/X11/xkb/geometry/everex -share/X11/xkb/geometry/fujitsu -share/X11/xkb/geometry/hhk -share/X11/xkb/geometry/hp -share/X11/xkb/geometry/keytronic -share/X11/xkb/geometry/kinesis -share/X11/xkb/geometry/macintosh -share/X11/xkb/geometry/microsoft -share/X11/xkb/geometry/nec -share/X11/xkb/geometry/nokia -share/X11/xkb/geometry/northgate -share/X11/xkb/geometry/pc -share/X11/xkb/geometry/sanwa -share/X11/xkb/geometry/sgi_vndr/O2 -share/X11/xkb/geometry/sgi_vndr/indigo -share/X11/xkb/geometry/sgi_vndr/indy -share/X11/xkb/geometry/sony -share/X11/xkb/geometry/sun -share/X11/xkb/geometry/thinkpad -share/X11/xkb/geometry/typematrix -share/X11/xkb/geometry/winbook -share/X11/xkb/keycodes.dir -share/X11/xkb/keycodes/README -share/X11/xkb/keycodes/aliases -share/X11/xkb/keycodes/amiga -share/X11/xkb/keycodes/ataritt -share/X11/xkb/keycodes/digital_vndr/lk -share/X11/xkb/keycodes/digital_vndr/pc -share/X11/xkb/keycodes/empty -share/X11/xkb/keycodes/evdev -share/X11/xkb/keycodes/fujitsu -share/X11/xkb/keycodes/hp -share/X11/xkb/keycodes/ibm -share/X11/xkb/keycodes/macintosh -share/X11/xkb/keycodes/sgi_vndr/indigo -share/X11/xkb/keycodes/sgi_vndr/indy -share/X11/xkb/keycodes/sgi_vndr/iris -share/X11/xkb/keycodes/sony -share/X11/xkb/keycodes/sun -share/X11/xkb/keycodes/xfree86 -share/X11/xkb/keycodes/xfree98 -share/X11/xkb/keymap.dir -share/X11/xkb/keymap/README -share/X11/xkb/keymap/amiga -share/X11/xkb/keymap/ataritt -share/X11/xkb/keymap/digital_vndr/us -share/X11/xkb/keymap/macintosh -share/X11/xkb/keymap/sgi_vndr/be -share/X11/xkb/keymap/sgi_vndr/bg -share/X11/xkb/keymap/sgi_vndr/ca -share/X11/xkb/keymap/sgi_vndr/ch -share/X11/xkb/keymap/sgi_vndr/cz -share/X11/xkb/keymap/sgi_vndr/de -share/X11/xkb/keymap/sgi_vndr/dk -share/X11/xkb/keymap/sgi_vndr/dvorak -share/X11/xkb/keymap/sgi_vndr/es -share/X11/xkb/keymap/sgi_vndr/fi -share/X11/xkb/keymap/sgi_vndr/fr -share/X11/xkb/keymap/sgi_vndr/gb -share/X11/xkb/keymap/sgi_vndr/hu -share/X11/xkb/keymap/sgi_vndr/it -share/X11/xkb/keymap/sgi_vndr/jp -share/X11/xkb/keymap/sgi_vndr/no -share/X11/xkb/keymap/sgi_vndr/pl -share/X11/xkb/keymap/sgi_vndr/pt -share/X11/xkb/keymap/sgi_vndr/ru -share/X11/xkb/keymap/sgi_vndr/se -share/X11/xkb/keymap/sgi_vndr/sk -share/X11/xkb/keymap/sgi_vndr/th -share/X11/xkb/keymap/sgi_vndr/us -share/X11/xkb/keymap/sony -share/X11/xkb/keymap/sun_vndr/all -share/X11/xkb/keymap/sun_vndr/de -share/X11/xkb/keymap/sun_vndr/es -share/X11/xkb/keymap/sun_vndr/fi -share/X11/xkb/keymap/sun_vndr/fr -share/X11/xkb/keymap/sun_vndr/no -share/X11/xkb/keymap/sun_vndr/pl -share/X11/xkb/keymap/sun_vndr/ru -share/X11/xkb/keymap/sun_vndr/se -share/X11/xkb/keymap/sun_vndr/uk -share/X11/xkb/keymap/sun_vndr/us -share/X11/xkb/keymap/xfree86 -share/X11/xkb/keymap/xfree98 -share/X11/xkb/rules/README -share/X11/xkb/rules/base -share/X11/xkb/rules/base.extras.xml -share/X11/xkb/rules/base.lst -share/X11/xkb/rules/base.xml -share/X11/xkb/rules/evdev -share/X11/xkb/rules/evdev.extras.xml -share/X11/xkb/rules/evdev.lst -share/X11/xkb/rules/evdev.xml -share/X11/xkb/rules/xfree98 -share/X11/xkb/rules/xkb.dtd -share/X11/xkb/rules/xorg -share/X11/xkb/rules/xorg.lst -share/X11/xkb/rules/xorg.xml -share/X11/xkb/semantics.dir -share/X11/xkb/semantics/basic -share/X11/xkb/semantics/complete -share/X11/xkb/semantics/default -share/X11/xkb/semantics/xtest -share/X11/xkb/symbols.dir -share/X11/xkb/symbols/ad -share/X11/xkb/symbols/af -share/X11/xkb/symbols/al -share/X11/xkb/symbols/altwin -share/X11/xkb/symbols/am -share/X11/xkb/symbols/ara -share/X11/xkb/symbols/at -share/X11/xkb/symbols/az -share/X11/xkb/symbols/ba -share/X11/xkb/symbols/bd -share/X11/xkb/symbols/be -share/X11/xkb/symbols/bg -share/X11/xkb/symbols/br -share/X11/xkb/symbols/brai -share/X11/xkb/symbols/bt -share/X11/xkb/symbols/bw -share/X11/xkb/symbols/by -share/X11/xkb/symbols/ca -share/X11/xkb/symbols/capslock -share/X11/xkb/symbols/cd -share/X11/xkb/symbols/ch -share/X11/xkb/symbols/cn -share/X11/xkb/symbols/compose -share/X11/xkb/symbols/ctrl -share/X11/xkb/symbols/cz -share/X11/xkb/symbols/de -share/X11/xkb/symbols/digital_vndr/lk -share/X11/xkb/symbols/digital_vndr/pc -share/X11/xkb/symbols/digital_vndr/us -share/X11/xkb/symbols/digital_vndr/vt -share/X11/xkb/symbols/dk -share/X11/xkb/symbols/ee -share/X11/xkb/symbols/empty -share/X11/xkb/symbols/epo -share/X11/xkb/symbols/es -share/X11/xkb/symbols/et -share/X11/xkb/symbols/eurosign -share/X11/xkb/symbols/extras/apl -share/X11/xkb/symbols/extras/ir -share/X11/xkb/symbols/extras/rs -share/X11/xkb/symbols/extras/ru -share/X11/xkb/symbols/extras/us -share/X11/xkb/symbols/fi -share/X11/xkb/symbols/fo -share/X11/xkb/symbols/fr -share/X11/xkb/symbols/fujitsu_vndr/jp -share/X11/xkb/symbols/fujitsu_vndr/us -share/X11/xkb/symbols/gb -share/X11/xkb/symbols/ge -share/X11/xkb/symbols/gh -share/X11/xkb/symbols/gn -share/X11/xkb/symbols/gr -share/X11/xkb/symbols/group -share/X11/xkb/symbols/hp_vndr/us -share/X11/xkb/symbols/hr -share/X11/xkb/symbols/hu -share/X11/xkb/symbols/ie -share/X11/xkb/symbols/il -share/X11/xkb/symbols/in -share/X11/xkb/symbols/inet -share/X11/xkb/symbols/iq -share/X11/xkb/symbols/ir -share/X11/xkb/symbols/is -share/X11/xkb/symbols/it -share/X11/xkb/symbols/jp -share/X11/xkb/symbols/ke -share/X11/xkb/symbols/keypad -share/X11/xkb/symbols/kg -share/X11/xkb/symbols/kh -share/X11/xkb/symbols/kpdl -share/X11/xkb/symbols/kr -share/X11/xkb/symbols/kz -share/X11/xkb/symbols/la -share/X11/xkb/symbols/latam -share/X11/xkb/symbols/latin -share/X11/xkb/symbols/level3 -share/X11/xkb/symbols/level5 -share/X11/xkb/symbols/lk -share/X11/xkb/symbols/lt -share/X11/xkb/symbols/lv -share/X11/xkb/symbols/ma -share/X11/xkb/symbols/macintosh_vndr/apple -share/X11/xkb/symbols/macintosh_vndr/ch -share/X11/xkb/symbols/macintosh_vndr/de -share/X11/xkb/symbols/macintosh_vndr/dk -share/X11/xkb/symbols/macintosh_vndr/fi -share/X11/xkb/symbols/macintosh_vndr/fr -share/X11/xkb/symbols/macintosh_vndr/gb -share/X11/xkb/symbols/macintosh_vndr/is -share/X11/xkb/symbols/macintosh_vndr/it -share/X11/xkb/symbols/macintosh_vndr/jp -share/X11/xkb/symbols/macintosh_vndr/latam -share/X11/xkb/symbols/macintosh_vndr/nl -share/X11/xkb/symbols/macintosh_vndr/no -share/X11/xkb/symbols/macintosh_vndr/pt -share/X11/xkb/symbols/macintosh_vndr/se -share/X11/xkb/symbols/macintosh_vndr/us -share/X11/xkb/symbols/mao -share/X11/xkb/symbols/me -share/X11/xkb/symbols/mk -share/X11/xkb/symbols/ml -share/X11/xkb/symbols/mm -share/X11/xkb/symbols/mn -share/X11/xkb/symbols/mt -share/X11/xkb/symbols/mv -share/X11/xkb/symbols/nbsp -share/X11/xkb/symbols/nec_vndr/jp -share/X11/xkb/symbols/ng -share/X11/xkb/symbols/nl -share/X11/xkb/symbols/no -share/X11/xkb/symbols/nokia_vndr/rx-44 -share/X11/xkb/symbols/nokia_vndr/rx-51 -share/X11/xkb/symbols/nokia_vndr/su-8w -share/X11/xkb/symbols/np -share/X11/xkb/symbols/olpc -share/X11/xkb/symbols/pc -share/X11/xkb/symbols/ph -share/X11/xkb/symbols/pk -share/X11/xkb/symbols/pl -share/X11/xkb/symbols/pt -share/X11/xkb/symbols/ro -share/X11/xkb/symbols/rs -share/X11/xkb/symbols/ru -share/X11/xkb/symbols/rupeesign -share/X11/xkb/symbols/se -share/X11/xkb/symbols/sgi_vndr/jp -share/X11/xkb/symbols/shift -share/X11/xkb/symbols/si -share/X11/xkb/symbols/sk -share/X11/xkb/symbols/sn -share/X11/xkb/symbols/sony_vndr/us -share/X11/xkb/symbols/srvr_ctrl -share/X11/xkb/symbols/sun_vndr/ara -share/X11/xkb/symbols/sun_vndr/be -share/X11/xkb/symbols/sun_vndr/br -share/X11/xkb/symbols/sun_vndr/ca -share/X11/xkb/symbols/sun_vndr/ch -share/X11/xkb/symbols/sun_vndr/cz -share/X11/xkb/symbols/sun_vndr/de -share/X11/xkb/symbols/sun_vndr/dk -share/X11/xkb/symbols/sun_vndr/ee -share/X11/xkb/symbols/sun_vndr/es -share/X11/xkb/symbols/sun_vndr/fi -share/X11/xkb/symbols/sun_vndr/fr -share/X11/xkb/symbols/sun_vndr/gb -share/X11/xkb/symbols/sun_vndr/gr -share/X11/xkb/symbols/sun_vndr/it -share/X11/xkb/symbols/sun_vndr/jp -share/X11/xkb/symbols/sun_vndr/kr -share/X11/xkb/symbols/sun_vndr/lt -share/X11/xkb/symbols/sun_vndr/lv -share/X11/xkb/symbols/sun_vndr/nl -share/X11/xkb/symbols/sun_vndr/no -share/X11/xkb/symbols/sun_vndr/pl -share/X11/xkb/symbols/sun_vndr/pt -share/X11/xkb/symbols/sun_vndr/ro -share/X11/xkb/symbols/sun_vndr/ru -share/X11/xkb/symbols/sun_vndr/se -share/X11/xkb/symbols/sun_vndr/sk -share/X11/xkb/symbols/sun_vndr/solaris -share/X11/xkb/symbols/sun_vndr/tr -share/X11/xkb/symbols/sun_vndr/tuv -share/X11/xkb/symbols/sun_vndr/tw -share/X11/xkb/symbols/sun_vndr/ua -share/X11/xkb/symbols/sun_vndr/us -share/X11/xkb/symbols/sy -share/X11/xkb/symbols/terminate -share/X11/xkb/symbols/th -share/X11/xkb/symbols/tj -share/X11/xkb/symbols/tm -share/X11/xkb/symbols/tr -share/X11/xkb/symbols/typo -share/X11/xkb/symbols/tz -share/X11/xkb/symbols/ua -share/X11/xkb/symbols/us -share/X11/xkb/symbols/uz -share/X11/xkb/symbols/vn -share/X11/xkb/symbols/xfree68_vndr/amiga -share/X11/xkb/symbols/xfree68_vndr/ataritt -share/X11/xkb/symbols/za -share/X11/xkb/types.dir -share/X11/xkb/types/README -share/X11/xkb/types/basic -share/X11/xkb/types/cancel -share/X11/xkb/types/caps -share/X11/xkb/types/complete -share/X11/xkb/types/default -share/X11/xkb/types/extra -share/X11/xkb/types/iso9995 -share/X11/xkb/types/level5 -share/X11/xkb/types/mousekeys -share/X11/xkb/types/nokia -share/X11/xkb/types/numpad -share/X11/xkb/types/pc -%%NLS%%share/locale/af/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/az/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/crh/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/da/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/de/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/el/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/eo/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/es/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/id/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/it/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ka/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ko/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ky/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/lt/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/rw/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/sl/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/sq/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/sr/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/vi/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rw -%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ky -%%NLS%%@dirrmtry share/locale/crh/LC_MESSAGES -@exec mkdir -p /var/lib/xkb -@dirrmtry share/locale/crh -@dirrm share/X11/xkb/types -@dirrm share/X11/xkb/symbols/xfree68_vndr -@dirrm share/X11/xkb/symbols/sun_vndr -@dirrm share/X11/xkb/symbols/sony_vndr -@dirrm share/X11/xkb/symbols/sgi_vndr -@dirrm share/X11/xkb/symbols/nokia_vndr -@dirrm share/X11/xkb/symbols/nec_vndr -@dirrm share/X11/xkb/symbols/macintosh_vndr -@dirrm share/X11/xkb/symbols/hp_vndr -@dirrm share/X11/xkb/symbols/fujitsu_vndr -@dirrm share/X11/xkb/symbols/extras -@dirrm share/X11/xkb/symbols/digital_vndr -@dirrm share/X11/xkb/symbols -@dirrm share/X11/xkb/semantics -@dirrm share/X11/xkb/rules -@dirrm share/X11/xkb/keymap/sun_vndr -@dirrm share/X11/xkb/keymap/sgi_vndr -@dirrm share/X11/xkb/keymap/digital_vndr -@dirrm share/X11/xkb/keymap -@dirrm share/X11/xkb/keycodes/sgi_vndr -@dirrm share/X11/xkb/keycodes/digital_vndr -@dirrm share/X11/xkb/keycodes -@dirrm share/X11/xkb/geometry/sgi_vndr -@dirrm share/X11/xkb/geometry/digital_vndr -@dirrm share/X11/xkb/geometry -@dirrm share/X11/xkb/compat -@dirrm share/X11/xkb -@dirrmtry share/X11 -@dirrmtry var/lib/xkb diff --git a/x11/xlsatoms/Makefile b/x11/xlsatoms/Makefile deleted file mode 100644 index 2e4dbfb..0000000 --- a/x11/xlsatoms/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xlsatoms -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xlsatoms -PORTVERSION= 1.1.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= List interned atoms defined on a server - -XORG_CAT= app -USE_XORG= x11 xmuu - -PLIST_FILES= bin/xlsatoms - -MAN1= xlsatoms.1 - -.include <bsd.port.mk> diff --git a/x11/xlsatoms/distinfo b/x11/xlsatoms/distinfo deleted file mode 100644 index e94c6a4..0000000 --- a/x11/xlsatoms/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xlsatoms-1.1.0.tar.bz2) = 4a017ada25140a71034fc0026500ebe24b81f2d185a4b2ef733de683b79dcb0d -SIZE (xorg/app/xlsatoms-1.1.0.tar.bz2) = 103487 diff --git a/x11/xlsatoms/pkg-descr b/x11/xlsatoms/pkg-descr deleted file mode 100644 index 7c0ba5f..0000000 --- a/x11/xlsatoms/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xlsatoms, an application for listing interned -atoms defined on server. diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile deleted file mode 100644 index c6c24ee..0000000 --- a/x11/xmag/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: xmag -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmag -PORTVERSION= 1.0.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X application for screen magnifying - -XORG_CAT= app -USE_XORG= xt xaw - -MAN1= xmag.1 - -.include <bsd.port.mk> diff --git a/x11/xmag/distinfo b/x11/xmag/distinfo deleted file mode 100644 index 251b134..0000000 --- a/x11/xmag/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xmag-1.0.4.tar.bz2) = 6eb02bafb5a5b1d8a92c716d37dd7698a72523cadd8ab0869f0a7eb11b4189a6 -SIZE (xorg/app/xmag-1.0.4.tar.bz2) = 125290 diff --git a/x11/xmag/pkg-descr b/x11/xmag/pkg-descr deleted file mode 100644 index ae86ccc..0000000 --- a/x11/xmag/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xmag, a screen magnifying application for the -X Window System. diff --git a/x11/xmag/pkg-plist b/x11/xmag/pkg-plist deleted file mode 100644 index 0aa2437..0000000 --- a/x11/xmag/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xmag -share/X11/app-defaults/Xmag -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 diff --git a/x11/xman/Makefile b/x11/xman/Makefile deleted file mode 100644 index 4dd70b1..0000000 --- a/x11/xman/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: xman -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xman -PORTVERSION= 1.1.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Manual page display program for X - -XORG_CAT= app -USE_XORG= xt xaw xp xprintutil - -MAN1= xman.1 - -.include <bsd.port.mk> diff --git a/x11/xman/distinfo b/x11/xman/distinfo deleted file mode 100644 index c9b3783..0000000 --- a/x11/xman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xman-1.1.2.tar.bz2) = c2f9ecab80f6d255e14b45dd4bebd64571448e337b69d888d32fc2654a00ed71 -SIZE (xorg/app/xman-1.1.2.tar.bz2) = 168211 diff --git a/x11/xman/pkg-descr b/x11/xman/pkg-descr deleted file mode 100644 index 610bc23..0000000 --- a/x11/xman/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xman, a manual page display program for the X -Window System. diff --git a/x11/xman/pkg-plist b/x11/xman/pkg-plist deleted file mode 100644 index 1a196e2..0000000 --- a/x11/xman/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xman -share/X11/app-defaults/Xman -share/X11/xman.help -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile deleted file mode 100644 index 0676678..0000000 --- a/x11/xorg-cf-files/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: xorg-cf-files -# Date created: Nov 18 2006 -# Whom: Dave Grochowski -# -# $FreeBSD$ -# - -PORTNAME= xorg-cf-files -PORTVERSION= 1.0.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.org cf files for use with imake builds - -XORG_CAT= util - -post-patch: - @${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \ - ${WRKSRC}/X11.tmpl - -.include <bsd.port.mk> diff --git a/x11/xorg-cf-files/distinfo b/x11/xorg-cf-files/distinfo deleted file mode 100644 index be3d746..0000000 --- a/x11/xorg-cf-files/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/util/xorg-cf-files-1.0.4.tar.bz2) = 36e9ce83e4978f59909c6f44c43002d9b240ae66e23984ea1086f0b18c810669 -SIZE (xorg/util/xorg-cf-files-1.0.4.tar.bz2) = 367380 diff --git a/x11/xorg-cf-files/files/patch-FreeBSD.cf b/x11/xorg-cf-files/files/patch-FreeBSD.cf deleted file mode 100644 index 524dee8..0000000 --- a/x11/xorg-cf-files/files/patch-FreeBSD.cf +++ /dev/null @@ -1,64 +0,0 @@ ---- FreeBSD.cf.orig Sat Aug 14 17:03:36 2004 -+++ FreeBSD.cf Fri Sep 10 19:52:31 2004 -@@ -78,6 +78,7 @@ - #define HasIssetugid YES - #define HasPoll YES - #endif -+#define BuildHtmlManPages NO - - #if OSMajorVersion >= 4 - #define HasGetIfAddrs YES -@@ -117,14 +118,8 @@ - # if (OSRelVersion < 500043) - # define NeedUIThrStubs YES - # endif --# if (OSRelVersion >= 502102) --# define ThreadsLibraries -lpthread --# elif (OSRelVersion >= 500016) --# define ThreadsLibraries -lc_r --# else --# define ThreadsLibraries -pthread --# endif --# define SystemMTDefines -D_THREAD_SAFE -+# define ThreadsLibraries -lpthread -+# define SystemMTDefines - #endif - - /* This fixes linking C programs against libGLU on FreeBSD 3.x */ -@@ -338,7 +333,7 @@ - #ifndef LibraryRpathLoadFlags - # if UseRpath - # if UseElfFormat --# define LibraryRpathLoadFlags -rpath $(USRLIBDIRPATH) -+# define LibraryRpathLoadFlags -Wl,-rpath $(USRLIBDIRPATH) - # else - # define LibraryRpathLoadFlags -R $(USRLIBDIRPATH) - # endif -@@ -466,14 +461,14 @@ - /* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */ - #ifndef DefaultGcc2i386Opt - #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5) --#define DefaultGcc2i386Opt -O2 GccAliasingArgs -+#define DefaultGcc2i386Opt - #endif - #endif - - #ifdef i386Architecture - # define OptimizedCDebugFlags DefaultGcc2i386Opt - #else --# define OptimizedCDebugFlags -O -+# define OptimizedCDebugFlags - #endif - - #ifndef PreIncDir -@@ -493,6 +493,10 @@ - #define SystemManDirectory /usr/share/man - #endif - -+#ifndef UseConfDirForAppDefaults -+#define UseConfDirForAppDefaults NO -+#endif -+ - #define InstKmemFlags -g kmem -m 2755 - - /* diff --git a/x11/xorg-cf-files/files/patch-Imake.rules b/x11/xorg-cf-files/files/patch-Imake.rules deleted file mode 100644 index 6542cdc..0000000 --- a/x11/xorg-cf-files/files/patch-Imake.rules +++ /dev/null @@ -1,29 +0,0 @@ ---- Imake.rules.orig Tue Dec 18 05:00:37 2001 -+++ Imake.rules Mon Jan 21 02:34:48 2002 -@@ -1399,7 +1399,7 @@ - dest.suffix.html: file.$(MANNEWSUFFIX) RmanCmdDependency @@\ - RemoveFiles(dest.suffix.html dest.suffix-html) @@\ - RunProgram(RMAN,$(RMANOPTIONS) < file.$(MANNEWSUFFIX) \ @@\ -- > dest.suffix-html) && $(MV) dest.suffix-html $@ @@\ -+ > dest.suffix-html) && $(MV) dest.suffix-html dest.suffix.html @@\ - @@\ - install.man:: dest.suffix.html @@\ - MakeDir($(DESTDIR)$(DOCHTMLDIR)) @@\ -@@ -1644,7 +1644,7 @@ - MakeDir(Concat($(DESTDIR),npath/mdir)) @@\ - @MakeFlagsToShellFlags(i,set +e); \ @@\ - if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\ -- RELPATH=`echo opath/cdir | \ @@\ -+ RELPATH=`cd opath/cdir; pwd | \ @@\ - sed -e 's:^/::' -e 's:[^/.][^/]*:..:'g -e 's:/\.$$::'`; \ @@\ - cd Concat($(DESTDIR),opath/cdir); \ @@\ - if [ -d rdir -a ! -h rdir ]; then \ @@\ -@@ -1691,7 +1691,7 @@ - MakeDir(Concat($(DESTDIR),npath)) @@\ - @MakeFlagsToShellFlags(i,set +e); \ @@\ - if [ -d Concat($(DESTDIR),opath) ]; then \ @@\ -- RELPATH=`echo opath | \ @@\ -+ RELPATH=`cd opath; pwd | \ @@\ - sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\ - cd Concat($(DESTDIR),opath); \ @@\ - if [ -f lfile -a ! -h lfile ]; then \ @@\ diff --git a/x11/xorg-cf-files/files/patch-Imake.tmpl b/x11/xorg-cf-files/files/patch-Imake.tmpl deleted file mode 100644 index 442fb64..0000000 --- a/x11/xorg-cf-files/files/patch-Imake.tmpl +++ /dev/null @@ -1,20 +0,0 @@ ---- Imake.tmpl.orig Tue Jul 27 20:24:29 2004 -+++ Imake.tmpl Fri Sep 10 18:45:12 2004 -@@ -1798,7 +1798,7 @@ - CXXOPTIONS = CplusplusOptions - CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES) - CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(DEFINES) $(CXXEXTRA_DEFINES) -- CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) -+ CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) - #endif - COMPRESS = CompressCmd - GZIPCMD = GzipCmd -@@ -2038,7 +2038,7 @@ - */ - ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(INSTALLED_INCLUDES) $(STD_INCLUDES) - ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(MODULE_DEFINES) $(DEFINES) $(EXTRA_DEFINES) -- CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES) -+ CFLAGS += $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES) - LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES) - LDPRELIB = LdPreLib $(INSTALLED_LIBS) - LDPOSTLIB = LdPostLib diff --git a/x11/xorg-cf-files/files/patch-Library.tmpl b/x11/xorg-cf-files/files/patch-Library.tmpl deleted file mode 100644 index 1bb60ed..0000000 --- a/x11/xorg-cf-files/files/patch-Library.tmpl +++ /dev/null @@ -1,11 +0,0 @@ ---- Library.tmpl.orig Thu Jan 18 01:22:30 2001 -+++ Library.tmpl Mon Jun 4 19:30:34 2001 -@@ -67,7 +67,7 @@ - STD_DEFINES = LibraryDefines $(PROJECT_DEFINES) - CDEBUGFLAGS = LibraryCDebugFlags - CLIBDEBUGFLAGS = LibraryDebugOpt -- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) -+ CFLAGS += $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) - # if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags) - PICFLAGS = LargePositionIndependentCFlags - # endif diff --git a/x11/xorg-cf-files/pkg-descr b/x11/xorg-cf-files/pkg-descr deleted file mode 100644 index e0bb5bc..0000000 --- a/x11/xorg-cf-files/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -X.org cf files for use with imake based builds. diff --git a/x11/xorg-cf-files/pkg-plist b/x11/xorg-cf-files/pkg-plist deleted file mode 100644 index 05bc2a4..0000000 --- a/x11/xorg-cf-files/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -lib/X11/config/Amoeba.cf -lib/X11/config/DGUX.cf -lib/X11/config/DragonFly.cf -lib/X11/config/FreeBSD.cf -lib/X11/config/Imake.cf -lib/X11/config/Imake.rules -lib/X11/config/Imake.tmpl -lib/X11/config/Library.tmpl -lib/X11/config/Mips.cf -lib/X11/config/Motif.rules -lib/X11/config/Motif.tmpl -lib/X11/config/NetBSD.cf -lib/X11/config/Oki.cf -lib/X11/config/OpenBSD.cf -lib/X11/config/OpenBSDLib.rules -lib/X11/config/OpenBSDLib.tmpl -lib/X11/config/QNX4.cf -lib/X11/config/QNX4.rules -lib/X11/config/Server.tmpl -lib/X11/config/ServerLib.tmpl -lib/X11/config/Threads.tmpl -lib/X11/config/Win32.cf -lib/X11/config/Win32.rules -lib/X11/config/WinLib.tmpl -lib/X11/config/X11.rules -lib/X11/config/X11.tmpl -lib/X11/config/apollo.cf -lib/X11/config/bsd.cf -lib/X11/config/bsdLib.rules -lib/X11/config/bsdLib.tmpl -lib/X11/config/bsdi.cf -lib/X11/config/bsdiLib.rules -lib/X11/config/bsdiLib.tmpl -lib/X11/config/cde.rules -lib/X11/config/cde.tmpl -lib/X11/config/convex.cf -lib/X11/config/cray.cf -lib/X11/config/cross.def -lib/X11/config/cross.rules -lib/X11/config/cygwin.cf -lib/X11/config/cygwin.rules -lib/X11/config/cygwin.tmpl -lib/X11/config/darwin.cf -lib/X11/config/darwinLib.rules -lib/X11/config/darwinLib.tmpl -lib/X11/config/date.def -lib/X11/config/dmx.cf -lib/X11/config/fujitsu.cf -lib/X11/config/generic.cf -lib/X11/config/gnu.cf -lib/X11/config/gnuLib.rules -lib/X11/config/gnuLib.tmpl -lib/X11/config/host.def -lib/X11/config/hp.cf -lib/X11/config/hpLib.rules -lib/X11/config/hpLib.tmpl -lib/X11/config/ibm.cf -lib/X11/config/ibmLib.rules -lib/X11/config/ibmLib.tmpl -lib/X11/config/isc.cf -lib/X11/config/linux.cf -lib/X11/config/lnxLib.rules -lib/X11/config/lnxLib.tmpl -lib/X11/config/lnxdoc.rules -lib/X11/config/lnxdoc.tmpl -lib/X11/config/luna.cf -lib/X11/config/lynx.cf -lib/X11/config/macII.cf -lib/X11/config/mach.cf -lib/X11/config/mingw.cf -lib/X11/config/mingw.rules -lib/X11/config/mingw.tmpl -lib/X11/config/minix.cf -lib/X11/config/moto.cf -lib/X11/config/ncr.cf -lib/X11/config/nec.cf -lib/X11/config/necLib.rules -lib/X11/config/necLib.tmpl -lib/X11/config/noop.rules -lib/X11/config/nto.cf -lib/X11/config/nto.rules -lib/X11/config/oldlib.rules -lib/X11/config/os2.cf -lib/X11/config/os2.rules -lib/X11/config/os2Lib.rules -lib/X11/config/os2Lib.tmpl -lib/X11/config/osf1.cf -lib/X11/config/osfLib.rules -lib/X11/config/osfLib.tmpl -lib/X11/config/pegasus.cf -lib/X11/config/sco.cf -lib/X11/config/sco5.cf -lib/X11/config/scoLib.rules -lib/X11/config/sequent.cf -lib/X11/config/sequentLib.rules -lib/X11/config/sgi.cf -lib/X11/config/sgiLib.rules -lib/X11/config/sgiLib.tmpl -lib/X11/config/site.def -lib/X11/config/sony.cf -lib/X11/config/sun.cf -lib/X11/config/sunLib.rules -lib/X11/config/sunLib.tmpl -lib/X11/config/sv3Lib.rules -lib/X11/config/sv3Lib.tmpl -lib/X11/config/sv4Lib.rules -lib/X11/config/sv4Lib.tmpl -lib/X11/config/svr3.cf -lib/X11/config/svr4.cf -lib/X11/config/ultrix.cf -lib/X11/config/usl.cf -lib/X11/config/version.def -lib/X11/config/x386.cf -lib/X11/config/xf86.rules -lib/X11/config/xf86.tmpl -lib/X11/config/xf86site.def -lib/X11/config/xfree86.cf -lib/X11/config/xorg.cf -lib/X11/config/xorg.tmpl -lib/X11/config/xorgsite.def -lib/X11/config/xorgversion.def -@dirrm lib/X11/config diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile deleted file mode 100644 index c549d61..0000000 --- a/x11/xrefresh/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xrefresh -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xrefresh -PORTVERSION= 1.0.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Refresh all or part of an X screen - -XORG_CAT= app -USE_XORG= x11 - -PLIST_FILES= bin/xrefresh - -MAN1= xrefresh.1 - -.include <bsd.port.mk> diff --git a/x11/xrefresh/distinfo b/x11/xrefresh/distinfo deleted file mode 100644 index 5f39d3f..0000000 --- a/x11/xrefresh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xrefresh-1.0.4.tar.bz2) = 069502eb485ea128a0bebf94302d5cbb271ad9d31ae51691abd6d64914ff9d7b -SIZE (xorg/app/xrefresh-1.0.4.tar.bz2) = 105912 diff --git a/x11/xrefresh/pkg-descr b/x11/xrefresh/pkg-descr deleted file mode 100644 index b130b10..0000000 --- a/x11/xrefresh/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains xrefresh, which is a simple X program that causes -all or part of your screen to be repainted. diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile deleted file mode 100644 index fa77684..0000000 --- a/x11/xrx/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: xrx -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xrx -PORTVERSION= 1.0.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= RX helper program - -XORG_CAT= app -USE_XORG= x11 xt xext xtrans xproxymngproto xau xaw ice -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool - -MAN1= xrx.1 libxrx.1 - -post-patch: - @${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11/xrx/distinfo b/x11/xrx/distinfo deleted file mode 100644 index 35a2505..0000000 --- a/x11/xrx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xrx-1.0.4.tar.bz2) = b5eb5ecae105ed4d3b2c91193a1c2ef9fe51b1145190541a59f92645899763a4 -SIZE (xorg/app/xrx-1.0.4.tar.bz2) = 338140 diff --git a/x11/xrx/pkg-descr b/x11/xrx/pkg-descr deleted file mode 100644 index 20fe836..0000000 --- a/x11/xrx/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains xrx, an RX helper program which can be used with -any web browser to interpret documents in the RX MIME type format and -start remote applications. diff --git a/x11/xrx/pkg-plist b/x11/xrx/pkg-plist deleted file mode 100644 index db6dd2c..0000000 --- a/x11/xrx/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/xrx -lib/libxrx.a -lib/libxrx.la -lib/libxrx.so -lib/libxrxnest.a -lib/libxrxnest.la -lib/libxrxnest.so -@dirrmtry include/X11/extensions
\ No newline at end of file diff --git a/x11/xsm/Makefile b/x11/xsm/Makefile deleted file mode 100644 index 371f797..0000000 --- a/x11/xsm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: xsm -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xsm -PORTVERSION= 1.0.2 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= X Session Manager - -XORG_CAT= app -USE_XORG= xt xaw - -MAN1= xsm.1 - -.include <bsd.port.mk> diff --git a/x11/xsm/distinfo b/x11/xsm/distinfo deleted file mode 100644 index 9725766..0000000 --- a/x11/xsm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xsm-1.0.2.tar.bz2) = cdb733ef2508aecdd21edf6e394ddff8c4ac99f7659f65210548b69ef54c2b57 -SIZE (xorg/app/xsm-1.0.2.tar.bz2) = 145772 diff --git a/x11/xsm/pkg-descr b/x11/xsm/pkg-descr deleted file mode 100644 index 7934bf3..0000000 --- a/x11/xsm/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This package contains the X.Org X Session Manager (xsm). diff --git a/x11/xsm/pkg-plist b/x11/xsm/pkg-plist deleted file mode 100644 index 427f870..0000000 --- a/x11/xsm/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/xsm -lib/X11/xsm/system.xsm -share/X11/app-defaults/XSm -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 -@dirrm lib/X11/xsm diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile deleted file mode 100644 index 2163955..0000000 --- a/x11/xwud/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xwud -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xwud -PORTVERSION= 1.0.3 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Image displayer for X - -XORG_CAT= app -USE_XORG= x11 - -PLIST_FILES= bin/xwud - -MAN1= xwud.1 - -.include <bsd.port.mk> diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo deleted file mode 100644 index 0363f8b..0000000 --- a/x11/xwud/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xwud-1.0.3.tar.bz2) = 88fdeae05cc3bcc35dfbf0df1606bc4ed4a420edb1abf96aececbc1bd7332c43 -SIZE (xorg/app/xwud-1.0.3.tar.bz2) = 113336 diff --git a/x11/xwud/pkg-descr b/x11/xwud/pkg-descr deleted file mode 100644 index 544f599..0000000 --- a/x11/xwud/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This package contains xwud, an image displayer for the X Window System. |