forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: HardenedBSD
- Loading branch information
Showing
341 changed files
with
2,835 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,25 @@ MASTER_SITES= http://www.senax.net/xmoontool/ | |
MAINTAINER= [email protected] | ||
COMMENT= Version of John Walker's classical moontool for X11/Motif | ||
|
||
OPTIONS_DEFINE= DOCS LIBNOVA MONOCHROME | ||
OPTIONS_DEFAULT= LIBNOVA | ||
LIBNOVA_DESC= libnova support | ||
MONOCHROME_DESC= Use monochrome display | ||
|
||
USES= motif | ||
USE_XORG= x11 xt | ||
|
||
PORTDOCS= NOTES | ||
PLIST_FILES= bin/xmoontool man/man1/xmoontool.1.gz | ||
PORTDOCS= NOTES | ||
|
||
OPTIONS_DEFINE= DOCS LIBNOVA | ||
OPTIONS_DEFAULT= LIBNOVA | ||
|
||
LIBNOVA_DESC= High-accuracy astronomical model (libnova) | ||
LIBNOVA_MAKE_ENV_OFF= WITHOUT_LIBNOVA=yes | ||
LIBNOVA_LIB_DEPENDS= libnova.so:astro/libnova | ||
MONOCHROME_MAKE_ENV= DEFINES="" | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/xmoontool ${STAGEDIR}${PREFIX}/bin | ||
${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/man/man1 | ||
|
||
do-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
.for i in ${PORTDOCS} | ||
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} | ||
.endfor | ||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,25 +9,25 @@ MASTER_SITES= http://www.freebsoft.org/pub/projects/${PORTNAME}/ | |
MAINTAINER= [email protected] | ||
COMMENT= Festival utilities focused on interaction with Speech Dispatcher | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
RUN_DEPENDS= festival:audio/festival \ | ||
sox:audio/sox | ||
|
||
NO_BUILD= yes | ||
USES= iconv | ||
|
||
INFO= ${PORTNAME} | ||
PORTDOCS= ANNOUNCE NEWS README | ||
|
||
INFO= ${PORTNAME} | ||
OPTIONS_DEFINE= DOCS | ||
|
||
do-install: | ||
${MKDIR} ${STAGEDIR}${PREFIX}/share/festival/lib | ||
cd ${WRKSRC} && ${INSTALL_DATA} *.scm ${STAGEDIR}${PREFIX}/share/festival/lib | ||
cd ${WRKSRC}/doc && ${INSTALL_MAN} ${PORTNAME}.info ${STAGEDIR}${PREFIX}/${INFO_PATH} | ||
${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
.for f in ${PORTDOCS} | ||
${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} | ||
.endfor | ||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/festival/lib | ||
${INSTALL_DATA} ${WRKSRC}/*.scm ${STAGEDIR}${PREFIX}/share/festival/lib | ||
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info \ | ||
${STAGEDIR}${PREFIX}/${INFO_PATH} | ||
|
||
do-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,5 +74,4 @@ post-install-DOCS-on: | |
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} | ||
.endfor | ||
|
||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP | |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= A friendly wrapper library for the Soundcloud API | ||
COMMENT= Friendly wrapper library for the Soundcloud API | ||
|
||
LICENSE= BSD3CLAUSE | ||
LICENSE_FILE= ${WRKSRC}/LICENSE | ||
|
@@ -23,7 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} | |
|
||
post-install: | ||
${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_MAN} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} | ||
|
||
do-test: | ||
cd ${WRKSRC} ; nosetests --with-doctest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= rtmidi | ||
DISTVERSION= 2.1.1-38 | ||
DISTVERSIONSUFFIX= -g907a94c | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 3.0.0 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -13,11 +13,11 @@ LICENSE= MIT | |
|
||
LIB_DEPENDS= libjack.so:audio/jack | ||
|
||
USES= autoreconf localbase libtool | ||
USES= autoreconf libtool localbase | ||
GNU_CONFIGURE= yes | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= thestk | ||
CONFIGURE_ARGS= --with-jack | ||
CONFIGURE_ARGS= --with-jack --disable-static | ||
USE_LDCONFIG= yes | ||
INSTALL_TARGET= install-strip | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1503103513 | ||
SHA256 (thestk-rtmidi-2.1.1-38-g907a94c_GH0.tar.gz) = 6906d2ac6405eff4a0183307d16c9cf2fd6d9ec1958384d2195e4b47eb309de7 | ||
SIZE (thestk-rtmidi-2.1.1-38-g907a94c_GH0.tar.gz) = 80635 | ||
TIMESTAMP = 1515648219 | ||
SHA256 (thestk-rtmidi-v3.0.0_GH0.tar.gz) = 55cd0fba60321aadcd847481d207bf2b70e783b5bfa1a01037bf916554a7d5c4 | ||
SIZE (thestk-rtmidi-v3.0.0_GH0.tar.gz) = 82839 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
include/rtmidi/RtMidi.h | ||
include/rtmidi/rtmidi_c.h | ||
lib/librtmidi.a | ||
lib/librtmidi.so | ||
lib/librtmidi.so.3 | ||
lib/librtmidi.so.3.0.0 | ||
lib/librtmidi.so.4 | ||
lib/librtmidi.so.4.0.0 | ||
libdata/pkgconfig/rtmidi.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.