SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/tclarc4random/Makefile
Normal file
23
devel/tclarc4random/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = arc4random for Tcl
|
||||
|
||||
GH_ACCOUNT = aryler
|
||||
GH_PROJECT = Tclarc4random
|
||||
GH_TAGNAME = 0.3
|
||||
DISTNAME = tclarc4random-${GH_TAGNAME}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/tcl
|
||||
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_SCRIPT = itzev
|
||||
CONFIGURE_ARGS += -tcl ${MODTCL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/tclarc4random/distinfo
Normal file
2
devel/tclarc4random/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (tclarc4random-0.3.tar.gz) = fPj7HMaqK7gFEWJQ4UobD44ReqsJLIHkYYWS+qJBeh8=
|
||||
SIZE (tclarc4random-0.3.tar.gz) = 13509
|
1
devel/tclarc4random/pkg/DESCR
Normal file
1
devel/tclarc4random/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Tcl interface to arc4random(3).
|
6
devel/tclarc4random/pkg/PLIST
Normal file
6
devel/tclarc4random/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/tcl/tclarc4random/
|
||||
lib/tcl/tclarc4random/libta4r.so
|
||||
lib/tcl/tclarc4random/pkgIndex.tcl
|
||||
share/doc/tclarc4random/
|
||||
share/doc/tclarc4random/LICENSE
|
||||
share/doc/tclarc4random/tclarc4random.txt
|
Loading…
Add table
Add a link
Reference in a new issue