summaryrefslogtreecommitdiff
path: root/multimedia/xanim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix MASTER_SIITESDirk Meyer2003-09-061-1/+1
| | | | | | | http://people.freebsd.org/~fenner/portsurvey/ Notes: svn path=/head/; revision=88650
* - add more sitesDirk Meyer2003-04-061-1/+3
| | | | | | | Obtained from: netbsd Notes: svn path=/head/; revision=78396
* - rmove offline site xanim.va.pubnix.comDirk Meyer2003-04-052-4/+6
| | | | | | | - add new mirror Notes: svn path=/head/; revision=78325
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-1/+1
| | | | | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78074
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* Add more sites to MASTER_SITESDirk Meyer2003-01-021-1/+4
| | | | | | | Suggested by: Yonatan@xpert.com Notes: svn path=/head/; revision=72222
* - Update to 2.92.0Dirk Meyer2003-01-024-38/+86
| | | | Notes: svn path=/head/; revision=72173
* - Take maintainership, Update pending.Dirk Meyer2002-12-091-1/+1
| | | | | | | http://people.freebsd.org/~dinoex/ports/xanim/ Notes: svn path=/head/; revision=71483
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-4/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Make this build and install cleanly on alpha so as to unblock the kdeAndrew Gallatin2002-06-013-23/+35
| | | | | | | | | build. Approved by: kris Notes: svn path=/head/; revision=60442
* Fix build problem on 5-current.Motoyuki Konno2002-04-111-0/+14
| | | | | | | | <machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable and 5-current. See commitlog of src/include/Makefile rev 1.165. Notes: svn path=/head/; revision=57551
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Update to version 2.80.2.Steve Price2000-12-112-1/+7
| | | | | | | | PR: 23085 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=35843
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Correct man page entryChris Piazza1999-12-041-2/+1
| | | | | | | | PR: 15233 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23598
* The manpage is in section n and isn't compressed.Steve Price1999-11-261-1/+2
| | | | Notes: svn path=/head/; revision=23372
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Turn off sound support except on the i386 port.Steve Price1999-06-221-5/+7
| | | | Notes: svn path=/head/; revision=19668
* Fix path for shareds objects.Thomas Gellekum1999-06-071-1/+1
| | | | Notes: svn path=/head/; revision=19287
* Use FreeBSD-ELF shared objects for the new supported codecs.Thomas Gellekum1999-05-314-34/+49
| | | | | | | Support for aout is gone, you'll have to use an older package. Notes: svn path=/head/; revision=19152
* More WWW: additionsMichael Haro1999-05-061-1/+1
| | | | Notes: svn path=/head/; revision=18564
* Add homepage. Incidentally, this DESCR is a little long.Tim Vanderhoek1999-04-271-0/+2
| | | | Notes: svn path=/head/; revision=18152
* Update to 2.80.1Seiichirou Hiraoka1999-03-313-49/+53
| | | | | | | | PR: ports/10864 Submitted by: mharo@area51.fremont.ca.us Notes: svn path=/head/; revision=17496
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-13/+13
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Provide replacements for the NetBSD (a.out) .o modules from the Linux (ELF)Mark Murray1998-09-272-5/+15
| | | | | | | | world. This works in this case because the supplied .o modules make no (Linux) syscalls. Notes: svn path=/head/; revision=13453
* Convert to ELF.Mark Murray1998-09-142-20/+21
| | | | Notes: svn path=/head/; revision=13118
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-1/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* Upgrade to 2.70.7.0.Thomas Gellekum1998-04-283-88/+70
| | | | | | | | PR: 6435 Submitted by: Donald Burr <dburr@POBoxes.com> Notes: svn path=/head/; revision=10732
* "$(INCDIR)" -> "$(INCDIR)/X11" to make XFree86-3.3 config files happy.Satoshi Asami1997-06-121-0/+17
| | | | Notes: svn path=/head/; revision=6894
* Upgrade, 2.70.6.3 -> 2.70.6.4.Masafumi Max NAKANE1997-06-093-17/+19
| | | | | | | | PR: 3814 Submitted by: Brian Handy <handy@lambic.space.lockheed.com> Notes: svn path=/head/; revision=6826
* Master site has moved.Satoshi Asami1996-12-071-8/+5
| | | | | | | Submitted by: Lars Fredriksen <fredriks@Mcs.Net> Notes: svn path=/head/; revision=4853
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Upgrade to 2.70.6.3Andrey A. Chernov1996-09-264-35/+44
| | | | | | | Add creative encoding Notes: svn path=/head/; revision=3880
* Upgrade to 2.70.4.3Andrey A. Chernov1996-03-263-6/+65
| | | | Notes: svn path=/head/; revision=2896
* Clean this up a bit. My criteria: don't type the same thing twice. :)Satoshi Asami1996-03-091-11/+12
| | | | Notes: svn path=/head/; revision=2810
* upgraded to version 2.70.3; added support for cinepak and indeo codecsEric L. Hernes1996-03-082-6/+19
| | | | Notes: svn path=/head/; revision=2805
* Upgrade to 2.70.1Andrey A. Chernov1995-09-223-7/+6
| | | | Notes: svn path=/head/; revision=2175
* Add blurb about animation formats from the man page. Without this,Satoshi Asami1995-08-151-3/+41
| | | | | | | the DESCR file is not very useful. ;) Notes: svn path=/head/; revision=2064
* Upgrade to xanim 2.69.7.8Scott Mace1995-05-044-7/+7
| | | | | | | xanim now supports audio! Notes: svn path=/head/; revision=1601
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-8/+8
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* The manual page get installed as xanim.1.gz instead of xanim.1x. CorrectAndreas Schulz1995-02-041-1/+1
| | | | | | | the packing list for that. Notes: svn path=/head/; revision=878
* Initial revisionJordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=862
* Piero Serini's xanim port.Jordan K. Hubbard1994-11-064-0/+27
Submitted by: piero Notes: svn path=/head/; revision=333