aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-03 12:39:18 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-03 12:39:18 +0400
commitf0815458d8c5f2e2ee45fdedc533a7a9a732a9a1 (patch)
tree1f18f12fe5028bb82573425618e7d389e75aa99c /examples
parentc110a25a30f6e56e3843ab47d809b51fa6a7adf9 (diff)
downloadcibs-f0815458d8c5f2e2ee45fdedc533a7a9a732a9a1.tar.gz
+ gawk
Diffstat (limited to 'examples')
-rw-r--r--examples/gawk/Makefile25
-rw-r--r--examples/gawk/gawk.p5m80
2 files changed, 105 insertions, 0 deletions
diff --git a/examples/gawk/Makefile b/examples/gawk/Makefile
new file mode 100644
index 0000000..6c0f66e
--- /dev/null
+++ b/examples/gawk/Makefile
@@ -0,0 +1,25 @@
+include /usr/share/cibs/rules/ips.mk
+include /usr/share/cibs/rules/archive.mk
+include /usr/share/cibs/rules/autotools.mk
+include /usr/share/cibs/rules/32.mk
+
+summary := GNU implementation of the traditional Unix macro processor
+license := GPL
+license-file := COPYING
+
+build-depends += \
+ pkg:/library/libsigsegv \
+ pkg:/library/readline \
+ pkg:/compress/xz
+
+
+name := gawk
+home := http://www.gnu.org/software/$(name)/
+version := 4.0.1
+archive := $(name)-$(version).tar.xz
+download := http://ftp.gnu.org/gnu/$(name)/$(archive)
+checksum := \
+ md5:a601b032c39cd982f34272664f8afa49 \
+ sha1:9be956d124e0c0794836055846aea78d2dc547ad \
+ sha256:ae0cb9a0ac80686df316fcd126d0da7d1fb6a0acfe043320511c1f212f2ecb47 \
+ size:1612448
diff --git a/examples/gawk/gawk.p5m b/examples/gawk/gawk.p5m
new file mode 100644
index 0000000..a9939c2
--- /dev/null
+++ b/examples/gawk/gawk.p5m
@@ -0,0 +1,80 @@
+set name=pkg.fmri value=pkg:/text/$(name)@$(ips-version)
+set name=pkg.summary value="$(summary)"
+set name=info.upstream-url value="$(home)"
+set name=info.source_url value="$(download)"
+
+license $(license-file) license=$(license)
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/libexec
+dir path=usr/libexec/awk
+dir path=usr/share
+dir path=usr/share/awk
+dir path=usr/share/info
+dir path=usr/share/locale
+dir path=usr/share/locale/da
+dir path=usr/share/locale/da/LC_MESSAGES
+dir path=usr/share/locale/de
+dir path=usr/share/locale/de/LC_MESSAGES
+dir path=usr/share/locale/es
+dir path=usr/share/locale/es/LC_MESSAGES
+dir path=usr/share/locale/fi
+dir path=usr/share/locale/fi/LC_MESSAGES
+dir path=usr/share/locale/fr
+dir path=usr/share/locale/fr/LC_MESSAGES
+dir path=usr/share/locale/it
+dir path=usr/share/locale/it/LC_MESSAGES
+dir path=usr/share/locale/ja
+dir path=usr/share/locale/ja/LC_MESSAGES
+dir path=usr/share/locale/nl
+dir path=usr/share/locale/nl/LC_MESSAGES
+dir path=usr/share/locale/pl
+dir path=usr/share/locale/pl/LC_MESSAGES
+dir path=usr/share/locale/sv
+dir path=usr/share/locale/sv/LC_MESSAGES
+dir path=usr/share/man
+dir path=usr/share/man/man1
+file path=usr/bin/dgawk
+file path=usr/bin/gawk-$(version)
+file path=usr/bin/igawk
+file path=usr/bin/pgawk-$(version)
+file path=usr/libexec/awk/grcat
+file path=usr/libexec/awk/pwcat
+file path=usr/share/awk/assert.awk
+file path=usr/share/awk/bits2str.awk
+file path=usr/share/awk/cliff_rand.awk
+file path=usr/share/awk/ctime.awk
+file path=usr/share/awk/ftrans.awk
+file path=usr/share/awk/getopt.awk
+file path=usr/share/awk/gettime.awk
+file path=usr/share/awk/group.awk
+file path=usr/share/awk/join.awk
+file path=usr/share/awk/libintl.awk
+file path=usr/share/awk/noassign.awk
+file path=usr/share/awk/ord.awk
+file path=usr/share/awk/passwd.awk
+file path=usr/share/awk/quicksort.awk
+file path=usr/share/awk/readable.awk
+file path=usr/share/awk/rewind.awk
+file path=usr/share/awk/round.awk
+file path=usr/share/awk/strtonum.awk
+file path=usr/share/awk/walkarray.awk
+file path=usr/share/awk/zerofile.awk
+file path=usr/share/info/gawk.info
+file path=usr/share/info/gawkinet.info
+file path=usr/share/locale/da/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/de/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/es/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/fi/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/fr/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/it/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/ja/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/nl/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/pl/LC_MESSAGES/gawk.mo
+file path=usr/share/locale/sv/LC_MESSAGES/gawk.mo
+file path=usr/share/man/man1/gawk.1
+file path=usr/share/man/man1/igawk.1
+file path=usr/share/man/man1/pgawk.1
+link path=usr/bin/gawk target=gawk-$(version)
+link path=usr/bin/pgawk target=pgawk-$(version)