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: FreeBSD
- Loading branch information
Showing
379 changed files
with
3,147 additions
and
2,099 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1482496781 | ||
SHA256 (fio-2.16.tar.bz2) = 7d8dd6897a5fa181b4b707ffb7b87306c23a5a99a3aefa1d6f510150302cb6ec | ||
SIZE (fio-2.16.tar.bz2) = 558662 | ||
TIMESTAMP = 1484732316 | ||
SHA256 (fio-2.17.tar.bz2) = 10156a165f09d0c28c01c7cfc48961e3d1cf619508cff1ce30fe54314b53afcf | ||
SIZE (fio-2.17.tar.bz2) = 563210 |
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,3 +1,3 @@ | ||
TIMESTAMP = 1484212945 | ||
SHA256 (stress-ng-0.07.14.tar.gz) = b2dac65d927374d6d3d3cdd1db7e773f605b9c9603f2aa1c589987332e542916 | ||
SIZE (stress-ng-0.07.14.tar.gz) = 353854 | ||
TIMESTAMP = 1484738368 | ||
SHA256 (stress-ng-0.07.15.tar.gz) = eb006231249ae9d98b282de079e73047f38b577b400e48b8413b335dd56c4890 | ||
SIZE (stress-ng-0.07.15.tar.gz) = 355291 |
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 |
---|---|---|
|
@@ -8,15 +8,15 @@ MASTER_SITES= # none | |
DISTFILES= # none | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Unicode width dirty fix for Big5 font (${LANG} locale) | ||
COMMENT= Unicode width dirty fix for Big5 font (${LOCALE} locale) | ||
|
||
BASELOCALEDIR= /usr/share/locale | ||
LOCALEDIR= ${PREFIX}/share/locale | ||
LANG= zh_TW.UTF-8 | ||
LOCALE= zh_TW.UTF-8 | ||
|
||
PLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR} \ | ||
LOCALEDIR=${LOCALEDIR} \ | ||
LANG=${LANG} | ||
LOCALE=${LOCALE} | ||
|
||
.include <bsd.port.pre.mk> | ||
|
||
|
@@ -29,13 +29,13 @@ IGNORE= need to build this port with the locale source | |
do-extract: | ||
@${MKDIR} ${WRKDIR} | ||
@${CP} -R ${SRCDIR} ${WRKSRC} | ||
@${CP} ${WRKSRC}/UTF-8.src ${WRKSRC}/${LANG}.src | ||
@${CP} ${WRKSRC}/UTF-8.src ${WRKSRC}/${LOCALE}.src | ||
|
||
do-build: | ||
/usr/bin/mklocale -o ${WRKSRC}/LC_CTYPE ${WRKSRC}/${LANG}.src | ||
/usr/bin/mklocale -o ${WRKSRC}/LC_CTYPE ${WRKSRC}/${LOCALE}.src | ||
|
||
do-install: | ||
${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LANG} | ||
${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LANG} | ||
${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LOCALE} | ||
${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LOCALE} | ||
|
||
.include <bsd.port.post.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
share/locale/%%LANG%%/LC_CTYPE | ||
@unexec ln -fs ../UTF-8/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE | ||
@exec ln -fs %D/share/locale/%%LANG%%/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE | ||
share/locale/%%LOCALE%%/LC_CTYPE | ||
@unexec ln -fs ../UTF-8/LC_CTYPE %%BASELOCALEDIR%%/%%LOCALE%%/LC_CTYPE | ||
@exec ln -fs %D/share/locale/%%LOCALE%%/LC_CTYPE %%BASELOCALEDIR%%/%%LOCALE%%/LC_CTYPE |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1475422727 | ||
SHA256 (elixir-ecto-postgrex-v0.12.1_GH0.tar.gz) = d47e8778912fe1e199fbd4514e0a28f051c28977020c8973f2aa02bc485deb03 | ||
SIZE (elixir-ecto-postgrex-v0.12.1_GH0.tar.gz) = 72226 | ||
TIMESTAMP = 1484668611 | ||
SHA256 (elixir-ecto-postgrex-v0.13.0_GH0.tar.gz) = 05ae16dcb34035e7993eea54567a9a76c62b8faeebe8674c364967423444ff71 | ||
SIZE (elixir-ecto-postgrex-v0.13.0_GH0.tar.gz) = 80134 |
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.