Date: Mon, 14 Feb 2011 03:37:00 +0200 (EET) From: "ports@c0decafe.net" <ports@c0decafe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/154764: [NEW PORT] devel/bncsutil-ghost++: Utility library for Battle.net clients in C++ Message-ID: <201102140137.p1E1b0Zj097651@absolut.c0decafe.net> Resent-Message-ID: <201102140140.p1E1e8NQ031640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154764 >Category: ports >Synopsis: [NEW PORT] devel/bncsutil-ghost++: Utility library for Battle.net clients in C++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 14 01:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 8.1-RELEASE-p2 amd64 >Organization: c0decafe networks >Environment: System: FreeBSD absolut.c0decafe.net 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #2: Sat Dec 11 02:59:34 EET 2010 >Description: The Battle.net client library. WWW: https://code.google.com/p/ghostplusplus/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bncsutil-ghost++-1.3.2.shar begins here --- # 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: # # bncsutil-ghost++ # bncsutil-ghost++/files # bncsutil-ghost++/files/patch-Makefile # bncsutil-ghost++/pkg-descr # bncsutil-ghost++/Makefile # bncsutil-ghost++/pkg-plist # bncsutil-ghost++/distinfo # echo c - bncsutil-ghost++ mkdir -p bncsutil-ghost++ > /dev/null 2>&1 echo c - bncsutil-ghost++/files mkdir -p bncsutil-ghost++/files > /dev/null 2>&1 echo x - bncsutil-ghost++/files/patch-Makefile sed 's/^X//' >bncsutil-ghost++/files/patch-Makefile << '46c99a2de7f4800e728195b64190dfe4' X--- Makefile X+++ Makefile X@@ -1,17 +1,15 @@ X SHELL = /bin/sh X SYSTEM = $(shell uname) X-CXX = g++ X-CXXFLAGS = -Wall -O3 -I ../ -Wno-multichar -fPIC X+CXXFLAGS = $(CFLAGS) -I ../ -Wno-multichar -fPIC X CXXOBJ = bsha1.o cdkeydecoder.o checkrevision.o decodekey.o file.o libinfo.o oldauth.o X-CC = gcc X-CCFLAGS = -Wall -O3 -I ../ -Wno-multichar -fPIC X+CCFLAGS = $(CFLAGS) -I ../ -Wno-multichar -fPIC X CCOBJ = nls.o pe.o sha1.o stack.o X X ifeq ($(SYSTEM),Darwin) X LDFLAGS = -dynamiclib -lgmp -L/opt/local/lib X TARGET = libbncsutil.dylib X else X-LDFLAGS = -shared -lgmp X+LDFLAGS += -shared -lgmp -L/usr/local/lib X TARGET = libbncsutil.so X endif X X@@ -26,11 +24,9 @@ X X clean: X rm -f $(CCOBJ) $(CXXOBJ) $(TARGET) *~ X-all: X- make $(TARGET) X+all: $(TARGET) X X install: $(TARGET) X- mkdir -p /usr/include/bncsutil X- cp *.h /usr/include/bncsutil X- cp $(TARGET) /usr/lib X- ldconfig X+ mkdir -p $(PREFIX)/include/bncsutil X+ cp *.h $(PREFIX)/include/bncsutil X+ cp $(TARGET) $(PREFIX)/lib 46c99a2de7f4800e728195b64190dfe4 echo x - bncsutil-ghost++/pkg-descr sed 's/^X//' >bncsutil-ghost++/pkg-descr << '4503b7740eb5335c78cfa57cb1ddd6b0' XThe Battle.net client library. X XWWW: https://code.google.com/p/ghostplusplus/ 4503b7740eb5335c78cfa57cb1ddd6b0 echo x - bncsutil-ghost++/Makefile sed 's/^X//' >bncsutil-ghost++/Makefile << 'fdb258826222046198ab794905d65c88' X# New ports collection makefile for: bncsutil X# Date created: 2011-02-13 X# Whom: <ports@c0decafe.net> X# X# $FreeBSD$ X# X XPORTNAME= bncsutil XPORTVERSION= 1.3.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMESUFFIX= -ghost++ XDISTNAME= ${PROJECTHOST}_${PROJECTVERSION} X XMAINTAINER= ports@c0decafe.net XCOMMENT= Utility library for Battle.net clients in C++ X XLIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp X XPROJECTHOST= ghostplusplus XPROJECTVERSION= 17.1 X XUSE_ZIP= yes XUSE_DOS2UNIX= yes XWRKSRC= ${WRKDIR}/ghost/bncsutil/src/bncsutil X XUSE_GMAKE= yes XUSE_LDCONFIG= yes X X.include <bsd.port.mk> fdb258826222046198ab794905d65c88 echo x - bncsutil-ghost++/pkg-plist sed 's/^X//' >bncsutil-ghost++/pkg-plist << '4060c9abba670617e404d8bd17cbadb9' X@comment $FreeBSD$ Xinclude/bncsutil/bncsutil.h Xinclude/bncsutil/sha1.h Xinclude/bncsutil/pe.h Xinclude/bncsutil/oldauth.h Xinclude/bncsutil/nls.h Xinclude/bncsutil/mutil_types.h Xinclude/bncsutil/mutil.h Xinclude/bncsutil/ms_stdint.h Xinclude/bncsutil/libinfo.h Xinclude/bncsutil/keytables.h Xinclude/bncsutil/gmp.h Xinclude/bncsutil/file.h Xinclude/bncsutil/decodekey.h Xinclude/bncsutil/debug.h Xinclude/bncsutil/checkrevision.h Xinclude/bncsutil/cdkeydecoder.h Xinclude/bncsutil/buffer.h Xinclude/bncsutil/bsha1.h Xinclude/bncsutil/stack.h Xlib/libbncsutil.so X@dirrmtry include/bncsutil 4060c9abba670617e404d8bd17cbadb9 echo x - bncsutil-ghost++/distinfo sed 's/^X//' >bncsutil-ghost++/distinfo << '1ae8cc60b1d8728fd277e45aaf724938' XSHA256 (ghostplusplus_17.1.zip) = bd4acc61ab553213cb39e6a465b38d1ea7a5b9b4ca2b54fa7e082766b98c729f XSIZE (ghostplusplus_17.1.zip) = 6720401 1ae8cc60b1d8728fd277e45aaf724938 exit --- bncsutil-ghost++-1.3.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102140137.p1E1b0Zj097651>