aboutsummaryrefslogtreecommitdiff
path: root/irc/riece
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - Update to 6.1.0Martin Wilke2009-09-252-5/+4
| | | | | | | | | PR: 139126 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintianer) Feature safe: yes Notes: svn path=/head/; revision=242090
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 6.0.0Andrey Slusar2009-07-053-4/+6
| | | | | | | | PR: ports/136282 Submitted by: Yasuhiro KIMURA (maintainer) Notes: svn path=/head/; revision=237184
* - Update to 5.0.0Beech Rintoul2008-06-283-6/+8
| | | | | | | | PR: ports/124968 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=215892
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Make riece-emacs21 as slave to rieceSergey Matveychuk2007-08-081-1/+0
| | | | | | | | PR: ports/114671 Submitted by: maintainer Notes: svn path=/head/; revision=197332
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 4.0.0Andrey Slusar2007-05-313-5/+6
| | | | | | | | PR: ports/113136 Submitted by: KIMURA Yasuhiro (maintainer) Notes: svn path=/head/; revision=192483
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 3.1.2Andrey Slusar2007-01-293-4/+10
| | | | | | | | PR: ports/108506 Submitted by: KIMURA Yasuhiro (maintainer) Notes: svn path=/head/; revision=183613
* Update to 3.1.1Andrey Slusar2006-10-042-4/+4
| | | | | | | | PR: ports/103929 Submitted by: KIMURA Yasuhiro (maintainer) Notes: svn path=/head/; revision=174470
* Update to 3.1.0Andrey Slusar2006-07-302-4/+4
| | | | | | | | PR: ports/101023 Submitted by: KIMURA Yasuhiro (maintainer) Notes: svn path=/head/; revision=169112
* - update to 3.0.0Cheng-Lung Sung2006-05-303-5/+8
| | | | | | | | PR: ports/98071 Submitted by: maintainer (KIMURA Yasuhiro) Notes: svn path=/head/; revision=163937
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Remove trailing spacesEdwin Groothuis2005-12-271-2/+2
| | | | Notes: svn path=/head/; revision=152136
* - Update to 2.0.2Simon Barner2005-11-233-3/+6
| | | | | | | | | | - Add SHA256 PR: ports/89266 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=149126
* irc/riece: New version 2.0.1 is releasedEdwin Groothuis2005-10-043-3/+5
| | | | | | | | | | New version 2.0.1 is released. PR: ports/86908 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=144229
* Update to 2.0.0Sam Lawrance2005-09-043-3/+30
| | | | | | | | PR: ports/85679 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=141880
* Since ports/75832 is already closed by committing a workaround, this portJeremy Messenger2005-07-251-7/+1
| | | | | | | | | | should not be marked BROKEN on ia64 now. PR: ports/83972 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=140066
* - Mark BROKEN on ia64.Florent Thoumie2005-04-151-1/+7
| | | | | | | | PR: ports/79936 Submitted by: maintainer Notes: svn path=/head/; revision=133426
* - Update to 1.0.8.Florent Thoumie2005-03-062-5/+3
| | | | | | | | | PR: ports/78513 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=130493
* - Update to 1.0.7bPav Lucistnik2005-02-082-3/+4
| | | | | | | | PR: ports/77196 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=128293
* - Update to 1.0.7Pav Lucistnik2005-02-053-5/+18
| | | | | | | | PR: ports/77143 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=128098
* - Update to new version 1.0.6Volker Stolz2004-12-092-4/+6
| | | | | | | | | | - Add MASTER_SITE_SAVANNAH to MASTER_SITES PR: ports/74698 Submitted by: maintainer Notes: svn path=/head/; revision=123572
* - Update to 1.0.5Pav Lucistnik2004-11-074-48/+6
| | | | | | | | PR: ports/73637 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=121033
* - Fix bug in DCC protocol handling.Pav Lucistnik2004-11-062-0/+44
| | | | | | | | | PR: ports/73542 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Obtained from: author Notes: svn path=/head/; revision=120956
* Bump PORTEPOCH because the PORTVERSION is changed fromHiroki Sato2004-11-031-0/+1
| | | | | | | | | | 1.4.0 to 1.0.4 due to the repocopy and it prevents upgrading with portupgrade. Approved by: KIMURA Yasuhiro (yasu at utahime dot org) (maintainer) Notes: svn path=/head/; revision=120717
* Add a missing file.Hiroki Sato2004-10-311-0/+6
| | | | | | | Noticed by: ume Notes: svn path=/head/; revision=120539
* Add irc/riece (and irc/riece-emacs20, repocopy'd from irc/liece*), whichHiroki Sato2004-10-314-177/+136
| | | | | | | | | | is an IRC client for Emacs. Riece is a redesign of the Liece IRC client. Prodded by: nork PR: ports/67852 Notes: svn path=/head/; revision=120529
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.4.10 (Bug fix release).Yoichi NAKAYAMA2002-10-153-12/+3
| | | | Notes: svn path=/head/; revision=68078
* Update to 1.4.9Yoichi NAKAYAMA2002-10-054-7/+13
| | | | Notes: svn path=/head/; revision=67395
* Update to 1.4.8Yoichi NAKAYAMA2002-08-262-3/+2
| | | | Notes: svn path=/head/; revision=65034
* * Follow the locale changeYoichi NAKAYAMA2002-05-132-121/+94
| | | | | | | | * Rearrange according to the removal of xemacs21-mule stub. * Bump up port revision Notes: svn path=/head/; revision=58994
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+3
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Update to 1.4.7.Yoichi NAKAYAMA2002-03-233-17/+10
| | | | | | | It does not need flim any more. Notes: svn path=/head/; revision=56491
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to 1.4.6.Yoichi NAKAYAMA2002-02-123-14/+23
| | | | Notes: svn path=/head/; revision=54603
* Change dependency from flim-1.13 to flim-1.14.Yoichi NAKAYAMA2001-12-051-4/+10
| | | | | | | Reviewed by: knu(mentor) Notes: svn path=/head/; revision=51068
* Move master port to irc/liece and add support for emacs21.Yoichi NAKAYAMA2001-12-042-77/+81
| | | | | | | Approved by: knu(mentor) Notes: svn path=/head/; revision=51027
* Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.Shigeyuki Fukushima2001-11-051-5/+6
| | | | | | | | | | | | | Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current. Activate flim113-{emacs,mule,emacs20,xemacs21-mule}. Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}. Synchronize the dependency with changing port name of flim/semi. Approved by: maintainers Notes: svn path=/head/; revision=49613
* ldcc/ltcp have been moved to irc/liece-dcc.Akinori MUSHA2001-05-062-4/+3
| | | | Notes: svn path=/head/; revision=42318
* Install Japanese message catalogue.Akinori MUSHA2001-04-102-1/+10
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=41216
* Add liece-emacs20 and liece-xemacs21-mule, yet another IRC clientAkinori MUSHA2001-04-105-0/+200
which runs under Emacsen. PR: ports/26462 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>, knu Notes: svn path=/head/; revision=41186