summaryrefslogtreecommitdiff
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-08-31 13:44:41 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-08-31 13:44:41 +0000
commitfcbc97b421cbd3658bdb8a3f18fcc51138f53b69 (patch)
treeac403e9084eb93a2937049e9da3872c0fa27696b /cad/xcircuit
parentUpdate to 1.1p2. (diff)
update to 2.3.3 beta rev.9.
this version needs GNU m4 to process manpages.
Notes
Notes: svn path=/head/; revision=47226
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile4
-rw-r--r--cad/xcircuit/distinfo2
-rw-r--r--cad/xcircuit/files/patch-aa129
-rw-r--r--cad/xcircuit/pkg-plist3
4 files changed, 58 insertions, 80 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index d585765ff397..7b7a31b83e78 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= xcircuit
-PORTVERSION= 2.3.3
+PORTVERSION= 2.3.3.b9
+PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_XPM= yes
diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo
index 0efec78ff0cc..9193c06c2316 100644
--- a/cad/xcircuit/distinfo
+++ b/cad/xcircuit/distinfo
@@ -1 +1 @@
-MD5 (xcircuit-2.3.3.tar.bz2) = b98ddbca4da7bf4413438cd2296a01fb
+MD5 (xcircuit-2.3.3.tar.bz2) = 7721724439cdfddb6108b013fdc210b5
diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa
index 050a45a7d1d0..1869df9388a5 100644
--- a/cad/xcircuit/files/patch-aa
+++ b/cad/xcircuit/files/patch-aa
@@ -1,78 +1,51 @@
-*** Imakefile.orig Wed Jun 13 00:43:27 2001
---- Imakefile Sat Jun 16 09:43:29 2001
-***************
-*** 28,46 ****
- #CCOPTIONS = -O2
- #
- # for debugging purposes uncomment the following line:
-! CDEBUGFLAGS = -g
-! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
-
- #------------------------------------------------------------------------
- # Installation directories:
- # Change the following as desired to suit your environment:
- #------------------------------------------------------------------------
- #
-! PREFIX = /usr/local
- # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles
-! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3
-! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
-! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
-
- #------------------------------------------------------------------------
- # Support for graphics double-buffering (A memory hog, but yields fastest
---- 28,47 ----
- #CCOPTIONS = -O2
- #
- # for debugging purposes uncomment the following line:
-! #CDEBUGFLAGS = -g
-! STD_INCLUDES = -I. -I$(INCDIR)/X11
-! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV
-
- #------------------------------------------------------------------------
- # Installation directories:
- # Change the following as desired to suit your environment:
- #------------------------------------------------------------------------
- #
-! #PREFIX = /usr/local
- # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles
-! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
-! XCIRCUIT_BIN_DIR = $(BINDIR)
-! XCIRCUIT_MAN_DIR = $(MANDIR)
-
- #------------------------------------------------------------------------
- # Support for graphics double-buffering (A memory hog, but yields fastest
-***************
-*** 58,64 ****
- # Support for background rendering through ghostscript. Change this
- # to the path where gs can be found.
- # GS_EXEC= /usr/local/src/gs5.50/obj/gs
-! GS_EXEC= /usr/bin/gs
-
- #------------------------------------------------------------------------
- # Window manager bug workaround---If you don't like xcircuit grabbing kbd
---- 59,65 ----
- # Support for background rendering through ghostscript. Change this
- # to the path where gs can be found.
- # GS_EXEC= /usr/local/src/gs5.50/obj/gs
-! GS_EXEC=${LOCALBASE}/bin/gs
-
- #------------------------------------------------------------------------
- # Window manager bug workaround---If you don't like xcircuit grabbing kbd
-***************
-*** 86,92 ****
- # Support for embedded Python interpreter
- # (requires libpython${PYTHON_VERSION}.a)
- #
-! #define HAVE_PYTHON
-
- PYTHON_VERSION=2.1
- PYTHON_LIB_DIR=/usr/local/lib
---- 87,93 ----
- # Support for embedded Python interpreter
- # (requires libpython${PYTHON_VERSION}.a)
- #
-! /* #define HAVE_PYTHON */
-
- PYTHON_VERSION=2.1
- PYTHON_LIB_DIR=/usr/local/lib
+--- Imakefile.orig Fri Aug 31 21:56:34 2001
++++ Imakefile Fri Aug 31 22:01:26 2001
+@@ -28,23 +28,23 @@
+ #CCOPTIONS = -O2
+ #
+ # for debugging purposes uncomment the following line:
+-CDEBUGFLAGS = -g
+-STD_INCLUDES = -I. -I/usr/X11R6/include/X11
++# CDEBUGFLAGS = -g
++STD_INCLUDES = -I. -I$(INCDIR)/X11
+
+ # The "m4" macro processor is used to generate the man page such that
+ # the man page reflects the configured options.
+-M4 = m4
++M4 = gm4
+
+ #------------------------------------------------------------------------
+ # Installation directories:
+ # Change the following as desired to suit your environment:
+ #------------------------------------------------------------------------
+ #
+-PREFIX = /usr/local
++# PREFIX = /usr/local
+ # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles
+-XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3
+-XCIRCUIT_BIN_DIR = $(PREFIX)/bin
+-XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
++XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
++XCIRCUIT_BIN_DIR = $(BINDIR)
++XCIRCUIT_MAN_DIR = $(MANDIR)
+ XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults
+
+ #------------------------------------------------------------------------
+@@ -63,7 +63,7 @@
+ # Support for background rendering through ghostscript. Change this
+ # to the path where gs can be found.
+ # GS_EXEC= /usr/local/src/gs5.50/obj/gs
+-GS_EXEC= /usr/bin/gs
++GS_EXEC=${LOCALBASE}/bin/gs
+
+ #------------------------------------------------------------------------
+ # Window manager bug workaround---If you don't like xcircuit grabbing kbd
+@@ -91,7 +91,7 @@
+ # Support for embedded Python interpreter
+ # (requires libpython${PYTHON_VERSION}.a)
+ #
+-#define HAVE_PYTHON
++/* #define HAVE_PYTHON */
+
+ PYTHON_VERSION=2.1
+ PYTHON_LIB_DIR=/usr/local/lib
diff --git a/cad/xcircuit/pkg-plist b/cad/xcircuit/pkg-plist
index 11ba0a5a31d8..cd0186b9926c 100644
--- a/cad/xcircuit/pkg-plist
+++ b/cad/xcircuit/pkg-plist
@@ -2,6 +2,7 @@ bin/xcircuit
lib/X11/app-defaults/XCircuit
lib/X11/xcircuit/analog.lps
lib/X11/xcircuit/analoglib2.lps
+lib/X11/xcircuit/app-defaults
lib/X11/xcircuit/avlsi.lps
lib/X11/xcircuit/digital.lps
lib/X11/xcircuit/fonts/courier.lps
@@ -38,6 +39,7 @@ lib/X11/xcircuit/startup.script
lib/X11/xcircuit/xcircps2.pro
share/examples/xcircuit/.xcircuitrc
share/examples/xcircuit/FlareLED.ps
+share/examples/xcircuit/FlareLEDtest.ps
share/examples/xcircuit/USAflag.ps
share/examples/xcircuit/analog1.ps
share/examples/xcircuit/analog2.ps
@@ -46,6 +48,7 @@ share/examples/xcircuit/border.ps
share/examples/xcircuit/diffamp_test.ps
share/examples/xcircuit/envelope.ps
share/examples/xcircuit/fourttest.ps
+share/examples/xcircuit/gettext.py
share/examples/xcircuit/logic8.ps
share/examples/xcircuit/prelude.ps
share/examples/xcircuit/systemd1.lgf