mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
A program for doing calculation on Smith Chart, similar in functionality to
xsmc but with a simpler user interface; written with GNU/GTK library and released under GNU/GPL. Written by Lapo Pieri IK5NAX WWW: http://www.qsl.net/ik5nax PR: ports/93224 Submitted by: Diane Bruce <db (at) db.net> - VA3DB
This commit is contained in:
parent
247fb4bbd7
commit
662815d1ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157678
@ -32,6 +32,7 @@
|
||||
SUBDIR += gnudatalanguage
|
||||
SUBDIR += gramps
|
||||
SUBDIR += gromacs
|
||||
SUBDIR += gsmc
|
||||
SUBDIR += gsystem
|
||||
SUBDIR += hdf
|
||||
SUBDIR += hdf5
|
||||
|
24
science/gsmc/Makefile
Normal file
24
science/gsmc/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ports collection makefile for: gsmc
|
||||
# Date created: 11 February 2006
|
||||
# Whom: db
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gsmc
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= science hamradio
|
||||
MASTER_SITES= http://www.qsl.net/ik5nax/
|
||||
|
||||
MAINTAINER= db@db.net
|
||||
COMMENT= Smith chart program for impedance matching
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= gsmc.1
|
||||
PLIST_FILES= bin/gsmc
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/gsmc/distinfo
Normal file
3
science/gsmc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gsmc-1.0.tar.gz) = 62c8dfef5fda9ecb52ee656ff3559a79
|
||||
SHA256 (gsmc-1.0.tar.gz) = 59386860b15d921375f2a254c92f0264dee23642d66fb864fea4940471690c59
|
||||
SIZE (gsmc-1.0.tar.gz) = 77095
|
18
science/gsmc/files/patch-draw.c
Normal file
18
science/gsmc/files/patch-draw.c
Normal file
@ -0,0 +1,18 @@
|
||||
--- draw.c.orig Sat Feb 11 12:42:26 2006
|
||||
+++ draw.c Sat Feb 11 12:42:59 2006
|
||||
@@ -576,6 +576,7 @@
|
||||
break;
|
||||
|
||||
default:
|
||||
+ break;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -591,6 +592,7 @@
|
||||
case 'o': strcpy(rv, "op"); break;
|
||||
case 'c': strcpy(rv, "sp"); break;
|
||||
default:
|
||||
+ break;
|
||||
}
|
||||
|
||||
}
|
8
science/gsmc/pkg-descr
Normal file
8
science/gsmc/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
A program for doing calculation on Smith Chart, similar in functionality to
|
||||
xsmc but with a simpler user interface; written with GNU/GTK library and
|
||||
released under GNU/GPL. Written by Lapo Pieri IK5NAX
|
||||
|
||||
WWW: http://www.qsl.net/ik5nax
|
||||
|
||||
- Diane Bruce, VA3DB
|
||||
db@db.net
|
Loading…
Reference in New Issue
Block a user