Index: head/net/tableutil/Makefile =================================================================== --- head/net/tableutil/Makefile (revision 550840) +++ head/net/tableutil/Makefile (revision 550841) @@ -1,18 +1,22 @@ # Created by: jameskamlyn@gmail.com # $FreeBSD$ PORTNAME= tableutil PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://expiretable.fnord.se/ MAINTAINER= jameskamlyn@gmail.com COMMENT= Utility for converting and aggregating lists of IP addresses + +LICENSE= ISCL +LICENSE_FILE= ${PATCHDIR}/LICENSE.txt PLIST_FILES= bin/tableutil man/man1/tableutil.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/net/tableutil/files/LICENSE.txt =================================================================== --- head/net/tableutil/files/LICENSE.txt (nonexistent) +++ head/net/tableutil/files/LICENSE.txt (revision 550841) @@ -0,0 +1,13 @@ +Copyright (c) 2005 Henrik Gustafsson + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Property changes on: head/net/tableutil/files/LICENSE.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/tableutil/files/patch-conf__variable.h =================================================================== --- head/net/tableutil/files/patch-conf__variable.h (nonexistent) +++ head/net/tableutil/files/patch-conf__variable.h (revision 550841) @@ -0,0 +1,9 @@ +--- conf_variable.h.orig 2005-08-01 08:39:48 UTC ++++ conf_variable.h +@@ -46,6 +46,5 @@ struct variable *variable_invert(struct variable *rhs) + void variable_save_cidr(char *file, struct variable *rhs); + void variable_save_range(char *file, struct variable *rhs); + void variable_save_single(char *file, struct variable *rhs); +-variable_list_t variable_list; + + #endif /*_CONF_VARIABLE_H_*/ Property changes on: head/net/tableutil/files/patch-conf__variable.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property