diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-04 15:26:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-04 15:26:09 +0000 |
commit | 80eb6278fd6bc1f45838c363335143662a87fe24 (patch) | |
tree | 5efdc66e8d4bc4bb501f3e1e240dc0be47f90ee9 /cad | |
parent | 0d2e5ce63a600bdc3c59442b18d4a94c58705d18 (diff) | |
download | ports-80eb6278fd6bc1f45838c363335143662a87fe24.tar.gz ports-80eb6278fd6bc1f45838c363335143662a87fe24.zip |
Various documentation for gEDA suite, including architecture-related
docs as well as examples of usage and tutorials.
WWW: http://www.geda.seul.org
PR: ports/99565
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=166920
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/geda-docs/Makefile | 25 | ||||
-rw-r--r-- | cad/geda-docs/distinfo | 3 | ||||
-rw-r--r-- | cad/geda-docs/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 1f0f5ca66179..2ae0d983cec1 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -20,6 +20,7 @@ SUBDIR += fandango SUBDIR += feappv SUBDIR += geda + SUBDIR += geda-docs SUBDIR += geda-gattrib SUBDIR += geda-projectmanager SUBDIR += geda-symbols diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile new file mode 100644 index 000000000000..0164aec5f732 --- /dev/null +++ b/cad/geda-docs/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: geda +# Date created: 27 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= docs +PORTVERSION= 20060123 +CATEGORIES= cad +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ + http://geda.seul.org/devel/${PORTVERSION}/ +PKGNAMEPREFIX= geda- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= The gEDA's documentation + +PORTDOCS= * +DOCSDIR= ${PREFIX}/share/doc/geda + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-docdir=${DOCSDIR} + +.include <bsd.port.mk> diff --git a/cad/geda-docs/distinfo b/cad/geda-docs/distinfo new file mode 100644 index 000000000000..4807da6c30c5 --- /dev/null +++ b/cad/geda-docs/distinfo @@ -0,0 +1,3 @@ +MD5 (geda-docs-20060123.tar.gz) = 5c3b9eb72c33f171b576f16060820284 +SHA256 (geda-docs-20060123.tar.gz) = 0bb57616b64890c581924c81f6b95c5b8ace25d350e8a00c6b51f9a1367f4d23 +SIZE (geda-docs-20060123.tar.gz) = 2881092 diff --git a/cad/geda-docs/pkg-descr b/cad/geda-docs/pkg-descr new file mode 100644 index 000000000000..67bf9e9a9ead --- /dev/null +++ b/cad/geda-docs/pkg-descr @@ -0,0 +1,4 @@ +Various documentation for gEDA suite, including architecture-related +docs as well as examples of usage and tutorials. + +WWW: http://www.geda.seul.org |