summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:11:11 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:11:11 +0100
commitabb6804a2c95065cbc228c3726781d44ed04e6cd (patch)
tree00f8d39970426ce7a8a0dbc791a8216cb73fcaa5
parent0ac079b495f282df9174a27bd3f91cb8ec32ff7a (diff)
downloadbase-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.gz
base-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.bz2
base-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.xz
base-abb6804a2c95065cbc228c3726781d44ed04e6cd.zip
Recette de bison retir?e.
-rw-r--r--bison/.footprint35
-rw-r--r--bison/.md5sum1
-rw-r--r--bison/Pkgfile19
-rw-r--r--bison/Pkgfile.old19
4 files changed, 0 insertions, 74 deletions
diff --git a/bison/.footprint b/bison/.footprint
deleted file mode 100644
index eceb1c3..0000000
--- a/bison/.footprint
+++ /dev/null
@@ -1,35 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/bison
--rwxr-xr-x root/root usr/bin/yacc
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/liby.a
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/bison.1.gz
--rw-r--r-- root/root usr/man/man1/yacc.1.gz
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/aclocal/
--rw-r--r-- root/root usr/share/aclocal/bison-i18n.m4
-drwxr-xr-x root/root usr/share/bison/
--rw-r--r-- root/root usr/share/bison/bison.m4
--rw-r--r-- root/root usr/share/bison/c++-skel.m4
--rw-r--r-- root/root usr/share/bison/c++.m4
--rw-r--r-- root/root usr/share/bison/c-skel.m4
--rw-r--r-- root/root usr/share/bison/c.m4
--rw-r--r-- root/root usr/share/bison/glr.c
--rw-r--r-- root/root usr/share/bison/glr.cc
--rw-r--r-- root/root usr/share/bison/java-skel.m4
--rw-r--r-- root/root usr/share/bison/java.m4
--rw-r--r-- root/root usr/share/bison/lalr1.cc
--rw-r--r-- root/root usr/share/bison/lalr1.java
--rw-r--r-- root/root usr/share/bison/location.cc
-drwxr-xr-x root/root usr/share/bison/m4sugar/
--rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4
--rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4
-drwxr-xr-x root/root usr/share/bison/xslt/
--rw-r--r-- root/root usr/share/bison/xslt/bison.xsl
--rw-r--r-- root/root usr/share/bison/xslt/xml2dot.xsl
--rw-r--r-- root/root usr/share/bison/xslt/xml2text.xsl
--rw-r--r-- root/root usr/share/bison/xslt/xml2xhtml.xsl
--rw-r--r-- root/root usr/share/bison/yacc.c
diff --git a/bison/.md5sum b/bison/.md5sum
deleted file mode 100644
index 650223b..0000000
--- a/bison/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-c1d3ea81bc370dbd43b6f0b2cd21287e bison-2.4.3.tar.bz2
diff --git a/bison/Pkgfile b/bison/Pkgfile
deleted file mode 100644
index d9dfa4b..0000000
--- a/bison/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-description="The GNU Project parser generator"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/bison/"
-depends=()
-
-name=bison
-version=2.4.3
-release=1
-source=(ftp://ftp.gnu.org/gnu/bison/bison-2.4.3.tar.bz2)
-build ()
-{
- cd $name-$version;
- ./configure --prefix=/usr --mandir=/usr/man --disable-nls;
- make;
- make DESTDIR=$PKG install;
- rm -r $PKG/usr/share/info;
- rm $PKG/usr/share/bison/README
-}
diff --git a/bison/Pkgfile.old b/bison/Pkgfile.old
deleted file mode 100644
index fd3d900..0000000
--- a/bison/Pkgfile.old
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: The GNU Project parser generator
-# URL: http://www.gnu.org/software/bison/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=bison
-version=2.4.3
-release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --disable-nls
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/info
- rm $PKG/usr/share/bison/README
-}