1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

2417 Commits

Author SHA1 Message Date
Kris Kennaway
2de884520a Resurrect the musicbox port, which was prematurely sent to the grave by
Will.
2002-05-06 20:55:05 +00:00
Patrick Li
857aafeab4 Update to 1.03
PR:		37752
Submitted by:	maintainer
2002-05-04 17:24:29 +00:00
Akinori MUSHA
4778f66bd4 Update to 0.12. 2002-05-03 16:41:37 +00:00
Patrick Li
dd56d6d55e Update to 0.19
PR:		37682
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-02 22:36:31 +00:00
Patrick Li
ed4180a41e Update to 0.0.28
PR:		37683
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-02 21:23:37 +00:00
Patrick Li
2615f2d46f Grip crashes on current because malloc'ed memory is not zeroed.
PR:		37652
Submitted by:	maintainer
Reported by:	anholt
2002-05-02 01:37:47 +00:00
Ying-Chieh Liao
ab20d7313a upgrade to 0.5.5 2002-05-01 07:42:21 +00:00
Dmitry Sivachenko
a517ea22e4 Fix build on -current;
Fix detection of freetype library.

PR:		36657
Submitted by:	MAINTAINER
2002-05-01 07:26:03 +00:00
Mario Sergio Fujikawa Ferreira
ac456c5dd9 Fix PLIST
Submitted by:	Alan E <ports@geeksrus.net>
2002-05-01 01:05:22 +00:00
Maxim Sobolev
64f011aa41 - Use proper ${INSTALL_XXX} instead of ${INSTALL} for installing binaries and
scripts;
- remove junk at the beginning of files/bktrctl.sh.

PR:		37427
Submitted by:	maintainer
2002-04-29 14:57:53 +00:00
Ying-Chieh Liao
bf4487e566 use USE_PYDISTUTILS 2002-04-29 11:36:54 +00:00
Alfred Perlstein
c5de2a9149 use __bswap{16,32} instead of __uint8_swap_uint{16,32} (because the
functions no longer exist), this is probably wrong, it should be
using htons or equivelant, but i'd like to have this unbroken for
now on recent 5.x systems.
2002-04-29 07:53:39 +00:00
Mario Sergio Fujikawa Ferreira
dbb9f0c084 o Fix PLIST
o Do not bump PORTREVISION

Submitted by:	Alan E <ports@geeksrus.net>
Reviewed by:	Lauri Watts <lauri@kde.org>
2002-04-29 02:16:02 +00:00
Patrick Li
7063da1328 Update to 1.3.12
PR:		37541
Submitted by:	maintainer
2002-04-28 21:01:25 +00:00
Bruce A. Mah
4806d5734a Unbreak for -CURRENT (byte-swapping macros changed names).
Run-tested on 4-STABLE/i386 and 5-CURRENT/i386.

Approved by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp> (maintainer)
2002-04-27 02:22:51 +00:00
Jun Kuriyama
71bc45443a s@machine/soundcard.h@sys/soundcard.h@. 2002-04-25 12:24:32 +00:00
Maxim Sobolev
b0a84db592 Update to 0.2.25. 2002-04-24 19:03:37 +00:00
Maxim Sobolev
734f6e07f5 Update port to the lastest version.
PR:		37401
Submitted by:	Olexander Kunytsa <kunia@istc.kiev.ua>
2002-04-24 11:40:26 +00:00
Alexander Leidinger
4231616b5c Add xmms-gdancer 0.4.4,
XMMS Visualization plugin, displays dancing
figures.

Approved by:	steve
2002-04-23 16:46:05 +00:00
Will Andrews
d54d1eaf5d Update to 3.0. Sigh. 2002-04-23 00:13:10 +00:00
Anders Nordby
9c4361e5b2 Enable building of the GTK GUI.
Build it + define USE_GTK only if GUI is wanted/GTK is installed.

Silence by:	maintainer && jim

PR:		35014
2002-04-22 01:22:48 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Ying-Chieh Liao
2d37093f4d upgrade to 3.0.0
PR:		37283
Submitted by:	maintainer
2002-04-20 15:32:40 +00:00
Ying-Chieh Liao
653b1b1664 add mhwaveedit 1.1.3
A graphical program for editing sound files
2002-04-19 14:11:38 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Mario Sergio Fujikawa Ferreira
f01572a009 Update to 0.7.3
PR:		36758
Submitted by:	Michael Nottebrock <lofi@lofi.dyndns.org>
Reviewed by:	freebsd-multimedia (silence)
2002-04-18 02:58:08 +00:00
Maxim Sobolev
4aff315557 - Update to 1.0.5;
- don't unconditionally add -O2 to CFLAGS;
- use devel/sld12 instead of devel/sdl10 because the latter is doomed for
  deorbiting.

