From 707cc42dec2439da1fdee4ed3eb0e0a44d5ea9fe Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 12 Aug 2008 17:30:38 +0200 Subject: New make target: "osxpkg" to create an Mac OS X installer package. This patch adds a new make target, "osxpkg", to the main Makefile which gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1) project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc. --- contrib/MacOSX/ngIRCd.pmdoc/01ngircd-contents.xml | 1 + contrib/MacOSX/ngIRCd.pmdoc/01ngircd.xml | 1 + contrib/MacOSX/ngIRCd.pmdoc/02de-contents.xml | 1 + contrib/MacOSX/ngIRCd.pmdoc/02de.xml | 1 + contrib/MacOSX/ngIRCd.pmdoc/Makefile.am | 18 +++ contrib/MacOSX/ngIRCd.pmdoc/index.xml | 188 ++++++++++++++++++++++ 6 files changed, 210 insertions(+) create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/01ngircd-contents.xml create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/01ngircd.xml create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/02de-contents.xml create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/02de.xml create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/Makefile.am create mode 100644 contrib/MacOSX/ngIRCd.pmdoc/index.xml (limited to 'contrib/MacOSX/ngIRCd.pmdoc') diff --git a/contrib/MacOSX/ngIRCd.pmdoc/01ngircd-contents.xml b/contrib/MacOSX/ngIRCd.pmdoc/01ngircd-contents.xml new file mode 100644 index 00000000..bc1e5a79 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/01ngircd-contents.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/contrib/MacOSX/ngIRCd.pmdoc/01ngircd.xml b/contrib/MacOSX/ngIRCd.pmdoc/01ngircd.xml new file mode 100644 index 00000000..66dbd1f0 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/01ngircd.xml @@ -0,0 +1 @@ +de.barton.ngircd.daemon.pkg1../../ngircd.dest/parentscripts.postinstall.pathscripts.postinstall.isRelativeTypescripts.preupgrade.pathinstallFrom.isRelativeTypeversionscripts.preinstall.isRelativeTypeidentifierinstallTopreinstall.shpreinstall.sh \ No newline at end of file diff --git a/contrib/MacOSX/ngIRCd.pmdoc/02de-contents.xml b/contrib/MacOSX/ngIRCd.pmdoc/02de-contents.xml new file mode 100644 index 00000000..bc1e5a79 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/02de-contents.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/contrib/MacOSX/ngIRCd.pmdoc/02de.xml b/contrib/MacOSX/ngIRCd.pmdoc/02de.xml new file mode 100644 index 00000000..59b52023 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/02de.xml @@ -0,0 +1 @@ +de.barton.ngircd.launchscript.pkg1de.barton.ngircd.plist/Library/LaunchDaemonsparentscripts.postinstall.pathscripts.postupgrade.pathinstallFrom.isRelativeTypeinstallTo.pathinstallToidentifierpostinstall.shpostinstall.sh \ No newline at end of file diff --git a/contrib/MacOSX/ngIRCd.pmdoc/Makefile.am b/contrib/MacOSX/ngIRCd.pmdoc/Makefile.am new file mode 100644 index 00000000..e11eeb1e --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/Makefile.am @@ -0,0 +1,18 @@ +# +# ngIRCd -- The Next Generation IRC Daemon +# Copyright (c)2001-2008 Alexander Barton +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# Please read the file COPYING, README and AUTHORS for more information. +# + +EXTRA_DIST = index.xml \ + 01ngircd-contents.xml 01ngircd.xml 02de-contents.xml 02de.xml + +maintainer-clean-local: + rm -f Makefile Makefile.in + +# -eof- diff --git a/contrib/MacOSX/ngIRCd.pmdoc/index.xml b/contrib/MacOSX/ngIRCd.pmdoc/index.xml new file mode 100644 index 00000000..553e3050 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.pmdoc/index.xml @@ -0,0 +1,188 @@ +ngIRCd/Users/alex/Desktop/ngIRCd.mpkgde.barton.ngircdngIRCd – next generation IRC (Internet Relay Chat) server daemon//Library/LaunchDaemons01ngircd.xml02de.xmlproperties.customizeOptionproperties.titledescriptionproperties.anywhereDomainproperties.systemDomain \ No newline at end of file -- cgit 1.4.1