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
262 changed files
with
4,408 additions
and
11,353 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Created by: Tyler Spivey | ||
# $FreeBSD$ | ||
|
||
PORTNAME= beep | ||
PORTVERSION= 1.0 | ||
CATEGORIES= audio | ||
MASTER_SITES= LOCAL/garga/${PORTNAME} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Beeps a certain duration and pitch out of the PC Speaker | ||
|
||
LICENSE= BSD4CLAUSE | ||
|
||
WRKSRC= ${WRKDIR}/${PORTNAME} | ||
|
||
ONLY_FOR_ARCHS= i386 amd64 pc98 | ||
|
||
PLIST_FILES= bin/beep man/man1/beep.1.gz | ||
|
||
post-patch: | ||
${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ | ||
${WRKSRC}/beep.c | ||
|
||
.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (beep-1.0.tar.gz) = c25d2044d37adad08076d9d87543331650defaaaf1e13a144d4597d9c86ec80c | ||
SIZE (beep-1.0.tar.gz) = 3537 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This program will beep, using a | ||
duration and pitch specified on the command line or the program's defaults. |
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,4 +1,4 @@ | ||
SHA256 (hanzer-GHDL-0.32-a88ac1c_GH0.tar.gz) = 8f2d7f953ee6e0a34ec1f51308ce2fa694ce6776a3154184591ebe690d45eed9 | ||
SIZE (hanzer-GHDL-0.32-a88ac1c_GH0.tar.gz) = 3081221 | ||
SHA256 (hanzer-GHDL-0.32-47ee186_GH0.tar.gz) = e552f340223ad7cd9680d91bd8caff611950382364f5eb098de0a65d58ea6911 | ||
SIZE (hanzer-GHDL-0.32-47ee186_GH0.tar.gz) = 3081814 | ||
SHA256 (gcc-4.9.2.tar.bz2) = 2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd | ||
SIZE (gcc-4.9.2.tar.bz2) = 89939747 |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- src/grt/Makefile.inc.orig 2015-06-01 05:56:40 UTC | ||
+++ src/grt/Makefile.inc | ||
@@ -71,6 +71,11 @@ ifeq ($(filter-out x86_64 freebsd%,$(arc | ||
GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) | ||
ADAC=ada | ||
endif | ||
+ifeq ($(filter-out x86_64 dragonfly%,$(arch) $(osys)),) | ||
+ GRT_TARGET_OBJS=amd64.o linux.o times.o | ||
+ GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) | ||
+ ADAC=ada | ||
+endif | ||
ifeq ($(filter-out i%86 darwin%,$(arch) $(osys)),) | ||
GRT_TARGET_OBJS=i386.o linux.o times.o | ||
GRT_EXTRA_LIB= |
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,2 +1,2 @@ | ||
SHA256 (Net-IDN-Nameprep-1.101.tar.gz) = 2861058143a8b26fb06b691ad289e3c6a0b0ae093f32769089f2a7c5fae4d4f8 | ||
SIZE (Net-IDN-Nameprep-1.101.tar.gz) = 15063 | ||
SHA256 (Net-IDN-Nameprep-1.102.tar.gz) = c4a21dc1ca8a35a612415eb8027d9407142f2b27b5fa9e67917a88f388947726 | ||
SIZE (Net-IDN-Nameprep-1.102.tar.gz) = 15379 |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= GitDDL-Migrator | ||
PORTVERSION= 0.07 | ||
CATEGORIES= databases perl5 | ||
MASTER_SITES= CPAN | ||
MASTER_SITE_SUBDIR= CPAN:SONGMU | ||
PKGNAMEPREFIX= p5- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Perl extension to extended p5-GitDDL | ||
|
||
LICENSE= ART10 GPLv1 | ||
LICENSE_COMB= dual | ||
|
||
RUN_DEPENDS= \ | ||
p5-GitDDL>=0.03:${PORTSDIR}/databases/p5-GitDDL \ | ||
p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ | ||
p5-SQL-Translator>0:${PORTSDIR}/databases/p5-SQL-Translator | ||
BUILD_DEPENDS= ${RUN_DEPENDS} | ||
|
||
USES= perl5 | ||
USE_PERL5= modbuild | ||
NO_ARCH= YES | ||
|
||
.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (GitDDL-Migrator-0.07.tar.gz) = b78ed88c042f1fa6a1221ad8393c1cef4ef88c27fcb10d6b81429703a4adf8ff | ||
SIZE (GitDDL-Migrator-0.07.tar.gz) = 13631 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
GitDDL::Migrator is database migration utility extended GitDDL. | ||
|
||
Extended features are: | ||
|
||
- save migration history | ||
- rollback to previous version | ||
- specify version | ||
- specify SQL (sometimes SQL::Translator's output is wrong) | ||
- check differences from versioned SQL and real database | ||
|
||
WWW: http://search.cpan.org/dist/GitDDL-Migrator/ |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
%%PERL5_MAN3%%/GitDDL::Migrator.3.gz | ||
%%SITE_PERL%%/GitDDL/Migrator.pm |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= GitDDL | ||
PORTVERSION= 0.03 | ||
CATEGORIES= databases perl5 | ||
MASTER_SITES= CPAN | ||
MASTER_SITE_SUBDIR= CPAN:TYPESTER | ||
PKGNAMEPREFIX= p5- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Perl extension for database migration utility by git managed sql | ||
|
||
LICENSE= ART10 GPLv1 | ||
LICENSE_COMB= dual | ||
|
||
RUN_DEPENDS= \ | ||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ | ||
p5-Git-Repository>0:${PORTSDIR}/devel/p5-Git-Repository \ | ||
p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ | ||
p5-SQL-Translator>=0.11016:${PORTSDIR}/databases/p5-SQL-Translator | ||
BUILD_DEPENDS= ${RUN_DEPENDS} | ||
|
||
USES= perl5 | ||
USE_PERL5= configure | ||
NO_ARCH= YES | ||
|
||
.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (GitDDL-0.03.tar.gz) = 0dc3f088f06a0259b4ec866f44b050ea7315649a4af5e0901f0d53238f13949a | ||
SIZE (GitDDL-0.03.tar.gz) = 32182 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This is database migration helper module for users who manage database | ||
schema version by single .sql file in git repository. | ||
|
||
By using this module, you can deploy .sql to database, check sql | ||
version between database and .sql file, make diff between them, and | ||
apply alter table to database. | ||
|
||
WWW: http://search.cpan.org/dist/GitDDL/ |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
%%PERL5_MAN3%%/GitDDL.3.gz | ||
%%SITE_PERL%%/GitDDL.pm |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ DIST_SUBDIR= postgresql | |
MAINTAINER= [email protected] | ||
COMMENT= Automatic documentation generator for postgresql databases | ||
|
||
BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ | ||
RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ | ||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ | ||
p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ DISTVERSION= 1.0.0-rc22 | |
CATEGORIES= devel | ||
MASTER_SITES= http://coccinelle.lip6.fr/distrib/ | ||
|
||
MAINTAINER= [email protected] | ||
MAINTAINER= [email protected] | ||
COMMENT= Program matching and transformation engine | ||
|
||
LICENSE= GPLv2 | ||
|
Oops, something went wrong.