Approved by:	maintainer
2002-04-17 14:28:23 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Maxim Sobolev
969c7195c4 Update to 1.2.3. 2002-04-17 12:36:12 +00:00
Joe Marcus Clarke
1943c8dbf5 I had a typo in one of the file names in the last commit. It should read
patch-cddbslave::cddbsubmit.c.
2002-04-17 02:24:04 +00:00
Joe Marcus Clarke
a5b086e407 Add some CD-related fixes to gnomemedia. Bump PORTREVISION.
* Allow CDDB submissions to work correctly
* Make sure the file descriptor passed to ioctl() is open first.  This allows
  gtcd to read the CD volume as something other than 0.

Submitted by:	Arne H Juul <Arne.Juul@fast.no>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 20:02:53 +00:00
Anders Nordby
fbfcab2a16 PORTVISION => PORTREVISION.
Fix list of installed files/docs + pkg-plist.

PR:		37058
Submitted by:	maintainer
2002-04-14 14:02:00 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Joe Marcus Clarke
8065193b31 machine/soundcard.h -> sys/soundcard.h
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 15:57:06 +00:00
SADA Kenji
10948d5b50 Distfile is available on new site.
Submitted by:	Christian Brueffer <chris@unixpages.org>
PR:	ports/36942
2002-04-12 07:47:11 +00:00
Mario Sergio Fujikawa Ferreira
0ebddf3f82 Update to 2.0 pre 3 2002-04-12 00:00:29 +00:00
Motoyuki Konno
8d4724eed2 Fix build problem on 5-current.
<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.
2002-04-11 00:22:33 +00:00
Motoyuki Konno
9e0cb30d0b Fix build problem on 5-current.
<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.
2002-04-11 00:11:41 +00:00
Christian Weisgerber
7589f334a1 machine/soundcard.h -> sys/soundcard.h
PR:		36966
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
2002-04-10 20:41:58 +00:00
Akinori MUSHA
2d61ed98fc Update to 0.3. 2002-04-10 18:27:39 +00:00
Ying-Chieh Liao
430526536a ugprade to 0.18
PR:		36889
Submitted by:	Ports Fury
2002-04-09 07:30:20 +00:00
Will Andrews
b597c9f427 Add a patch to fix build on -current. Untested by me. Should work, though.
PR:		36639
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
2002-04-04 11:49:12 +00:00
David W. Chapman Jr.
5299d2fd32 Update to latest version
PR:		36596
Submitted by:	maintainer
2002-04-01 02:01:59 +00:00
David W. Chapman Jr.
af258a6259 Update to 0.15.0
PR:		36577
Submitted by:	maintainer
2002-03-31 17:35:29 +00:00
Kris Kennaway
1da677f923 Remove #include <malloc.h>
Reorder do-build target in temporal order
2002-03-31 03:45:43 +00:00
Kris Kennaway
0eaee831f9 Remove #include <malloc.h> 2002-03-31 02:47:07 +00:00
Pete Fritchman
4209c18ac1 Fix build on -current: add a missing #include <arpa/inet.h>.
Reported by:	bento
2002-03-30 21:09:02 +00:00
Akinori MUSHA
fa6e768d65 Add ruby-smf 0.11.5, a Ruby module to handle Standard MIDI Files. 2002-03-30 16:59:28 +00:00
Will Andrews
97e6d16408 Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:	bento
2002-03-30 09:07:53 +00:00
Mario Sergio Fujikawa Ferreira
033f8ec097 Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVA
following bsd.java.mk 1.2
2002-03-29 16:19:23 +00:00
Ying-Chieh Liao
30d55b0c4f upgrade to 0.2.2 2002-03-28 16:17:54 +00:00
Mario Sergio Fujikawa Ferreira
dc2fbbac16 Update to new java infrastructure, deploy USE_JAVA 2002-03-28 14:48:49 +00:00
Ying-Chieh Liao
3b5ccf536a upgrade to 2.5.6 2002-03-26 06:22:58 +00:00
Christian Weisgerber
f2107e4728 * Fix encoding of raw files.
Obtained from:	Xiph CVS

