aboutsummaryrefslogtreecommitdiffstats
path: root/audio/darkice
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-28 02:43:40 +0800
committerijliao <ijliao@FreeBSD.org>2001-12-28 02:43:40 +0800
commit45d47c3f40825f31157e832d2b2400bd24ddf9d7 (patch)
tree3134b09d8e5f847970122ca793094323811c7546 /audio/darkice
parent4b26596be090081cf5a8e4ea764953675583c5f4 (diff)
downloadfreebsd-ports-gnome-45d47c3f40825f31157e832d2b2400bd24ddf9d7.tar.gz
freebsd-ports-gnome-45d47c3f40825f31157e832d2b2400bd24ddf9d7.tar.zst
freebsd-ports-gnome-45d47c3f40825f31157e832d2b2400bd24ddf9d7.zip
add darkice 0.7
DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer
Diffstat (limited to 'audio/darkice')
-rw-r--r--audio/darkice/Makefile28
-rw-r--r--audio/darkice/distinfo1
-rw-r--r--audio/darkice/pkg-comment1
-rw-r--r--audio/darkice/pkg-descr8
-rw-r--r--audio/darkice/pkg-plist2
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
new file mode 100644
index 000000000000..ef773dcc4331
--- /dev/null
+++ b/audio/darkice/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# New ports collection makefile for: darkice
+# Date created: Dec 28, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= darkice
+PORTVERSION= 0.7
+CATEGORIES= audio net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame-devel \
+ ogg:${PORTSDIR}/audio/libogg \
+ vorbis:${PORTSDIR}/audio/libvorbis
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \
+ --with-vorbis-prefix=${LOCALBASE}
+
+MAN1= darkice.1
+MAN5= darkice.cfg.5
+
+.include <bsd.port.mk>
diff --git a/audio/darkice/distinfo b/audio/darkice/distinfo
new file mode 100644
index 000000000000..730549872cb7
--- /dev/null
+++ b/audio/darkice/distinfo
@@ -0,0 +1 @@
+MD5 (darkice-0.7.tar.gz) = b9caf6a9c0add4a698119fbfbb6dad8b
diff --git a/audio/darkice/pkg-comment b/audio/darkice/pkg-comment
new file mode 100644
index 000000000000..274097213cce
--- /dev/null
+++ b/audio/darkice/pkg-comment
@@ -0,0 +1 @@
+DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer
diff --git a/audio/darkice/pkg-descr b/audio/darkice/pkg-descr
new file mode 100644
index 000000000000..383be35521a8
--- /dev/null
+++ b/audio/darkice/pkg-descr
@@ -0,0 +1,8 @@
+DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It takes
+audio input from a sound card, encodes it into mp3 and/or Ogg Vorbis, and
+sends the mp3 stream to one or more IceCast and/or ShoutCast servers, the
+Ogg Vorbis stream to one or more IceCast2 servers. DarkIce uses lame as a
+shared object as its mp3 encoder, and the Ogg Vorbis as its Ogg Vorbis
+encoder.
+
+WWW: http://darkice.sourceforge.net/
diff --git a/audio/darkice/pkg-plist b/audio/darkice/pkg-plist
new file mode 100644
index 000000000000..7d57b17db947
--- /dev/null
+++ b/audio/darkice/pkg-plist
@@ -0,0 +1,2 @@
+bin/darkice
+etc/darkice.cfg
'insertions'>+2 * Update to Wine 0.9.1.Gerald Pfeifer2005-11-108-16/+16 * Put SHA256 checksums.Makoto Matsushita2005-11-106-6/+8 * - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+1 * Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-091-0/+19 * Update to the first beta version of Wine, 0.9.Edwin Groothuis2005-11-0710-90/+16 * Fix kernel panic after stopping qemu.Norikatsu Shigemura2005-11-064-14/+18 * Inherit KMODDIR.Norikatsu Shigemura2005-11-062-0/+2 * When installed as a package, some (empty) directories are missing. ThisAlexander Leidinger2005-11-064-11/+62 * Fix build on 4.x.Norikatsu Shigemura2005-11-052-0/+48 * Remove expired portsKris Kennaway2005-11-059-145/+0 * Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-0510-5/+10 * - Unbreak on amd64: manually run build-locale-archive that is usually runnedPav Lucistnik2005-11-041-6/+7 * - Update maintainer's addressPav Lucistnik2005-11-041-1/+1 * - Update to 0.101Pav Lucistnik2005-11-042-14/+15 * BROKEN: Does not build reliablyKris Kennaway2005-11-041-0/+2 * BROKEN on amd64: Incorrect pkg-plistKris Kennaway2005-11-041-0/+4 * - Update from 0.8.28.r2 to 0.8.28Emanuel Haupt2005-11-022-4/+3 * - Reset longterm inactive maintainerPav Lucistnik2005-11-022-2/+2 * - Update to 3.4.0Pav Lucistnik2005-11-026-18/+18 * Fix build error.Norikatsu Shigemura2005-10-312-2/+4 * - Update to 2.0.1Renato Botelho2005-10-312-3/+3 * Update to 0.7.2s.2005.1030.Norikatsu Shigemura2005-10-3112-1134/+42 * Add kqemu 0.7.2, is a kernel module to accelerateNorikatsu Shigemura2005-10-3111-0/+1135 * - Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGSRoman Bogorodskiy2005-10-291-1/+8 * BROKEN: UnfetchableKris Kennaway2005-10-281-0/+2 * BROKEN on ia64: Internal compiler errorKris Kennaway2005-10-281-0/+4 * BROKEN: Broken dependencyKris Kennaway2005-10-282-0/+4 * respect $PREFIXYing-Chieh Liao2005-10-272-15/+12 * - make build without X runningDirk Meyer2005-10-263-4/+20 * - update to 1.17Dirk Meyer2005-10-254-72/+41 * - fix dependencyDirk Meyer2005-10-251-0/+3 * - require mupen64-rice only in i385Dirk Meyer2005-10-251-2/+7 * Reset undeliverable maintainer address:Kris Kennaway2005-10-221-1/+1 * - Update to 2.0Pav Lucistnik2005-10-216-58/+27 * - Add one more MASTER_SITERenato Botelho2005-10-201-1/+2 * . register CONFLICTSEmanuel Haupt2005-10-191-0/+2 * . update to 0.8.28.r2, this release fixes some issues on AMD64Emanuel Haupt2005-10-193-36/+12 * The swedish site keeps acting up from pointyhat, so replaceErwin Lansing2005-10-181-2/+3 * These install under ${LINUXBASE}/usr/src/ which is an empty directoryTrevor Johnson2005-10-182-6/+2 * Add an extra master_site, just in case anything happens withErwin Lansing2005-10-161-1/+2 * Mention ed(4) emulation is broken in FreeBSD 6.0-RC1.Jung-uk Kim2005-10-152-2/+16 * Correct dependency on rtc - it has resided in /dev/rtc instead ofMike Silbersack2005-10-141-1/+1 * Fix installation of 001.vmware.shMike Silbersack2005-10-141-3/+3 * Add support to GTK2Marcus Alves Grando2005-10-148-46/+76 * Update to 0.32.4 [1]Marcus Alves Grando2005-10-1310-20/+109 * Fix last commit, make the fetch actually work.Mike Silbersack2005-10-131-1/+1 * Add a working site to fetch the tar.gz from. No version bumpMike Silbersack2005-10-131-1/+1 * - Fix mastersiteErwin Lansing2005-10-132-13/+19 * Pet portlint: s/share\/fuse/%%DATADIR/gSimon Barner2005-10-121-40/+40 * Mark as BROKEN: does not fetch. Reset bouncing maintainer.Mark Linimon2005-10-101-2/+6 * - reformat the pkg-messageAlexander Leidinger2005-10-093-46/+10169 * - Now compiles with system compiler on amd64 again (Klaus-J. Wolf)Pav Lucistnik2005-10-084-32/+20 * Update mastersites. Reset maintainer at his request.Mark Linimon2005-10-072-4/+3 * Fix build on 7.xMarcus Alves Grando2005-10-072-1/+3 * - Update to 0.8.25 [1]Renato Botelho2005-10-065-50/+32 * Change the hz warning so that it doesn't bother you if hz is alreadyMike Silbersack2005-10-061-1/+1 * Change the hz warning so that it doesn't bother you if hz is alreadyMike Silbersack2005-10-061-2/+2 * Use updated kdelibs3 package.Trevor Johnson2005-10-043-4/+4 * Set NO_LATEST_LINK, requested by kris.Trevor Johnson2005-10-041-0/+1 * Fix my email address.Jean-Yves Lefort2005-10-041-1/+1 * Correct the assignment of this unmaintained port.Mark Linimon2005-10-041-1/+1 * Update to the 20050930 version of Wine. We can now build wldap32 again.Gerald Pfeifer2005-10-048-62/+26 * Change description to include amd64 instead of telling to only support x86.Alexander Leidinger2005-10-022-4/+4 * Fix typo.Pawel Jakub Dawidek2005-10-022-2/+2 * Fix a panic on qemu process close (when kqemu is used).Pawel Jakub Dawidek2005-10-024-2/+4 * Fix build in 4.xMarcus Alves Grando2005-10-0110-168/+268 * Update to 2.4b2Marcus Alves Grando2005-10-018-15/+138 * reset maintainer to ports@Oliver Lehmann2005-09-301-1/+1 * With portmgr hat on, reset maintainer. There have been several maintainerMark Linimon2005-09-301-1/+1 * - Mark xmess BROKEN on 5.x until a solution is not foundRenato Botelho2005-09-291-0/+2 * - Update xmame to 0.100 [1]Renato Botelho2005-09-284-97/+81 * We don't need this patch any longer (and haven't for about nine months),Gerald Pfeifer2005-09-252-58/+0 * - Fix plist in WITH_KQEMU casePav Lucistnik2005-09-242-2/+2 * Checking MACHINE_ARCH is deprecated.Trevor Johnson2005-09-241-1/+1 * Add libgcc, which the submitter says is needed by Skype 1.2.0_11.Trevor Johnson2005-09-232-0/+3 * Update zlib.Trevor Johnson2005-09-233-3/+4 * The xorg-x11-libs package is a security update but because I forgotTrevor Johnson2005-09-231-1/+1 * Remove duplicate lines from distinfo file. Most likely this indicatesTrevor Johnson2005-09-231-10/+0 * set CONFLICTSJean-Marc Zucconi2005-09-232-0/+4 * Mark for deprecation. This port is supplanted by emulators/gxemul by theMark Linimon2005-09-171-0/+2 * Chase mastersite.Mark Linimon2005-09-172-2/+2 * Chase updated mastersite.Mark Linimon2005-09-172-2/+2 * Remove obsolete mastersite.Mark Linimon2005-09-151-2/+1 * Remove patch which is no longer needed.Gerald Pfeifer2005-09-142-30/+0 * [PATCH] emulators/m2000: fix plistEdwin Groothuis2005-09-112-34/+31 * Update to 0.7.2s.20050909.Norikatsu Shigemura2005-09-1118-1332/+1232 * - unbreak fetchDirk Meyer2005-09-091-8/+10 * Worst port ever... Add dependency on XLIBEdwin Groothuis2005-09-071-1/+1 * USE_UNZIP doesn't exist, so add a extract-dependency on unzip.Edwin Groothuis2005-09-051-0/+2 * Update to 0.35.r2Jean-Yves Lefort2005-09-053-34/+4 * - Makefile clean up: remove old gcc version checking.Sergey Matveychuk2005-09-041-18/+5 * Remove patch file again to make it buildable.Edwin Groothuis2005-09-041-11/+0 * Sync with master portSam Lawrance2005-08-311-1/+1 * - Update to 0.99Sam Lawrance2005-08-312-9/+9 * Update to the 20050830 version of Wine.Gerald Pfeifer2005-08-3110-114/+102 * Make building possible again by only extracting the .Z file.Edwin Groothuis2005-08-311-0/+1 * prefer local mirror for cassettes.Edwin Groothuis2005-08-301-2/+5 * - Update to 0.35.r1Michael Johnson2005-08-304-62/+30 * - Update to 0.70Renato Botelho2005-08-293-6/+6 * Make portline happy tooEdwin Groothuis2005-08-281-1/+2 * [maintainer update] emulators/fmsxEdwin Groothuis2005-08-286-29/+48 * [new port] emulators/m2000 - Philips P2000 emulatorEdwin Groothuis2005-08-288-0/+256 * Fix build by removing gcc-3.2 since port builds fine on 5/6/7 withKirill Ponomarev2005-08-052-24/+20 * - Add nasm as a dependencyRenato Botelho2005-07-291-0/+2 * SkyEye is an Open Source Software Project. The goal of SkyEye is to provide anPav Lucistnik2005-07-2816-0/+597 * Use PORTDOCS instead PLIST_(FILES|DIRS)Renato Botelho2005-07-281-5/+1 * Add osmose 0.6.30, sega Master System emulator.Renato Botelho2005-07-288-0/+237 * UnbreakVolker Stolz2005-07-272-20/+12 * Update to the 20050725 version of Wine. This abandons the classicGerald Pfeifer2005-07-266-24/+64 * - Fix MASTER_SITE_* together with :1 (tricksy!)Pav Lucistnik2005-07-261-1/+1 * linux_mesa3 (deprecatred) -> linux_dri (possibly hardware accelerated)Alexander Leidinger2005-07-231-2/+8 * This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-234-0/+8 * - Use PLIST_FILES and PORTDOCSPav Lucistnik2005-07-212-7/+9 * - Fix fetch, unbreakPav Lucistnik2005-07-211-4/+2 * BROKEN on ia64 and sparc64: Runaway cc1plus processKris Kennaway2005-07-211-0/+4 * new Linux base port with packages from SUSE 9.3Trevor Johnson2005-07-215-113/+345 * Update to 20050717 snapshot, short ChangeLog:Jeremy Messenger2005-07-1916-592/+212 * BROKEN: UnfetchableKris Kennaway2005-07-181-0/+2 * BROKEN: Incomplete pkg-plistKris Kennaway2005-07-182-0/+4 * - Update to 1.76Jean-Yves Lefort2005-07-162-11/+5 * - Update to 1.17Jean-Yves Lefort2005-07-162-11/+5 * - Remove epsxe-install; the epsxe shell script now maintains ~/.epsxeJean-Yves Lefort2005-07-166-147/+77 * Add linux-pete-xgl2gpu.Jean-Yves Lefort2005-07-165-0/+86 * Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.Dejan Lesjak2005-07-161-2/+12 * Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.Dejan Lesjak2005-07-161-2/+12 * Add gens, a Sega Genesis/CD/32X emulatorMichael Nottebrock2005-07-067-0/+136 * Odyssey2 / Videopac+ emulator.Pav Lucistnik2005-07-0113-0/+546 * - Replace patch-configure with a unified version of the patch.Florent Thoumie2005-06-281-19/+10 * Sync with master port.Roman Bogorodskiy2005-06-261-1/+1 * Update to 0.97.Roman Bogorodskiy2005-06-262-8/+8 * - update to 2.2Dirk Meyer2005-06-245-35/+20 * Update to 4.5Volker Stolz2005-06-224-18/+5 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-1816-79/+67 * Add gcube 0.4, gamecube emulator.Michael Johnson2005-06-176-0/+107 * Add generator-cbiere 0.35, SEGA Genesis emulator.Michael Johnson2005-06-177-0/+178 * Add sound supportPatrick Li2005-06-124-18/+101 * Update to 2005.0, requested by Christopher J. CamisaTrevor Johnson2005-06-12