diff options
author | joerg <joerg> | 2007-04-12 18:03:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-12 18:03:17 +0000 |
commit | 0c4cca6fa2edf29e7f0178e0e2312bc6b47fb46a (patch) | |
tree | 8aca4b10f080bea05912cb04a109fa5ebea0bd34 /x11/xcalc | |
parent | 88ec6147ab8c46f20c2d6500612641ca3fd8d4c5 (diff) | |
download | pkgsrc-0c4cca6fa2edf29e7f0178e0e2312bc6b47fb46a.tar.gz |
Import xcalc-1.0.1.
This package provides xcalc, a simple scientific calculator for X11.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xcalc')
-rw-r--r-- | x11/xcalc/DESCR | 3 | ||||
-rw-r--r-- | x11/xcalc/Makefile | 19 | ||||
-rw-r--r-- | x11/xcalc/PLIST | 7 | ||||
-rw-r--r-- | x11/xcalc/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/xcalc/DESCR b/x11/xcalc/DESCR new file mode 100644 index 00000000000..f3f36299f16 --- /dev/null +++ b/x11/xcalc/DESCR @@ -0,0 +1,3 @@ +This package provides xcalc, a simple scientific calculator for X11. + +This is from the modular X.org X11 project. diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile new file mode 100644 index 00000000000..f1fbdcd05a5 --- /dev/null +++ b/x11/xcalc/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:17 joerg Exp $ +# + +DISTNAME= xcalc-1.0.1 +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= Scientific calculator for X + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcalc/PLIST b/x11/xcalc/PLIST new file mode 100644 index 00000000000..a2fc7a02f17 --- /dev/null +++ b/x11/xcalc/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 18:03:17 joerg Exp $ +bin/xcalc +lib/X11/app-defaults/XCalc +lib/X11/app-defaults/XCalc-color +man/man1/xcalc.1 +@dirrm lib/X11/app-defaults +@dirrm lib/X11 diff --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo new file mode 100644 index 00000000000..9bb46d7f20d --- /dev/null +++ b/x11/xcalc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:03:17 joerg Exp $ + +SHA1 (xcalc-1.0.1.tar.bz2) = 7138275c416c6463ae287df1b9e25df6f1771319 +RMD160 (xcalc-1.0.1.tar.bz2) = 8711520a583156f4c9c5b2c5660cf7a3d7c2f8dc +Size (xcalc-1.0.1.tar.bz2) = 93745 bytes |