* Re-enable assert()s now that we use GNU iconv.
2002-03-26 02:49:06 +00:00
Christian Weisgerber
684225f588 * Update to 0.2.10. Noteworthy changes in this release:
- many bug fixes
  - ID3 tag support

* New homepage URL.
2002-03-25 17:09:26 +00:00
Ying-Chieh Liao
a95886e79e remove redundant .endif 2002-03-25 14:12:01 +00:00
Ying-Chieh Liao
aa50779704 - Add optional Ogg/Vorbis support
PR:		36288
Submitted by:	Ports Fury
2002-03-25 11:44:20 +00:00
Patrick Li
a7dc96946e Update to 1.5.0
Approved by:	petef(maintainer)
2002-03-25 05:44:08 +00:00
Chris D. Faulhaber
7e3f7edc0b #include <arpa/inet.h> for ntohl prototype.
Found by:	bento
2002-03-25 03:42:04 +00:00
Kris Kennaway
b99b7411b4 Remove the cdd port, which was broken long ago by the CAM import. 2002-03-25 02:25:28 +00:00
Bruce A. Mah
e2601dd8bb Unbreak port build on -CURRENT. 2002-03-23 23:08:18 +00:00
Patrick Li
0a6b09feee Add new port audio/py-xmms - XMMS Remote Control Library for Python
PR:		36067
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-23 08:55:39 +00:00
Ying-Chieh Liao
81ab387d19 upgrade to 2.5.5 2002-03-23 07:43:41 +00:00
Ying-Chieh Liao
6d50e1c211 add mp3stat 2.5.2
Read information about mp3s and oggs bitstream
2002-03-21 14:59:48 +00:00
CHOI Junho
fa285f9909 Update to 0.7
PR:		ports/36035
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-21 05:29:39 +00:00
Patrick S. Gardella
cd6d2fa7f5 Add a new port for Ample, a personal MP3 player 2002-03-20 19:29:01 +00:00
Maxim Sobolev
f3249b265a - Update to 1.2.18;
- pass over maintainership to Olexander Kunitsa <kunia@istc.kiev.ua>
  (maintainer timeout).

Submitted by:	Olexander Kunitsa <kunia@istc.kiev.ua>
2002-03-18 18:56:28 +00:00
Ying-Chieh Liao
c7f46491f0 oops... forget to update WWW 2002-03-18 16:33:22 +00:00
Ying-Chieh Liao
8097a63ede upgrade to 0.2.1
drop maintainership
2002-03-18 16:32:18 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Cy Schubert
16a08ce7f6 Add xmms-musepack 1.8.0 port, xMMS input plugin for playing MPC Musepack
(.mpc, .mp+) files.

PR:		35935
Submitted by:	Walter Hop <walter@binity.com>
2002-03-17 17:17:12 +00:00
Luigi Rizzo
e67082c126 Update to version 1.07, which also operates on external flash memory.
patch-aa is not necessary anymore.
2002-03-16 00:14:33 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Patrick Li
14449954e0 Remove unnecessary ORBit dependency that installs an experimental UI plugin
and unbreaks build if ORBit is not installed. Bump PORTREVISION.

