diff --git a/network/npd6/npd6.cache b/network/npd6/npd6.cache new file mode 100644 index 000000000..853fe0d20 --- /dev/null +++ b/network/npd6/npd6.cache @@ -0,0 +1,10 @@ + +[TIMESTAMP] 1412685731 Tue Oct 7 14:42:11 2014 +[BUILDTIME] 0 (5) +[SIZE] 0.07 MB, 11 files + +[DEP] coreutils +[DEP] gcc +[DEP] glibc +[DEP] linux-header +[DEP] sysfiles diff --git a/network/npd6/npd6.desc b/network/npd6/npd6.desc new file mode 100644 index 000000000..090d98484 --- /dev/null +++ b/network/npd6/npd6.desc @@ -0,0 +1,32 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../npd6/npd6.desc +[COPY] Copyright (C) 2014 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] An IPv6 neighbor proxy daemon + +[T] Provides a proxy service to respond to neighbor solicitations requests +[T] for a pre-defined IPv6 subnet. + +[U] https://github.com/npd6/npd6/archive + +[A] Sean Groarke +[M] Nagy Karoly Gabriel + +[C] extra/network + +[L] GPL +[S] Stable +[V] 1.1.0 +[P] X -----5---9 800.000 + +[D] 365357645 1.1.0.tar.gz https://github.com/npd6/npd6/archive/ diff --git a/network/npd6/use_gitnow.patch b/network/npd6/use_gitnow.patch new file mode 100644 index 000000000..fbda9d322 --- /dev/null +++ b/network/npd6/use_gitnow.patch @@ -0,0 +1,39 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../npd6/use_gitnow.patch +# Copyright (C) 2014 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. +# --- SDE-COPYRIGHT-NOTE-END --- + +From ad66f241cb63e9f7dff4db9b3864c8105dbc6171 Mon Sep 17 00:00:00 2001 +From: Sean Groarke +Date: Fri, 25 Jul 2014 15:10:46 +0200 +Subject: [PATCH] Critical change to Makefile for switch to git + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index a12b145..5addc44 100644 +--- a/Makefile ++++ b/Makefile +@@ -34,7 +34,7 @@ INSTALL_PREFIX=/usr + MAN_PREFIX=/usr/share/man + DEBIAN=debian/ + TARGZ=npd6-$(VERSION) +-DEV:= -D'BUILDREV="$(VERSION).$(shell svnversion -n .)"' ++DEV:= -D'BUILDREV="$(VERSION).$(shell git describe --always )"' + + all: $(SOURCES) $(EXECUTABLE) + +