Age | Commit message (Collapse) | Author | Files | Lines |
|
are called p5-*.
I hope that's all of them.
|
|
|
|
|
|
|
|
|
|
and add a dependency on Python for the two installed Python scripts. No
version bump since this hasn't been buildable in a long time.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
* Fixes PLIST other than Linux (not for Darwin yet).
* using desktopdb.mk
Bump PKGREVISION.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
No useful ChangeLog available.
|
|
|
|
|
|
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
|
|
|
|
Patch provided by Hasso Tepper in PR 38849.
|
|
|
|
No ChangeLog available. :(
Fixes PR 37509.
|
|
they are used. Bump revision.
|
|
packages up to date.
|
|
From Sergey Svishchev in private mail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION.
Should fix PR pkg/29024 from Julio M. Merino Vidal.
|
|
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
|