# New ports collection makefile for: dgd # Date created: 23 August 1994 # Whom: adam@veda.is # # $FreeBSD$ # PORTNAME= dgd PORTVERSION= 1.2p4 PORTREVISION= 2 CATEGORIES= net lang games MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \ ftp://ftp.dworkin.nl/pub/dgd/ \ ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ MAINTAINER= glewis@FreeBSD.org COMMENT= Dworkin's Generic Driver (network server) NO_CDROM= "no distribution to corporate environment" RESTRICTED= "license required for commercial use" OPTIONS= NETWORKING "With networking kfuns" off \ ANSI "Allow ANSI escape codes" off DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src PATCH_WRKSRC= ${WRKDIR}/dgd ALL_TARGET= install USE_REINPLACE= yes .include .if defined(WITH_NETWORKING) PATCH_SITES+= ftp://noname.franken.de/pub/dgd/ PATCHFILES+= Network-1-DGD-1.2p3-patch.gz PLIST_SUB+= NETWORKING="" .else PLIST_SUB+= NETWORKING="@comment " .endif .ifdef (WITH_ANSI) PATCH_SITES+= http://www.eyesbeyond.com/dgd/ PATCHFILES+= ansi.diff .endif .if defined(WITH_NETWORKING) || defined(WITH_ANSI) PATCH_SITES+= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} PATCH_DIST_STRIP= -p1 PATCH_STRIP= -p0 -F 3 .endif do-configure: ${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:" ${WRKDIR}/dgd/mud.dgd .ifdef (WITH_NETWORKING) post-configure: cd ${WRKDIR}/dgd/ && ${FIND} . -name '*.orig' -delete .endif do-install: ${INSTALL_PROGRAM} ${WRKDIR}/dgd/bin/driver ${PREFIX}/sbin/dgd ${INSTALL_PROGRAM} ${WRKDIR}/dgd/bin/precomp ${PREFIX}/bin/precomp ${MKDIR} ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKDIR}/dgd/mud.dgd \ ${PREFIX}/etc/${PORTNAME}/kernel.dgd ${MKDIR} ${DATADIR}/kernel cd ${WRKDIR}/dgd/mud && ${FIND} . \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/kernel # Install an RC script for DGD ${CAT} ${FILESDIR}/dgd.sh | ${SED} -e "s:%%PREFIX%%:${PREFIX}:" \ -e "s:%%DATADIR%%:${DATADIR}:" > \ ${PREFIX}/etc/rc.d/dgd.sh.sample ${CHMOD} a+x ${PREFIX}/etc/rc.d/dgd.sh.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/dgd/Copyright ${DOCSDIR} .ifdef (WITH_NETWORKING) ${INSTALL_DATA} ${WRKDIR}/dgd/Copyright.NETWORK-PACKAGE ${DOCSDIR} .endif ${INSTALL_DATA} ${WRKDIR}/dgd/Credits ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/dgd/README ${DOCSDIR} cd ${WRKDIR}/dgd/doc && ${FIND} . \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif post-install: # Need a temporary directory for certain files ${MKDIR} ${DATADIR}/tmp # Run package installation script ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \ POST-INSTALL # Set mudlib ownership -@${CHOWN} -h -R mud:mud ${DATADIR} .include ot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark broken on 9.xbrooks2016-05-261-0/+1
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
* multimedia/emby-server:woodsb022016-05-243-1034/+166
* multimedia/kaffeine: Recover build on DragonFly by enhancing new patchmarino2016-05-241-2/+2
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-247-7/+7
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2414-15/+15
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-221-2/+2
* Partially back out r414539, it only made sense for devel/fb-adbjbeich2016-05-221-3/+5
* multimedia/plexpy: Warn users if no timezone is setfeld2016-05-192-0/+11
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-192-2/+2
* - Fix trailing whitespace in Makefilesamdmi32016-05-191-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1933-61/+61
* Fix runtime issue: libvdpau must be LIB_DEPENDSriggs2016-05-191-1/+2
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
* - Simplify MASTER_SITESamdmi32016-05-181-4/+3
* Actually use the :main group.mat2016-05-181-2/+2
* multimedia/plexpy: Update to 1.4.0feld2016-05-174-281/+115
* Update to version 2.6.3pawel2016-05-174-9/+20
* - Fix buildamdmi32016-05-161-0/+13
* - Update to 0.7.85sunpoet2016-05-162-3/+3
* - Update to 0.7.85sunpoet2016-05-162-3/+3
* - Update to 0.7.85 (0.4.33)sunpoet2016-05-162-3/+3
* - Add missing files to plistamdmi32016-05-142-3/+9
* - Add missing files to plistamdmi32016-05-142-2/+8
* - Add missing files to plistamdmi32016-05-142-0/+5
* Rename dcadec binary to avoid conflict with multimedia/libdcaarved2016-05-122-1/+3
* multimedia/emby-server: Update to 3.0.5934woodsb022016-05-112-3/+4
* multimedia/vdr-plugin-markad: Fix build with ffmpeg 3.0.xwoodsb022016-05-1012-100/+187
* Update the maintainer email address for the ports Iwoodsb022016-05-102-4/+4
* - Update to 1.0.3 [2]olivierd2016-05-102-6/+12
* - Update to 1.0.9 [2]olivierd2016-05-102-5/+5
* - Update to 0.9.4 [2]olivierd2016-05-102-8/+7
* - Update to 0.9.9 [2]olivierd2016-05-102-7/+5
* Fix build on 9 and fix dependency list.mat2016-05-094-98/+207
* multimedia/emby-server: update 3.0.5913 -> 3.0.5931robak2016-05-093-15/+56
* Update to snapshots of mplayer and ffmpeg as of 2016-05-08riggs2016-05-093-5/+5
* Update to upstream release 2.8.7riggs2016-05-082-4/+3
* multimedia/libquicktime: unbreak build with ffmpeg 3.0jbeich2016-05-084-97/+1055
* multimedia/openh264: also try armv7 code on armv8jbeich2016-05-061-1/+1
* Fix build in the presence of system-wide installed ffmpegriggs2016-05-051-1/+3
* Fix DVB supportarved2016-05-044-4/+29
* Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}jbeich2016-05-041-5/+3
* - Update to 16.4.0, please seenemysis2016-05-033-3/+6
* multimedia/ffmpeg: enable VAAPI and VDPAU by defaultjbeich2016-05-038-13/+15
* multimedia/plexmediaserver{-plexpass}: Update to 0.9.16.6feld2016-05-035-12/+20
* multimedia/plexpy: Update to 1.3.16feld2016-05-022-3/+3
* Update libcdio: 0.92 -> 0.93arved2016-04-298-5/+8
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-283-3/+3
* create USES=gem and update rubygem- ports to use itswills2016-04-283-6/+3
* Update libbluray and related librarieskami2016-04-268-81/+15
* Update to 0.14.1.vanilla2016-04-2513-275/+103
* Update to upstream version 0.10.5, turning FDK_AAC into an OPTIONriggs2016-04-242-30/+40
* Fix build with gcc 4.8riggs2016-04-241-5/+64
* Update to upstream releaser 9.1.0riggs2016-04-243-15/+15
* Restore option to disable SSL support completelyriggs2016-04-231-2/+2
* - Pet portlintsunpoet2016-04-231-2/+2
* - Fix build in presence of minizipamdmi32016-04-231-0/+10
* Opensource flash SWF decompiler and editor. Extract resources, convertfeld2016-04-226-0/+82
* many ports: mark broken on powerpc64swills2016-04-229-0/+18
* multimedia/plexmediaserver-plexpass: Update to 0.9.16.5feld2016-04-213-8/+16
* Update the port to 0.3.3rodrigo2016-04-202-3/+3
* Bump PORTREVISION after update of textproc/libcue, revision r413589olivierd2016-04-191-0/+1
* Update to 0.11.5. (and unbreak.)mat2016-04-185-70/+19
* Update to upstream version 16.0riggs2016-04-1736-590/+281
* Fix build with recent libcec 3.1.0 update; bump PORTREVISIONriggs2016-04-172-2/+40
* Update to upstream version 3.1.0, introduce OPTIONS for PYTHON, X11 and RPIriggs2016-04-176-42/+66
* Add patch to fix underrun errors in the ALSA plugin.rakuco2016-04-172-0/+37
* Update to 2.1.1.rakuco2016-04-177-20/+34
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-162-7/+1
* multimedia/transcode: unbreak build with ffmpeg 3.0jbeich2016-04-163-1/+566
* multimedia/transcode: unbreak fetchjbeich2016-04-161-1/+1
* multimedia/libxine: unbreak build with ffmpeg 3.0jbeich2016-04-162-1/+58
* - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-151-10/+8
* - Backport patches to fix enconding supportcpm2016-04-147-0/+1013
* Update to 3.0.5913mat2016-04-143-3/+5
* - Update to 0.17.0 releasecpm2016-04-144-8/+28
* multimedia/x264: add FFMS and LSMASH optionsjbeich2016-04-132-8/+25
* multimedia/x264: correct LAVF option descriptionjbeich2016-04-131-1/+1
* multimedia/{,lib}x264: modernizejbeich2016-04-132-45/+34
* multimedia/libx264: drop unused pkg-descrjbeich2016-04-131-13/+0
* multimedia/x264: make options actually affect dependenciesjbeich2016-04-132-3/+4
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-134-0/+17
* Unbreak.mat2016-04-126-81/+56
* - Update to 3.0.8sunpoet2016-04-122-4/+3
* - Update to 3.0.8sunpoet2016-04-122-4/+3
* Remove cruft pkg-plist.foo filebapt2016-04-101-22/+0
* Fix typos in r412879 and r412880jbeich2016-04-102-2/+2
* multimedia/vapoursynth-l-smash-works: add new portjbeich2016-04-104-0/+62
* multimedia/ffms2: VapourSynth supportjbeich2016-04-102-1/+18
* multimedia/vapoursynth: add new portjbeich2016-04-106-0/+200
* Update to snapshots as of 2016-04-09 including bundled ffmpegriggs2016-04-107-19/+39
* Fix build with libc++ 3.8.0riggs2016-04-091-0/+27
* multimedia/plexmediaserver: Update to 0.9.16.4feld2016-04-083-10/+16
* multimedia/plexmediaserver-plexpass: Update to 0.9.16.4feld2016-04-083-10/+16
* - Drop .include <bsd.port.options.mk> line.cpm2016-04-081-3/+2
* multimedia/l-smash: add new portjbeich2016-04-065-0/+50
* multimedia/aegisub: minor cleanupjbeich2016-04-062-33/+6
* multimedia/ffms2: add new portjbeich2016-04-065-0/+46
* Update to upstream version 9.0.1, retire CURL OPTIONriggs2016-04-033-10/+18
* Add "kde" to CATEGORIES.rakuco2016-04-031-1/+1
* Add V4L to OPTIONS_DEFAULTriggs2016-04-021-1/+2
* Limit PORTSCOUT to the 2.x series of ffmpeg.riggs2016-04-021-0/+2
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01274-1829/+1829
* Fixup some whitespace at the beginning of lines problems.mat2016-04-012-2/+2
* - Update to 0.5.0sunpoet2016-04-012-2/+2
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-311-1/+1
* - Update to 3.0.5911amdmi32016-03-312-3/+3
* - Update to 3.7.2olivierd2016-03-314-7/+8
* Update to version 2.6.2pawel2016-03-313-4/+11
* - Initialize volume to 50% by default.cpm2016-03-302-1/+14
* - Clarify LICENSEamdmi32016-03-301-10/+7
* - Fix my previous svn commit message (PR should be 202588)cpm2016-03-291-1/+4
* - cipher/salsa20.c (selftest): Ensure 16-byte alignment for salsa20cpm2016-03-291-6/+6
* multimedia/plexpy: Update to 1.3.13feld2016-03-282-3/+3
* multimedia/syncplay: remove some lines that are no-opspi2016-03-281-4/+0
* Update to upstream version 3.0.5910riggs2016-03-283-44/+345
* New port: multimedia/plexwatchpi2016-03-287-0/+95
* - Update security/gnutls to 3.4.10.tijl2016-03-276-2/+6
* Update multimedia/assimp to upstream version 3.1.1riggs2016-03-273-12/+23
* multimedia/syncplay: remove unnecessary GH_TAGNAMEpi2016-03-271-1/+0
* New port: multimedia/syncplaypi2016-03-276-0/+212
* Update GStreamer1 ports to 1.8.0.kwm2016-03-2530-146/+129
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-0/+1
* qt4-moc: Add more Boost include guards to moc's definition list.rakuco2016-03-246-80/+0
* multimedia/plexmediaserver{-plexpass}: Update to 0.9.16.3.1840feld2016-03-236-12/+12
* multimedia/ffmpeg: chase r405873 by clarifying licensejbeich2016-03-223-8/+8
* - Convert to USES=python:3,buildcpm2016-03-222-5/+22
* - Drop maintainershipkmoore2016-03-211-1/+1
* Enable speex audio codec as non-default OPTIONriggs2016-03-214-3/+5
* Montly GH_* cleanup.mat2016-03-202-3/+3
* Add multimedia/libdcadec, a DTS Coherent Acoustics decoderriggs2016-03-205-0/+62
* multimedia/plexmediaserver: Update to 0.9.16.2.1827feld2016-03-203-11/+11
* - Bump PORTREVISION. editors/lazarus was updated to 1.6.0acm2016-03-18