Index: head/japanese/ebnetd/Makefile =================================================================== --- head/japanese/ebnetd/Makefile (revision 449883) +++ head/japanese/ebnetd/Makefile (revision 449884) @@ -1,46 +1,47 @@ # Created by: Motoyuki Kasahara # $FreeBSD$ PORTNAME= ebnetd PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ MAINTAINER= yasu@utahime.org COMMENT= Servers for accessing CD-ROM books via TCP/IP -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libeb.so:japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} CONFIGURE_ENV= PERL=${PREFIX}/bin/perl USERS= ${EBNETD_USER} GROUPS= ${EBNETD_GROUP} # Local variables LOGDIR= /var/log RUNDIR= /var/run EBNETD_USER= ebnetd EBNETD_GROUP= ebnetd USE_RC_SUBR= ebhttpd ebnetd ndtpd SUB_FILES= pkg-message PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME} \ EBNETD_USER=${EBNETD_USER} \ EBNETD_GROUP=${EBNETD_GROUP} INFO= ebnetd ebnetd-ja post-patch: ${REINPLACE_CMD} -e "s/%%EBNETD_USER%%/${EBNETD_USER}/" \ -e "s/%%EBNETD_GROUP%%/${EBNETD_GROUP}/" \ ${WRKSRC}/ebnetd.conf.sample.in post-install: ${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME} .include Index: head/japanese/ebnetd/files/patch-configure =================================================================== --- head/japanese/ebnetd/files/patch-configure (revision 449883) +++ head/japanese/ebnetd/files/patch-configure (revision 449884) @@ -1,20 +1,16 @@ here is a new patch file in order not to use sed; % cat files/patch-configure ---- configure.orig 2003-12-28 17:53:30.000000000 +0900 -+++ configure 2012-01-29 11:25:20.000000000 +0900 -@@ -3874,11 +3874,6 @@ +--- configure.orig 2003-12-28 08:53:30 UTC ++++ configure +@@ -3874,11 +3874,6 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xp cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in - # Check for GNU sed and select it if it is found. - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then - lt_cv_path_SED=$lt_ac_sed - break - fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in - - - - Index: head/japanese/ebnetd/files/patch-doc-ja_ebnetd-ja.texi =================================================================== --- head/japanese/ebnetd/files/patch-doc-ja_ebnetd-ja.texi (revision 449883) +++ head/japanese/ebnetd/files/patch-doc-ja_ebnetd-ja.texi (revision 449884) @@ -1,13 +1,13 @@ ---- ../ebnetd-1.0-dist/doc-ja/ebnetd-ja.texi Wed Sep 3 20:26:39 2003 -+++ doc-ja/ebnetd-ja.texi Sat Oct 2 23:50:34 2004 +--- doc-ja/ebnetd-ja.texi.orig 2003-09-03 11:26:39 UTC ++++ doc-ja/ebnetd-ja.texi @@ -8,9 +8,7 @@ @dircategory CD-ROM Book Utilities @direntry -* EBNETD: (ebnetd). Network EB Library server. -* NDTPD: (ndtpd). Server for accessing CD-ROM books with NDTP. -* ebHTTPD: (ebhttpd). Server for accessing CD-ROM books with HTTP. +* EBNETD-ja: (ebnetd-ja). Servers for accessing CD-ROM books via TCP/IP @end direntry @ifinfo Index: head/japanese/ebnetd/files/patch-doc_ebnetd.texi =================================================================== --- head/japanese/ebnetd/files/patch-doc_ebnetd.texi (revision 449883) +++ head/japanese/ebnetd/files/patch-doc_ebnetd.texi (revision 449884) @@ -1,13 +1,13 @@ ---- ../ebnetd-1.0-dist/doc/ebnetd.texi Wed Sep 3 20:26:39 2003 -+++ doc/ebnetd.texi Sat Oct 2 23:46:15 2004 +--- doc/ebnetd.texi.orig 2003-09-03 11:26:39 UTC ++++ doc/ebnetd.texi @@ -8,9 +8,7 @@ @dircategory CD-ROM Book Utilities @direntry -* EBNETD: (ebnetd). Network EB Library server. -* NDTPD: (ndtpd). Server for accessing CD-ROM books with NDTP. -* ebHTTPD: (ebhttpd). Server for accessing CD-ROM books with HTTP. +* EBNETD: (ebnetd). Servers for accessing CD-ROM books via TCP/IP @end direntry @ifinfo Index: head/japanese/ebnetd/files/patch-ebnetd.conf.sample.in =================================================================== --- head/japanese/ebnetd/files/patch-ebnetd.conf.sample.in (revision 449883) +++ head/japanese/ebnetd/files/patch-ebnetd.conf.sample.in (revision 449884) @@ -1,16 +1,16 @@ ---- ebnetd.conf.sample.in.orig 2003-06-15 20:39:55.000000000 +0900 -+++ ebnetd.conf.sample.in 2014-11-30 18:17:51.227415186 +0900 +--- ebnetd.conf.sample.in.orig 2003-06-15 11:39:55 UTC ++++ ebnetd.conf.sample.in @@ -17,11 +17,11 @@ ### Owner of the server process. ### (default: none) -user ndtpuser +user %%EBNETD_USER%% ### Group of the server process. ### (default: none) -group ndtpgrp +group %%EBNETD_GROUP%% ### How many clients can be connected to the server at the same time. ### (default: 1)