mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add devel/compiz-bcop, a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly from the xml metadata file. It is used for most of the Compiz Fusion plugins. PR: ports/115704 Submitted by: Robert Noland <rnoland@2hip.net>
This commit is contained in:
parent
e0b3b91c85
commit
403cdd37e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198127
@ -176,6 +176,7 @@
|
||||
SUBDIR += cogito
|
||||
SUBDIR += colorer
|
||||
SUBDIR += commoncpp
|
||||
SUBDIR += compiz-bcop
|
||||
SUBDIR += configgen
|
||||
SUBDIR += cons
|
||||
SUBDIR += cons-test
|
||||
|
35
devel/compiz-bcop/Makefile
Normal file
35
devel/compiz-bcop/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: compiz-bcop
|
||||
# Date created: 2007-08-15
|
||||
# Whom: Robert Noland <rnoland@2hip.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= compiz-bcop
|
||||
PORTVERSION= 0.5.2
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= devel x11-wm
|
||||
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= rnoland@2hip.net
|
||||
COMMENT= Code generator for Compiz Fusion Plugins
|
||||
|
||||
# This annoys me...
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_GNOME= pkgconfig libxslt
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
||||
${WRKSRC}/src/bcop.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
devel/compiz-bcop/distinfo
Normal file
3
devel/compiz-bcop/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (compiz-bcop-0.5.2.tar.bz2) = b31e8e2ad3de2e5a23628bb0eacc11dc
|
||||
SHA256 (compiz-bcop-0.5.2.tar.bz2) = b53ecab9a54c0436be03b9ef32a4bd82b8c584ca399a4db1cc550c0947b31691
|
||||
SIZE (compiz-bcop-0.5.2.tar.bz2) = 68297
|
5
devel/compiz-bcop/pkg-descr
Normal file
5
devel/compiz-bcop/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
BCOP is a code generator that provides an easy way to handle
|
||||
plugin options by generating parts of the plugin code directly from the xml
|
||||
metadata file. It is used for most of the Compiz Fusion plugins.
|
||||
|
||||
WWW: http://forum.compiz-fusion.org/
|
5
devel/compiz-bcop/pkg-plist
Normal file
5
devel/compiz-bcop/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
bin/bcop
|
||||
libdata/pkgconfig/bcop.pc
|
||||
share/bcop/bcop.xslt
|
||||
@dirrmtry share/bcop
|
Loading…
Reference in New Issue
Block a user