summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commite3afe2298e821d7f5860128720e665d8fb3bd641 (patch)
treebfb499432688352b1140b13ad8252c8e4e739006 /ports
downloadcore-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.gz
core-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.xz
create branch for 2.2
Diffstat (limited to 'ports')
-rw-r--r--ports/.footprint13
-rw-r--r--ports/.md5sum4
-rw-r--r--ports/Pkgfile20
-rw-r--r--ports/contrib.rsync.inactive3
-rw-r--r--ports/core.rsync3
-rw-r--r--ports/opt.rsync3
6 files changed, 46 insertions, 0 deletions
diff --git a/ports/.footprint b/ports/.footprint
new file mode 100644
index 00000000..a703ac24
--- /dev/null
+++ b/ports/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/ports/
+-rw-r--r-- root/root etc/ports/contrib.rsync.inactive
+-rw-r--r-- root/root etc/ports/core.rsync
+drwxr-xr-x root/root etc/ports/drivers/
+-rw-r--r-- root/root etc/ports/opt.rsync
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ports
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/ports.8.gz
+drwxr-xr-x root/root usr/ports/
diff --git a/ports/.md5sum b/ports/.md5sum
new file mode 100644
index 00000000..f0244a74
--- /dev/null
+++ b/ports/.md5sum
@@ -0,0 +1,4 @@
+a15a51bd77b5483ea774313e0fb0d8ce contrib.rsync.inactive
+aec179b7027fcfc7229ee64c978c6243 core.rsync
+8b9958a0a2f54e7be6771fed5116f50e opt.rsync
+1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644
index 00000000..9d3cf148
--- /dev/null
+++ b/ports/Pkgfile
@@ -0,0 +1,20 @@
+# Description: CRUX ports system tools
+# URL: http://crux.nu
+# Maintainer: Per Lidén <per@fukt.bth.se>
+
+name=ports
+version=1.5
+release=2
+source=(http://www.fukt.bth.se/~per/crux/files/ports/$name-$version.tar.gz \
+ core.rsync opt.rsync contrib.rsync.inactive)
+
+build () {
+ cd $name-$version
+ make
+ make DESTDIR=$PKG install
+
+ install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync
+ install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync
+ install -m 0644 ../contrib.rsync.inactive \
+ $PKG/etc/ports/contrib.rsync.inactive
+}
diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive
new file mode 100644
index 00000000..e5cfabb5
--- /dev/null
+++ b/ports/contrib.rsync.inactive
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=crux-contrib
+destination=/usr/ports/contrib
diff --git a/ports/core.rsync b/ports/core.rsync
new file mode 100644
index 00000000..f684ad42
--- /dev/null
+++ b/ports/core.rsync
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.1/core/
+destination=/usr/ports/core
diff --git a/ports/opt.rsync b/ports/opt.rsync
new file mode 100644
index 00000000..95d28c09
--- /dev/null
+++ b/ports/opt.rsync
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.1/opt/
+destination=/usr/ports/opt

Generated by cgit