aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-09-05 09:46:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-09-05 09:46:11 +0000
commit2823223f8927eb7651ec89e6593d40dc1d48d32c (patch)
tree989fe9dfa0de041275d4f8b8cbe1795a102d0b24 /cad
parent9ca2a4be160ec6214f2b932537cfb77b7cf2244b (diff)
downloadports-2823223f8927eb7651ec89e6593d40dc1d48d32c.tar.gz
ports-2823223f8927eb7651ec89e6593d40dc1d48d32c.zip
- Remove three deprecated ports of mine
2011-09-03 x11/ebuttons: Website has disappeared 2011-09-03 cad/oregano: Website has disappeared 2011-09-03 devel/jakelib2: Website has disappeared
Notes
Notes: svn path=/head/; revision=281222
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/oregano/Makefile53
-rw-r--r--cad/oregano/distinfo2
-rw-r--r--cad/oregano/files/patch-SConstruct11
-rw-r--r--cad/oregano/pkg-descr5
-rw-r--r--cad/oregano/pkg-plist81
6 files changed, 0 insertions, 153 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 2f778449c9b2..42b0a2d0ef1e 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -63,7 +63,6 @@
SUBDIR += opencascade
SUBDIR += opencascade-tutorial
SUBDIR += openscad
- SUBDIR += oregano
SUBDIR += p5-GDS2
SUBDIR += p5-Verilog-Perl
SUBDIR += pcb
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
deleted file mode 100644
index b59ea40ee857..000000000000
--- a/cad/oregano/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: oregano
-# Date created: 19 Feb 2001
-# Whom: Anders Andersson <anders@hack.org>
-#
-# $FreeBSD$
-# $MCom: ports/cad/oregano/Makefile,v 1.9 2007/07/23 19:25:26 mezz Exp $
-#
-
-PORTNAME= oregano
-PORTVERSION= 0.69.0
-PORTREVISION= 5
-CATEGORIES= cad gnome
-MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/86/
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= Schematic capture and simulation of electrical circuits
-
-DEPRECATED= Website has disappeared
-EXPIRATION_DATE=2011-09-03
-
-USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \
- libgnomeui
-USE_GETTEXT= yes
-USE_SCONS= yes
-INSTALLS_OMF= yes
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|-Wall|${CFLAGS}|g;s|%%PREFIX%%|${PREFIX}|;s|pkg-config|${LOCALBASE}/bin/pkg-config|g" ${WRKSRC}/SConstruct
-.if defined(WITHOUT_NLS)
- @${REINPLACE_CMD} -e "/^SConscript ('po\/SConscript')/d" ${WRKSRC}/SConstruct
-.endif
-
-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/omf/oregano
- ${INSTALL_DATA} ${WRKSRC}/help/${lang}/*.omf \
- ${PREFIX}/share/omf/oregano
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/cad/oregano/distinfo b/cad/oregano/distinfo
deleted file mode 100644
index b3549e854ec5..000000000000
--- a/cad/oregano/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (oregano-0.69.0.tar.gz) = 86242822ba08be50b00e81a0afc7a5b9d8ab5e1ff2023707a362a87f597f107a
-SIZE (oregano-0.69.0.tar.gz) = 640385
diff --git a/cad/oregano/files/patch-SConstruct b/cad/oregano/files/patch-SConstruct
deleted file mode 100644
index 8a93251add8a..000000000000
--- a/cad/oregano/files/patch-SConstruct
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct.orig Thu Mar 29 10:35:45 2007
-+++ SConstruct Thu Mar 29 10:36:06 2007
-@@ -10,7 +10,7 @@
- opts = Options ('oregano.py');
- opts.Add (BoolOption ('RunUpdateMimeDatabase', 'Set to no if you don\'t want to run update-mime-database', 1));
- opts.Add (BoolOption ('Debug', 'Set to yes you want to compile with debug symbolse', 0));
--opts.Add (PathOption ('PREFIX', 'System base prefix path', '/usr/local'));
-+opts.Add (PathOption ('PREFIX', 'System base prefix path', '%%PREFIX%%', PathOption.PathIsDirCreate));
- opts.Add (PackageOption ('DESTDIR', 'System base installation path', '/'));
-
- # Dependencies #
diff --git a/cad/oregano/pkg-descr b/cad/oregano/pkg-descr
deleted file mode 100644
index 89beb50dd7b0..000000000000
--- 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://oregano.gforge.lug.fi.uba.ar/
diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist
deleted file mode 100644
index d8180a286cbf..000000000000
--- a/cad/oregano/pkg-plist
+++ /dev/null
@@ -1,81 +0,0 @@
-bin/oregano
-share/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/mime-info/oregano.keys
-share/mime-info/oregano.mime
-share/omf/oregano/oregano-C.omf
-share/omf/oregano/oregano-es.omf
-share/omf/oregano/oregano-fr.omf
-%%DATADIR%%/dialogs/clamp-properties-dialog.glade2
-%%DATADIR%%/dialogs/export.glade2
-%%DATADIR%%/dialogs/log-window.glade2
-%%DATADIR%%/dialogs/part-browser.glade2
-%%DATADIR%%/dialogs/part-properties-dialog.glade2
-%%DATADIR%%/dialogs/plot-add-function.glade2
-%%DATADIR%%/dialogs/plot-window.glade2
-%%DATADIR%%/dialogs/print-options.glade2
-%%DATADIR%%/dialogs/properties.glade2
-%%DATADIR%%/dialogs/settings.glade2
-%%DATADIR%%/dialogs/sim-settings.glade2
-%%DATADIR%%/dialogs/simulation.glade2
-%%DATADIR%%/dialogs/splash.glade2
-%%DATADIR%%/dialogs/splash.xpm
-%%DATADIR%%/dialogs/textbox-properties-dialog.glade2
-%%DATADIR%%/dialogs/view-netlist.glade2
-%%DATADIR%%/examples/Full-wave bridge rectifier.oregano
-%%DATADIR%%/examples/carga_capacitor.oregano
-%%DATADIR%%/examples/opamp.oregano
-%%DATADIR%%/examples/opamp_ideal.oregano
-%%DATADIR%%/examples/pasa_altos.oregano
-%%DATADIR%%/examples/simple.oregano
-%%DATADIR%%/examples/simple2.oregano
-%%DATADIR%%/libraries/cmos.oreglib
-%%DATADIR%%/libraries/cpu.oreglib
-%%DATADIR%%/libraries/default.oreglib
-%%DATADIR%%/libraries/interface.oreglib
-%%DATADIR%%/libraries/linear.oreglib
-%%DATADIR%%/libraries/memory.oreglib
-%%DATADIR%%/libraries/miscellaneous.oreglib
-%%DATADIR%%/libraries/opamplib.oreglib
-%%DATADIR%%/libraries/peripheral.oreglib
-%%DATADIR%%/libraries/power.oreglib
-%%DATADIR%%/libraries/ttl.oreglib
-%%DATADIR%%/models/12AX7A.model
-%%DATADIR%%/models/1N4148.model
-%%DATADIR%%/models/1N750.model
-%%DATADIR%%/models/DiodeBridge.model
-%%DATADIR%%/models/NPN.model
-%%DATADIR%%/models/PNP.model
-%%DATADIR%%/models/TLC555.model
-%%DATADIR%%/models/UA741.model
-%%NLS%%share/locale/ca/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/de/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/es/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/it/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/oregano.mo
-share/mime/packages/oregano.xml
-share/pixmaps/gnome-oregano.svg
-@dirrm %%DATADIR%%/models
-@dirrm %%DATADIR%%/libraries
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%/dialogs
-@dirrm %%DATADIR%%
-@dirrm share/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/applications