From owner-freebsd-ports Sun Jul 18 2:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1BAA14C88 for ; Sun, 18 Jul 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33026; Sun, 18 Jul 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 112E715044 for ; Sun, 18 Jul 1999 02:14:34 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA17232; Sun, 18 Jul 1999 13:14:19 +0400 (MSD) (envelope-from andy) Message-Id: <199907180914.NAA17232@icc.surw.chel.su> Date: Sun, 18 Jul 1999 13:14:19 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12690: New port: gperiodic-1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12690 >Category: ports >Synopsis: New port: gperiodic-1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 02:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of gperiodic-1.2.1. Gperiodic displays a periodic table of the elements, allowing you to browse through the elements, and view detailed information about each element. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gperiodic-1.2.1 # gperiodic-1.2.1/Makefile # gperiodic-1.2.1/files # gperiodic-1.2.1/files/md5 # gperiodic-1.2.1/pkg # gperiodic-1.2.1/pkg/COMMENT # gperiodic-1.2.1/pkg/DESCR # gperiodic-1.2.1/pkg/PLIST # echo c - gperiodic-1.2.1 mkdir -p gperiodic-1.2.1 > /dev/null 2>&1 echo x - gperiodic-1.2.1/Makefile sed 's/^X//' >gperiodic-1.2.1/Makefile << 'END-of-gperiodic-1.2.1/Makefile' X# New ports collection makefile for: gperiodic X# Version required: 1.2.1 X# Date created: 16 July 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= gperiodic-1.2.1 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/gperiodic X XMAN1= gperiodic.1 X XLIB_DEPENDS= gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12.2:${PORTSDIR}/devel/glib12 \ X gmodule12.2:${PORTSDIR}/devel/glib12 \ X gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X intl.1:${PORTSDIR}/devel/gettext X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X Xpost-install: X @ ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/gperiodic X.for file in AUTHORS COPYING Changes README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic X.endfor X.endif X X.include END-of-gperiodic-1.2.1/Makefile echo c - gperiodic-1.2.1/files mkdir -p gperiodic-1.2.1/files > /dev/null 2>&1 echo x - gperiodic-1.2.1/files/md5 sed 's/^X//' >gperiodic-1.2.1/files/md5 << 'END-of-gperiodic-1.2.1/files/md5' XMD5 (gperiodic-1.2.1.tar.gz) = a7bfd4c8bc2e15cb8904fb0bcfe5df0d END-of-gperiodic-1.2.1/files/md5 echo c - gperiodic-1.2.1/pkg mkdir -p gperiodic-1.2.1/pkg > /dev/null 2>&1 echo x - gperiodic-1.2.1/pkg/COMMENT sed 's/^X//' >gperiodic-1.2.1/pkg/COMMENT << 'END-of-gperiodic-1.2.1/pkg/COMMENT' XDisplays a periodic table of the elements. END-of-gperiodic-1.2.1/pkg/COMMENT echo x - gperiodic-1.2.1/pkg/DESCR sed 's/^X//' >gperiodic-1.2.1/pkg/DESCR << 'END-of-gperiodic-1.2.1/pkg/DESCR' XGperiodic displays a periodic table of the elements, allowing you to Xbrowse through the elements, and view detailed information about each Xelement. X XWWW: http://gperiodic.seul.net/ END-of-gperiodic-1.2.1/pkg/DESCR echo x - gperiodic-1.2.1/pkg/PLIST sed 's/^X//' >gperiodic-1.2.1/pkg/PLIST << 'END-of-gperiodic-1.2.1/pkg/PLIST' Xbin/gperiodic Xshare/locale/de/LC_MESSAGES/gperiodic.mo Xshare/locale/es/LC_MESSAGES/gperiodic.mo Xshare/locale/fr/LC_MESSAGES/gperiodic.mo Xshare/locale/pt/LC_MESSAGES/gperiodic.mo Xshare/doc/gperiodic/AUTHORS Xshare/doc/gperiodic/COPYING Xshare/doc/gperiodic/Changes Xshare/doc/gperiodic/README X@dirrm share/doc/gperiodic END-of-gperiodic-1.2.1/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message