Bug 77085 - New port: devel/mercator. A procedural terrain library
Summary: New port: devel/mercator. A procedural terrain library
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 03:50 UTC by Jan Rochel
Modified: 2005-02-09 21:59 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 Jan Rochel 2005-02-04 03:50:23 UTC
 NOTE: Make sure math/wfmath has already been added to the portstree,
 before adding this.
 
 --- mercator.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:
 #
 #	mercator
 #	mercator/Makefile
 #	mercator/distinfo
 #	mercator/pkg-descr
 #	mercator/pkg-plist
 #	mercator/files
 #	mercator/files/patch-Makefile.in
 #
 echo c - mercator
 mkdir -p mercator > /dev/null 2>&1
 echo x - mercator/Makefile
 sed 's/^X//' >mercator/Makefile << 'END-of-mercator/Makefile'
 X# New ports collection makefile for:   mercator
 X# Date created:        4 February 2005
 X# Whom:                Janni
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	mercator
 XPORTVERSION=	0.2.1
 XCATEGORIES=	devel
 XMASTER_SITES=	ftp://ftp.worldforge.org/pub/worldforge/libs/mercator/ \
 X	http://purple.worldforge.org/downloads/libs/mercator/ \
 X	${MASTER_SITE_SOURCEFORGE}/%SUBDIR%
 XMASTER_SITE_SUBDIR=worldforge
 X
 XMAINTAINER=	jannisan@t-online.de
 XCOMMENT=	A procedural terrain library
 X
 XLIB_DEPENDS=	wfmath-0.3.3:${PORTSDIR}/math/wfmath
 X
 XHAS_CONFIGURE=	yes
 XCXXFLAGS+=	-include wchar.h
 XCONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
 X
 X.include <bsd.port.mk>
 END-of-mercator/Makefile
 echo x - mercator/distinfo
 sed 's/^X//' >mercator/distinfo << 'END-of-mercator/distinfo'
 XMD5 (mercator-0.2.1.tar.gz) = 43d93b09324b0b852aff1c157a53c031
 XSIZE (mercator-0.2.1.tar.gz) = 238254
 END-of-mercator/distinfo
 echo x - mercator/pkg-descr
 sed 's/^X//' >mercator/pkg-descr << 'END-of-mercator/pkg-descr'
 XMercator is a procedural terrain library. It is primarily aimed at terrain for
 Xmultiplayer online games and forms one of the WorldForge
 X(http://www.worldforge.org) core libraries.It is intended to be used as a
 Xterrain library on both the client, and the server.
 X
 XWWW: http://www.worldforge.org/dev/eng/libraries/mercator
 X
 X- Janni
 Xjannisan@t-online.de
 END-of-mercator/pkg-descr
 echo x - mercator/pkg-plist
 sed 's/^X//' >mercator/pkg-plist << 'END-of-mercator/pkg-plist'
 Xlib/libmercator-0.2.la
 Xlib/libmercator-0.2.so.2
 Xinclude/Mercator-0.2/Mercator/Mercator.h
 Xinclude/Mercator-0.2/Mercator/Matrix.h
 Xinclude/Mercator-0.2/Mercator/Terrain.h
 Xinclude/Mercator-0.2/Mercator/TerrainMod.h
 Xinclude/Mercator-0.2/Mercator/TerrainMod_impl.h
 Xinclude/Mercator-0.2/Mercator/BasePoint.h
 Xinclude/Mercator-0.2/Mercator/Segment.h
 Xinclude/Mercator-0.2/Mercator/Buffer_impl.h
 Xinclude/Mercator-0.2/Mercator/Buffer.h
 Xinclude/Mercator-0.2/Mercator/Shader.h
 Xinclude/Mercator-0.2/Mercator/FillShader.h
 Xinclude/Mercator-0.2/Mercator/ThresholdShader.h
 Xinclude/Mercator-0.2/Mercator/DepthShader.h
 Xinclude/Mercator-0.2/Mercator/GrassShader.h
 Xinclude/Mercator-0.2/Mercator/Intersect.h
 Xinclude/Mercator-0.2/Mercator/Surface.h
 Xinclude/Mercator-0.2/Mercator/Plant.h
 Xinclude/Mercator-0.2/Mercator/Forest.h
 Xinclude/Mercator-0.2/Mercator/RandCache.h
 X@dirrm include/Mercator-0.2/Mercator
 X@dirrm include/Mercator-0.2
 Xlibdata/pkgconfig/mercator-0.2.pc
 END-of-mercator/pkg-plist
 echo c - mercator/files
 mkdir -p mercator/files > /dev/null 2>&1
 echo x - mercator/files/patch-Makefile.in
 sed 's/^X//' >mercator/files/patch-Makefile.in << 'END-of-mercator/files/patch-Makefile.in'
 X*** Makefile.in.orig	Fri Feb  4 04:41:08 2005
 X--- Makefile.in	Fri Feb  4 04:41:28 2005
 X***************
 X*** 185,191 ****
 X  target_os = @target_os@
 X  target_vendor = @target_vendor@
 X  SUBDIRS = Mercator tests
 X! pkgconfigdir = $(libdir)/pkgconfig
 X  pkgconfig_DATA = mercator-0.2.pc
 X  all: config.h
 X  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 X--- 185,191 ----
 X  target_os = @target_os@
 X  target_vendor = @target_vendor@
 X  SUBDIRS = Mercator tests
 X! pkgconfigdir = $(prefix)/libdata/pkgconfig
 X  pkgconfig_DATA = mercator-0.2.pc
 X  all: config.h
 X  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 END-of-mercator/files/patch-Makefile.in
 exit
 --- mercator.shar ends here ---
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2005-02-04 14:44:18 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Reassign misfiled PR.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-09 21:58:37 UTC
State Changed
From-To: open->closed

New port added, thank you!