move some test & doc collections out of "racket-" pkgs to new pkgs
original commit: 1920ac59ab
This commit is contained in:
parent
103cb2bfa6
commit
e1bb8f5d6c
|
@ -1,4 +1,4 @@
|
|||
data-lib
|
||||
net-doc
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
17
pkgs/net-pkgs/net-doc/info.rkt
Normal file
17
pkgs/net-pkgs/net-doc/info.rkt
Normal file
|
@ -0,0 +1,17 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"))
|
||||
|
||||
(define pkg-desc "documentation part of \"net\"")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
||||
(define build-deps '("compatibility-lib"
|
||||
"net-lib"
|
||||
"racket-doc"
|
||||
"scribble-lib"
|
||||
"unstable-contract-lib"
|
||||
"unstable-doc"
|
||||
"web-server-doc"
|
||||
"web-server-lib"))
|
|
@ -4,6 +4,6 @@
|
|||
(define deps '("srfi-lite-lib"
|
||||
"base"))
|
||||
|
||||
(define pkg-desc "Networking libraries")
|
||||
(define pkg-desc "implementation (no documentation) part of \"net\"")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
10
pkgs/net-pkgs/net-test/LICENSE.txt
Normal file
10
pkgs/net-pkgs/net-test/LICENSE.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
net-test
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
||||
License (LGPL). This means that you can link Racket into proprietary
|
||||
applications, provided you follow the rules stated in the LGPL. You
|
||||
can also modify this package; if you distribute a modified version,
|
||||
you must distribute it under the terms of the LGPL, which in
|
||||
particular means that you must release the source code for the
|
||||
modified software. See COPYING_LESSER.txt for more information.
|
17
pkgs/net-pkgs/net-test/info.rkt
Normal file
17
pkgs/net-pkgs/net-test/info.rkt
Normal file
|
@ -0,0 +1,17 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"))
|
||||
|
||||
(define pkg-desc "tests for \"net-lib\"")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
||||
(define build-deps '("at-exp-lib"
|
||||
"compatibility-lib"
|
||||
"eli-tester"
|
||||
"net-lib"
|
||||
"racket-test"
|
||||
"rackunit-lib"
|
||||
"scheme-lib"
|
||||
"web-server-lib"))
|
10
pkgs/net-pkgs/net/LICENSE.txt
Normal file
10
pkgs/net-pkgs/net/LICENSE.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
net
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
||||
License (LGPL). This means that you can link Racket into proprietary
|
||||
applications, provided you follow the rules stated in the LGPL. You
|
||||
can also modify this package; if you distribute a modified version,
|
||||
you must distribute it under the terms of the LGPL, which in
|
||||
particular means that you must release the source code for the
|
||||
modified software. See COPYING_LESSER.txt for more information.
|
10
pkgs/net-pkgs/net/info.rkt
Normal file
10
pkgs/net-pkgs/net/info.rkt
Normal file
|
@ -0,0 +1,10 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("net-lib" "net-doc"))
|
||||
(define implies '("net-lib" "net-doc"))
|
||||
|
||||
(define pkg-desc "Networking libraries")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
Loading…
Reference in New Issue
Block a user