[Lunar-commits] <moonbase> pccts: Removing this from moonbase. It has been superceded by antlr, see;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Oct 5 22:53:05 CEST 2011


commit 958b70a01a53652b423b01b54bb74b25c9439d26
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Oct 5 16:53:05 2011 -0400

    pccts: Removing this from moonbase. It has been superceded by antlr, see;
    
    http://www.antlr2.org/
    
    The only module this effects is cdrdao and it has had antlr as a hard depends
    for sometime now.
---
 devel/pccts/BUILD   |   17 -----------------
 devel/pccts/DEPENDS |    1 -
 devel/pccts/DETAILS |   18 ------------------
 3 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/devel/pccts/BUILD b/devel/pccts/BUILD
deleted file mode 100644
index 8d4c11a..0000000
--- a/devel/pccts/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
-  echo  Preparing to build pccts.  Current Directory is: `pwd` &&
-  echo  Building in $BUILD_DIRECTORY/$MODULE                   &&
-
-  patch_it  $SOURCE_CACHE/$SOURCE2 1                                &&
-
-  make                                                            &&
-  prepare_install                                                 &&
-  install -m 700 $BUILD_DIRECTORY/$MODULE/bin/antlr   /usr/bin &&
-  install -m 700 $BUILD_DIRECTORY/$MODULE/bin/dlg     /usr/bin &&
-  install -m 700 $BUILD_DIRECTORY/$MODULE/bin/genmk   /usr/bin &&
-  install -m 700 $BUILD_DIRECTORY/$MODULE/bin/sor     /usr/bin &&
-  mkdir -p /usr/include/$MODULE                                &&
-  cp $BUILD_DIRECTORY/$MODULE/h/* /usr/include/$MODULE
-
-) > $C_FIFO 2>&1
diff --git a/devel/pccts/DEPENDS b/devel/pccts/DEPENDS
deleted file mode 100644
index f7c362b..0000000
--- a/devel/pccts/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends unzip
diff --git a/devel/pccts/DETAILS b/devel/pccts/DETAILS
deleted file mode 100644
index bd80c16..0000000
--- a/devel/pccts/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=pccts
-         VERSION="133mr"
-          SOURCE=$MODULE$VERSION.zip
-         SOURCE2=$MODULE$VERSION-varargs-include.patch.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-   SOURCE_URL[0]=http://www.polhode.com/
-  SOURCE2_URL[0]=$PATCH_URL
-        WEB_SITE=http://www.polhode.com
-         ENTERED=20020401
-         UPDATED=20030518
-      MAINTAINER=rsnow1 at charter.net
-           SHORT="Purdue Compiler Construction Tool Set"
-cat << EOF
-PCCTS, the Purdue Compiler Construction Tool Set, is a set of public-domain
-software tools designed to facilitate the construction of compilers and other
-translation systems. Although originally developed primarily for internal use
-within Purdue University, these tools are now everywhere.
-EOF


More information about the Lunar-commits mailing list