Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-06 | Support using audio/oss with xanim with USE_OSS defined. | jlam | 1 | -2/+9 | |
2002-09-25 | Create a new variable XANIM_CODECS, whose value is a space-separated list | jlam | 5 | -131/+108 | |
of codecs that may be compiled into xanim: iv32, cvid, and cyuk. The default is to compile them all into xanim. This allows building a xanim that may be distributed on CD-ROM by removing the restricted codecs from the XANIM_CODECS list (currently, this is iv32 and cyuk). For clarity, separate the codec-handling into a separate Makefile.codecs. | |||||
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -2/+3 | |
2002-05-31 | make sure distinfo has *.o.Z files of all platforms | itohy | 2 | -12/+34 | |
2002-05-20 | Add NetBSD tag. | cjep | 1 | -0/+1 | |
2002-02-07 | The inclusion of bsd.pkg.mk before the setting of the EXTRA_FILES | agc | 1 | -2/+4 | |
definition in the package Makefile caused problems when fetching files, since bsd.pkg.mk uses a .for loop to iterate over DISTFILES, thus evaluating ${DISTFILES} at the time the .for line is read - this caused the EXTRA_FILES definitions not to be fetched. I think the reason for the inclusion of bsd.pkg.mk in a non-standard place was to get the values of MACHINE_ARCH and OBJECT_FMT. This all dates from 1998, and my memory's not what it used to be. Fix this by getting these values from bsd.prefs.mk, and including bsd.pkg.mk in the usual place. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-10-21 | Pull in Cinepak support for PowerPC. (The Indeo module has issues.) | mycroft | 3 | -8/+21 | |
2001-10-21 | Fix build problem on systems where "xpkwedge" is not installed. | tron | 2 | -5/+9 | |
2001-10-12 | Fix build problem caused by incorrect include path on systems which use | tron | 2 | -22/+4 | |
"xpkwedge". | |||||
2001-08-27 | Play audio right on big endian machines. | is | 3 | -3/+19 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -14/+27 | |
2001-04-21 | Update mirror list. | wiz | 1 | -6/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-11 | Invoke "xmkmf" with full pathname to avoid problems on systems with two | tron | 1 | -5/+3 | |
X11 installations like e.g. Solaris with OpenWindows and XFree86. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-30 | Make this package work in the presence of xpkgwedge. | agc | 1 | -1/+3 | |
Fixes PR 11558, from Klaus Klein | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -3/+6 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-01-02 | pkglint silencing | wiz | 1 | -3/+3 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-07-07 | Use Linux ELF object files for NetBSD-i386 ELF as suggested by | tron | 3 | -25/+45 | |
Klaus Klein in PR pkg/7355. | |||||
1999-03-28 | update to xanim-2.80.1 | rh | 4 | -1042/+40 | |
1999-03-19 | update to version 2.80.0 | rh | 5 | -129/+1108 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-26 | Update to 2.70.7.0. | mycroft | 4 | -26/+21 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -5/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-20 | Tidy this up a little, and enable it for all architectures. | mycroft | 1 | -6/+2 | |
1998-03-07 | Clean up the audio setup a bit. | mycroft | 1 | -14/+47 | |
1998-02-16 | back out previous change, AUDIO_ENCODING_SLINEAR is right. See pr 5000 why | frueauf | 1 | -2/+2 | |
I was confused. Thanx to Matthias Scheler for forcing me test this again :) | |||||
1998-02-16 | Use AUDIO_ENCODING_LINEAR_LE instead of AUDIO_ENCODING_SLINEAR. | frueauf | 1 | -4/+4 | |
1998-02-16 | Add some .if ${MACHINE_ARCH} cases to get the right object files. | frueauf | 1 | -6/+22 | |
Fixes pr 4998. | |||||
1998-02-15 | Patch by Roland C. Dowdeswell to fix audio playback for NetBSD >=1.3. | tron | 1 | -0/+33 | |
1998-02-15 | Patch by Mark Podlipec to fix crashes with XFree86's 32BPP visual. | tron | 1 | -0/+10 | |
1998-02-15 | man/cat1/xanim.0.gz -> man/cat1/xanim.0 | tron | 1 | -2/+2 | |
1998-02-15 | portlint: make description shorter | tron | 1 | -24/+3 | |
1998-02-15 | Use "gunzip" instead of "uncompress" to avoid NFS problem. | tron | 1 | -3/+3 | |
Patch supplied by David Brownlee in PR pkg/4996. | |||||
1998-02-14 | portlint: add (default) MAINTAINER. | frueauf | 1 | -1/+3 | |
1998-02-12 | Don't mirror distfiles for now - the Indeo and Creative object modules | agc | 1 | -1/+4 | |
are not allowed to be re-distributed. | |||||
1998-02-12 | Fix filenames again, and add checksums for the non-i386 object modules. | agc | 2 | -2/+8 | |
1998-02-12 | Fix silly mistake in object filenames for Sparc architecture. | agc | 1 | -4/+4 | |
1998-02-12 | Add NetBSD RCS Id. | agc | 1 | -1/+2 | |
Correct manual page for NetBSD. | |||||
1998-02-12 | Use NetBSD native audio. | agc | 1 | -82/+50 | |
1998-02-12 | Add NetBSD RCS Id. | agc | 1 | -3/+16 | |
Correct manual page for NetBSD. Enable this for i386, m68k and Sparc architectures (only tested on /i386 as yet). | |||||
1998-02-12 | Initial import of xanim 2.70.6.4, a utility to view movies, into the NetBSD | agc | 6 | -0/+163 | |
packages collection, from the FreeBSD ports collection. |