summaryrefslogtreecommitdiff
path: root/chat/amsn
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-06-25* sort PLISTobache8-1057/+1098
* Fixes PLIST other than Linux (not for Darwin yet). * using desktopdb.mk Bump PKGREVISION.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-12Updated amsn to 0.98.3.rillig5-366/+1902
No useful ChangeLog available.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-70/+1
2008-06-14Treat DragonFly same as other *BSDs.obache2-4/+13
Patch provided by Hasso Tepper in PR 38849.
2008-01-05Sent the patch upstream.rillig2-3/+5
2008-01-05Updated amsn to 0.97.rillig4-609/+833
No ChangeLog available. :( Fixes PR 37509.
2007-08-30Fix interpreter pathes and add dependency on Perl and bash asjoerg1-9/+28
they are used. Bump revision.
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter1-2/+2
packages up to date.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-05-23Removed trailing white-space.rillig1-1/+1
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
2005-01-22Renamed tls to tcl-tls.peter1-2/+2
2005-01-22Include security/tls as dependency.peter1-1/+3
Bump PKGREVISION. Should fix PR pkg/29024 from Julio M. Merino Vidal.
2005-01-18Initial import of amsn-0.94 into the NetBSD Packages Collection.peter4-0/+812
Alvaro's Messenger, or Another MSN messenger clone is a modified and multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh). It's a clone of the original MSN Messenger, having the same look and feel. Some of it features are: * Sound for Events * Look and Feel similar to original MSN Messenger * Multilanguage (Around 40 languages currently supported) * Running multiple instances of AMSN at once for multiple logins * File Transfers * Group Support * Normal and Animated Emoticons with sounds * Chat History