summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-24 07:31:52 +0000
committerwiz <wiz>2006-01-24 07:31:52 +0000
commita69ee834fdb78f974c6eb5ac92b9e3692fc18435 (patch)
tree77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /cad
parenta89c70696e9b1d06101e7d5eee8f7a3f7c4f52f5 (diff)
downloadpkgsrc-a69ee834fdb78f974c6eb5ac92b9e3692fc18435.tar.gz
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump. PKGREVISION++ for the dependencies.
Diffstat (limited to 'cad')
-rw-r--r--cad/boolean/Makefile3
-rw-r--r--cad/gattrib/Makefile3
-rw-r--r--cad/geda-utils/Makefile3
-rw-r--r--cad/geda/Makefile3
-rw-r--r--cad/gnetlist/Makefile3
-rw-r--r--cad/gschem/Makefile3
-rw-r--r--cad/gsmc/Makefile4
-rw-r--r--cad/gsymcheck/Makefile3
-rw-r--r--cad/gtk2-wcalc/Makefile3
-rw-r--r--cad/libgeda/Makefile3
-rw-r--r--cad/libgeda/buildlink3.mk3
-rw-r--r--cad/pcb/Makefile3
-rw-r--r--cad/qcad/Makefile4
-rw-r--r--cad/sci-wcalc/Makefile3
-rw-r--r--cad/transcalc/Makefile3
-rw-r--r--cad/vipec/Makefile3
-rw-r--r--cad/wcalc/Makefile3
17 files changed, 34 insertions, 19 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile
index d64c6177c9c..59a3b7a914e 100644
--- a/cad/boolean/Makefile
+++ b/cad/boolean/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2005/11/20 14:10:31 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2006/01/24 07:31:56 wiz Exp $
#
DISTNAME= boolean_6_7
PKGNAME= boolean-${REL}
+PKGREVISION= 1
CATEGORIES= cad graphics
MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/
EXTRACT_SUFX= .zip
diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile
index df9688a0991..5502caedf69 100644
--- a/cad/gattrib/Makefile
+++ b/cad/gattrib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/08/10 20:56:12 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/24 07:31:56 wiz Exp $
DISTNAME= geda-gattrib-${PKGVERSION}
PKGNAME= gattrib-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= wulf@NetBSD.org
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index 3b6d9cf6ac0..9da18364f17 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2005/08/23 00:02:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.33 2006/01/24 07:31:56 wiz Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index bf2fb97b9f9..f7847b3179e 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2005/08/27 13:22:42 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.44 2006/01/24 07:31:56 wiz Exp $
#
DISTNAME= geda-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index b72888f0a01..8f118659682 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2005/08/23 00:02:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.37 2006/01/24 07:31:56 wiz Exp $
#
DISTNAME= geda-gnetlist-${PKGVERSION}
PKGNAME= gnetlist-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index c8a36c453b1..2c05f122525 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2005/08/10 20:56:12 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/24 07:31:56 wiz Exp $
#
DISTNAME= geda-gschem-${PKGVERSION}
PKGNAME= gschem-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/gsmc/Makefile b/cad/gsmc/Makefile
index deac87627e2..add0f9d6f20 100644
--- a/cad/gsmc/Makefile
+++ b/cad/gsmc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/08/10 20:56:12 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= gsmc-1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://www.qsl.net/ik5nax/
diff --git a/cad/gsymcheck/Makefile b/cad/gsymcheck/Makefile
index db8efb1f091..0a39d57686b 100644
--- a/cad/gsymcheck/Makefile
+++ b/cad/gsymcheck/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2005/08/10 20:56:12 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= geda-gsymcheck-${PKGVERSION}
PKGNAME= gsymcheck-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/gtk2-wcalc/Makefile b/cad/gtk2-wcalc/Makefile
index de622a9eea1..56d895d448d 100644
--- a/cad/gtk2-wcalc/Makefile
+++ b/cad/gtk2-wcalc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:51:13 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/24 07:31:57 wiz Exp $
#
.include "../../cad/wcalc/Makefile.common"
PKGNAME= gtk2-${DISTNAME}
+PKGREVISION= 1
COMMENT= GTK2 Based Transmission Line Analysis/Synthesis Calculator
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 7cdd28dbd38..071c8bb24c0 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2005/08/10 20:56:13 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= libgeda-${PKGVERSION}
+PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk
index d72517c1377..575709d3919 100644
--- a/cad/libgeda/buildlink3.mk
+++ b/cad/libgeda/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2005/08/23 00:02:20 dmcmahill Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2006/01/24 07:31:57 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libgeda
.if !empty(LIBGEDA_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libgeda+= libgeda-20050820
+BUILDLINK_RECOMMENDED.libgeda?= libgeda>=20050820
BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda
.endif # LIBGEDA_BUILDLINK3_MK
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index b35bce172fc..10c403cf947 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2005/12/03 04:18:59 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= pcb-${SNAPDATE}
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/}
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index bfb2f9facc7..0e9bd3de342 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2006/01/05 16:24:37 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2006/01/24 07:31:57 wiz Exp $
DISTNAME= qcad-1.5.4-src
PKGNAME= qcad-1.5.4
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qcad/}
diff --git a/cad/sci-wcalc/Makefile b/cad/sci-wcalc/Makefile
index b6830b8cda2..fa1501bc214 100644
--- a/cad/sci-wcalc/Makefile
+++ b/cad/sci-wcalc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2006/01/08 06:31:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/24 07:31:57 wiz Exp $
#
.include "../../cad/wcalc/Makefile.common"
PKGNAME= sci-${DISTNAME}
+PKGREVISION= 1
COMMENT= Scilab Based Transmission Line Analysis/Synthesis Calculator
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index cba2b044f29..fff7fbd02f5 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2005/08/10 20:56:13 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= transcalc-0.14
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=transcalc/}
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 30e0601e520..525eeea86ed 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2006/01/05 10:08:58 ghen Exp $
+# $NetBSD: Makefile,v 1.44 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= ViPEC-3.2.0
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vipec/}
diff --git a/cad/wcalc/Makefile b/cad/wcalc/Makefile
index af783bf15a7..74b10c15fac 100644
--- a/cad/wcalc/Makefile
+++ b/cad/wcalc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/01/08 06:31:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/24 07:31:57 wiz Exp $
#
.include "../../cad/wcalc/Makefile.common"
+PKGREVISION= 1
COMMENT= Meta-pkg for the Wcalc Transmission Line Analysis/Synthesis Calculator