Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 22:31:48 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324367 - in head/math: . gkmap
Message-ID:  <201308072231.r77MVmLk031519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug  7 22:31:48 2013
New Revision: 324367
URL: http://svnweb.freebsd.org/changeset/ports/324367

Log:
  math/gkmap: Simplification of Boolean Functions using Karnaugh Map
  
  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/
  
  PR:		ports/180981
  Submitted by:	Javad Kouhi <javad.kouhi gmail.com>

Added:
  head/math/gkmap/
  head/math/gkmap/Makefile   (contents, props changed)
  head/math/gkmap/distinfo   (contents, props changed)
  head/math/gkmap/pkg-descr   (contents, props changed)
  head/math/gkmap/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Aug  7 22:22:17 2013	(r324366)
+++ head/math/Makefile	Wed Aug  7 22:31:48 2013	(r324367)
@@ -141,6 +141,7 @@
     SUBDIR += ggobi
     SUBDIR += giacxcas
     SUBDIR += givaro
+    SUBDIR += gkmap
     SUBDIR += glgraph
     SUBDIR += glm
     SUBDIR += glpk

Added: head/math/gkmap/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gkmap/Makefile	Wed Aug  7 22:31:48 2013	(r324367)
@@ -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>

Added: head/math/gkmap/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gkmap/distinfo	Wed Aug  7 22:31:48 2013	(r324367)
@@ -0,0 +1,2 @@
+SHA256 (gkmap-0.2.tar.gz) = 089782871f5b499dd1799f9691a0b227b47f6cef383529c9562b5a16ce67156b
+SIZE (gkmap-0.2.tar.gz) = 337242

Added: head/math/gkmap/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gkmap/pkg-descr	Wed Aug  7 22:31:48 2013	(r324367)
@@ -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/

Added: head/math/gkmap/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gkmap/pkg-plist	Wed Aug  7 22:31:48 2013	(r324367)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308072231.r77MVmLk031519>