freebsd-ports/japanese/hns/Makefile

30 lines
770 B
Makefile
Raw Normal View History

# Created by: Hyper NIKKI System Project <hnsmaster@h14m.org>
PORTNAME= hns
PORTVERSION= 2.19.9
PORTREVISION= 1
CATEGORIES= japanese www perl5
MASTER_SITES= OSDN/h14m
Reset a few maintainers <adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72] said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) <dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please <kawahara@nlp.kuee.kyoto-u.ac.jp>: Sorry, no mailbox here by that name. (#5.1.1) <hnsmaster@h14m.org>: Host or domain name not found. Name service error for name=h14m.org type=AAAA: Host found but no data record of requested type <jre@vineyard.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) <gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550 Recipient verify failed (in reply to RCPT TO command) <mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1 <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox <gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1 <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command) <mickey@enforcer.cc>: Host or domain name not found. Name service error for name=keep.yourmail.yuk type=AAAA: Host not found <lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. <luke@novum.am.lublin.pl>: Host or domain name not found. Name service error for name=novum.am.lublin.pl type=AAAA: Host not found <aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) With hat: portmgr
2014-05-10 19:48:13 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:35:09 +01:00
COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange
USES= perl5 shebangfix
SHEBANG_FILES= contrib/isystem-0.9.10/index.cgi.in \
public_html/diary/index.cgi.in
perl_OLD_CMD= %PERL_PATH%
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/hns-setup bin/todayhns
PORTDATA= *
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${CP} -pR ${WRKSRC}/ ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/hns-setup ${STAGEDIR}${PREFIX}/bin/hns-setup
${INSTALL_SCRIPT} ${WRKSRC}/contrib/todayhns/todayhns \
${STAGEDIR}${PREFIX}/bin/todayhns
.include <bsd.port.mk>