diff options
author | joerg <joerg> | 2007-03-07 15:06:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-07 15:06:46 +0000 |
commit | bf2efb43f34cad7e31e51d9c6126f96fb83af26d (patch) | |
tree | 33892f0242e921688a5ec07afbd32c392e1cdecd | |
parent | 7e4ff6defa2545639c302a9aa7065f0336d36bce (diff) | |
download | pkgsrc-bf2efb43f34cad7e31e51d9c6126f96fb83af26d.tar.gz |
+ x11/appres
+ x11/beforelight
+ x11/bitmap
-rw-r--r-- | doc/CHANGES-2007 | 5 | ||||
-rw-r--r-- | x11/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 0309c2997d1..c6dd76a02fe 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.547 2007/03/07 12:51:16 jmmv Exp $ +$NetBSD: CHANGES-2007,v 1.548 2007/03/07 15:06:47 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1073,3 +1073,6 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/hugs-unix to 2.0.20060921 [jmmv 2007-03-07] Updated devel/hugs-HUnit to 1.1.20060921 [jmmv 2007-03-07] Updated textproc/hugs-HaXml to 1.17.20060921 [jmmv 2007-03-07] + Added x11/bitmap version 1.0.3 [joerg 2007-03-07] + Added x11/beforelight version 1.0.2 [joerg 2007-03-07] + Added x11/appres version 1.0.1 [joerg 2007-03-07] diff --git a/x11/Makefile b/x11/Makefile index a8acab4af14..998bb57c324 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.481 2007/03/01 09:07:36 wiz Exp $ +# $NetBSD: Makefile,v 1.482 2007/03/07 15:06:46 joerg Exp $ # COMMENT= Packages to support the X window system @@ -16,10 +16,13 @@ SUBDIR+= Xrandr SUBDIR+= Xrender SUBDIR+= acidlaunch SUBDIR+= alacarte +SUBDIR+= appres SUBDIR+= asnap SUBDIR+= aterm SUBDIR+= bbapm +SUBDIR+= beforelight SUBDIR+= bigreqsproto +SUBDIR+= bitmap SUBDIR+= blt SUBDIR+= bwidget SUBDIR+= compositeproto |