diff options
author | jlam <jlam@pkgsrc.org> | 1999-09-15 03:22:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-09-15 03:22:32 +0000 |
commit | d67ce63cc392af1c300c0ccecd9654f61dbc57e9 (patch) | |
tree | 258030eb0fd89e8154f0108efa31152b8a983e22 /misc/gperiodic | |
parent | 30c69a91095714f3a4c79985b09ccfca4d9400aa (diff) | |
download | pkgsrc-d67ce63cc392af1c300c0ccecd9654f61dbc57e9.tar.gz |
gperiodic 1.2.6 -- Displays a periodic table of the elements
Diffstat (limited to 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/Makefile | 30 | ||||
-rw-r--r-- | misc/gperiodic/files/md5 | 3 | ||||
-rw-r--r-- | misc/gperiodic/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/gperiodic/patches/patch-aa | 13 | ||||
-rw-r--r-- | misc/gperiodic/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/gperiodic/pkg/DESCR | 3 | ||||
-rw-r--r-- | misc/gperiodic/pkg/PLIST | 9 |
7 files changed, 62 insertions, 0 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile new file mode 100644 index 00000000000..3fc4edac617 --- /dev/null +++ b/misc/gperiodic/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/15 03:22:32 jlam Exp $ +# + +DISTNAME= gperiodic-1.2.6 +WRKSRC= ${WRKDIR}/gperiodic +CATEGORIES= misc x11 +MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://gperiodic.seul.org/ + +DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gtk+-1.2.4:../../x11/gtk + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11BASE= yes + +CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +pre-configure: +.for file in config.cache config.h config.log config.status + ${RM} -f ${WRKSRC}/${file} +.endfor + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1/ + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/gperiodic/files/md5 b/misc/gperiodic/files/md5 new file mode 100644 index 00000000000..5a41ec8c044 --- /dev/null +++ b/misc/gperiodic/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/15 03:22:32 jlam Exp $ + +MD5 (gperiodic-1.2.6.tar.gz) = 719465978b1d6cd98b882e67f6943cfe diff --git a/misc/gperiodic/files/patch-sum b/misc/gperiodic/files/patch-sum new file mode 100644 index 00000000000..65c1b36e601 --- /dev/null +++ b/misc/gperiodic/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/09/15 03:22:32 jlam Exp $ + +MD5 (patch-aa) = 74af9a3481d66e7dfc68aff7a0abc62e diff --git a/misc/gperiodic/patches/patch-aa b/misc/gperiodic/patches/patch-aa new file mode 100644 index 00000000000..a23500825cb --- /dev/null +++ b/misc/gperiodic/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/09/15 03:22:33 jlam Exp $ + +--- configure.orig Wed Sep 8 09:27:05 1999 ++++ configure Tue Sep 14 19:31:05 1999 +@@ -710,7 +710,7 @@ + + PACKAGE=gperiodic + +-VERSION=1.2.5 ++VERSION=1.2.6 + + if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/misc/gperiodic/pkg/COMMENT b/misc/gperiodic/pkg/COMMENT new file mode 100644 index 00000000000..40bed32d956 --- /dev/null +++ b/misc/gperiodic/pkg/COMMENT @@ -0,0 +1 @@ +Displays a periodic table of the elements diff --git a/misc/gperiodic/pkg/DESCR b/misc/gperiodic/pkg/DESCR new file mode 100644 index 00000000000..1b658ccd0e5 --- /dev/null +++ b/misc/gperiodic/pkg/DESCR @@ -0,0 +1,3 @@ +Gperiodic displays a periodic table of the elements, allowing you to +browse through the elements, and view detailed information about each +element. diff --git a/misc/gperiodic/pkg/PLIST b/misc/gperiodic/pkg/PLIST new file mode 100644 index 00000000000..08cf1c4e3c9 --- /dev/null +++ b/misc/gperiodic/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/15 03:22:33 jlam Exp $ +bin/gperiodic +man/man1/gperiodic.1 +share/locale/de/LC_MESSAGES/gperiodic.mo +share/locale/es/LC_MESSAGES/gperiodic.mo +share/locale/fr/LC_MESSAGES/gperiodic.mo +share/locale/nl/LC_MESSAGES/gperiodic.mo +share/locale/pt/LC_MESSAGES/gperiodic.mo +share/locale/it/LC_MESSAGES/gperiodic.mo |