diff options
Diffstat (limited to 'x11/bitmap')
-rw-r--r-- | x11/bitmap/DESCR | 10 | ||||
-rw-r--r-- | x11/bitmap/Makefile | 20 | ||||
-rw-r--r-- | x11/bitmap/PLIST | 27 | ||||
-rw-r--r-- | x11/bitmap/distinfo | 5 |
4 files changed, 62 insertions, 0 deletions
diff --git a/x11/bitmap/DESCR b/x11/bitmap/DESCR new file mode 100644 index 00000000000..9183b5ec70e --- /dev/null +++ b/x11/bitmap/DESCR @@ -0,0 +1,10 @@ +The bitmap program is a rudimentary tool for creating or editing +rectangular images made up of 1's and 0's. Bitmaps are used in X for +defining clipping regions, cursor shapes, icon shapes, and tile and +stipple patterns. + +The bmtoa and atobm filters convert bitmap files to and from ASCII +strings. They are most commonly used to quickly print out bitmaps and +to generate versions for including in text. + +This is from the modular X.org X11 project. diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile new file mode 100644 index 00000000000..499d0ed3532 --- /dev/null +++ b/x11/bitmap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/07 15:04:24 joerg Exp $ +# + +DISTNAME= bitmap-1.0.3 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Bitmap editor and conversion utilities + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/bitmap/PLIST b/x11/bitmap/PLIST new file mode 100644 index 00000000000..877e98059db --- /dev/null +++ b/x11/bitmap/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/07 15:04:24 joerg Exp $ +bin/atobm +bin/bitmap +bin/bmtoa +include/X11/bitmaps/Dashes +include/X11/bitmaps/Down +include/X11/bitmaps/Excl +include/X11/bitmaps/FlipHoriz +include/X11/bitmaps/FlipVert +include/X11/bitmaps/Fold +include/X11/bitmaps/Left +include/X11/bitmaps/Right +include/X11/bitmaps/RotateLeft +include/X11/bitmaps/RotateRight +include/X11/bitmaps/Stipple +include/X11/bitmaps/Term +include/X11/bitmaps/Up +lib/X11/app-defaults/Bitmap +lib/X11/app-defaults/Bitmap-color +lib/X11/app-defaults/Bitmap-nocase +man/man1/atobm.1 +man/man1/bitmap.1 +man/man1/bmtoa.1 +@dirrm lib/X11/app-defaults +@dirrm lib/X11 +@dirrm include/X11/bitmaps +@dirrm include/X11 diff --git a/x11/bitmap/distinfo b/x11/bitmap/distinfo new file mode 100644 index 00000000000..68d1af74a50 --- /dev/null +++ b/x11/bitmap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/07 15:04:24 joerg Exp $ + +SHA1 (bitmap-1.0.3.tar.bz2) = ca3b65e25fea6929ee254944b72508f8e39d80ea +RMD160 (bitmap-1.0.3.tar.bz2) = 189142b6f6611d159d3f28d08240cb6e2ec3f7a8 +Size (bitmap-1.0.3.tar.bz2) = 129364 bytes |