Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2005 09:18:07 GMT
From:      Reminton <MrL0Lz@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/90176: New Port: security/openvpn-admin GUI frontend to openvpn
Message-ID:  <200512100918.jBA9I7EF066839@www.freebsd.org>
Resent-Message-ID: <200512100920.jBA9K2kG070675@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90176
>Category:       ports
>Synopsis:       New Port: security/openvpn-admin GUI frontend to openvpn
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 10 09:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Reminton
>Release:        6.0-S
>Organization:
>Environment:
FreeBSD vaio 6.0-STABLE FreeBSD 6.0-STABLE #1: Sun Dec  4 01:26:42 PST 2005 mrlol@vaio:/usr/obj/usr/src/sys/VAIO  i386

>Description:
              Patch file fixs incorrect path of iconv
>How-To-Repeat:



>Fix:
# 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:
#
#       Makefile
#       distinfo
#       files
#       pkg-descr
#       pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   openvpn-admin
X# Date Created:                                06 Dec 2005
X# Whom:                                        Remington Lang <MrL0Lz@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=      openvpn-admin
XPORTVERSION=   1.9.1
XCATEGORIES=    security gnome
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    openvpnadmin
X
XMAINTAINER=    MrL0Lz@gmail.com
XCOMMENT=       GUI frontend to openvpn
X
XBUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
X               gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20
XRUN_DEPENDS=   mono:${PORTSDIR}/lang/mono \
X               gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
X               openvpn:${PORTSDIR}/security/openvpn
X
XUSE_GMAKE=     yes
XUSE_GNOME=     gtk20
X
XGNU_CONFIGURE= yes
X
XCONFIGURE_ARGS+=       --prefix=${PREFIX}
X
XWRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
Xdo-install:
X       ${INSTALL_SCRIPT} ${WRKSRC}/openvpn-admin ${PREFIX}/bin
X       ${INSTALL_DATA} ${WRKSRC}/openvpn-admin.pam ${PREFIX}/etc/pam.d
X       ${INSTALL_DATA} ${WRKSRC}/openvpn-admin.desktop ${PREFIX}/share/applications
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (openvpn-admin-1.9.1.tar.gz) = b14376fca9a41e870578e95113820f53
XSHA256 (openvpn-admin-1.9.1.tar.gz) = a3de41a28714f82099b9afbcd10741e8c03dfd6c040d641e2cb17baf4377c406
XSIZE (openvpn-admin-1.9.1.tar.gz) = 344287
END-of-distinfo
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XOpenVPN-Admin is a GUI for OpenVPN
X
XWWW: http://sourceforge.net/projects/openvpnadmin
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/openvpn-admin
Xetc/pam.d/openvpn-admin.pam
Xshare/applications/openvpn-admin.desktop
END-of-pkg-plist
exit

# 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:
#
#       files/patch-intltool-merge.in
#
echo x - files/patch-intltool-merge.in
sed 's/^X//' >files/patch-intltool-merge.in << 'END-of-files/patch-intltool-merge.in'
X--- intltool-merge.in.orig     Fri Dec  9 23:39:27 2005
X+++ intltool-merge.in  Fri Dec  9 23:39:42 2005
X@@ -91,7 +91,7 @@
X
X my %po_files_by_lang = ();
X my %translations = ();
X-my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "/usr/bin/iconv";
X+my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "/usr/local/bin/iconv";X my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
X
X # Use this instead of \w for XML files to handle more possible characters.
END-of-files/patch-intltool-merge.in
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512100918.jBA9I7EF066839>