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
324 changed files
with
7,696 additions
and
4,267 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (rubygem/rubyzip-1.1.6.gem) = a996435ee9698be6a09d3748f4d23ee15aaf45cbfef1749def165af6ea3c0a9e | ||
SIZE (rubygem/rubyzip-1.1.6.gem) = 68608 | ||
SHA256 (rubygem/rubyzip-1.1.7.gem) = 24ab7c93f05eb8f6ec1c6c110f60bb5f0f2fa54b09e95eaa3b097e0fe5640133 | ||
SIZE (rubygem/rubyzip-1.1.7.gem) = 98816 |
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 @@ | ||
Ruby module for reading and writing zip files | ||
|
||
WWW: http://rubygems.org/gems/rubyzip | ||
WWW: https://github.com/rubyzip/rubyzip |
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,7 +2,7 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= smf | ||
PORTVERSION= 0.15.12 | ||
PORTVERSION= 0.15.15 | ||
CATEGORIES= audio ruby | ||
MASTER_SITES= http://www.funaba.org/archive/ | ||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} | ||
|
@@ -11,6 +11,8 @@ DIST_SUBDIR= ruby | |
MAINTAINER= [email protected] | ||
COMMENT= Ruby module to handle Standard MIDI Files | ||
|
||
LICENSE= BSD2CLAUSE | ||
|
||
USE_RUBY= yes | ||
USE_RUBY_SETUP= yes | ||
RUBY_SETUP= install.rb | ||
|
@@ -20,7 +22,7 @@ DOCS_EN= MANUAL.en MANUAL.en.html MANUAL.en.rd README.en | |
DOCS_JA= MANUAL MANUAL.html MANUAL.rd README | ||
EXAMPLES= sample/* | ||
|
||
OPTIONS_DEFINE= DOCS | ||
OPTIONS_DEFINE= DOCS EXAMPLES | ||
|
||
post-install: | ||
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/en | ||
|
@@ -30,10 +32,4 @@ post-install: | |
${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/en/ | ||
${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ | ||
|
||
.include <bsd.port.pre.mk> | ||
|
||
.if ${RUBY_VER} >= 2.2 | ||
BROKEN= Does not build | ||
.endif | ||
|
||
.include <bsd.port.post.mk> | ||
.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (ruby/smf-0.15.12.tar.gz) = 970d7500efb96af8eaa8576984b383317f3f2e965c87d6eece008b265e772b60 | ||
SIZE (ruby/smf-0.15.12.tar.gz) = 53661 | ||
SHA256 (ruby/smf-0.15.15.tar.gz) = a3714fafb43518eb53f1c232faeb7bafdc4cb8bb97cb65ebea1a2164207aeadf | ||
SIZE (ruby/smf-0.15.15.tar.gz) = 54811 |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Created by: Sunpoet Po-Chuan Hsieh <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= benchmark-ips | ||
PORTVERSION= 2.2.0 | ||
CATEGORIES= benchmarks rubygems | ||
MASTER_SITES= RG | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Iterations per second enhancement to Benchmark | ||
|
||
LICENSE= MIT | ||
|
||
USE_RUBY= yes | ||
USE_RUBYGEMS= yes | ||
RUBYGEM_AUTOPLIST= 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 (rubygem/benchmark-ips-2.2.0.gem) = 293d5c718c357ba48470868fb9222e610ccb55f3d53d1a61501e276fd8bce631 | ||
SIZE (rubygem/benchmark-ips-2.2.0.gem) = 14848 |
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,4 @@ | ||
Benchmark.ips provides iterations per second enhancement to Benchmark. | ||
|
||
WWW: https://github.com/evanphx/benchmark-ips | ||
RG: https://rubygems.org/gems/benchmark-ips |
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 |
---|---|---|
|
@@ -3,14 +3,17 @@ | |
|
||
PORTNAME= libtabe | ||
PORTVERSION= 0.2.6 | ||
PORTREVISION= 7 | ||
PORTREVISION= 8 | ||
CATEGORIES= chinese | ||
MASTER_SITES= ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/libt/libtabe/|} | ||
MASTER_SITES= DEBIAN/pool/main/libt/libtabe/ | ||
DISTNAME= libtabe_${PORTVERSION}.orig | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Unified library for Chinese text processing | ||
|
||
LICENSE= BSD3CLAUSE | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
USES= gmake libtool | ||
USE_LDCONFIG= yes | ||
GNU_CONFIGURE= yes | ||
|
@@ -51,6 +54,7 @@ post-patch: | |
.endif | ||
|
||
post-install: | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtabe.so | ||
.if ${PORT_OPTIONS:MDOCS} | ||
${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/tsi-src/README \ | ||
|
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,2 +1,2 @@ | ||
SHA256 (freetds-dev.0.92.1003.tar.bz2) = edc6c8b0991380ac93abd77d8752885124755ea1b356a94b73ff4347a24ee791 | ||
SIZE (freetds-dev.0.92.1003.tar.bz2) = 3175651 | ||
SHA256 (freetds-dev.0.96.3.tar.bz2) = 742ab1cce0792f19a95cc6df32ee735f019eecb42e10985cd36f3af9049ec1a4 | ||
SIZE (freetds-dev.0.96.3.tar.bz2) = 3188218 |
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,13 @@ | ||
--- src/tds/tls.c.orig 2015-05-10 16:53:53.649667739 +0600 | ||
+++ src/tds/tls.c 2015-05-10 17:04:29.479624026 +0600 | ||
@@ -46,6 +46,10 @@ | ||
#include <sys/stat.h> | ||
#endif /* HAVE_SYS_STAT_H */ | ||
|
||
+#if defined(__FreeBSD__) || defined(__DragonFly__) | ||
+#include <sys/socket.h> | ||
+#endif | ||
+ | ||
#include <freetds/tds.h> | ||
#include <freetds/string.h> | ||
#include <freetds/tls.h> |
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 (freetds-0.91.103.tar.gz) = 895cdce6d2af65f79db5e7034d1eba5dd3b63369a0c6b5fbc890e606c699556b | ||
SIZE (freetds-0.91.103.tar.gz) = 2061912 | ||
SHA256 (freetds-0.91.112.0.0.tar.bz2) = 31c3ae92676c325f88306b60c073a274d91b0ec391a5d24eb8cf0039b2b010fa | ||
SIZE (freetds-0.91.112.0.0.tar.bz2) = 1803980 |
10 changes: 5 additions & 5 deletions
10
...bases/freetds/files/patch-doc_Makefile.in → ...bases/freetds/files/patch-doc_Makefile.am
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,11 +1,11 @@ | ||
--- doc/Makefile.in.orig 2014-09-16 20:53:09.681073696 +0600 | ||
+++ doc/Makefile.in 2014-09-16 20:53:24.383067403 +0600 | ||
@@ -254,7 +254,7 @@ | ||
--- doc/Makefile.am.orig 2015-05-10 18:47:04.571197742 +0600 | ||
+++ doc/Makefile.am 2015-05-10 18:47:22.212197672 +0600 | ||
@@ -8,7 +8,7 @@ | ||
TXT2MAN = $(srcdir)/txt2man | ||
DOCDIR = doc/freetds-$(VERSION) | ||
PRODUCT = FreeTDS | ||
-TARGET_DOCDIR = $(DESTDIR)$(datadir)/$(DOCDIR) | ||
+TARGET_DOCDIR = $(DESTDIR)$(datadir)/doc/freetds | ||
IMAGES = images/important.gif \ | ||
|
||
IMAGES = images/important.gif \ | ||
images/note.gif \ | ||
images/tip.gif \ |
Oops, something went wrong.