[PC-BSD Commits] r12714 - in pbi/modules/multimedia: . zoneminder zoneminder/resources zoneminder/xdg-desktop zoneminder/xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 8 07:39:22 PDT 2011
Author: kenmoore
Date: 2011-09-08 07:39:22 -0700 (Thu, 08 Sep 2011)
New Revision: 12714
Added:
pbi/modules/multimedia/zoneminder/
pbi/modules/multimedia/zoneminder/resources/zoneminder.png
pbi/modules/multimedia/zoneminder/xdg-desktop/zoneminder.desktop
pbi/modules/multimedia/zoneminder/xdg-menu/zoneminder.desktop
Removed:
pbi/modules/multimedia/zoneminder/resources/clipgrab.png
pbi/modules/multimedia/zoneminder/xdg-desktop/clipgrab.desktop
pbi/modules/multimedia/zoneminder/xdg-menu/clipgrab.desktop
Modified:
pbi/modules/multimedia/zoneminder/pbi.conf
Log:
Added a new module for ZoneMinder
Modified: pbi/modules/multimedia/zoneminder/pbi.conf
===================================================================
--- pbi/modules/multimedia/clipgrab/pbi.conf 2011-09-08 14:03:54 UTC (rev 12713)
+++ pbi/modules/multimedia/zoneminder/pbi.conf 2011-09-08 14:39:22 UTC (rev 12714)
@@ -7,18 +7,18 @@
##############################################################################
# Program Name
-PBI_PROGNAME="clipgrab"
+PBI_PROGNAME="ZoneMinder"
# Program Website
-PBI_PROGWEB="http://clipgrab.de"
+PBI_PROGWEB="http://www.zoneminder.com"
# Program Author / Vendor
-PBI_PROGAUTHOR="g.veniamin at googlemail.com"
+PBI_PROGAUTHOR="bsam at FreeBSD.org"
# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
-PBI_PROGICON="clipgrab.png"
+PBI_PROGICON="zoneminder.png"
# The target port we are building
-PBI_MAKEPORT="multimedia/clipgrab"
+PBI_MAKEPORT="multimedia/zoneminder"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list