diff --git a/metadata/categories.conf b/metadata/categories.conf index 52fa7de..850c11d 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -1,5 +1,8 @@ app-arch +app-crypt app-paludis dev-lang +net-libs net-proxy +sys-apps sys-fs diff --git a/packages/app-crypt/sslmake/sslmake-scm.exheres-0 b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 new file mode 100644 index 0000000..0807f72 --- /dev/null +++ b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2013 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="git://github.com/DenisKnauf/${PN}.git" +require scm-git + +SUMMARY="sslmake - Simple smart small certification manager tool" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + run: + sys-devel/make + dev-libs/gnutls +" + +src_install() { + emake install PREFIX=/usr D="${IMAGE}" +} + diff --git a/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 new file mode 100644 index 0000000..3cdd0b4 --- /dev/null +++ b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 @@ -0,0 +1,25 @@ +# Copyright (c) 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +AN=pl-${PV} + +SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment" +HOMEPAGE="http://www.swi-prolog.org/" +DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz" +SLOT="0" +LICENCES="GPL-2 LGPL-2" +PLATFORMS="~amd64 ~x86" +DEPENDENCIES="" + +MYOPTIONS="" +WORK=${WORKBASE}/${AN} + +src_configure() { + econf --libdir="/usr/${LIBDIR}" +} + +src_install() { + keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog + default +} + diff --git a/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 b/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 new file mode 100644 index 0000000..3cdd0b4 --- /dev/null +++ b/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 @@ -0,0 +1,25 @@ +# Copyright (c) 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +AN=pl-${PV} + +SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment" +HOMEPAGE="http://www.swi-prolog.org/" +DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz" +SLOT="0" +LICENCES="GPL-2 LGPL-2" +PLATFORMS="~amd64 ~x86" +DEPENDENCIES="" + +MYOPTIONS="" +WORK=${WORKBASE}/${AN} + +src_configure() { + econf --libdir="/usr/${LIBDIR}" +} + +src_install() { + keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog + default +} + diff --git a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 new file mode 100644 index 0000000..f3d541e --- /dev/null +++ b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 @@ -0,0 +1,24 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v3 + +require easy-multibuild debian-upstream [ suffix=.orig.tar.bz2 ] + +SUMMARY="Generic Security Services Application Program Interface" +DESCRIPTION=" +This library exports a gssapi interface, but doesn't implement any gssapi +mechanisms itself; instead it calls gssapi routines in other libraries, +depending on the mechanism. +" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS=" + multibuild_c: 32 64 +" + +# TODO: deps? +DEPENDENCIES="" + +DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static ) + diff --git a/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 b/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 new file mode 100644 index 0000000..1bff907 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 @@ -0,0 +1,37 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="Network control utility based on systemd" +HOMEPAGE="https://projects.archlinux.org/netctl.git/" +DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-3" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + app-shells/bash + sys-apps/systemd + run: + sys-apps/coreutils + sys-apps/iproute2 + suggestion: + net-misc/bridge-utils + sys-apps/dialog + virtual/dhcp-client +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks +} diff --git a/packages/sys-apps/netctl/netctl-1.5.exheres-0 b/packages/sys-apps/netctl/netctl-1.5.exheres-0 new file mode 100644 index 0000000..1bff907 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.5.exheres-0 @@ -0,0 +1,37 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="Network control utility based on systemd" +HOMEPAGE="https://projects.archlinux.org/netctl.git/" +DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-3" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + app-shells/bash + sys-apps/systemd + run: + sys-apps/coreutils + sys-apps/iproute2 + suggestion: + net-misc/bridge-utils + sys-apps/dialog + virtual/dhcp-client +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks +} diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 new file mode 100644 index 0000000..f6329a5 --- /dev/null +++ b/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 @@ -0,0 +1,16 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-2" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build+run: + sys-fs/xfsprogs +" +DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" ) +