# New ports collection makefile for: sirc # Date created: 4 May 1998 # Whom: Doug Barton # # $FreeBSD$ # # If you need SOCKS support, define SOCKS_SERVER with # the name of your SOCKS proxy and remove the '#'. # You should also check the default port and DNS # setting in ${PREFIX}/bin/sirc after installation. # # SOCKS_SERVER= your.socks.proxy PORTNAME= sirc PORTVERSION= 2.211 CATEGORIES= irc MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ http://dougbarton.net/FreeBSD/Downloads/ MAINTAINER= DougB@FreeBSD.org COMMENT= Small (150k), fast, perl-based IRC client USE_PERL5= yes .if exists(/usr/bin/perl5) SHORT_PERL5=/usr/bin/perl5 .else SHORT_PERL5=${PREFIX}/bin/perl5 .endif post-extract: .if !defined(SOCKS_SERVER) @${ECHO_MSG} '' @${ECHO_MSG} "SOCKS proxy support is available with this client." @${ECHO_MSG} "If you need SOCKS support edit the Makefile in this" @${ECHO_MSG} "directory according to the instructions at the top of it." @${ECHO_MSG} "Then do 'make clean', 'make deinstall' (if needed)" @${ECHO_MSG} "then 'make install'." @${ECHO_MSG} '' .endif pre-patch: @${CP} ${SCRIPTDIR}/sirc-proto ${WRKSRC} do-patch: .if defined(SOCKS_SERVER) @${PATCH} ${PATCH_DIST_ARGS} < ${PATCHDIR}/patch-aa @${SED} 's:SOCKS_SERVER\=:SOCKS_SERVER\=${SOCKS_SERVER}:' \ ${WRKSRC}/sirc-proto > ${WRKSRC}/sirc-proto.1 @${SED} 's:PREFIX.SED:${PREFIX}:' ${WRKSRC}/sirc-proto.1 \ > ${WRKSRC}/sirc-proto.2 @${SED} 's:PERL5.SED:${SHORT_PERL5}:' ${WRKSRC}/sirc-proto.2 \ > ${WRKSRC}/sirc .else @${SED} 's:PREFIX.SED:${PREFIX}:' ${WRKSRC}/sirc-proto \ > ${WRKSRC}/sirc-proto.1 @${SED} 's:PERL5.SED:${SHORT_PERL5}:' ${WRKSRC}/sirc-proto.1 \ > ${WRKSRC}/sirc .endif do-build: ${CC} ${CFLAGS} ${WRKSRC}/ssfe.c -o ${WRKSRC}/ssfe -ltermcap do-install: ${MKDIR} ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/n0thing.pl ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/sirc.help.gz ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/socks.pl ${PREFIX}/libexec/sirc ${INSTALL_SCRIPT} ${WRKSRC}/dsirc ${PREFIX}/libexec/sirc ${INSTALL_PROGRAM} ${WRKSRC}/ssfe ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/sirc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ssfe.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/sirc.1 ${PREFIX}/man/man1 .if defined(SOCKS_SERVER) ${ECHO_CMD} '&load("socks.pl");' >> ${PREFIX}/libexec/sirc/sircrc.pl .endif .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/PROGRAMMING ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/README.socks ${PREFIX}/libexec/sirc .endif MAN1= sirc.1 ssfe.1 .include antw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=796ca2181da8232bc1deac5125d4ca28ccdb889a'/> 796ca2181da8232bc1deac5125d4ca28ccdb889a Approved by: portmgr blanket
Approved by:	portmgr blanket
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run 2013-09-24T06:24:17+00:00 bapt bapt@FreeBSD.org 2013-09-24T06:24:17+00:00 5c563445feeb5a8337c610fef2fcec2bb3ff26ca Exp-run by: bdrewery
Exp-run by:	bdrewery
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts) 2013-09-20T23:51:14+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:51:14+00:00 b47ac46abd811e3c8ee18c563e782daeb84aa918

The FreeBSD x11 team proudly presents 2013-05-25T14:37:02+00:00 zeising zeising@FreeBSD.org 2013-05-25T14:37:02+00:00 715298b528f23a6a763e28623a4c98f1365c81ce an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
- Get Rid MD5 support 2011-03-19T12:38:54+00:00 miwi miwi@FreeBSD.org 2011-03-19T12:38:54+00:00 4ab972b7468e739167f0f48c87471c6c6b7da9e5

- Please welcome Xorg 7.5.1 2011-02-25T16:52:50+00:00 miwi miwi@FreeBSD.org 2011-02-25T16:52:50+00:00 afbd9adc91ea20af30292938d6abd193791ae93f The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

	Beat Gaetzi
	Dima Panov
	Koop Mast
	Eitan Adler
	and all Testers.

PR:		ports/147646
		ports/148035
		ports/148744
		ports/150223
		ports/152889
		ports/154457
- Update to Xorg 7.5 2010-05-01T11:41:07+00:00 miwi miwi@FreeBSD.org 2010-05-01T11:41:07+00:00 988b674197d5158ec2b9735dd2a18cab568384cd The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*

or:

portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.

Tested by:	Community and 2x exp-runs