diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 22:11:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 22:11:06 +0000 |
commit | 6307dd04cd09d649ed546befea12c7b3998faa18 (patch) | |
tree | 3be2253b486c2a269904ae0a2e9231c188a64ae6 | |
parent | 094c7365c1b43ac835f5a482d8d753003e5572c0 (diff) | |
download | pkgsrc-6307dd04cd09d649ed546befea12c7b3998faa18.tar.gz |
The third batch of modular Xorg packages. As usual, with special
thanks to Jeremy Reed.
+ evieext
+ libXTrap
+ libXaw
+ libXdamage
+ libXevie
+ libXfixes
+ libXfont
+ libXft
+ libXinerama
+ libXmu
+ libXp
+ libXpm
+ libXrandr
+ libXrender
+ libXres
+ libXt
+ libXv
+ resoureproto
-rw-r--r-- | doc/CHANGES-2006 | 20 | ||||
-rw-r--r-- | x11/Makefile | 20 |
2 files changed, 38 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 2fb359d9a64..1f3b26b66a4 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1718 2006/11/03 20:23:39 joerg Exp $ +>$NetBSD: CHANGES-2006,v 1.1719 2006/11/03 22:11:06 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5144,3 +5144,21 @@ Changes to the packages collection and infrastructure in 2006: Added x11/recordproto version 1.13.2 [joerg 2006-11-03] Added x11/scrnsaverproto version 1.1.0 [joerg 2006-11-03] Added x11/videoproto version 2.2.2 [joerg 2006-11-03] + Added x11/libXt version 1.0.3 [joerg 2006-11-03] + Added x11/libXmu version 1.0.2 [joerg 2006-11-03] + Added x11/libXinerama version 1.0.1 [joerg 2006-11-03] + Added x11/libXTrap version 1.0.0 [joerg 2006-11-03] + Added x11/libXp version 1.0.0 [joerg 2006-11-03] + Added x11/libXpm version 3.5.6 [joerg 2006-11-03] + Added x11/libXaw version 1.0.1 [joerg 2006-11-03] + Added x11/libXrender version 0.9.2 [joerg 2006-11-03] + Added x11/libXrandr version 1.1.2 [joerg 2006-11-03] + Added x11/libXft version 2.1.10 [joerg 2006-11-03] + Added x11/libXfixes version 4.0.1 [joerg 2006-11-03] + Added x11/libXv version 1.0.2 [joerg 2006-11-03] + Added x11/libXfont version 1.2.3 [joerg 2006-11-03] + Added x11/evieext version 1.0.2 [joerg 2006-11-03] + Added x11/libXevie version 1.0.2 [joerg 2006-11-03] + Added x11/libXdamage version 1.0.3 [joerg 2006-11-03] + Added x11/resourceproto version 1.0.2 [joerg 2006-11-03] + Added x11/libXres version 1.0.2 [joerg 2006-11-03] diff --git a/x11/Makefile b/x11/Makefile index e7e358a1ff4..0c4d910ce2e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.447 2006/11/03 20:22:46 joerg Exp $ +# $NetBSD: Makefile,v 1.448 2006/11/03 22:11:06 joerg Exp $ # COMMENT= Packages to support the X window system @@ -33,6 +33,7 @@ SUBDIR+= ede SUBDIR+= efltk SUBDIR+= egtk SUBDIR+= eterm +SUBDIR+= evieext SUBDIR+= fast-user-switch-applet SUBDIR+= fbdesk SUBDIR+= filerunner @@ -167,10 +168,26 @@ SUBDIR+= libFS SUBDIR+= libICE SUBDIR+= libSM SUBDIR+= libX11 +SUBDIR+= libXTrap SUBDIR+= libXau +SUBDIR+= libXaw +SUBDIR+= libXdamage SUBDIR+= libXdmcp +SUBDIR+= libXevie SUBDIR+= libXext +SUBDIR+= libXfixes +SUBDIR+= libXfont +SUBDIR+= libXft SUBDIR+= libXi +SUBDIR+= libXinerama +SUBDIR+= libXmu +SUBDIR+= libXp +SUBDIR+= libXpm +SUBDIR+= libXrandr +SUBDIR+= libXrender +SUBDIR+= libXres +SUBDIR+= libXt +SUBDIR+= libXv SUBDIR+= libexo SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs @@ -241,6 +258,7 @@ SUBDIR+= randrproto SUBDIR+= ratmen SUBDIR+= recordproto SUBDIR+= renderproto +SUBDIR+= resourceproto SUBDIR+= rep-gtk SUBDIR+= rox-session SUBDIR+= rox-wallpaper |