diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
| commit | 8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 (patch) | |
| tree | 88e5aaa8cf9d3c0538cdff935a56786705548d75 /bison | |
| parent | 96ec28ea0d2c05032f40f50bc6b9de7020138f57 (diff) | |
| download | alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.tar.gz alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'bison')
| -rw-r--r-- | bison/.checksum | 1 | ||||
| -rw-r--r-- | bison/.files | 47 | ||||
| -rw-r--r-- | bison/abuild | 4 |
3 files changed, 52 insertions, 0 deletions
diff --git a/bison/.checksum b/bison/.checksum new file mode 100644 index 00000000..b1319dcb --- /dev/null +++ b/bison/.checksum @@ -0,0 +1 @@ +9dd90be8df4d0474b941e2ca14ac76d11b7ccb46edb26344b60d866178bbcc98 bison-3.8.2.tar.xz diff --git a/bison/.files b/bison/.files new file mode 100644 index 00000000..abfa8b89 --- /dev/null +++ b/bison/.files @@ -0,0 +1,47 @@ +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/ +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/README.md +-rw-r--r-- root/root usr/share/bison/bison-default.css +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/skeletons/ +-rw-r--r-- root/root usr/share/bison/skeletons/bison.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c++-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c++.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c-like.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/d-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/d.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/glr.c +-rw-r--r-- root/root usr/share/bison/skeletons/glr.cc +-rw-r--r-- root/root usr/share/bison/skeletons/glr2.cc +-rw-r--r-- root/root usr/share/bison/skeletons/java-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/java.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.cc +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.d +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.java +-rw-r--r-- root/root usr/share/bison/skeletons/location.cc +-rw-r--r-- root/root usr/share/bison/skeletons/stack.hh +-rw-r--r-- root/root usr/share/bison/skeletons/traceon.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/variant.hh +-rw-r--r-- root/root usr/share/bison/skeletons/yacc.c +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 +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/bison.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bison.1.gz +-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz diff --git a/bison/abuild b/bison/abuild new file mode 100644 index 00000000..e19bde49 --- /dev/null +++ b/bison/abuild @@ -0,0 +1,4 @@ +name=bison +version=3.8.2 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" |