diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-12 15:10:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-12 15:10:12 +0000 |
commit | 6c7b928ee3083027e24f39e7df367618afa9da1d (patch) | |
tree | 9d78fe45c28c7242c5665ac87f6f6f9c0d71d7cf | |
parent | 59419f5e2b24b21fc9d7b08c9630759a5f486679 (diff) | |
download | pkgsrc-6c7b928ee3083027e24f39e7df367618afa9da1d.tar.gz |
Some more modular Xorg stuff.
-rw-r--r-- | doc/CHANGES-2007 | 8 | ||||
-rw-r--r-- | x11/Makefile | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 2455c12eca4..70481856fe8 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.793 2007/04/12 10:35:33 drochner Exp $ +$NetBSD: CHANGES-2007,v 1.794 2007/04/12 15:10:12 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1568,3 +1568,9 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/pango to 1.16.2 [drochner 2007-04-12] Updated devel/liboil to 0.3.11 [drochner 2007-04-12] Updated www/jalbum to 7.1 [martti 2007-04-12] + Added x11/xsm version 1.0.1 [joerg 2007-04-12] + Added x11/rgb version 1.0.1 [joerg 2007-04-12] + Added x11/xrefresh version 1.0.2 [joerg 2007-04-12] + Added x11/libXprintUtil version 1.0.1 [joerg 2007-04-12] + Added x11/xplsprinters version 1.0.1 [joerg 2007-04-12] + Added x11/xprehashprinterlist version 1.0.1 [joerg 2007-04-12] diff --git a/x11/Makefile b/x11/Makefile index d59db150ab2..affb06262f3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.493 2007/04/12 09:53:12 martti Exp $ +# $NetBSD: Makefile,v 1.494 2007/04/12 15:10:12 joerg Exp $ # COMMENT= Packages to support the X window system @@ -195,6 +195,7 @@ SUBDIR+= libXinerama SUBDIR+= libXmu SUBDIR+= libXp SUBDIR+= libXpm +SUBDIR+= libXprintUtil SUBDIR+= libXrandr SUBDIR+= libXrender SUBDIR+= libXres @@ -286,6 +287,7 @@ SUBDIR+= recordproto SUBDIR+= renderproto SUBDIR+= rep-gtk SUBDIR+= resourceproto +SUBDIR+= rgb SUBDIR+= rox-session SUBDIR+= rox-wallpaper SUBDIR+= ruby-gnome2-gnome @@ -443,8 +445,8 @@ SUBDIR+= xmindpath SUBDIR+= xmms-osd SUBDIR+= xmodmap SUBDIR+= xmon -SUBDIR+= xmountains SUBDIR+= xmore +SUBDIR+= xmountains SUBDIR+= xmove SUBDIR+= xmx SUBDIR+= xneko @@ -461,15 +463,18 @@ SUBDIR+= xpaste SUBDIR+= xpenguins SUBDIR+= xphoon SUBDIR+= xplanet +SUBDIR+= xplsprinters SUBDIR+= xpmicons SUBDIR+= xpmroot SUBDIR+= xpns SUBDIR+= xpostit +SUBDIR+= xprehashprinterlist SUBDIR+= xprop SUBDIR+= xproto SUBDIR+= xproxymanagementprotocol SUBDIR+= xrandr SUBDIR+= xrdb +SUBDIR+= xrefresh SUBDIR+= xrestop SUBDIR+= xscreensaver SUBDIR+= xscreensaver-demo @@ -480,6 +485,7 @@ SUBDIR+= xset SUBDIR+= xsetmode SUBDIR+= xsetpointer SUBDIR+= xsetroot +SUBDIR+= xsm SUBDIR+= xsnow SUBDIR+= xteddy SUBDIR+= xteddy2 |