summaryrefslogtreecommitdiff
path: root/chat/vicq
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-07Re-add PERL5_PACKLIST, lost previous commit. Fixes PR 38846.obache1-4/+6
While here, add DESTDIR support.
2007-12-29Use normal module build logic and do the work for vicq and the man pagejoerg5-34/+19
directly. Fixes the build on DragonFly.
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz1-2/+2
2006-10-08No Makefile -- no tests.rillig1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-08Fix the package configuration of the following packages so that theyjlam3-3/+16
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2004-03-29bl3ify, while here fix typo (DEPEND -> DEPENDS).xtraeme1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-11-15buildlink1 -> buildlink2.jlam1-6/+9
2002-06-15Sort a line in standard order.wiz1-3/+2
2002-06-15Add p5-Term-ReadLine to DEPEND fieldshell1-2/+5
PR#16987 by Kevin Lo <kevlo@kevlo.org>
2002-05-07Update to 0.4.1 (with 0.4.1 tar.bz2 from distribution site).wiz4-21/+20
Changes to 0.4nb1 unknown. Closes pkg/16687 from Kevin Lo.
2002-05-07Not 0.4.1, but 0.4nb1 (should be close enough to the update).wiz1-2/+2
2002-05-07use log_path without trailing /, so that mkdir(2) succeeds whenjdolecek2-1/+33
vicq is creating the directory
2002-05-07Update this to current version. Unfortunately, the author didn'tjdolecek2-4/+5
bump version, so bump to 0.4.1 locally. Changes: o Fixed bug with changing contacts' statuses to offline while saving config o Security fix $HOME/.vicq will have 0700 permissions while creating
2002-03-19use .packlist for perl library. based on PR 15485itojun2-5/+5
2002-03-19forgot to add patchesitojun1-0/+13
2002-03-19upgrade to 0.4.itojun3-7/+10
changelogs are avialable at http://gonzo.kiev.ua/projects/vicq/ChangeLog-0.4
2001-12-30Initial import of vicq-0.3zuntum4-0/+34
vICQ is simple ICQ client written in perl with look & feel of micq and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000 module written by Robin Fisher. Fixes pkg/14718 by Shell Hung <shell@shellhung.org>