diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/gkmap/Makefile | 18 | ||||
-rw-r--r-- | math/gkmap/distinfo | 2 | ||||
-rw-r--r-- | math/gkmap/pkg-descr | 5 | ||||
-rw-r--r-- | math/gkmap/pkg-plist | 12 |
5 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9ed0be2d510a..6b5dcf4c3f14 100644 --- a/math/Makefile +++ b/math/Makefile @@ -141,6 +141,7 @@ SUBDIR += ggobi SUBDIR += giacxcas SUBDIR += givaro + SUBDIR += gkmap SUBDIR += glgraph SUBDIR += glm SUBDIR += glpk diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile new file mode 100644 index 000000000000..52279370bc92 --- /dev/null +++ b/math/gkmap/Makefile @@ -0,0 +1,18 @@ +# Created by: Javad Kouhi <javad.kouhi@gmail.com> +# $FreeBSD$ + +PORTNAME= gkmap +PORTVERSION= 0.2 +CATEGORIES= math +MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/ + +MAINTAINER= javad.kouhi@gmail.com +COMMENT= Simplification of Boolean Functions using Karnaugh Map + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes + +USE_GNOME= gtk20 libglade2 libxml2 + +.include <bsd.port.mk> diff --git a/math/gkmap/distinfo b/math/gkmap/distinfo new file mode 100644 index 000000000000..56bb3a44da02 --- /dev/null +++ b/math/gkmap/distinfo @@ -0,0 +1,2 @@ +SHA256 (gkmap-0.2.tar.gz) = 089782871f5b499dd1799f9691a0b227b47f6cef383529c9562b5a16ce67156b +SIZE (gkmap-0.2.tar.gz) = 337242 diff --git a/math/gkmap/pkg-descr b/math/gkmap/pkg-descr new file mode 100644 index 000000000000..6e7e2b1634fd --- /dev/null +++ b/math/gkmap/pkg-descr @@ -0,0 +1,5 @@ +GKmap is a free K-Map disclosure software, which is developed to solve +the Digital Electronics design problems. Along with design it also helps +in analysis of information flow in the digital circuits. + +WWW: http://sourceforge.net/projects/gkmap/ diff --git a/math/gkmap/pkg-plist b/math/gkmap/pkg-plist new file mode 100644 index 000000000000..fe336a2ab497 --- /dev/null +++ b/math/gkmap/pkg-plist @@ -0,0 +1,12 @@ +bin/gkmap +share/doc/gkmap/AUTHORS +share/doc/gkmap/COPYING +share/doc/gkmap/ChangeLog +share/doc/gkmap/INSTALL +share/doc/gkmap/NEWS +share/doc/gkmap/README +share/gkmap/pixmaps/kmap.png +share/gkmap/pixmaps/rc.png +@dirrm share/gkmap/pixmaps +@dirrm share/gkmap +@dirrm share/doc/gkmap |