PR:		35915
Submitted by:	maintainer
Noticed by:	kris
2002-03-15 05:24:22 +00:00
Anders Nordby
6a7f3a5015 Master site updates: www.freenix.no => atreides.freenix.no for these
files.
2002-03-15 00:31:54 +00:00
Patrick Li
d875f64ac0 Depend on freetype again
PR:		35895
Submitted by:	maintainer
2002-03-14 21:40:53 +00:00
Patrick Li
b46ed553c8 Update to 2.99.0
PR:		35863
Submitted by:	maintainer
2002-03-14 06:56:08 +00:00
Patrick Li
e0e8980b78 Depend on freetype2 libs and fix ORBit detection
PR:		35881, 35845
Submitted by:	maintainer, Steve Wills <steve@stevenwills.com>
2002-03-14 05:58:51 +00:00
Ying-Chieh Liao
6aeb077faf Fix patch problem and project homepage url
PR:		35857
Submitted by:	maintainer
2002-03-13 14:42:32 +00:00
Ying-Chieh Liao
612575a0d6 fix typo when install
Submitted by:	Nathan Sharfi <comatoast@cyclooctane.com> (author)
2002-03-13 12:28:02 +00:00
Jim Mock
4c51432602 Update to version 0.17.
PR:		35786
Submitted by:	KATO Tsuguru <tkato@protomail.com>
2002-03-11 22:24:02 +00:00
Patrick Li
de10a2cdaa Update to 0.90 and add new site
PR:		35751
Submitted by:	maintainer
2002-03-11 21:31:22 +00:00
Ying-Chieh Liao
d6b57d90dc upgrade to 0.2.49
PR:		35745
Submitted by:	maintainer
2002-03-11 08:17:24 +00:00
Ade Lovett
b2edd33fe3 Fix silly typo in last commit. 2002-03-11 06:40:07 +00:00
Trevor Johnson
683f4f96a4 Update the author's master site to ftp.cs.bath.ac.uk, and add
sunsite.univie.ac.at.  The latter was found with
(URL:http://www.alltheweb.com/search?cat=ftp).  I've placed the
Austrian site first in the list because of past troubles at the
author's site.  Remove BROKEN line.
2002-03-10 09:17:54 +00:00
Daniel Harris
d672597c9c Correct WWW. 2002-03-08 20:44:09 +00:00
Patrick Li
a799ac6b02 Update to 3.1.10
PR:		35613
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-07 02:42:41 +00:00
Ying-Chieh Liao
db1d161a69 upgrade to 0.2.7 2002-03-06 07:37:25 +00:00
Ying-Chieh Liao
7e18115a19 add rebler 1.0
A program to convert mpeg2 and ac3 into DivX with ac3 audio
2002-03-06 04:07:37 +00:00
Patrick Li
56e8a08f5c - Update to 1.2.7
- Remove obsolete Vorbis comment in pkg-descr

PR:		35555
Submitted by:	maintainer
2002-03-05 21:09:09 +00:00
Maxim Sobolev
2d6bcf8bcf Update to 0.2.24.
PR:		35468
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-04 09:26:24 +00:00
Patrick Li
adf9ffd3bb Update to 0.13.0
PR:		35445, 35446
Submitted by:	TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>, maintainer
Approved by:	maintainers
2002-03-04 01:37:59 +00:00
Mario Sergio Fujikawa Ferreira
7c48bcc6c7 o Developer has changed the authentication process without re-rolling
binary. Fix documentation adding appropriate notice.
o bump PORTREVISION
2002-02-28 17:02:39 +00:00
Alfred Perlstein
f450492fe7 This port wants audio/lame and audio/dagrab to work nicely, so add them
as RUN_DEPENDS.
2002-02-25 00:46:53 +00:00
Orion Hodson
6e6d30da79 Sync to rat-4.2.20.
Add newpcm patch for FreeBSD-4.4 upwards.
2002-02-24 22:24:06 +00:00
Christian Weisgerber
024d66152a There is no static libao.
Submitted by:	dinoex
2002-02-23 20:05:49 +00:00
Mario Sergio Fujikawa Ferreira
b2d8612049 Update to 2.0 pre 1 2002-02-23 02:26:08 +00:00
Hajimu UMEMOTO
0b6773e60e Make compilable with GKrellM 1.2.9.
PR:		ports/35211
2002-02-22 16:50:24 +00:00
Maxim Sobolev
6a6fbb4e6f Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited
along with libaudiofile dependency.
2002-02-21 09:38:01 +00:00
Ying-Chieh Liao
b81dc20c3e upgrade to 0.8 2002-02-21 06:22:00 +00:00
Patrick Li
e29128b955 - Update to 20020217
- Pass the maintainership wand to submitter

PR:		35162
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-02-21 01:26:32 +00:00
Maxim Sobolev
9ed2aa0e7c Regen after DIST_SUBDIR change. 2002-02-20 18:36:10 +00:00
Maxim Sobolev
3601714abc Update to 0.2.3. 2002-02-20 18:34:30 +00:00
Patrick Li
7a6b638295 Update to 0.89
Approved by:	maintainer
2002-02-18 18:08:01 +00:00
Maxim Sobolev
3639e8a772 Prevent /bin/sh from hanging around along with esd just polluting ps(1) output.
This is more a "style" fix than anything else, so that leave PORTREVISION
intact.
2002-02-18 10:10:18 +00:00
Dag-Erling Smørgrav
2b4d7bc2c7 Remove patches that break audio capability detection, as well as a patch
that works around a driver bug that was fixed a year ago.

PR:		ports/33617, ports/32670, ports/35009, ports/32669
2002-02-18 09:34:12 +00:00
Maxim Sobolev
2c3745f2f6 Hand over maintainership to des@FeeeBSD.org.
Submitted by:	des
2002-02-18 08:12:10 +00:00
Patrick Li
40e85eab18 Update to 1.1.3
PR:		35044
Submitted by:	maintainer
2002-02-17 21:50:47 +00:00
Patrick Li
f1ab6f3488 Update to 3.4
PR:		35063
Submitted by:	maintainer, naddy
2002-02-17 21:48:03 +00:00
Patrick Li
b094625e96 Update to 1.2
PR:		33351
Submitted by:	Nils Holland <nilstisys.org@tisys.org>
Approved by:	maintainer
2002-02-17 02:33:05 +00:00
Christian Weisgerber
dcfe30c010 Disable some asserts() that assume implementation characteristics
of glibc iconv().
2002-02-14 16:59:45 +00:00
Trevor Johnson
0f022ae0d9 Use <stdlib.h> instead of deprecated <malloc.h>.
Update to sphinx2-0.4.
2002-02-12 07:31:26 +00:00
Trevor Johnson
dca3a2ee6d A recursive wget of ftp://ftp.maths.bath.ac.uk/pub/dream/ turns up
no files at all.  They have been missing for at least several days.
2002-02-11 23:06:25 +00:00
Trevor Johnson
8cf8b47dbc The Porters' Handbook says that for ports marked RESTRICTED, "the
distfiles/packages will not be available even from our FTP sites."
Even though I marked these RESTRICTED, packages have appeared on
the FTP sites.  Perhaps this was due to the "#" in the RESTRICTED
line.
2002-02-11 22:55:44 +00:00
Trevor Johnson
7c4c235009 Suppress warnings generated by inclusion of malloc.h.
PR:		34559
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2002-02-11 22:36:29 +00:00
Patrick Li
ef50d23ae5 Fix typo
PR:		34814
Submitted by:	Steve Wills <steve@stevenwills.com>
2002-02-11 05:30:10 +00:00
Pete Fritchman
3efbb13265 - update to 1.4.8
- update WWW: tag to new homepage
- use my FreeBSD.org email address in pkg-descr

PR:		34748
Submitted by:	Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
2002-02-09 18:17:40 +00:00
Kevin Lo
1b804d590e Initial import of baudline 0.88
Baudline is a real-time signal analysis tool and an offline
time-frequency browser.

PR: 34484
Submitted by: David Yeske <dyeske@yahoo.com>
2002-02-09 09:45:40 +00:00
Patrick Li
38ad23f657 Fix MASTER_SITES and remove redundant distinfo entry
PR:		34726
Submitted by:	maintainer
2002-02-08 04:26:44 +00:00
Patrick Li
8091f48c62 Autodetect port depends
PR:		34724
Submitted by:	maintainer
2002-02-08 03:49:46 +00:00
Patrick Li
218357eb16 Update to 0.5.2
PR:		34721
Submitted by:	maintainer
2002-02-08 03:35:11 +00:00
Christian Weisgerber
2da0affcd4 MAINTAINER resigns.
Submitted by:	David Lebel <lebel@lebel.org>
2002-02-07 22:43:57 +00:00
Patrick Li
0148c8ec32 Update to 2.0.4
PR:		34645
Submitted by:	maintainer
2002-02-06 05:02:44 +00:00
Christian Weisgerber
d086779181 * remove libogg dependency already implied by libvorbis one
* add iconv dependency
* simplify configure call
2002-02-03 22:07:46 +00:00
Yaroslav Tykhiy
57875f1752 Add a new port: mp3ck
Mp3ck is a portable utility for checking the consistency of MPEG
Layer 2 or 3 streams or files.  The primary accent of the check is
on the seamless flow of frames and tags since most MPEG defects
introduced by aborted network transfers manifest theirselves in its
breakage.

Its ability to detect such defects is its main difference from
other mp3*check utilities from our port collection.
2002-02-03 11:04:04 +00:00
Christian Weisgerber
740bce094f * Update master site and homepage.
* autoconf -> configure
* Update to release 2.2.5.  Notable changes in this version:
  + added configuration window option to swap bytes on audio output

Approved by:	fenner
2002-01-31 21:20:24 +00:00
Ying-Chieh Liao
175baab272 add cheesetracker 0.2.4
An Impulse Tracker clone
2002-01-31 09:18:13 +00:00
CHOI Junho
dbbfe11180 Activate uzoo-console, a So-ri-ba-da client.
PR:		ports/34475
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-01-31 06:30:42 +00:00
CHOI Junho
799d21a8ce Activate So-ri-bad-a, a free So-ri-ba-da client for X11. 2002-01-31 06:21:56 +00:00
Ying-Chieh Liao
1f2ebcefe9 add sonice 1.2
Sonice eases reencoding of .ogg files
2002-01-30 13:49:02 +00:00
Patrick Li
22db11cebf Update to 0.12.1
PR:		34421
Submitted by:	maintainer
2002-01-30 00:36:02 +00:00
Akinori MUSHA
d5819cf547 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 09:33:26 +00:00
Christian Weisgerber
7dbf65c308 Properly mark installation of shared libs.
Submitted by:	will
2002-01-27 12:50:50 +00:00
Patrick Li
1993ac41c0 Fix conflicts during compilation since libc now has strcasestr
PR:		34116
Submitted by:	Peter Hollaubek <fifteen@inext.hu>
2002-01-27 03:31:17 +00:00
Patrick Li
64758c9a38 Fix for autoconf
PR:		34227
Submitted by:	Kazuyoshi Komine <komine@cc.meisei-u.ac.jp>
2002-01-27 02:36:57 +00:00
Trevor Johnson
8b4b38812f Update to 4.16.
Submitted by:	Sven Petai <hadara@bsd.ee>
PR:		34160

also:

Use new FIND and DATADIR macros.

Simplify do-install target.

Add warning.

The csound.txt data file has been renamed upstream to csound.xmg,
so don't rename it to csound.dat.  Users will know it is not a text
file.
2002-01-23 00:45:37 +00:00
FUJISHIMA Satsuki
c4c115b149 quotes from the PR:
>>>>
1. Add a timeout to CDDB connect, so it won't hang forever.
2. Remove two patches that did nothing.
3. Fix misspellings of "psychedelic".
4. Change MASTER_SITE to MASTER_SITE_SOURCEFORGE, since SF has multiple
	download URLs.

Note 1: I had to remove the original site when I added MASTER_SITE_SOURCEFORGE,
because the md5sums don't match, although the untarred contents do.
Note 2: patch-ad, which was also removed, was folded into patch-grip.c.
<<<<

PR:		34152
Submitted by:	maintainer
2002-01-22 17:11:00 +00:00
Bill Fenner
65a8e477e6 Remove greg@rosevale.com.au as MAINTAINER; mail.rosevale.com.au has been
bouncing mail with an "5.7.1 Access denied" message for 2.5 months.
2002-01-21 19:31:58 +00:00
Christian Weisgerber
62e38448d2 fix typo in master site URL 2002-01-21 16:18:42 +00:00
FUJISHIMA Satsuki
206cb60bcc o update to 2.11.0.
o PORTDOCS.

PR:		34080-34085
Submitted by:	maintainer
2002-01-21 03:32:00 +00:00
FUJISHIMA Satsuki
322a96176d o Update to 0.12.0
o Add WITH_MPG321 option which build this port with
  RUN_DEPENDS=mpg321 instad of mpg123

PR:		34094
Submitted by:	TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
Reviewed by:	maintainer
2002-01-21 01:33:39 +00:00
Trevor Johnson
c4d1d674d5 A contributor to grip has offered to maintain the port.
PR:		34093
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-01-20 22:23:54 +00:00
Trevor Johnson
937eb4c851 Try to fix linking error introduced in last revision. 2002-01-20 20:30:58 +00:00
Christian Weisgerber
824c134eb9 Limit attempt to build with 3DNow! support to i386 architecture.
This fixes MP3 playing on alpha.

Approved by:	(no response from maintainer)
2002-01-20 19:02:36 +00:00
Mario Sergio Fujikawa Ferreira
52758a2afe Update to 1.3.pre1 2002-01-20 18:57:55 +00:00
Mario Sergio Fujikawa Ferreira
743a870705 Update to 0.7.2 2002-01-20 18:56:47 +00:00
Yaroslav Tykhiy
8299b51666 Update this port to match the CDDB.pm 1.08 distribution. 2002-01-20 17:34:28 +00:00
Patrick Li
7d456e9565 Shared library version bump from libvorbis update
PR:		34070
Submitted by:	maintainer
2002-01-20 00:22:51 +00:00
Patrick Li
8dd6628243 Add new port audio/xmms-fc - A XMMS future composer input plugin
PR:		33752
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-01-20 00:14:22 +00:00