Bug 24599 - New ports collection: youbin-3.4
Summary: New ports collection: youbin-3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Masafumi Max NAKANE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-24 11:00 UTC by atsumi
Modified: 2001-11-04 13:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description atsumi 2001-01-24 11:00:01 UTC
	
I would like to contribute a new ports collection named
'youbin-3.4'(http://www.agusa.nuie.nagoya-u.ac.jp/software/agusalab/youbin/archive/youbin-3.4.tar.gz).
youbin is a kind of biff in the network age.
Please have a look at it.
----
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       youbin3
#       youbin3/files
#       youbin3/pkg-comment
#       youbin3/distinfo
#       youbin3/pkg-descr
#       youbin3/pkg-plist
#       youbin3/Makefile
#       youbin3/pkg-req
#
echo c - youbin3
mkdir -p youbin3 > /dev/null 2>&1
echo c - youbin3/files
mkdir -p youbin3/files > /dev/null 2>&1
echo x - youbin3/pkg-comment
sed 's/^X//' >youbin3/pkg-comment << 'END-of-youbin3/pkg-comment'
XMail arrival notification service package
END-of-youbin3/pkg-comment
echo x - youbin3/distinfo
sed 's/^X//' >youbin3/distinfo << 'END-of-youbin3/distinfo'
XMD5 (youbin-3.4.tar.gz) = 561acfa1703a47fcec88aed0873ef10e
END-of-youbin3/distinfo
echo x - youbin3/pkg-descr
sed 's/^X//' >youbin3/pkg-descr << 'END-of-youbin3/pkg-descr'
X---- From README (slightly modified) ---
X
Xyoubin is a kind of biff in the network age. When youbin is used, the
Xmail spool of a certain, specific machine (mail server) is observed to
Xinform the arrival of mail to a user at an arbitrary machine through
Xthe network.  On the other hands, the conventional "biff" informs only
Xthe user who logs in at the machine on which the mail spool
Xresides. Combining with POP, youbin eliminates a lot of NFS mount of
Xmail spool directory caused by checking mail arrival.
X
XSince youbin is designed with event driven, the user is promptly
Xinformed of status change of mail spool caused by arrival of new
Xmessage and/or reading messages.
X
XWWW: http://www.agusa.nuie.nagoya-u.ac.jp/software/youbin/youbin-e.html
X- Max
END-of-youbin3/pkg-descr
echo x - youbin3/pkg-plist
sed 's/^X//' >youbin3/pkg-plist << 'END-of-youbin3/pkg-plist'
Xbin/youbin
Xbin/xyoubin
Xbin/sendto
END-of-youbin3/pkg-plist
echo x - youbin3/Makefile
sed 's/^X//' >youbin3/Makefile << 'END-of-youbin3/Makefile'
X# New ports collection makefile for:   youbin
X# Date created:                        09 Aug 1996
X# Whom:                                Masafumi NAKANE <max@FreeBSD.org>
X#
X# $FreeBSD: ports/mail/youbin/Makefile,v 1.27 2000/10/08 10:22:10 asami Exp $
X#
X
XPORTNAME=      youbin
XPORTVERSION=   3.4
XCATEGORIES=    mail
XMASTER_SITES=  http://www.agusa.nuie.nagoya-u.ac.jp/software/agusalab/youbin/ar
chive/
X
XMAINTAINER=    youbin-suport@agusa.nuie.nagoya-u.ac.jp
X
XUSE_IMAKE=     yes
XUSE_XPM=       yes
XPREFIX?=       ${LOCALBASE}
X
X.include <bsd.port.mk>
END-of-youbin3/Makefile
echo x - youbin3/pkg-req
sed 's/^X//' >youbin3/pkg-req << 'END-of-youbin3/pkg-req'
X#!/bin/sh
Xcase "$2" in
X    INSTALL|BUILD)
X       echo '^G^G**************************************************************
********'
X       echo '*  WARNING!!!                                                     
   *'
X       echo '*  Youbin has potential security problem!!                        
   *'
X       echo '*  It is discouraged to use this program to avoid any security    
   *'
X       echo '*  problem.                                                       
   *'
X       echo '******************************************************************
****'
X       if [ "X${BATCH}" = "Xyes" ]; then
X          exit 0
X       fi
X       read -p 'Would you like to proceed (y/n)? ' ans
X       case "X$ans" in
X         Xy*|XY*)
X           exit 0
X           ;;
X         *)
X           exit 1
X           ;;
X       esac
X    ;;
Xesac
END-of-youbin3/pkg-req
exit
Comment 1 bill fumerola freebsd_committer freebsd_triage 2001-02-19 20:33:03 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

misfiled/trashed PR recovered
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-03-23 17:19:48 UTC
Responsible Changed
From-To: freebsd-ports->max

He is the maintainer.
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2001-11-02 18:31:53 UTC
State Changed
From-To: open->feedback

This port is already in the tree, but at version 2.13.  Could you possibly 
submit a diff to update the current port?
Comment 4 Masafumi Max NAKANE freebsd_committer freebsd_triage 2001-11-04 13:44:10 UTC
State Changed
From-To: feedback->closed

The port has been finally updated.  Sorry for the delay. 

I made various changes to the original submission to reflect  
changes to bsd.port.mk, as well as to avoid some problems during the build. 
Please check and make sure it works as expected.