Revision: 18857 http://gar.svn.sourceforge.net/gar/?rev=18857&view=rev Author: jake_goerzen Date: 2012-07-25 23:12:54 +0000 (Wed, 25 Jul 2012) Log Message: ----------- vidalia: inital commit
Added Paths: ----------- csw/mgar/pkg/vidalia/ csw/mgar/pkg/vidalia/Makefile csw/mgar/pkg/vidalia/branches/ csw/mgar/pkg/vidalia/tags/ csw/mgar/pkg/vidalia/trunk/ csw/mgar/pkg/vidalia/trunk/Makefile csw/mgar/pkg/vidalia/trunk/checksums csw/mgar/pkg/vidalia/trunk/files/ Copied: csw/mgar/pkg/vidalia/Makefile (from rev 16055, csw/mgar/pkg/template/Makefile) =================================================================== --- csw/mgar/pkg/vidalia/Makefile (rev 0) +++ csw/mgar/pkg/vidalia/Makefile 2012-07-25 23:12:54 UTC (rev 18857) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Property changes on: csw/mgar/pkg/vidalia/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/vidalia/trunk/Makefile =================================================================== --- csw/mgar/pkg/vidalia/trunk/Makefile (rev 0) +++ csw/mgar/pkg/vidalia/trunk/Makefile 2012-07-25 23:12:54 UTC (rev 18857) @@ -0,0 +1,45 @@ +NAME = vidalia +VERSION = 0.2.19 +GARTYPE = v2 +CATEGORIES = net + +DESCRIPTION = Controller GUI for Tor +define BLURB +Vidalia lets you start and stop Tor, see how much bandwidth you are consuming, see how many circuits you currently have active, see where these circuits are connected on a global map, view messages from Tor about its progress and current state, and let you configure your Tor client, bridge, or relay with a simple interface. Included in Vidalia is an extensive help system which helps you understand all of the options available to you. All of these features are translated into a large number of languages. +endef + +MASTER_SITES = https://www.torproject.org/dist/vidalia/ +DISTFILES = $(DISTNAME).tar.gz + +LICENSE = LICENSE + +# no patches so lets skip this to save a little time +NOGITPATCH = 1 + +GARCOMPILER = GNU + +TEST_SCRIPTS = + +CONFIGURE_SCRIPTS = custom +BUILD_SCRIPTS = custom +INSTALL_SCRIPTS = custom + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +include gar/category.mk + +configure-custom: + mkdir $(WORKSRC)/build + cd $(WORKSRC)/build && /opt/csw/bin/cmake \ + -DCMAKE_INSTALL_PREFIX:PATH=/opt/csw \ + -DCMAKE_EXE_LINKER_FLAGS:STRING='-lsocket -lnsl' \ + -DQT_QMAKE_EXECUTABLE=/opt/csw/gxx/bin/qmake .. + @$(MAKECOOKIE) + +build-custom: + cd $(WORKSRC)/build && /opt/csw/bin/gmake + @$(MAKECOOKIE) + +install-custom: + cd $(WORKSRC)/build && /opt/csw/bin/gmake install DESTDIR=$(DESTDIR) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/vidalia/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/vidalia/trunk/checksums =================================================================== --- csw/mgar/pkg/vidalia/trunk/checksums (rev 0) +++ csw/mgar/pkg/vidalia/trunk/checksums 2012-07-25 23:12:54 UTC (rev 18857) @@ -0,0 +1 @@ +caf92b44ad2932bbc1c40d6405951c39 vidalia-0.2.19.tar.gz 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