summaryrefslogtreecommitdiff
path: root/www/ashe
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-10-30 17:29:08 +0000
committerPaul Traina <pst@FreeBSD.org>1995-10-30 17:29:08 +0000
commitbdb19e4ad1d58e461a0924cfa4cba4216d93a354 (patch)
treeb30f90ae77dac029c0cdce37127bd691e1d794e8 /www/ashe
parentInitial import of gnats 3.2 (diff)
Initial import of ashe-1.1.2.
Notes
Notes: svn path=/head/; revision=2378
Diffstat (limited to 'www/ashe')
-rw-r--r--www/ashe/Makefile21
-rw-r--r--www/ashe/distinfo3
-rw-r--r--www/ashe/files/patch-aa19
-rw-r--r--www/ashe/files/patch-ab27
-rw-r--r--www/ashe/files/patch-ac86
-rw-r--r--www/ashe/files/patch-ad14
-rw-r--r--www/ashe/pkg-comment1
-rw-r--r--www/ashe/pkg-descr1
-rw-r--r--www/ashe/pkg-plist5
9 files changed, 177 insertions, 0 deletions
diff --git a/www/ashe/Makefile b/www/ashe/Makefile
new file mode 100644
index 000000000000..7dd8f513026d
--- /dev/null
+++ b/www/ashe/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ashe
+# Version required: 1.1.2
+# Date created: 16 October 1995
+# Whom: pst
+#
+# WARNING WARNING: Requires Motif to compile & link
+#
+# $Id$
+#
+
+DISTNAME= ashe-1.1.2
+CATEGORIES+= editors
+MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/src/ \
+ ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libcci/ \
+ ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libhtmlw/
+DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z
+
+NO_WRKSUBDIR= yes
+USE_X11= yes
+
+.include <bsd.port.mk>
diff --git a/www/ashe/distinfo b/www/ashe/distinfo
new file mode 100644
index 000000000000..c9826e9cde51
--- /dev/null
+++ b/www/ashe/distinfo
@@ -0,0 +1,3 @@
+MD5 (ashe_cci.tar.Z) = 0122f26238529ccc005d71fba4fae804
+MD5 (cci.tar.Z) = 66b1eae2dcb452d1215e4d8e5fa46358
+MD5 (libhtmlw.tar.Z) = 68a7e78304db7b575d1219f4f2ec9135
diff --git a/www/ashe/files/patch-aa b/www/ashe/files/patch-aa
new file mode 100644
index 000000000000..e686cbac3899
--- /dev/null
+++ b/www/ashe/files/patch-aa
@@ -0,0 +1,19 @@
+*** libhtmlw-src/Makefile.orig Tue Oct 17 10:17:29 1995
+--- libhtmlw-src/Makefile Tue Oct 17 10:18:35 1995
+***************
+*** 1,9 ****
+ LIBTARGET = libhtmlw.a
+!
+! INCLUDES = -I/usr/include/X11
+!
+! CC=gcc -g $(INCLUDES)
+!
+ RANLIB=ranlib
+
+ all: $(LIBTARGET)
+--- 1,5 ----
+ LIBTARGET = libhtmlw.a
+! CFLAGS+=-I/usr/X11R6/include -DMOTIF1_2
+ RANLIB=ranlib
+
+ all: $(LIBTARGET)
diff --git a/www/ashe/files/patch-ab b/www/ashe/files/patch-ab
new file mode 100644
index 000000000000..13ec4cc9cd95
--- /dev/null
+++ b/www/ashe/files/patch-ab
@@ -0,0 +1,27 @@
+*** libcci/Makefile.orig Tue Oct 17 10:23:25 1995
+--- libcci/Makefile Tue Oct 17 10:23:57 1995
+***************
+*** 1,12 ****
+! CFLAGS=-DDEBUG
+
+! RANLIB = /bin/ranlib
+! #RANLIB = /usr/bin/ranlib # the location of ranlib is system dependent.
+
+ SRC = connect.c cciClient.c list.c support.c
+ OBJ = connect.o cciClient.o list.o support.o
+! CC = gcc
+! CFLAGS = -ggdb
+ libcci.a: $(OBJ)
+ rm -f $@
+ ar q $@ $(OBJ)
+--- 1,10 ----
+! CFLAGS+=-DDEBUG
+
+! RANLIB = ranlib
+
+ SRC = connect.c cciClient.c list.c support.c
+ OBJ = connect.o cciClient.o list.o support.o
+!
+ libcci.a: $(OBJ)
+ rm -f $@
+ ar q $@ $(OBJ)
diff --git a/www/ashe/files/patch-ac b/www/ashe/files/patch-ac
new file mode 100644
index 000000000000..6515ce324bcf
--- /dev/null
+++ b/www/ashe/files/patch-ac
@@ -0,0 +1,86 @@
+*** src/Imakefile Tue Oct 17 10:26:22 1995
+--- src/Imakefile Tue Oct 17 10:48:34 1995
+***************
+*** 36,96 ****
+ /* The object files that will be generated */
+ OBJS = $(SRCS:.c=.o)
+
+- /*
+- * Specify this line if you want the program to be compiled with Debugging. *
+- *
+- */
+-
+- CDEBUGFLAGS = -g -Wall
+-
+- CC = gcc
+-
+- /*
+- * Change the name of the compiler here. The default version is
+- * 'gcc'. (the Motif libraries needed to be built with it.)
+- * If you are changing the compiler to 'cc', you may also need to
+- * redefine the EXTRA_LOAD_FLAGS envariable
+- *
+- * Uncomment this section if GCC is not the compiler.
+- *
+- * CC=gcc
+- *
+- * EXTRA_LOAD_FLAGS=
+- *
+- */
+-
+- /*
+- * This section tells it which Client library to use.
+- * Use 'XawClientLibs' and 'XawClientDepLibs' for the Athena Widget set.
+- * Use 'XmClientLibs' and 'XmClientDepLibs' for the Motif widget set.
+- * LCL_LIB = XawClientLibs
+- * DEPLIBS = XawClientDepLibs
+- */
+-
+-
+ /*
+ * This is the Directory of the HTML Widget Library. (Please change it)
+ * and CCI library
+ */
+! LCL_LIB = -L/fs5/grads12/puninj/HTML/libhtmlw \
+! -L/fs5/grads12/puninj/HTML/CCI/libcci
+ /*
+ * This is the Directory of the HTML Widget Include Files (Please change it)
+ * and CCI library
+ */
+! INCLUDES = -I/fs5/grads12/puninj/HTML/libhtmlw \
+! -I/fs5/grads12/puninj/HTML/CCI/libcci
+
+-
+- #EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXt -lXext -lX11
+ EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11
+
+! #
+! # This is what is built when you say 'make all'
+! AllTarget($(TARGETS))
+!
+! NormalProgramTarget( $(TARGETS), $(OBJS), $(DEPLIBS), $(LCL_LIB), $(SYS_LIB))
+!
+! DependTarget()
+!
+!
+--- 36,55 ----
+ /* The object files that will be generated */
+ OBJS = $(SRCS:.c=.o)
+
+ /*
+ * This is the Directory of the HTML Widget Library. (Please change it)
+ * and CCI library
+ */
+! LOCAL_LDFLAGS = -L../libhtmlw-src -L../libcci
+!
+ /*
+ * This is the Directory of the HTML Widget Include Files (Please change it)
+ * and CCI library
+ */
+! INCLUDES = -I../libhtmlw-src -I../libcci
+
+ EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11
+
+! ComplexProgramTarget(xhtml)
+! InstallNonExecFile(help.html,$(LIBDIR)/xhtml)
+! InstallNonExecFile(XHTML.ad,$(XAPPLOADDIR))
diff --git a/www/ashe/files/patch-ad b/www/ashe/files/patch-ad
new file mode 100644
index 000000000000..9ef846b91048
--- /dev/null
+++ b/www/ashe/files/patch-ad
@@ -0,0 +1,14 @@
+*** src/XHTML.ad Tue Sep 26 21:43:11 1995
+--- src/XHTML.ad Tue Oct 17 10:50:53 1995
+***************
+*** 27,31 ****
+
+ ! Very Important : Change this directory to the directory of help.html
+
+! xhtml*htmldir: /fs5/grads12/puninj/HTML/src
+!
+--- 27,30 ----
+
+ ! Very Important : Change this directory to the directory of help.html
+
+! xhtml*htmldir: /usr/X11R6/lib/X11/xhtml
diff --git a/www/ashe/pkg-comment b/www/ashe/pkg-comment
new file mode 100644
index 000000000000..d2cffb8c2a7e
--- /dev/null
+++ b/www/ashe/pkg-comment
@@ -0,0 +1 @@
+ASHE - a simple HTML editor (version 1.1.2)
diff --git a/www/ashe/pkg-descr b/www/ashe/pkg-descr
new file mode 100644
index 000000000000..dff755dda3b5
--- /dev/null
+++ b/www/ashe/pkg-descr
@@ -0,0 +1 @@
+ASHE - A Simple HTML Editor
diff --git a/www/ashe/pkg-plist b/www/ashe/pkg-plist
new file mode 100644
index 000000000000..0f7d6be19dc0
--- /dev/null
+++ b/www/ashe/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/X11R6
+bin/xhtml
+lib/X11/xhtml/help.html
+lib/X11/app-defaults/XHTML.ad
+man/man1/xhtml.1