Import of xcircuit, an X11 drawing program intended for drawing

circuit schematics.

PR:		6671
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
This commit is contained in:
Matthew Hunt 1998-05-18 04:20:25 +00:00
parent 2b0607943b
commit f63bf9a5b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11041
6 changed files with 69 additions and 0 deletions

28
cad/xcircuit/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: xcircuit
# Version required: 1.7
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
# $Id: $
#
DISTNAME= xcircuit-1.7
CATEGORIES= cad x11
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=apps/circuits/
MAINTAINER= ports@FreeBSD.ORG
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET=
INSTALL_TARGET= install install.man
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/examples/xcircuit
${CP} ${WRKSRC}/examples/*.ps ${PREFIX}/share/examples/xcircuit
.endif
.include <bsd.port.mk>

1
cad/xcircuit/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xcircuit-1.7.tar.gz) = 52f2fada7d2ec57113d2318486593c3f

View File

@ -0,0 +1,19 @@
*** Imakefile.orig Thu Mar 12 12:22:41 1998
--- Imakefile Sun May 17 15:52:05 1998
***************
*** 31,37 ****
# Change the following as desired to suit your environment:
#------------------------------------------------------------------------
#
! PREFIX = /usr/local
XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit
XCIRCUIT_BIN_DIR = $(PREFIX)/bin
XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
--- 31,37 ----
# Change the following as desired to suit your environment:
#------------------------------------------------------------------------
#
! PREFIX ?= /usr/local
XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit
XCIRCUIT_BIN_DIR = $(PREFIX)/bin
XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1

1
cad/xcircuit/pkg-comment Normal file
View File

@ -0,0 +1 @@
An X11 drawing program [especially for circuit schematics]

4
cad/xcircuit/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
xcircuit is software for drawing electrical circuits.
Online tutorial: See
http://bach.ece.jhu.edu/~tim/programs/xcircuit/tutorial.html

16
cad/xcircuit/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
bin/xcircuit
lib/xcircuit/builtins.lps
lib/xcircuit/xcircps.pro
lib/xcircuit/analog.lps
lib/xcircuit/avlsi.lps
lib/xcircuit/digital.lps
lib/xcircuit/lgf.lps
lib/xcircuit/signal.lps
lib/xcircuit/musiclib.lps
man/man1/xcircuit.1.gz
share/examples/xcircuit/USAflag.ps
share/examples/xcircuit/border.ps
share/examples/xcircuit/prelude.ps
share/examples/xcircuit/vcoblock.ps
@dirrm share/examples/xcircuit
@dirrm lib/xcircuit