Revision: 17589 http://gar.svn.sourceforge.net/gar/?rev=17589&view=rev Author: janholzh Date: 2012-04-02 07:21:19 +0000 (Mon, 02 Apr 2012) Log Message: ----------- znc/trunk: first commit;modperl and modpython do not work
Added Paths: ----------- csw/mgar/pkg/znc/ csw/mgar/pkg/znc/Makefile csw/mgar/pkg/znc/branches/ csw/mgar/pkg/znc/tags/ csw/mgar/pkg/znc/trunk/ csw/mgar/pkg/znc/trunk/Makefile csw/mgar/pkg/znc/trunk/checksums csw/mgar/pkg/znc/trunk/files/ csw/mgar/pkg/znc/trunk/files/0001-fix-man-pages.patch csw/mgar/pkg/znc/trunk/files/0002-fix-znc.1-manpage.patch Added: csw/mgar/pkg/znc/Makefile =================================================================== --- csw/mgar/pkg/znc/Makefile (rev 0) +++ csw/mgar/pkg/znc/Makefile 2012-04-02 07:21:19 UTC (rev 17589) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/znc/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/znc/trunk/Makefile =================================================================== --- csw/mgar/pkg/znc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/znc/trunk/Makefile 2012-04-02 07:21:19 UTC (rev 17589) @@ -0,0 +1,46 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = znc +VERSION = 0.204 +GARTYPE = v2 +CATEGORIES = apps + +DESCRIPTION = ZNC, an advanced IRC bouncer +define BLURB + ZNC, an advanced IRC bouncer that is left connected so an IRC client can disconnect/reconnect without losing the chat session. +endef + +VENDOR_URL = http://http://wiki.znc.in/ZNC +MASTER_SITES = http://znc.in/releases/ +DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-fix-man-pages.patch +PATCHFILES += 0002-fix-znc.1-manpage.patch +LICENSE = LICENSE + +RUNTIME_DEP_PKGS_CSWznc += CSWlibcares2 +RUNTIME_DEP_PKGS_CSWznc += CSWlibssl0-9-8 +RUNTIME_DEP_PKGS_CSWznc += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWznc += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWznc += CSWlibgnugetopt0 + +# File name regex to get notifications about upstream software releases +# NOTE: Use this only if the automatic regex creation +# does not work for your package +# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +GARCOMPILER = GCC4 +CONFIGURE_ARGS = $(DIRPATHS) + +# --enable-perl and --enable-python do not work. perl autotools check is broke; python module does not compile +#CONFIGURE_ARGS = $(DIRPATHS) --enable-perl --enable-python + +SKIPTEST = 1 + +include gar/category.mk + Property changes on: csw/mgar/pkg/znc/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/znc/trunk/checksums =================================================================== --- csw/mgar/pkg/znc/trunk/checksums (rev 0) +++ csw/mgar/pkg/znc/trunk/checksums 2012-04-02 07:21:19 UTC (rev 17589) @@ -0,0 +1 @@ +7c7247423fc08b0c5c62759a50a9bca3 znc-0.204.tar.gz Added: csw/mgar/pkg/znc/trunk/files/0001-fix-man-pages.patch =================================================================== --- csw/mgar/pkg/znc/trunk/files/0001-fix-man-pages.patch (rev 0) +++ csw/mgar/pkg/znc/trunk/files/0001-fix-man-pages.patch 2012-04-02 07:21:19 UTC (rev 17589) @@ -0,0 +1,33 @@ +From 57463f22c5abc29dac495340197022fd17a9e986 Mon Sep 17 00:00:00 2001 +From: Jan Holzhueter <j...@opencsw.org> +Date: Mon, 2 Apr 2012 09:02:40 +0200 +Subject: [PATCH] fix-man-pages + +--- + man/Makefile.in | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +diff --git a/man/Makefile.in b/man/Makefile.in +index 145d14f..19aafdc 100644 +--- a/man/Makefile.in ++++ b/man/Makefile.in +@@ -11,7 +11,7 @@ mandir := @mandir@ + INSTALL := @INSTALL@ + INSTALL_DATA := @INSTALL_DATA@ + +-MAN1 := znc.1.gz znc-buildmod.1.gz znc-config.1.gz ++MAN1 := znc.1 znc-buildmod.1 znc-config.1 + + ifneq "$(V)" "" + VERBOSE=1 +@@ -28,7 +28,6 @@ all: $(MAN1) + + %.1.gz: %.1 Makefile + $(E) Packing man page $@... +- $(Q)gzip -9 <$< >$@ + + clean: + -rm -f $(MAN1) +-- +1.7.9 + Added: csw/mgar/pkg/znc/trunk/files/0002-fix-znc.1-manpage.patch =================================================================== --- csw/mgar/pkg/znc/trunk/files/0002-fix-znc.1-manpage.patch (rev 0) +++ csw/mgar/pkg/znc/trunk/files/0002-fix-znc.1-manpage.patch 2012-04-02 07:21:19 UTC (rev 17589) @@ -0,0 +1,34 @@ +From 42f231dc87753e120b4416b3a3af658bc3316621 Mon Sep 17 00:00:00 2001 +From: Jan Holzhueter <j...@opencsw.org> +Date: Mon, 2 Apr 2012 09:09:12 +0200 +Subject: [PATCH] fix-znc.1-manpage + +--- + man/znc.1 | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/man/znc.1 b/man/znc.1 +index 7578adc..68e140e 100644 +--- a/man/znc.1 ++++ b/man/znc.1 +@@ -98,14 +98,14 @@ Rewrite znc.conf. This is equivalent to + .I /znc saveconfig + .SH FILES + .TP +-.I /usr/local/share/znc/ ++.I /opt/csw/share/znc/ + Static module data like webadmin skins + .TP +-.I /usr/local/lib/znc/ ++.I /opt/csw/lib/znc/ + .B znc + installs its modules to this directory. + .TP +-.I /usr/local/include/znc/ ++.I /opt/csw/include/znc/ + These are the headers needed for compiling own modules. + .TP + .I ~/.znc +-- +1.7.9 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel