Bug 154764 - [NEW PORT] devel/bncsutil-ghost++: Utility library for Battle.net clients in C++
Summary: [NEW PORT] devel/bncsutil-ghost++: Utility library for Battle.net clients in C++
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 01:40 UTC by ports@c0decafe.net
Modified: 2011-02-14 03:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ports@c0decafe.net 2011-02-14 01:40:08 UTC
The Battle.net client library.

WWW:	https://code.google.com/p/ghostplusplus/

Generated with FreeBSD Port Tools 0.99

Fix: --- bncsutil-ghost++-1.3.2.shar begins here ---


--- bncsutil-ghost++-1.3.2.shar ends here -----ajFu5p8CzEke9HKz7ZXOJzEWMYbI9D3lMZaX2FwNrr38ROnr
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-02-14 02:04:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-02-14 03:25:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-02-14 03:25:50 UTC
miwi        2011-02-14 03:25:44 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bncsutil-ghost++ Makefile distinfo pkg-descr pkg-plist 
    devel/bncsutil-ghost++/files patch-Makefile 
  Log:
  The Battle.net client library.
  
  WWW:    https://code.google.com/p/ghostplusplus/
  
  PR:             ports/154764
  Submitted by:   ports@c0decafe.net
  
  Revision  Changes    Path
  1.4224    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/bncsutil-ghost++/Makefile (new)
  1.1       +2 -0      ports/devel/bncsutil-ghost++/distinfo (new)
  1.1       +39 -0     ports/devel/bncsutil-ghost++/files/patch-Makefile (new)
  1.1       +3 -0      ports/devel/bncsutil-ghost++/pkg-descr (new)
  1.1       +21 -0     ports/devel/bncsutil-ghost++/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"