summaryrefslogtreecommitdiff
path: root/audio/linux-neroaaccodec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN: does not fetch (no such directory 'tools')Dmitry Marakasov2016-11-251-3/+7
| | | | - Switch to options helpers
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* Convert to rest of a* to USES=zipBaptiste Daroussin2014-03-071-2/+1
|
* Support stageBaptiste Daroussin2014-03-071-11/+5
| | | | Global modernisation
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | Holdout shame list: ruby, perl, python
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | audio)
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Part 2/2:Philip M. Gollucci2010-09-222-20/+20
| | | | | | | | | | | | | - shorten do-install target - mark NO_WRKSUBDIR - fix pkg-descr and COMMENT - use more descriptive RESTRICTED from ports/148379 - use PORTDOCS from ports/148379 - use DOS2UNIX to remove ^M from .txt docs PR: ports/145094 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp ; ~6 months)
* Part 1/2:Philip M. Gollucci2010-09-222-8/+12
| | | | | | | | | - rename to audio/linux-neroaaccodec - update to 1.5.1 PR: ports/145094 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp ; ~6 months)
* - S/ONLY_FOR_ARCH/ONLY_FOR_ARCHSMartin Wilke2010-02-261-1/+1
| | | | | | | PR: 144162 144156 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainers Feature safe: yes
* Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder.Pav Lucistnik2007-12-143-0/+50
WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php PR: ports/117588 Submitted by: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp>