Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 14:51:00 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6475: New port: libshhcards-1.0.3
Message-ID:  <199805011051.OAA08420@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805011051.OAA08420>