From owner-freebsd-ports Fri May 1 03:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29947 for freebsd-ports-outgoing; Fri, 1 May 1998 03:50:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29915; Fri, 1 May 1998 03:50:01 -0700 (PDT) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29670 for ; Fri, 1 May 1998 03:46:28 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA21190 for ; Fri, 1 May 1998 16:46:33 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA08420; Fri, 1 May 1998 14:51:00 +0400 (MSD) Message-Id: <199805011051.OAA08420@icc.surw.chel.su> Date: Fri, 1 May 1998 14:51:00 +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/6475: New port: libshhcards-1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6475 >Category: ports >Synopsis: New port: libshhcards-1.0.3 >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: Fri May 1 03:50:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of library for displaying game cards on X11. It provides pixmaps for card games, and functions for using the cards in X11 programs. # 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: # # libshhcards-1.0.3 # libshhcards-1.0.3/Makefile # libshhcards-1.0.3/files # libshhcards-1.0.3/files/md5 # libshhcards-1.0.3/patches # libshhcards-1.0.3/patches/patch-aa # libshhcards-1.0.3/pkg # libshhcards-1.0.3/pkg/PLIST # libshhcards-1.0.3/pkg/COMMENT # libshhcards-1.0.3/pkg/DESCR # echo c - libshhcards-1.0.3 mkdir -p libshhcards-1.0.3 > /dev/null 2>&1 echo x - libshhcards-1.0.3/Makefile sed 's/^X//' >libshhcards-1.0.3/Makefile << 'END-of-libshhcards-1.0.3/Makefile' X# New ports collection makefile for: libshhcards X# Version required: 1.0.3 X# Date created: 12 April 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= shhcards-1.0.3 XPKGNAME= libshhcards-1.0.3 XCATEGORIES= devel XMASTER_SITES= http://www.computas.no/users/shh/pub-unix/files/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_GMAKE= yes X Xdo-install: X @ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include X @ ${INSTALL_DATA} ${WRKSRC}/libshhcards.so.1.0.3 ${PREFIX}/lib X @ ln -s ${PREFIX}/lib/libshhcards.so.1.0.3 ${PREFIX}/lib/libshhcards.so X @ ${MKDIR} ${PREFIX}/share/doc/libshhcards X @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards X X.include END-of-libshhcards-1.0.3/Makefile echo c - libshhcards-1.0.3/files mkdir -p libshhcards-1.0.3/files > /dev/null 2>&1 echo x - libshhcards-1.0.3/files/md5 sed 's/^X//' >libshhcards-1.0.3/files/md5 << 'END-of-libshhcards-1.0.3/files/md5' XMD5 (shhcards-1.0.3.tar.gz) = c6f9161e096e8102b930e2b9e6d1796f END-of-libshhcards-1.0.3/files/md5 echo c - libshhcards-1.0.3/patches mkdir -p libshhcards-1.0.3/patches > /dev/null 2>&1 echo x - libshhcards-1.0.3/patches/patch-aa sed 's/^X//' >libshhcards-1.0.3/patches/patch-aa << 'END-of-libshhcards-1.0.3/patches/patch-aa' X--- Makefile Sun Mar 23 09:02:53 1997 X+++ /home/andy/tmp/wrk/Makefile Fri May 1 13:35:25 1998 X@@ -8,7 +8,7 @@ X ########################################################################### X X # Define SHARED as 1 for Linux shared ELF library X-#SHARED = 1 X+SHARED = 1 X X ifeq ($(SHARED),1) X LIBTARGET = lib$(DIST).so.$(VERSION) X@@ -87,7 +87,7 @@ X X $(LIBTARGET): $(LIBOBJS) X ifeq ($(SHARED),1) X- $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGET) $(LIBOBJS) X+ $(CC) -shared -o $(LIBTARGET) $(LIBOBJS) X else X ar rcs $(LIBTARGET) $(LIBOBJS) X endif END-of-libshhcards-1.0.3/patches/patch-aa echo c - libshhcards-1.0.3/pkg mkdir -p libshhcards-1.0.3/pkg > /dev/null 2>&1 echo x - libshhcards-1.0.3/pkg/PLIST sed 's/^X//' >libshhcards-1.0.3/pkg/PLIST << 'END-of-libshhcards-1.0.3/pkg/PLIST' Xinclude/shhcards.h Xlib/libshhcards.so.1.0.3 Xlib/libshhcards.so X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -m %D/lib Xshare/doc/libshhcards/CREDITS Xshare/doc/libshhcards/README X@dirrm share/doc/libshhcards END-of-libshhcards-1.0.3/pkg/PLIST echo x - libshhcards-1.0.3/pkg/COMMENT sed 's/^X//' >libshhcards-1.0.3/pkg/COMMENT << 'END-of-libshhcards-1.0.3/pkg/COMMENT' Xlibrary for displaying game cards on X11. END-of-libshhcards-1.0.3/pkg/COMMENT echo x - libshhcards-1.0.3/pkg/DESCR sed 's/^X//' >libshhcards-1.0.3/pkg/DESCR << 'END-of-libshhcards-1.0.3/pkg/DESCR' Xshhcards is a library for displaying game cards on X11. XIt provides pixmaps for card games, and functions for Xusing the cards in X11 programs. END-of-libshhcards-1.0.3/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message