summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 17:56:18 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 17:56:18 +0800
commit2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1 (patch)
treee7647c69a1ac52f6c25af0ab10556279bf41429b
parentaacc55f1e80c67514d3914fbc8667a77e02476f5 (diff)
downloadxorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar.gz
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar.bz2
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar.lz
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar.xz
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.tar.zst
xorg-devel-ports-2cfbe2aefbb9e218158ab5d3002a58ddb0cb44f1.zip
- Add io-user and io-syslog module
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@18 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--sysutils/io-syslog/Makefile23
-rw-r--r--sysutils/io-syslog/distinfo3
-rw-r--r--sysutils/io-syslog/pkg-descr4
-rw-r--r--sysutils/io-syslog/pkg-plist11
-rw-r--r--sysutils/io-user/Makefile23
-rw-r--r--sysutils/io-user/distinfo3
-rw-r--r--sysutils/io-user/pkg-descr4
-rw-r--r--sysutils/io-user/pkg-plist11
8 files changed, 82 insertions, 0 deletions
diff --git a/sysutils/io-syslog/Makefile b/sysutils/io-syslog/Makefile
new file mode 100644
index 0000000..2255ee7
--- /dev/null
+++ b/sysutils/io-syslog/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: io-syslog
+# Date created: 2008-09-15
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= syslog
+PORTVERSION= ${IOVERSION}
+CATEGORIES= archivers
+MASTER_SITES= #
+PKGNAMEPREFIX= io-
+DISTNAME= io-${PORTVERSION}
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Syslog addon for lang/io
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+DEFAULT_ADDONS= Syslog
+
+.include "${.CURDIR}/../../lang/io/files/bsd.ioaddons.mk"
+.include <bsd.port.mk>
diff --git a/sysutils/io-syslog/distinfo b/sysutils/io-syslog/distinfo
new file mode 100644
index 0000000..6efb59e
--- /dev/null
+++ b/sysutils/io-syslog/distinfo
@@ -0,0 +1,3 @@
+MD5 (io-20080904.tar.bz2) = 448dab3e4f098eaba8b442a8dc0bbe21
+SHA256 (io-20080904.tar.bz2) = 96f85971553585c52c80db78086a426f76e2da2636f486c993bb471f48b9b7d8
+SIZE (io-20080904.tar.bz2) = 21497037
diff --git a/sysutils/io-syslog/pkg-descr b/sysutils/io-syslog/pkg-descr
new file mode 100644
index 0000000..688075f
--- /dev/null
+++ b/sysutils/io-syslog/pkg-descr
@@ -0,0 +1,4 @@
+This object provides access to the local operating system's information about
+the current user.
+
+WWW: http://iolanguage.com
diff --git a/sysutils/io-syslog/pkg-plist b/sysutils/io-syslog/pkg-plist
new file mode 100644
index 0000000..5a805d4
--- /dev/null
+++ b/sysutils/io-syslog/pkg-plist
@@ -0,0 +1,11 @@
+lib/io/addons/Syslog/_build/headers/IoSyslog.h
+lib/io/addons/Syslog/_build/lib/libIoSyslog.a
+lib/io/addons/Syslog/build.io
+@dirrmtry lib/io/addons/Syslog/_build/objs
+@dirrmtry lib/io/addons/Syslog/_build/lib
+@dirrmtry lib/io/addons/Syslog/_build/headers
+@dirrmtry lib/io/addons/Syslog/_build/dll
+@dirrmtry lib/io/addons/Syslog/_build
+@dirrmtry lib/io/addons/Syslog
+@dirrmtry lib/io/addons
+@dirrmtry lib/io
diff --git a/sysutils/io-user/Makefile b/sysutils/io-user/Makefile
new file mode 100644
index 0000000..4770c83
--- /dev/null
+++ b/sysutils/io-user/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: io-user
+# Date created: 2008-09-15
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= user
+PORTVERSION= ${IOVERSION}
+CATEGORIES= archivers
+MASTER_SITES= #
+PKGNAMEPREFIX= io-
+DISTNAME= io-${PORTVERSION}
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= User addon for lang/io
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+DEFAULT_ADDONS= User
+
+.include "${.CURDIR}/../../lang/io/files/bsd.ioaddons.mk"
+.include <bsd.port.mk>
diff --git a/sysutils/io-user/distinfo b/sysutils/io-user/distinfo
new file mode 100644
index 0000000..6efb59e
--- /dev/null
+++ b/sysutils/io-user/distinfo
@@ -0,0 +1,3 @@
+MD5 (io-20080904.tar.bz2) = 448dab3e4f098eaba8b442a8dc0bbe21
+SHA256 (io-20080904.tar.bz2) = 96f85971553585c52c80db78086a426f76e2da2636f486c993bb471f48b9b7d8
+SIZE (io-20080904.tar.bz2) = 21497037
diff --git a/sysutils/io-user/pkg-descr b/sysutils/io-user/pkg-descr
new file mode 100644
index 0000000..42cb131
--- /dev/null
+++ b/sysutils/io-user/pkg-descr
@@ -0,0 +1,4 @@
+This object provides access to the local operating system's
+information about the current user.
+
+WWW: http://iolanguage.com
diff --git a/sysutils/io-user/pkg-plist b/sysutils/io-user/pkg-plist
new file mode 100644
index 0000000..d82b38d
--- /dev/null
+++ b/sysutils/io-user/pkg-plist
@@ -0,0 +1,11 @@
+lib/io/addons/User/_build/headers/IoUser.h
+lib/io/addons/User/_build/lib/libIoUser.a
+lib/io/addons/User/build.io
+@dirrmtry lib/io/addons/User/_build/objs
+@dirrmtry lib/io/addons/User/_build/lib
+@dirrmtry lib/io/addons/User/_build/headers
+@dirrmtry lib/io/addons/User/_build/dll
+@dirrmtry lib/io/addons/User/_build
+@dirrmtry lib/io/addons/User
+@dirrmtry lib/io/addons
+@dirrmtry lib/io