mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Re-add cad/oregano: Schematic capture and circuit simulator
This commit is contained in:
parent
d289e590cc
commit
f50f1e39ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518265
1
MOVED
1
MOVED
@ -2522,7 +2522,6 @@ www/mediawiki115||2011-09-03|Unsupported upstream
|
||||
www/p5-Catalyst-Plugin-Authentication-Store-DBIC||2011-09-03|Use p5-Catalyst-Authentication-Store-DBIx-Class instead
|
||||
net/uproxy||2011-09-04|Master site disappeared, abandonware
|
||||
x11/ebuttons||2011-09-05|Has expired: Website has disappeared
|
||||
cad/oregano||2011-09-05|Has expired: Website has disappeared
|
||||
devel/jakelib2||2011-09-05|Has expired: Website has disappeared
|
||||
x11-wm/epiwm||2011-09-07|Has expired: Abandonware
|
||||
x11-toolkits/p5-GdkPixbuf||2011-09-07|Has expired: Disappear from CPAN
|
||||
|
@ -76,6 +76,7 @@
|
||||
SUBDIR += openscad
|
||||
SUBDIR += openscad-devel
|
||||
SUBDIR += openvsp
|
||||
SUBDIR += oregano
|
||||
SUBDIR += p5-GDS2
|
||||
SUBDIR += p5-Verilog-Perl
|
||||
SUBDIR += pcb
|
||||
|
35
cad/oregano/Makefile
Normal file
35
cad/oregano/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Created by: Anders Andersson <anders@hack.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oregano
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.84.41-2
|
||||
DISTVERSIONSUFFIX= -gc4dc5f5
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Schematic capture and circuit simulator
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= nroff:textproc/groff
|
||||
LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2
|
||||
|
||||
USES= desktop-file-utils gettext gnome pkgconfig shared-mime-info waf
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= drahnr
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool libxml2 pango
|
||||
|
||||
GLIB_SCHEMAS= io.ahoi.oregano.gschema.xml
|
||||
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|$${MANDIR}|${MANPREFIX}/man|' ${WRKSRC}/data/wscript
|
||||
|
||||
post-stage:
|
||||
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/oregano bin/microtests
|
||||
|
||||
.include <bsd.port.mk>
|
3
cad/oregano/distinfo
Normal file
3
cad/oregano/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1574527916
|
||||
SHA256 (drahnr-oregano-v0.84.41-2-gc4dc5f5_GH0.tar.gz) = 06c1ef90223a940a9a88463c12b8a1ffbdd89b2e57092019de0c6b85c6173cdd
|
||||
SIZE (drahnr-oregano-v0.84.41-2-gc4dc5f5_GH0.tar.gz) = 1882909
|
5
cad/oregano/pkg-descr
Normal file
5
cad/oregano/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
oregano is an application for schematic capture and simulation of electronic
|
||||
circuits. The actual simulation is performed by Berkeley Spice, GNUcap or the
|
||||
new generation ngspice.
|
||||
|
||||
WWW: https://ahoi.io/
|
1015
cad/oregano/pkg-plist
Normal file
1015
cad/oregano/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user