diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-10-03 02:27:22 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-10-03 02:27:22 +0800 |
commit | d01d57def6e3a6477454ac186063e183014c4c7d (patch) | |
tree | 29aba3f05c097871ee0ba8b2db00ec2dba0d91c8 /french | |
parent | e53a43a76374cd4191b4ac8857ba97e0acf14a2c (diff) | |
download | freebsd-ports-gnome-d01d57def6e3a6477454ac186063e183014c4c7d.tar.gz freebsd-ports-gnome-d01d57def6e3a6477454ac186063e183014c4c7d.tar.zst freebsd-ports-gnome-d01d57def6e3a6477454ac186063e183014c4c7d.zip |
A theme for pluxml.
WWW: http://skins.pluxml.org/
PR: ports/116738
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/pluxml-theme-bridge/Makefile | 39 | ||||
-rw-r--r-- | french/pluxml-theme-bridge/distinfo | 3 | ||||
-rw-r--r-- | french/pluxml-theme-bridge/files/pkg-message.in | 7 | ||||
-rw-r--r-- | french/pluxml-theme-bridge/pkg-descr | 3 | ||||
-rw-r--r-- | french/pluxml-theme-bridge/pkg-plist | 7 |
6 files changed, 60 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index 10677cf08228..f74622ea9b7a 100644 --- a/french/Makefile +++ b/french/Makefile @@ -25,6 +25,7 @@ SUBDIR += php_doc SUBDIR += plgrenouille SUBDIR += pluxml + SUBDIR += pluxml-theme-bridge SUBDIR += staroffice52 SUBDIR += verbiste SUBDIR += xtel diff --git a/french/pluxml-theme-bridge/Makefile b/french/pluxml-theme-bridge/Makefile new file mode 100644 index 000000000000..83c08c533705 --- /dev/null +++ b/french/pluxml-theme-bridge/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: pluxml-theme-bridge +# Date created: 27 September 2007 +# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# +# $FreeBSD$ +# + +PORTNAME= pluxml +PORTVERSION= 0.1 +CATEGORIES= french www +MASTER_SITES= http://skins.pluxml.org/download/ +PKGNAMESUFFIX= -theme-bridge +DISTNAME= ${PORTNAME}.${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} + +MAINTAINER= jadawin@tuxaco.net +COMMENT= Theme for pluxml > 0.3.0 + +RUN_DEPENDS= ${WWWDIR}/pluxml:${PORTSDIR}/french/pluxml + +NO_BUILD= yes +USE_ZIP= yes + +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} + +do-install: + ${MV} ${WRKDIR}/${PORTNAME}.${PKGNAMESUFFIX:C/-(.*)-(b)(.*)/B\3/} \ + ${WRKDIR}/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} + ${MKDIR} ${WWWDIR}/pluxml/templates/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} + ${CP} -R ${WRKDIR}/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} \ + ${WWWDIR}/pluxml/templates/ + ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ + ${WWWDIR}/pluxml/templates/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} + +post-install: + @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} + +.include <bsd.port.mk> diff --git a/french/pluxml-theme-bridge/distinfo b/french/pluxml-theme-bridge/distinfo new file mode 100644 index 000000000000..c2cfc9bfdd67 --- /dev/null +++ b/french/pluxml-theme-bridge/distinfo @@ -0,0 +1,3 @@ +MD5 (pluxml.bridge.zip) = e9f52582721e28c3bb2af394cbcec9a8 +SHA256 (pluxml.bridge.zip) = 5db1d1cd5c3356615731afe0405ad3869deff91e9a17319be827d45ab821daf7 +SIZE (pluxml.bridge.zip) = 51327 diff --git a/french/pluxml-theme-bridge/files/pkg-message.in b/french/pluxml-theme-bridge/files/pkg-message.in new file mode 100644 index 000000000000..360c9323dcd1 --- /dev/null +++ b/french/pluxml-theme-bridge/files/pkg-message.in @@ -0,0 +1,7 @@ +--------------------------------------------------------------------------- + +Browse http://your.host.tld/%%PORTNAME%%/ and go to your administration +interface to configure your blog. + +--------------------------------------------------------------------------- + diff --git a/french/pluxml-theme-bridge/pkg-descr b/french/pluxml-theme-bridge/pkg-descr new file mode 100644 index 000000000000..fed8e02732a7 --- /dev/null +++ b/french/pluxml-theme-bridge/pkg-descr @@ -0,0 +1,3 @@ +A theme for pluxml. + +WWW: http://skins.pluxml.org/ diff --git a/french/pluxml-theme-bridge/pkg-plist b/french/pluxml-theme-bridge/pkg-plist new file mode 100644 index 000000000000..9d4748982596 --- /dev/null +++ b/french/pluxml-theme-bridge/pkg-plist @@ -0,0 +1,7 @@ +%%WWWDIR%%/pluxml/templates/bridge/img/fond.jpg +%%WWWDIR%%/pluxml/templates/bridge/img/header.jpg +%%WWWDIR%%/pluxml/templates/bridge/img/page.jpg +%%WWWDIR%%/pluxml/templates/bridge/style.css +%%WWWDIR%%/pluxml/templates/bridge/template.php +@dirrmtry %%WWWDIR%%/pluxml/templates/bridge/img +@dirrm %%WWWDIR%%/pluxml/templates/bridge |