Date: Sat, 16 Jul 2005 19:19:08 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83554: [NEW PORT] chinese/pcmanx: PCManX is a BBS client using GTK+ 2.x Message-ID: <20050716111908.5856373023@chinsan.twbbs.org> Resent-Message-ID: <200507161120.j6GBKI3K013852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83554 >Category: ports >Synopsis: [NEW PORT] chinese/pcmanx: PCManX is a BBS client using GTK+ 2.x >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 Jul 16 11:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jul 7 10:03:49 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: PCManX is a BBS client using GTK+ 2.x Screenshot: http://pcmanx.csie.net/ Thanks. :) >How-To-Repeat: >Fix: --- pcmanx.shar begins here --- # 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: # # pcmanx # pcmanx/Makefile # pcmanx/distinfo # pcmanx/pkg-descr # pcmanx/pkg-plist # echo c - pcmanx mkdir -p pcmanx > /dev/null 2>&1 echo x - pcmanx/Makefile sed 's/^X//' >pcmanx/Makefile << 'END-of-pcmanx/Makefile' X# New ports collection makefile for: pcmanx X# Date created: 2005/07/16 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= pcmanx XPORTVERSION= 0.1.5 XCATEGORIES= chinese net XMASTER_SITES= http://pcmanx.csie.net/release/ XDISTNAME= pcmanx-pure-gtk2-${PORTVERSION} X X# Maintainership available: drop me a line if interested :p XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= PCManX is a BBS client using GTK+ 2.x X XUSE_GNOME= gtk20 intlhack XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XUSE_LIBTOOL_VER= 13 X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" X.else XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.include <bsd.port.pre.mk> X Xpost-patch: X @${REINPLACE_CMD} -e 's|pixmaps|icons|g' ${WRKSRC}/Makefile.in X @${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/src/Makefile.in X X.include <bsd.port.post.mk> END-of-pcmanx/Makefile echo x - pcmanx/distinfo sed 's/^X//' >pcmanx/distinfo << 'END-of-pcmanx/distinfo' XMD5 (pcmanx-pure-gtk2-0.1.5.tar.gz) = 02d171685d31c548ad79d59d4946c799 XSIZE (pcmanx-pure-gtk2-0.1.5.tar.gz) = 493870 END-of-pcmanx/distinfo echo x - pcmanx/pkg-descr sed 's/^X//' >pcmanx/pkg-descr << 'END-of-pcmanx/pkg-descr' XPCManX is a BBS client for X Window System using GTK+ 2.x. X XWWW: http://pcmanx.csie.net/ END-of-pcmanx/pkg-descr echo x - pcmanx/pkg-plist sed 's/^X//' >pcmanx/pkg-plist << 'END-of-pcmanx/pkg-plist' Xbin/pcmanx X%%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo X%%DATADIR%%/emoticons X%%DATADIR%%/sitelist Xshare/applications/pcmanx.desktop Xshare/icons/pcmanx.png X@unexec rmdir %D/share/applications 2>/dev/null || true X@dirrm %%DATADIR%% END-of-pcmanx/pkg-plist exit --- pcmanx.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050716111908.5856373023>