Commit graph

24 commits

Author SHA1 Message Date
Boris Samorodov
3e03f2e8f0 . rename rc script (zm.in -> zoneminder.in); [1]
. add a note to UPDATING;
. bump PORTREVISION.

Suggested by:	dougb  [1]
2011-07-06 15:05:09 +00:00
Boris Samorodov
d7cb6eb71b Rework rc script:
. name="zoneminder";
. do load_rc_config at a proper location and remove a second one;
. some whitespace refinement;
. do a 10 seconds pause only at system startup.
Do not bump PORTREVISION for now, it'll be done when the file is renamed.

Submitted by:	dougb
2011-07-06 14:34:00 +00:00
Boris Samorodov
16b571fa3f . create status_cmd (rc.d script with option status should work now);
. bump PORTREVISION.

Reported by:	achix (at zoneminder forum)
2011-07-05 21:53:40 +00:00
Boris Samorodov
7d9f73b790 Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql.
2011-06-27 17:34:29 +00:00
Boris Samorodov
62cf6454cf Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----

I'm not sure how to properly fix this. I'm all ears.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-27 13:16:04 +00:00
Boris Samorodov
7d4db91a4d Remove two dependencies:
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
  from the base system).
Bump PORTREVISION.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-26 20:06:07 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Boris Samorodov
f2a2d8856d . ZM_V4L2 -> ZM_HAS_V4L2 (at monitorprobe.php); [1]
. == -> = (at configure);  [2]
. bump PORTREVISION.

Reported by:	pointyhat (via pavmail)  [1]
Discussed at:	zoneminder forum  [1]
Based on:	patch by Pavel Timofeev <timp87@gmail.com>  [2]
2011-06-16 18:07:50 +00:00
Boris Samorodov
067f9e6680 . add faststart and faststop options to zmpkg script (this enables zoneminder
loading at system startup);
. bump PORTREVISION.
2011-06-15 12:44:41 +00:00
Boris Samorodov
7b3d362264 Refine credits to achix.
Proposed by:	achix (full nickname, zoneminder forum)
2011-06-14 14:35:52 +00:00
Boris Samorodov
756de15166 Add credits to achix who wrote at least local fbsd camera code by 99,99%.
Discussed with:	achix (full nickname, zoneminder forum)
2011-06-14 13:34:53 +00:00
Boris Samorodov
f89480eef5 1. Add some PHP extensions which are needed at runtime:
. json;
   . mysql;
   . session.
2. Bump PORTREVISION.
2011-06-14 12:43:22 +00:00
Boris Samorodov
9dbb3a3963 . remove devel/p5-PHP-Serialization dependency (the code uses devel/php5-json); [1]
. bump PORTREVISION;
. remove empty file from files/ by creating the former while pre-build.  [2]

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via e-mail)  [1]
Suggested by:	wen (via e-mail)  [2]
2011-06-12 08:48:39 +00:00
Boris Samorodov
f5df5815ef 1) The distfile was re-packaged. Changes: [1]
. fix a typo at a debug message;
  . the version ID of that file.
2) Bump PORTREVISION.

PR:		ports/157650  [1]
Submitted by:		Pavel Timofeev <timp87@gmail.com>  [1]
2011-06-09 10:13:37 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Boris Samorodov
3e97341844 . update to version 1.24.4; changelog:
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30;
. remove patches that were incorporated upstream;
. add a patch to fix zm_stream.cpp (add one byte to the path length);  [1]
. add one more site to MASTER_SITES.

Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email)  [1]
2011-06-05 11:11:35 +00:00
Wen Heping
a49dcfd292 - Revert previous commit
Reported by:	bsam@ (maintainer)
2011-06-03 00:03:41 +00:00
Wen Heping
159eeb607e - Remove zero size file
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer(implicit)
2011-06-02 02:57:59 +00:00
Boris Samorodov
5dca89aa5c Add missing header file.
Note: do not bump PORTREVISION since absence of this file prevents
the port from installing (let alone packaging). Unfortunately both my
workstation and tinderbox have got the file while porting and testing...

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (by email)
2011-05-25 16:26:02 +00:00
Boris Samorodov
f213e60164 . do not use hardcoded perl version at the pkg-plist file;
. bump PORTREVISION.

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email)
2011-05-24 20:27:10 +00:00
Doug Barton
f6a6028050 Remove zero-byte files 2011-05-23 22:45:20 +00:00
Boris Samorodov
ce1d00d7b7 . fix plist (move hardcoded perl version to %%PERL_VERSION%%
and mach to %%PERL_ARCH%%);
. bump PORTREVISION.

Spotted by:	pointyhat (via pavmail)
2011-05-12 13:27:52 +00:00
Boris Samorodov
d0d7631b15 . use mod_perl2 since apache20 is the default nowadays;
. bump PORTREVISION.
2011-04-30 08:52:03 +00:00
Boris Samorodov
da9c4172df Zoneminder is an all-in-one GPL'd security and surveillance camera solution.
Fully web-based system for viewing and analyzing security camera feeds.

WWW: http://www.zoneminder.com/
2011-04-29 14:22:37 +00:00