[csw-devel] SF.net SVN: gar:[3674] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Mon Mar 9 00:53:45 CET 2009


Revision: 3674
          http://gar.svn.sourceforge.net/gar/?rev=3674&view=rev
Author:   hson
Date:     2009-03-08 23:53:44 +0000 (Sun, 08 Mar 2009)

Log Message:
-----------
pcb: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/pcb/
    csw/mgar/pkg/pcb/branches/
    csw/mgar/pkg/pcb/tags/
    csw/mgar/pkg/pcb/trunk/
    csw/mgar/pkg/pcb/trunk/Makefile
    csw/mgar/pkg/pcb/trunk/checksums
    csw/mgar/pkg/pcb/trunk/files/


Property changes on: csw/mgar/pkg/pcb/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/pcb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pcb/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pcb/trunk/Makefile	2009-03-08 23:53:44 UTC (rev 3674)
@@ -0,0 +1,42 @@
+GARNAME = pcb
+GARVERSION = 20081128
+CATEGORIES = apps
+
+DESCRIPTION = PCB is a tool for the layout of printed circuit boards
+define BLURB
+	PCB is an interactive printed circuit board editor for the X11 window system.
+	PCB includes a rats nest feature, design rule checking, and can provide
+	industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data)
+	output for use in the board fabrication and assembly process. PCB offers high
+	end features such as an autorouter and trace optimizer which can tremendously
+	reduce layout time. 
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+SPKG_SOURCEURL = http://pcb.gpleda.org
+
+LICENSE = COPYING
+
+#REQUIRED_PKGS = CSWggettextrt CSWiconv
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=73743
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)
+
+# 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 = 
+
+# Patch submitted to upstream, pending new release
+#PATCHFILES = iptc-dataset.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-update-desktop-database
+CONFIGURE_ARGS += --disable-update-mime-database
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/pcb/trunk/checksums
===================================================================
--- csw/mgar/pkg/pcb/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pcb/trunk/checksums	2009-03-08 23:53:44 UTC (rev 3674)
@@ -0,0 +1 @@
+e192ee993b04749f82dd3e8b529d40c0  download/pcb-20081128.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list