--- /dev/null
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/prt-get.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get
+-rwxr-xr-x root/root usr/bin/prt-get
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz
+-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/lib/
+drwxr-xr-x root/root var/lib/pkg/
+-rw-r--r-- root/root var/lib/pkg/prt-get.aliases
--- /dev/null
+untrusted comment: verify with /etc/ports/raspberrypi4-arm.pub
+RWTV8P04Wo/3fwqHcj9wlPwTp+lnXRDJcEV5fcoHIE+XwRhg3goFDJ4dbRDGb17O6zwPjyfZkaayyBfXeQnBEJGLTzllZ9vbAQE=
+SHA256 (Pkgfile) = 42271f2c425b57c717af7fffdf5340a2ad497825ab388b661be3147e9262910c
+SHA256 (.footprint) = 9a36be18f29307db9bfad99ab7bd2fd07b8342b935406bc89b7bde8f804292b6
+SHA256 (prt-get-5.19.3.tar.xz) = 4d2e3071cc32a569c286aa517f52bfec2e3d826171cdbeb1e4694d99a2e73c01
+SHA256 (prt-get.conf) = 305b903ed8e4a88fd8556a75493e4c374c437b89bdebec8616c8de85f4ee0811
+SHA256 (prt-get.aliases) = df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b
--- /dev/null
+# Description: A utility to simplify ports searching/installing
+# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on:
+
+name=prt-get
+version=5.19.3
+release=1
+source=(http://crux.nu/files/prt-get-$version.tar.xz
+ prt-get.conf prt-get.aliases)
+
+build() {
+ cd ${name}-${version}
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+ install -m 644 $SRC/prt-get.conf $PKG/etc/
+ install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
+}
--- /dev/null
+NOTE:
+
+Some people have reported problems when using optimizations larger than
+-O2; typical symptoms are "prt-get install X" saying that a package is
+installed while "prt-get update X" saying it's not, or "prt-get listinst"
+printing just nothing.
+
+If you experience strange effects, please try recompiling with
+ CXXFLAGS="-O2 -pipe"
--- /dev/null
+j2sdk: j2re
+j2sdk: jre
+jdk: jre
+openmotif: lesstif
+postfix: sendmail
+exim: sendmail
+qmail: sendmail
+masqmail: sendmail
+xorg: x11
--- /dev/null
+###
+### prt-get conf
+###
+
+# note: the order matters: the package found first is used
+prtdir /usr/ports/raspberrypi4-arm
+prtdir /usr/ports/core-arm64
+prtdir /usr/ports/opt-arm64
+prtdir /usr/ports/xorg-arm64
+prtdir /usr/ports/core
+prtdir /usr/ports/opt
+prtdir /usr/ports/xorg
+
+# the following line enables the user maintained contrib collection
+#prtdir /usr/ports/contrib
+
+### use mypackage form local directory
+# prtdir /home/packages/build:mypackage
+
+### log options:
+# writelog enabled # (enabled|disabled)
+# logmode overwrite # (append|overwrite)
+# rmlog_on_success yes # (no|yes)
+logfile /var/log/pkgbuild/%n.log
+ # path, %p=path to port dir, %n=port name
+ # %v=version, %r=release
+
+### use alternate cache file (default: /var/lib/pkg/prt-get.cache
+# cachefile /mnt/nfs/cache
+
+### print README information:
+# readme verbose # (verbose|compact|disabled)
+
+### prefer higher versions in sysup / diff
+# preferhigher no # (yes|no)
+
+### use regexp search
+# useregex no # (yes|no)
+
+### run pre- and post-installs scripts; yes is equivalent to the
+### --install-scripts option
+# runscripts no # (no|yes)
+
+
+### EXPERT SECTION ###
+
+### alternative commands
+# makecommand pkgmk
+# addcommand pkgadd
+# removecommand pkgrm
+# runscriptcommand sh
+