Index: head/x11-drivers/Makefile =================================================================== --- head/x11-drivers/Makefile (revision 432815) +++ head/x11-drivers/Makefile (revision 432816) @@ -1,53 +1,54 @@ # $FreeBSD$ # COMMENT = X11 drivers SUBDIR += xf86-input-acecad SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics SUBDIR += xf86-input-evdev SUBDIR += xf86-input-fpit SUBDIR += xf86-input-hyperpen SUBDIR += xf86-input-joystick SUBDIR += xf86-input-keyboard SUBDIR += xf86-input-mouse SUBDIR += xf86-input-mutouch SUBDIR += xf86-input-penmount SUBDIR += xf86-input-synaptics SUBDIR += xf86-input-vmmouse SUBDIR += xf86-input-void SUBDIR += xf86-input-wacom SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark + SUBDIR += xf86-video-ast SUBDIR += xf86-video-ati SUBDIR += xf86-video-chips SUBDIR += xf86-video-cirrus SUBDIR += xf86-video-dummy SUBDIR += xf86-video-glint SUBDIR += xf86-video-i128 SUBDIR += xf86-video-i740 SUBDIR += xf86-video-intel SUBDIR += xf86-video-mach64 SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome SUBDIR += xf86-video-r128 SUBDIR += xf86-video-rendition SUBDIR += xf86-video-s3 SUBDIR += xf86-video-s3virge SUBDIR += xf86-video-savage SUBDIR += xf86-video-scfb SUBDIR += xf86-video-siliconmotion SUBDIR += xf86-video-sis SUBDIR += xf86-video-sunffb SUBDIR += xf86-video-tdfx SUBDIR += xf86-video-trident SUBDIR += xf86-video-tseng SUBDIR += xf86-video-vesa SUBDIR += xf86-video-vmware SUBDIR += xf86-video-voodoo SUBDIR += xorg-drivers .include Index: head/x11-drivers/xf86-video-ast/Makefile =================================================================== --- head/x11-drivers/xf86-video-ast/Makefile (nonexistent) +++ head/x11-drivers/xf86-video-ast/Makefile (revision 432816) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= xf86-video-ast +PORTVERSION= 1.1.5 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org ASPEED display driver + +LICENSE= MIT +LICENSE_FILES= ${WRKSRC}/COPYING + +XORG_CAT= driver +USE_XORG= xf86driproto glproto +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so + +.include Property changes on: head/x11-drivers/xf86-video-ast/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-drivers/xf86-video-ast/distinfo =================================================================== --- head/x11-drivers/xf86-video-ast/distinfo (nonexistent) +++ head/x11-drivers/xf86-video-ast/distinfo (revision 432816) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485310562 +SHA256 (xorg/driver/xf86-video-ast-1.1.5.tar.bz2) = 1edbbc55d47d3fd71dec99b15c2483e22738c642623a0fb86ef4a81a9067a2de +SIZE (xorg/driver/xf86-video-ast-1.1.5.tar.bz2) = 339848 Property changes on: head/x11-drivers/xf86-video-ast/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-drivers/xf86-video-ast/pkg-descr =================================================================== --- head/x11-drivers/xf86-video-ast/pkg-descr (nonexistent) +++ head/x11-drivers/xf86-video-ast/pkg-descr (revision 432816) @@ -0,0 +1,3 @@ +This package contains the X.Org xf86-video-ast driver. + +WWW: http://www.x.org Property changes on: head/x11-drivers/xf86-video-ast/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-drivers/xorg-drivers/Makefile =================================================================== --- head/x11-drivers/xorg-drivers/Makefile (revision 432815) +++ head/x11-drivers/xorg-drivers/Makefile (revision 432816) @@ -1,111 +1,112 @@ # $FreeBSD$ PORTNAME= xorg-drivers PORTVERSION= 7.7 PORTREVISION= 4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.org drivers meta-port VIDEODIR= ${LOCALBASE}/lib/xorg/modules/drivers INPUTDIR= ${LOCALBASE}/lib/xorg/modules/input USES= metaport INPUT_DRIVERS= mouse \ keyboard \ acecad \ elographics \ hyperpen \ joystick \ mutouch \ penmount \ synaptics \ vmmouse \ void \ wacom VIDEO_DRIVERS= mach64 \ nv \ r128 \ vesa \ apm \ ark \ + ast \ chips \ dummy \ glint \ i128 \ i740 \ mga \ neomagic \ rendition \ s3 \ s3virge \ savage \ siliconmotion \ sis \ tdfx \ trident \ tseng \ vmware \ voodoo OPTIONS_DEFAULT= MOUSE \ KEYBOARD \ MACH64 \ NV \ R128 \ VESA .for type in input video . for a in ${${type:tu}_DRIVERS} OPTIONS_DEFINE+= ${a:tu} ${a:tu}_DESC= Install ${a} ${type} driver . endfor .endfor OPTIONS_DEFINE_i386= ATI INTEL OPENCHROME OPTIONS_DEFAULT_i386= ATI INTEL OPENCHROME OPTIONS_DEFINE_amd64:= ${OPTIONS_DEFINE_i386} OPTIONS_DEFAULT_amd64:= ${OPTIONS_DEFAULT_i386} OPTIONS_DEFINE_sparc64= SUNFFB OPTIONS_DEFAULT_sparc64=SUNFFB OPTIONS_DEFINE_ia64= OPENCHROME OPTIONS_DEFAULT_ia64= OPENCHROME ATI_DESC= Install ati video driver INTEL_DESC= Install intel video driver OPENCHROME_DESC= Install openchrome video driver SUNFFB_DESC= Install sunffb video driver # these drivers have a different module name compared to the plugin they install QUIRKS= keyboard:kbd .include # Manual add arch specific drivers so they be added to depend lines. .if ${ARCH}==i386 || ${ARCH}==amd64 VIDEO_DRIVERS+= ati intel openchrome .endif .if ${ARCH}==sparc64 VIDEO_DRIVERS+= sunffb .endif .for type in input video . for i in ${${type:tu}_DRIVERS} . if ${PORT_OPTIONS:M${i:tu}} != "" . if ${QUIRKS:M${i}\:*:C/.*://} != "" RUN_DEPENDS+= ${${type:tu}DIR}/${QUIRKS:M${i}\:*:C/.*://}_drv.so:x11-drivers/xf86-${type}-${i} . else RUN_DEPENDS+= ${${type:tu}DIR}/${i}_drv.so:x11-drivers/xf86-${type}-${i} . endif . endif . endfor .endfor .include