# New ports collection makefile for: Day of Defeat Half-Life Dedicated Server # Date created: Sat Mar 24 00:10:43 EST 2001 # Whom: pat@databits.net et al # # $FreeBSD$ # PORTNAME= dod PORTVERSION= 1.0b PORTEPOCH= 1 MASTER_SITES= ftp://ftp.clanserver4u.de/exp/hl/mod/dod/ \ ftp://ftp2.extreme-players.de/hl/mod/dod/ \ http://mirror.redphive.org/ DISTFILES= dod_v10_linux${EXTRACT_SUFX} dod_v10b${EXTRACT_SUFX} COMMENT= Half-Life mod Day of Defeat full server package for Linux WRKSRC= ${WRKDIR}/${PORTNAME} HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" ='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2.2pav2005-12-304-47/+42
| | | | | | | - Take maintainership PR: ports/91033 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* QFaxReader is a monochrome/color multipage tiff/fax files visualisationpav2005-12-295-0/+75
| | | | | | | utility. Is designed for the users who receive faxes using computers. PR: ports/90414 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Check if stdin is a TTY, otherwise bail out as per BATCH mode.jmz2005-12-242-0/+2
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* - Update to 1.3pav2005-12-225-11/+18
| | | | | PR: ports/90768 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
* - Update to 0.3erwin2005-12-226-57/+23
| | | | | | | New version new mastersite new maincoder PR: 90592 Submitted by: Soeren Straarup <xride@x12.dk> (maintainer)
* Update MASTER_SITE.jmz2005-12-181-1/+1
|
* Upgrade to version 1.1.34jmz2005-12-173-4/+29
| | | | Add a workaround (patch-mg_m_init.c) so that it works on FreeBSD 6 (see PR kern/87208)
* Don't require Perl to build.obrien2005-12-171-2/+2
|
* Change email address for all my ports.anray2005-12-162-3/+3
| | | | Approved by: sem(mentor)
* Obey PREFIX/LOCALBASE.lawrance2005-12-121-1/+3
| | | | | PR: ports/90246 Submitted by: Søren Straarup <xride@x12.dk> (maintainer)
* - Respect LOCALBASE/X11BASEtdb2005-12-121-0/+9
| | | | | | PR: 90232 Submitted by: Soeren Straarup <xride@x12.dk> (maintainer) Approved by: clement (mentor)
* Unbreak: Builds fine with newer GCC on 4.xvs2005-12-081-1/+1
|
* Update to 1.03.0lawrance2005-12-088-38/+20
| | | | | | PR: ports/89648 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: kirill@solaris.ru (maintainer, timeout 14+ days)
* - Update to 0.2ehaupt2005-12-083-9/+10
| | | | | | | - Nuke pkg-plist PR: 90019 Submitted by: Dmitry Komissaroff <dxi@mail.ru> (maintainer)
* [PATCH] comms/spandsp: [fix build on FreeBSD < 5.3edwin2005-12-053-3/+18
| | | | | | | | tgmath.h doesn't exist in FreeBSD prior to 5.3, so fake it when building on earlier FreeBSD PR: ports/89958 Submitted: Tod McQuillin <devin@spamcop.net>
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* [MAINTAINER-UPDATE] ports comms/spandspedwin2005-12-049-12/+18
| | | | | | | Upgrade port to more recent version of spandsp PR: ports/89919 Submitted by: wlloyd@slap.net
* - Update to 3.0.7tdb2005-12-042-4/+3
| | | | | | PR: 89888 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) Approved by: clement (mentor)
* Update to 1.46skv2005-12-032-3/+4
| | | | Changes: http://search.cpan.org/src/COSIMO/Device-Modem-1.46/Changes
* - Add forgotten patch to unbreak plist.kuriyama2005-12-022-0/+12
| | | | Reported by: pointyhat via kris
* Add SHA256 to my BSD# portstmclaugh2005-12-011-0/+1
| | | | Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Upgrade to 8.1.12.kuriyama2005-11-306-26/+11
| | | | | | | | | - Add HTTP to MASTER_SITE. - Minor fixes to conserver.sh. - Remove harmful patch for conserver.cf sample. Submitted by: Andrew Pantyukhin PR: ports/88420
* Chase shlib version bump of net-snmp.kuriyama2005-11-301-0/+1
|
* Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformedlawrance2005-11-301-1/+1
| | | | | | | | sed command). PR: ports/89422 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
* Make /dev/cuad0 the default serial port in FreeBSD 6 and newer.anders2005-11-272-68/+8
| | | | | | | | | Drop the script to choose serial port and make the link from /dev/modem (I assume people do not need or want it anymore), set the port directly instead (and let people override with a make switch if they want). Users can change the default port in the configuration anyway. PR: ports/82241
* - Fix serial ports name for FreeBSD >= 6.0sem2005-11-272-0/+28
| | | | | PR: ports/89282 Reported by: Karsten Thygesen
* With portmgr hat on, reset inactive maintainer. There have been severallinimon2005-11-272-2/+2
| | | | maintainer-timeouts.
* big whitespace cleanup (see ports/65409)edwin2005-11-251-2/+2
| | | | | | PR: ports/65828 Submitted by: trevor Approved by: ache
* New port: comm/uticomedwin2005-11-245-0/+45
| | | | | | | | usbcomm driver for TUSB3410 uart-to-usb converter WWW: http://sf.net/projects/uticom PR: ports/87809 Submitted by: Dmitry Komissaroff <dxi@mail.ru>
* - Add SHA256pav2005-11-2424-0/+24
|
* [patch] comms/birda unexpireedwin2005-11-244-31/+16
| | | | | | | | | | | | | | | | | | | | | PR 88049 marked comms/birda as deprecated because the old distfile is no longer available on NetBSD's ftp server. This is because they now ship birda-1.1 This patch updates the port to 1.1, unbreaking birda. I use this port routinely and would hate to see it gone. I would be happy to be maintainer of birda if current maintainer has no interest maintaining it. PR: ports/88968 Submitted by: Matthew Luckie <mjl@luckie.org.nz> ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically distinfo CVS: Added Files: CVS: files/patch-lib-Makefile CVS: Removed Files: CVS: files/patch-iassrv.c CVS: ----------------------------------------------------------------------
* Reset maintaineredwin2005-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | Date: Tue, 22 Nov 2005 20:07:13 -0500 From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu> To: Matthew Luckie <mjl@luckie.org.nz> Subject: Re: comms/birda On Nov 22, 2005, at 8:05 , Matthew Luckie wrote: >I'm wondering if you've had a chance to take a look at PR 88968, which >removes the deprecation status from comms/birda. I'm no longer running FreeBSD; someone else will have to deal. -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
* Add uird, a Universal IR Receiver Daemonehaupt2005-11-244-0/+59
| | | | | PR: 89404 Submitted by: lx@deepthought.redundancy.org
* - Add some SHA256spav2005-11-241-0/+1
|
* - Update to 1.11pav2005-11-2312-103/+252
| | | | | PR: ports/89430 Submitted by: Diane Bruce <db@db.net> (maintainer)
* - add SHA256dinoex2005-11-201-0/+1
|
* Add SHA256mnag2005-11-161-0/+1
| | | | | PR: 89114 Submitted by: maintainer
* Add SHA256mnag2005-11-161-0/+1
| | | | | PR: 89113 Submitted by: maintainer
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1516-20/+16
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix pkg-plist and remove a no-op line from makefile.lawrance2005-11-142-2/+0
| | | | Reported by: kris
* Update to 0.6.10mnag2005-11-146-41/+48
| | | | | | | Add SHA256 PR: 88921 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - add SHA checksumdinoex2005-11-132-0/+2
|
* Respect LOCALBASEmnag2005-11-133-4/+8
| | | | | | | Add SHA256 PR: 88891 Submitted by: Diane Bruce <db@db.net> (maintainer)
* Fix IGNORE capitalisationlawrance2005-11-121-1/+1
| | | | Noticed by: kris
* Fix bluetooth.h search path.jylefort2005-11-124-8/+14
| | | | | PR: ports/88660 Submitted by: Thiemo Nordenholz <nz@thiemo.net>, maintainer
* - Mark it as DEPRECATED - master site disapearedgarga2005-11-111-0/+3
| | | | | | | | - Set EXPIRATION_DATE PR: ports/88064 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (16 days)
* - Mark it as DEPRECATED - master site disapearedgarga2005-11-111-0/+3
| | | | | | | | - Set EXPIRATION_DATE PR: ports/88095 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (15 days)
* - Add a .if to check for kernel sourcelawrance2005-11-112-0/+5
| | | | | | - Add SHA256 Curse of: hindsight
* Add vpb-driver 2.4.9, device-driver for the Voicetronix OpenLine4 PCIlawrance2005-11-1116-0/+612
| | | | | | | | | telephony cards. This is a port of the 4.x driver from the vendor, for 5.x. PR: ports/77471 Submitted by: Chris Forkin <chris@forkin.com>
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-112-2/+2
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Update to 0.5.1 [1]garga2005-11-103-15/+22
| | | | | | | - Add SHA256 PR: ports/88727 [1] Submitted by: maintainer [1]
* - Add fix for stricter mcs in 1.1.9.xtmclaugh2005-11-103-4/+18
| | | | | | | - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Use gawk instead of awk. This fixes a problem sending email notifications.lawrance2005-11-102-2/+6
| | | | | | | | | - Bump PORTREVISION. - Add SHA256. PR: ports/85369 Submitted by: Phil Kernick <philk@rotfl.com.au> Approved by: tdv94ped@cs.umu.se (maintainer, timeout 5 weeks)
* Remove unfetchable MASTER_SITESmnag2005-11-103-4/+2
| | | | | | | | | Remove WWW Add SHA256 PR: 88046 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout, 14 days
* Update MASTER_SITESmnag2005-11-102-1/+3
| | | | | | | | Add SHA256 PR: 88060 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout, 14 days
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-051-2/+2
|
* Fix build under resent 7.0 (src/sys/sys/interrupt.h rev. 1.32).osa2005-11-052-23/+82
| | | | Bump PORTREVISION.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0510-5/+10
|
* - Make PREFIX/LOCALBASE clean.lawrance2005-11-031-2/+2
| | | | | | | - Remove an old no-op REINPLACE_CMD. PR: ports/88289 Submitted by: Diane Bruce <db@db.net> (maintainer)
* Update mastersite and www.linimon2005-10-312-2/+2
| | | | | PR: ports/88062 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to 0.6.4 [1]jylefort2005-10-304-36/+4
| | | | | | | | - Respect ${CXX} [1]: PR: ports/88214 Submitted by: maintainer
* Back out previous commit, the pkg-plist may have been fixed already.kris2005-10-291-2/+0
|
* BROKEN: Incorrect pkg-plistkris2005-10-291-0/+2
|
* Use MASTER_SITE_LOCAL. The real master site uses a temporary redirect tonaddy2005-10-281-1/+4
| | | | | | insert a session ID into the URL, which causes fetching problems. PR: 88065
* Change MASTER_SITESmnag2005-10-271-1/+1
| | | | | PR: 88058 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Update MASTER_SITE [1]mnag2005-10-272-6/+6
| | | | | | | Make portlint happyer PR: 88050 [1] Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1]
* Update WWWmnag2005-10-271-1/+1
| | | | | PR: 88053 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Change port to DEPRECATEDmnag2005-10-271-0/+3
| | | | | | PR: 88049 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (maintainer via email to Jean Milanez Melo)
* Update to 1.7.0ehaupt2005-10-263-4/+10
| | | | | PR: 87976 Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
* Fix INDEX build, and correct broken dependency.marcus2005-10-251-1/+1
| | | | | Reported by: kris' make index script Approved by: portmgr hat
* * Daniel O'Connor <doconnor@gsoft.com.au> has agreed to take overmikeh2005-10-251-1/+1
| | | | maintainership as I don't actively use this port anymore.
* * Patch for vga on i386.mikeh2005-10-252-1/+7
| | | | PR: ports/87832
* * Update to 0.7.2.mikeh2005-10-199-153/+126
| | | | | PR: ports/86528 Submitted by: Daniel J. O'Connor <darius@dons.net.au>
* - Mark it as BROKEN: Doesn't build on 4.xgarga2005-10-191-2/+1
| | | | | Reported by: krismail Approved by: maintainer
* Update to 3.0.6jylefort2005-10-172-3/+3
| | | | | PR: ports/87561 Submitted by: maintainer
* Remove myself from MAINTAINERache2005-10-161-1/+1
|
* . Make this port build and install correctly on amd64 (and hopefully onglewis2005-10-132-2/+25
| | | | | | all future architectures we might support). Approved by: "Ari Suutari" <ari.suutari@syncrontech.com> (maintainer)
* . Update to 0.7.glewis2005-10-132-3/+3
| | | | | PR: 84651 Submitted by: "Ari Suutari" <ari.suutari@syncrontech.com> (maintainer)
* - Update to 0.8.1sem2005-10-1210-111/+5
| | | | | PR: ports/87256 Submitted by: maintainer
* Update to 2.2perky2005-10-102-3/+3
| | | | | PR: 86614 Submitted by: Soeren Straarup <xride@x12.dk>
* Remove obsolete mastersite.linimon2005-10-093-3/+0
| | | | Source: distfile survey
* Fix mastersite subdir.linimon2005-10-091-1/+1
|
* Remove obsolete mastersite.linimon2005-10-091-2/+1
| | | | Source: distfile survey
* Backport a patch from Hylafax CVS which fixes a problem sending faxes on 5.x.lawrance2005-10-082-1/+62
| | | | | | | | | Bump PORTREVISION. PR: ports/85368 Submitted by: Phil Kernick <philk@rotfl.com.au> Approved by: tdv94ped@cs.umu.se (maintainer, timeout) Obtained from: Hylafax CVS
* o Update to -> 1.1.2mich2005-10-052-3/+3
|
* Maintainer update: comms/efax-gtk 3.0.5edwin2005-10-052-3/+3
| | | | | | | | This is an update of comms/efax-gtk to version 3.0.5. Thanks in advance! PR: ports/86906 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
* - Change my e-mailaz2005-10-03