diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /cad | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 50 | ||||
-rw-r--r-- | cad/oregano/distinfo | 3 | ||||
-rw-r--r-- | cad/oregano/files/patch-src__engines__netlist.c | 13 | ||||
-rw-r--r-- | cad/oregano/files/patch-src__model__node-store.c | 24 | ||||
-rw-r--r-- | cad/oregano/files/patch-src__schematic-view.c | 19 | ||||
-rw-r--r-- | cad/oregano/files/patch-src__sheet__wire-item.c | 12 | ||||
-rw-r--r-- | cad/oregano/pkg-descr | 5 | ||||
-rw-r--r-- | cad/oregano/pkg-plist | 85 |
8 files changed, 0 insertions, 211 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile deleted file mode 100644 index 766963055..000000000 --- a/cad/oregano/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: oregano -# Date created: 19 Feb 2001 -# Whom: Anders Andersson <anders@hack.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= oregano -PORTVERSION= 0.60.0 -PORTREVISION= 1 -CATEGORIES= cad gnome -MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/84/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Schematic capture and simulation of electrical circuits - -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \ - libgnomeprintui libgnomeui -USE_SCONS= yes -INSTALLS_OMF= yes - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e "s|-Wall|${CFLAGS}|g ; \ - s|'/share'|'/share/gnome'|g ; \ - s|'share/applications'|'share/gnome/applications'|g ; \ - s|'share/mime-info'|'share/gnome/mime-info'|g" ${WRKSRC}/SConstruct - @${FIND} ${WRKSRC} -name "SConscript" | ${XARGS} ${REINPLACE_CMD} -e \ - "s|share/oregano|share/gnome/oregano|g" - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/oregano -.for lang in C es fr - @${MKDIR} ${PREFIX}/share/gnome/help/oregano/${lang} - ${INSTALL_DATA} ${WRKSRC}/help/${lang}/*.xml \ - ${PREFIX}/share/gnome/help/oregano/${lang} - @${MKDIR} ${PREFIX}/share/gnome/omf/oregano - ${INSTALL_DATA} ${WRKSRC}/help/${lang}/*.omf \ - ${PREFIX}/share/gnome/omf/oregano -.endfor - ${INSTALL_DATA} ${WRKSRC}/gnome-oregano.svg \ - ${PREFIX}/share/gnome/pixmaps/gnome-oregano.svg - -.include <bsd.port.post.mk> diff --git a/cad/oregano/distinfo b/cad/oregano/distinfo deleted file mode 100644 index a03e7ad34..000000000 --- a/cad/oregano/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (oregano-0.60.0.tar.bz2) = 576942f1b6d3348f16d2eff085eb03f4 -SHA256 (oregano-0.60.0.tar.bz2) = 1c6ee75a5b8d5926064ad8a953dc70bf858b8a47a951e9998dcde3233680a6d2 -SIZE (oregano-0.60.0.tar.bz2) = 525514 diff --git a/cad/oregano/files/patch-src__engines__netlist.c b/cad/oregano/files/patch-src__engines__netlist.c deleted file mode 100644 index 60d280468..000000000 --- a/cad/oregano/files/patch-src__engines__netlist.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/engines/netlist.c.orig Sat Sep 30 13:47:23 2006 -+++ src/engines/netlist.c Sat Sep 30 21:26:42 2006 -@@ -628,9 +628,9 @@ - GList *parts; - GList *p; - gchar *prop, *type, *ac; -- parts = node_store_get_parts (store); - GString *out; - gchar *ret; -+ parts = node_store_get_parts (store); - - out = g_string_new (""); - diff --git a/cad/oregano/files/patch-src__model__node-store.c b/cad/oregano/files/patch-src__model__node-store.c deleted file mode 100644 index d4a39e524..000000000 --- a/cad/oregano/files/patch-src__model__node-store.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/model/node-store.c.orig Wed May 24 14:16:30 2006 -+++ src/model/node-store.c Wed May 24 19:07:00 2006 -@@ -432,9 +432,9 @@ - SheetPos w_pos, w_length; - gboolean can_join; - GSList *nodes; -+ gdouble _x1, _x2, _y1, _y2; - - wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); -- gdouble _x1, _x2, _y1, _y2; - - _x1 = w_pos.x; - _y1 = w_pos.y; -@@ -481,9 +481,9 @@ - SheetPos w_pos, w_length; - gboolean can_join; - GSList *nodes; -+ gdouble _x1, _x2, _y1, _y2; - - wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); -- gdouble _x1, _x2, _y1, _y2; - - _x1 = w_pos.x; - _y1 = w_pos.y; diff --git a/cad/oregano/files/patch-src__schematic-view.c b/cad/oregano/files/patch-src__schematic-view.c deleted file mode 100644 index c7fd3c690..000000000 --- a/cad/oregano/files/patch-src__schematic-view.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/schematic-view.c.orig Wed May 24 14:16:30 2006 -+++ src/schematic-view.c Wed May 24 21:39:29 2006 -@@ -1849,6 +1849,7 @@ - int i=0; - while (files[i]) { - Schematic *new_sm = NULL; -+ gchar *fname = files[i]; - int l = strlen(files[i]); - /* Algo queda mal al final luego del split, agrego un \0 */ - files[i][l-1] = '\0'; -@@ -1858,8 +1859,6 @@ - i++; - continue; - } -- -- gchar *fname = files[i]; - - new_sm = schematic_read (fname, &error); - if (new_sm) { diff --git a/cad/oregano/files/patch-src__sheet__wire-item.c b/cad/oregano/files/patch-src__sheet__wire-item.c deleted file mode 100644 index e6c85906d..000000000 --- a/cad/oregano/files/patch-src__sheet__wire-item.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/sheet/wire-item.c.orig Wed May 24 14:16:30 2006 -+++ src/sheet/wire-item.c Wed May 24 21:13:43 2006 -@@ -363,8 +363,8 @@ - case GDK_BUTTON_PRESS: - switch (event->button.button) { - case 1: { -- g_signal_stop_emission_by_name (G_OBJECT (sheet), "event"); - double x, y; -+ g_signal_stop_emission_by_name (G_OBJECT (sheet), "event"); - x = event->button.x - start_pos.x; - y = event->button.y - start_pos.y; - if ((x > -RESIZER_SIZE) && (x < RESIZER_SIZE) && diff --git a/cad/oregano/pkg-descr b/cad/oregano/pkg-descr deleted file mode 100644 index 6de9aa1ca..000000000 --- a/cad/oregano/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Oregano is a tool for schematic capture and simulation of electrical -circuits. It simplifies design of simple circuits by letting the user -draw the circuit and then simulate its electrical characteristics. - -WWW: http://arrakis.gforge.lug.fi.uba.ar/ diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist deleted file mode 100644 index 71f28b6e6..000000000 --- a/cad/oregano/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -bin/oregano -share/gnome/applications/oregano.desktop -share/gnome/help/oregano/C/legal.xml -share/gnome/help/oregano/C/oregano.xml -share/gnome/help/oregano/es/legal.xml -share/gnome/help/oregano/es/oregano.xml -share/gnome/help/oregano/fr/legal.xml -share/gnome/help/oregano/fr/oregano.xml -share/gnome/mime-info/oregano.keys -share/gnome/mime-info/oregano.mime -share/gnome/omf/oregano/oregano-C.omf -share/gnome/omf/oregano/oregano-es.omf -share/gnome/omf/oregano/oregano-fr.omf -share/gnome/oregano/dialogs/clamp-properties-dialog.glade2 -share/gnome/oregano/dialogs/log-window.glade2 -share/gnome/oregano/dialogs/page-properties.glade2 -share/gnome/oregano/dialogs/part-browser.glade2 -share/gnome/oregano/dialogs/part-properties-dialog.glade2 -share/gnome/oregano/dialogs/plot-add-function.glade2 -share/gnome/oregano/dialogs/plot-export.glade2 -share/gnome/oregano/dialogs/plot-window.glade2 -share/gnome/oregano/dialogs/properties.glade2 -share/gnome/oregano/dialogs/settings.glade2 -share/gnome/oregano/dialogs/sim-settings.glade2 -share/gnome/oregano/dialogs/simulation.glade2 -share/gnome/oregano/dialogs/splash.glade2 -share/gnome/oregano/dialogs/splash.xpm -share/gnome/oregano/dialogs/textbox-properties-dialog.glade2 -share/gnome/oregano/dialogs/view-netlist.glade2 -share/gnome/oregano/examples/Full-wave bridge rectifier.oregano -share/gnome/oregano/examples/carga_capacitor.oregano -share/gnome/oregano/examples/opamp.oregano -share/gnome/oregano/examples/opamp_ideal.oregano -share/gnome/oregano/examples/pasa_altos.oregano -share/gnome/oregano/examples/simple.oregano -share/gnome/oregano/examples/simple2.oregano -share/gnome/oregano/libraries/cmos.oreglib -share/gnome/oregano/libraries/cpu.oreglib -share/gnome/oregano/libraries/default.oreglib -share/gnome/oregano/libraries/interface.oreglib -share/gnome/oregano/libraries/linear.oreglib -share/gnome/oregano/libraries/memory.oreglib -share/gnome/oregano/libraries/miscellaneous.oreglib -share/gnome/oregano/libraries/opamplib.oreglib -share/gnome/oregano/libraries/peripheral.oreglib -share/gnome/oregano/libraries/power.oreglib -share/gnome/oregano/libraries/ttl.oreglib -share/gnome/oregano/models/12AX7A.model -share/gnome/oregano/models/1N750.model -share/gnome/oregano/models/DiodeBridge.model -share/gnome/oregano/models/NPN.model -share/gnome/oregano/models/PNP.model -share/gnome/oregano/models/TLC555.model -share/gnome/oregano/models/UA741.model -share/gnome/pixmaps/gnome-oregano.svg -share/locale/ca/LC_MESSAGES/oregano.mo -share/locale/de/LC_MESSAGES/oregano.mo -share/locale/es/LC_MESSAGES/oregano.mo -share/locale/fr/LC_MESSAGES/oregano.mo -share/locale/it/LC_MESSAGES/oregano.mo -share/locale/ja/LC_MESSAGES/oregano.mo -share/locale/pl/LC_MESSAGES/oregano.mo -share/locale/pt_BR/LC_MESSAGES/oregano.mo -share/locale/ro/LC_MESSAGES/oregano.mo -share/locale/ru/LC_MESSAGES/oregano.mo -share/locale/sv/LC_MESSAGES/oregano.mo -share/mime/packages/oregano.xml -@dirrm share/gnome/oregano/models -@dirrm share/gnome/oregano/libraries -@dirrm share/gnome/oregano/examples -@dirrm share/gnome/oregano/dialogs -@dirrm share/gnome/oregano -@dirrm share/gnome/omf/oregano -@dirrm share/gnome/help/oregano/fr -@dirrm share/gnome/help/oregano/es -@dirrm share/gnome/help/oregano/C -@dirrm share/gnome/help/oregano -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca |