diff options
Diffstat (limited to 'devel/hs-happy')
-rw-r--r-- | devel/hs-happy/Makefile | 45 | ||||
-rw-r--r-- | devel/hs-happy/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-happy/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/hs-happy/pkg-comment | 1 | ||||
-rw-r--r-- | devel/hs-happy/pkg-descr | 5 | ||||
-rw-r--r-- | devel/hs-happy/pkg-plist | 51 |
6 files changed, 0 insertions, 122 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile deleted file mode 100644 index 01cb3079a69c..000000000000 --- a/devel/hs-happy/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: happy -# Date created: 22 December 2000 -# Whom: Simon Marlow <simonmar@microsoft.com> -# -# $FreeBSD$ - -PORTNAME= happy -PORTVERSION= 1.10 -CATEGORIES= devel -MASTER_SITES= http://www.haskell.org/happy/dist/1.10/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= simonmar@microsoft.com - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ - ${LOCALBASE}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \ - ${LOCALBASE}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ - jade:${PORTSDIR}/textproc/jade -.endif - -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//g} -USE_GMAKE= yes -GNU_CONFIGURE= yes - -BOOT_COOKIE = ${WRKDIR}/.boot_done - -${BOOT_COOKIE}: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - -pre-build: ${BOOT_COOKIE} - -post-build: -.if !defined(NOPORTDOCS) - @(cd ${WRKSRC}/happy/doc && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} html) -.endif - -post-install: -.if !defined(NOPORTDOCS) - @(cd ${WRKSRC}/happy/doc && ${CP} -R happy ${PREFIX}/share/doc) -.endif - -.include <bsd.port.mk> diff --git a/devel/hs-happy/distinfo b/devel/hs-happy/distinfo deleted file mode 100644 index f15f1e3cfe2b..000000000000 --- a/devel/hs-happy/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (happy-1.10-src.tar.gz) = 8d16464d0273e0d69de75011ec933d43 diff --git a/devel/hs-happy/files/patch-aa b/devel/hs-happy/files/patch-aa deleted file mode 100644 index a905b6b2cdad..000000000000 --- a/devel/hs-happy/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** happy/src/Makefile~ Fri Feb 9 17:54:46 2001 ---- happy/src/Makefile Sat May 5 12:23:03 2001 -*************** -*** 68,74 **** - ifeq "$(INSTALLING)" "1" - TOP_PWD := $(prefix) - SCRIPT_PROG = $(INSTALLED_SCRIPT_PROG) -! SCRIPT_LINK = happy - else - TOP_PWD := $(FPTOOLS_TOP_ABS) - SCRIPT_PROG = $(INPLACE_SCRIPT_PROG) ---- 68,74 ---- - ifeq "$(INSTALLING)" "1" - TOP_PWD := $(prefix) - SCRIPT_PROG = $(INSTALLED_SCRIPT_PROG) -! LINK = happy - else - TOP_PWD := $(FPTOOLS_TOP_ABS) - SCRIPT_PROG = $(INPLACE_SCRIPT_PROG) diff --git a/devel/hs-happy/pkg-comment b/devel/hs-happy/pkg-comment deleted file mode 100644 index 0437352c0069..000000000000 --- a/devel/hs-happy/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An LALR(1) parser generator for the functional language Haskell diff --git a/devel/hs-happy/pkg-descr b/devel/hs-happy/pkg-descr deleted file mode 100644 index 20f0c1a7c4f9..000000000000 --- a/devel/hs-happy/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is Happy version 1.9, a parser generator for Haskell 98. - -WWW: http://www.haskell.org/happy/ - --- Simon Marlow <simonmar@microsoft.com> diff --git a/devel/hs-happy/pkg-plist b/devel/hs-happy/pkg-plist deleted file mode 100644 index c8ef19245276..000000000000 --- a/devel/hs-happy/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/happy -bin/happy-1.10 -lib/happy.bin -lib/happy/HappyTemplate -lib/happy/HappyTemplate-arrays -lib/happy/HappyTemplate-arrays-coerce -lib/happy/HappyTemplate-arrays-coerce-debug -lib/happy/HappyTemplate-arrays-debug -lib/happy/HappyTemplate-arrays-ghc -lib/happy/HappyTemplate-arrays-ghc-debug -lib/happy/HappyTemplate-coerce -lib/happy/HappyTemplate-ghc -share/doc/happy/docbook.css -share/doc/happy/happy-introduction.html -share/doc/happy/happy.html -share/doc/happy/sec-compilation-time.html -share/doc/happy/sec-conflict-tips.html -share/doc/happy/sec-directives.html -share/doc/happy/sec-error.html -share/doc/happy/sec-finding-errors.html -share/doc/happy/sec-grammar-files.html -share/doc/happy/sec-grammar.html -share/doc/happy/sec-info-files.html -share/doc/happy/sec-invoking.html -share/doc/happy/sec-license.html -share/doc/happy/sec-module-header.html -share/doc/happy/sec-module-trailer.html -share/doc/happy/sec-monads.html -share/doc/happy/sec-multiple-parsers.html -share/doc/happy/sec-obtaining.html -share/doc/happy/sec-precedences.html -share/doc/happy/sec-reporting-bugs.html -share/doc/happy/sec-sequences.html -share/doc/happy/sec-tips.html -share/doc/happy/sec-type-signatures.html -share/doc/happy/sec-using.html -share/doc/happy/stylesheet-images/caution.gif -share/doc/happy/stylesheet-images/home.gif -share/doc/happy/stylesheet-images/important.gif -share/doc/happy/stylesheet-images/next.gif -share/doc/happy/stylesheet-images/note.gif -share/doc/happy/stylesheet-images/prev.gif -share/doc/happy/stylesheet-images/tip.gif -share/doc/happy/stylesheet-images/toc-blank.gif -share/doc/happy/stylesheet-images/toc-minus.gif -share/doc/happy/stylesheet-images/toc-plus.gif -share/doc/happy/stylesheet-images/up.gif -share/doc/happy/stylesheet-images/warning.gif -@dirrm lib/happy -@dirrm share/doc/happy/stylesheet-images -@dirrm share/doc/happy |