summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-02 11:53:34 +0000
committerwiz <wiz@pkgsrc.org>2003-05-02 11:53:34 +0000
commit7166660e0869e600de95f00511736db4bf628d2d (patch)
tree0b3576bf8d40c5f7d058728d38e43564bcae5836 /cad
parent0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff)
downloadpkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'cad')
-rw-r--r--cad/boolean/Makefile6
-rw-r--r--cad/geda-utils/Makefile3
-rw-r--r--cad/geda/Makefile11
-rw-r--r--cad/gerbv/Makefile3
-rw-r--r--cad/gnetlist/Makefile4
-rw-r--r--cad/gschem/Makefile3
-rw-r--r--cad/gsymcheck/Makefile3
-rw-r--r--cad/gwave/Makefile3
-rw-r--r--cad/ipal-current/Makefile5
-rw-r--r--cad/libgeda/Makefile3
-rw-r--r--cad/oregano/Makefile4
-rw-r--r--cad/qcad/Makefile3
-rw-r--r--cad/transcalc/Makefile3
13 files changed, 32 insertions, 22 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile
index 115319905b2..485e0863a3f 100644
--- a/cad/boolean/Makefile
+++ b/cad/boolean/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/02 11:53:55 wiz Exp $
#
DISTNAME= boolean
PKGNAME= boolean-${REL}
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/boolean/${REL}/linux
CATEGORIES= cad graphics
MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/
@@ -13,7 +13,7 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.xs4all.nl/~kholwerd/bool.html
COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons
-DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK
+DEPENDS+= wxGTK>=2.4.0nb1:../../x11/wxGTK
DIST_SUBDIR= ${PKGNAME_NOREV}
REL= 6.2
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index 5f985dfc600..50511d28261 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/03/09 06:18:24 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2003/05/02 11:53:56 wiz Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 021ca20a6ae..e4372ba15bd 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2003/03/28 21:14:14 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2003/05/02 11:53:56 wiz Exp $
#
DISTNAME= gEDA-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= # empty
DISTFILES= # empty
@@ -10,10 +11,10 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Toolset for automating electronic design
-DEPENDS+= gschem-${PKGVERSION}:../../cad/gschem
-DEPENDS+= gnetlist-${PKGVERSION}nb1:../../cad/gnetlist
-DEPENDS+= gsymcheck-${PKGVERSION}:../../cad/gsymcheck
-DEPENDS+= geda-utils-${PKGVERSION}:../../cad/geda-utils
+DEPENDS+= gschem-${PKGVERSION}nb1:../../cad/gschem
+DEPENDS+= gnetlist-${PKGVERSION}nb2:../../cad/gnetlist
+DEPENDS+= gsymcheck-${PKGVERSION}nb1:../../cad/gsymcheck
+DEPENDS+= geda-utils-${PKGVERSION}nb1:../../cad/geda-utils
DEPENDS+= geda-docs-${PKGVERSION}:../../cad/geda-docs
USE_X11BASE= yes
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 15d553badeb..e2f9644d37f 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/03/21 03:43:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.12 2003/05/02 11:53:56 wiz Exp $
#
DISTNAME= gerbv-0.13
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index 32bfa312377..4ae937285e0 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2003/03/09 22:00:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.17 2003/05/02 11:53:56 wiz Exp $
#
DISTNAME= geda-gnetlist-${PKGVERSION}
PKGNAME= gnetlist-${PKGVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index 4d797a14ecf..649f127bd7c 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/03/09 06:18:26 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/02 11:53:57 wiz Exp $
#
DISTNAME= geda-gschem-${PKGVERSION}
+PKGREVISION= 1
PKGNAME= gschem-${PKGVERSION}
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
diff --git a/cad/gsymcheck/Makefile b/cad/gsymcheck/Makefile
index e18f497ec8f..a3d99ef0129 100644
--- a/cad/gsymcheck/Makefile
+++ b/cad/gsymcheck/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2003/03/09 06:18:26 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.13 2003/05/02 11:53:57 wiz Exp $
#
DISTNAME= geda-gsymcheck-${PKGVERSION}
+PKGREVISION= 1
PKGNAME= gsymcheck-${PKGVERSION}
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 6a482ab90e0..fa374b4818a 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2003/01/25 12:48:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2003/05/02 11:53:57 wiz Exp $
#
DISTNAME= gwave-20020122
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile
index d84a80b96b5..5746417102c 100644
--- a/cad/ipal-current/Makefile
+++ b/cad/ipal-current/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/02 11:53:58 wiz Exp $
#
DISTNAME= ipal-20001210
+PKGREVISION= 1
PKGNAME= ipal-current-20001210
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/
@@ -11,7 +12,7 @@ HOMEPAGE= http://www.icarus.com/eda/ipal/index.html
COMMENT= Libs and utils for manipulating PAL designs (development version)
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
+DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk
GNU_CONFIGURE= YES
USE_GMAKE= YES
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 71197ce71d5..6036cee6d01 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/03/09 06:18:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/02 11:53:58 wiz Exp $
#
DISTNAME= libgeda-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index 1525a50e76c..a87f1a2e4aa 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/01/27 19:51:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/02 11:53:58 wiz Exp $
#
DISTNAME= oregano-0.20
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cad gnome
MASTER_SITES= http://www.dtek.chalmers.se/~d4hult/oregano/download/
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 73f6e609d1f..db5ad109aa8 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/04/29 21:51:53 jtb Exp $
+# $NetBSD: Makefile,v 1.12 2003/05/02 11:53:59 wiz Exp $
DISTNAME= qcad-1.5.4-src
PKGNAME= qcad-1.5.4
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qcad/}
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index bf34894badc..6cba8bd4414 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 12:25:03 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:53:59 wiz Exp $
#
DISTNAME= transcalc-0.13
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=transcalc/}