diff options
author | rh <rh@pkgsrc.org> | 2000-02-16 20:56:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-02-16 20:56:05 +0000 |
commit | a47a88d8a2cfd2670016817778cbd4d5461e4699 (patch) | |
tree | f8bc14cafc92e29d982f1993f31451dc1a31b9db /cad/oregano | |
parent | 689b03708235cbc7493f3e43a112986edd3aaf79 (diff) | |
download | pkgsrc-a47a88d8a2cfd2670016817778cbd4d5461e4699.tar.gz |
Initial import of oregano-0.11, an application for schematic capture and
simulation of electrical circuits
Diffstat (limited to 'cad/oregano')
-rw-r--r-- | cad/oregano/Makefile | 20 | ||||
-rw-r--r-- | cad/oregano/files/md5 | 3 | ||||
-rw-r--r-- | cad/oregano/files/patch-sum | 3 | ||||
-rw-r--r-- | cad/oregano/patches/patch-aa | 13 | ||||
-rw-r--r-- | cad/oregano/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/oregano/pkg/DESCR | 6 | ||||
-rw-r--r-- | cad/oregano/pkg/PLIST | 21 |
7 files changed, 67 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile new file mode 100644 index 00000000000..50c865b066d --- /dev/null +++ b/cad/oregano/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $ +# + +DISTNAME= oregano-0.11 +CATEGORIES= cad gnome +MASTER_SITES= http://www.dtek.chalmers.se/~d4hult/oregano/download/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ + +DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= gnome-print-*:../../print/gnome-print +DEPENDS+= libglade-*:../../devel/libglade + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/oregano/files/md5 b/cad/oregano/files/md5 new file mode 100644 index 00000000000..74cb7bed57c --- /dev/null +++ b/cad/oregano/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/16 20:56:06 rh Exp $ + +MD5 (oregano-0.11.tar.gz) = 995a30d91d0de50d692a81aea3cdcdb3 diff --git a/cad/oregano/files/patch-sum b/cad/oregano/files/patch-sum new file mode 100644 index 00000000000..eb97933990c --- /dev/null +++ b/cad/oregano/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/02/16 20:56:06 rh Exp $ + +MD5 (patch-aa) = a77629a199f8b6e152b7c6916d3e5b96 diff --git a/cad/oregano/patches/patch-aa b/cad/oregano/patches/patch-aa new file mode 100644 index 00000000000..0b31e355410 --- /dev/null +++ b/cad/oregano/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/02/16 20:56:06 rh Exp $ + +--- configure.orig Sun Jan 30 18:28:31 2000 ++++ configure Wed Feb 16 21:00:08 2000 +@@ -2941,7 +2941,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" ++LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS -lz" + cat > conftest.$ac_ext <<EOF + #line 2947 "configure" + #include "confdefs.h" diff --git a/cad/oregano/pkg/COMMENT b/cad/oregano/pkg/COMMENT new file mode 100644 index 00000000000..6906536ec5e --- /dev/null +++ b/cad/oregano/pkg/COMMENT @@ -0,0 +1 @@ +application for schematic capture/simulation of electrical circuits diff --git a/cad/oregano/pkg/DESCR b/cad/oregano/pkg/DESCR new file mode 100644 index 00000000000..6819055bbf9 --- /dev/null +++ b/cad/oregano/pkg/DESCR @@ -0,0 +1,6 @@ + Oregano is intended to be an application for schematic capture and +simulation of electrical circuits. The actual simulation is performed +by Berkeley SPICE. Oregano can still be used without SPICE, for +schematic capture. + + Oregano is licensed under the terms of the GNU GPL. diff --git a/cad/oregano/pkg/PLIST b/cad/oregano/pkg/PLIST new file mode 100644 index 00000000000..046a088c6a8 --- /dev/null +++ b/cad/oregano/pkg/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $ +bin/oregano +bin/oregano-convert +share/locale/sv/LC_MESSAGES/oregano.mo +share/locale/it/LC_MESSAGES/oregano.mo +share/pixmaps/gnome-oregano.png +share/gnome/help/oregano/C/topic.dat +share/gnome/help/oregano/C/oregano.html +share/gnome/help/oregano/C/editing.html +share/gnome/help/oregano/C/simulation.html +share/gnome/apps/Applications/oregano.desktop +share/mime-info/oregano.keys +share/mime-info/oregano.mime +share/oregano/glade/part-browser.glade +share/oregano/glade/settings.glade +share/oregano/glade/sim-settings.glade +share/oregano/default.oreglib +@dirrm share/gnome/help/oregano/C +@dirrm share/gnome/help/oregano +@dirrm share/oregano/glade +@dirrm share/oregano |