Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 08:27:35 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318581 - head/emulators/linux-peops-softgpu
Message-ID:  <201305200827.r4K8RZHG082814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 20 08:27:35 2013
New Revision: 318581
URL: http://svnweb.freebsd.org/changeset/ports/318581

Log:
  . update to version 1.18;
  . trim Makefile headers;
  . land maintainership to the submitter.
  
  While here: remove the indefinite article from COMMENT.
  
  PR:		ports/173463
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>

Modified:
  head/emulators/linux-peops-softgpu/Makefile
  head/emulators/linux-peops-softgpu/distinfo
  head/emulators/linux-peops-softgpu/pkg-plist

Modified: head/emulators/linux-peops-softgpu/Makefile
==============================================================================
--- head/emulators/linux-peops-softgpu/Makefile	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/Makefile	Mon May 20 08:27:35 2013	(r318581)
@@ -1,25 +1,22 @@
-# New ports collection makefile for:	linux-peops-softgpu
-# Date created:			21 Dec 2002
-# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
-#
+# Created by: Jean-Yves Lefort <jylefort@brutele.be>
 # $FreeBSD$
-#
 
 PORTNAME=	peops-softgpu
-PORTVERSION=	1.17
-PORTREVISION=	1
+PORTVERSION=	${SOFTGPU_VERSION}
 CATEGORIES=	emulators linux
 MASTER_SITES=	http://www.pbernert.com/
 PKGNAMEPREFIX=	linux-
-DISTNAME=	gpupeopssoftx${MAJOR}${MINOR}
+DISTFILES=	gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \
+		${CFG_DISTFILE}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A PSEmu Pro GPU plugin using a software X11 renderer (Linux version)
+MAINTAINER=	cyberbotx@cyberbotx.com
+COMMENT=	PSEmu Pro GPU plugin using a software X11 renderer (Linux version)
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_LINUX=	yes
 USE_LINUX_APPS=	gtk xorglibs
+PORTDOCS=	*
 
 ONLY_FOR_ARCHS=	i386 amd64
 
@@ -31,17 +28,21 @@ PSEMUPRO_PLUGINS_DIR=	${PREFIX}/lib/psem
 PSEMUPRO_CFGBINS_DIR=	${PREFIX}/libexec/psemupro/cfg
 PSEMUPRO_CFGFILES_DIR=	${PREFIX}/share/psemupro/cfg
 
+.include <bsd.port.options.mk>
+
+.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc"
+
 do-install:
 	${MKDIR} ${PSEMUPRO_PLUGINS_DIR}
 	${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR}
 
 	${MKDIR} ${PSEMUPRO_CFGBINS_DIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR}
 
 	${MKDIR} ${PSEMUPRO_CFGFILES_DIR}
 	${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR}
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
 .endif

Modified: head/emulators/linux-peops-softgpu/distinfo
==============================================================================
--- head/emulators/linux-peops-softgpu/distinfo	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/distinfo	Mon May 20 08:27:35 2013	(r318581)
@@ -1,2 +1,4 @@
-SHA256 (gpupeopssoftx117.tar.gz) = bf872d3b300149b9a72efbc2f717b153bcce11f1ad6ea7c9d26832a6cd987936
-SIZE (gpupeopssoftx117.tar.gz) = 222056
+SHA256 (gpupeopssoftx118.tar.gz) = 6a92f27d8a9d2a883b66ac91e123a97d85fb40f4c2a90fb4edcb322876024f3a
+SIZE (gpupeopssoftx118.tar.gz) = 179407
+SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91
+SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589

Modified: head/emulators/linux-peops-softgpu/pkg-plist
==============================================================================
--- head/emulators/linux-peops-softgpu/pkg-plist	Mon May 20 08:00:57 2013	(r318580)
+++ head/emulators/linux-peops-softgpu/pkg-plist	Mon May 20 08:27:35 2013	(r318581)
@@ -7,6 +7,3 @@ share/psemupro/cfg/gpuPeopsSoftX.cfg
 @dirrmtry libexec/psemupro
 @dirrmtry share/psemupro/cfg
 @dirrmtry share/psemupro
-%%PORTDOCS%%%%DOCSDIR%%/peops_soft_readme_%%MAJOR%%_%%MINOR%%.txt
-%%PORTDOCS%%%%DOCSDIR%%/peops_soft_version_%%MAJOR%%_%%MINOR%%.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



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