Commit Graph

14 Commits (0b6452ee31e04389ca74a7597a7a0b17b668e60b)

Author SHA1 Message Date
Sam Tobin-Hochstadt 0b6452ee31 Remove stray reference to Racket in LICENSE files.
Related to PR 14842.

original commit: 3bbdd134b1754d51422eeaec1c35e9c62d45144c
10 years ago
Matthew Flatt 10d870644e add `update-implies` to package "info.rkt"s
original commit: eb9cbe20bf7b4ebc1eee63e2ca079ae566ff8c05
10 years ago
Matthew Flatt 65faddf05e LGPL by reference
original commit: 981701d2378179d4ada54b7fd2608df3b89748fd
10 years ago
Eli Barzilay 75592916bb 2013 -> 2014
original commit: c61a549840ee0ba5f2e5da56523fd3b26efeb895
10 years ago
John Clements f59e16a02e rackety
original commit: ed3bf9a3c0f839fd25375439be170d46d5a49e09
11 years ago
Matthew Flatt ab0f7537de include license with each package
original commit: ff9da94cfb852d25cd54bc0d9a904c8ae46fe64c
11 years ago
Matthew Flatt 420a75bbeb auto-fix dependencies for "scheme-lib" and "srfi-lite-lib"
original commit: c709af5bf4d3af8f8c7a5918cf0b521ac1846f78
11 years ago
Matthew Flatt a27314031c add `pkg-desc' and `pkg-authors' to each package
This information will be used to construct a catalog from the
package directories.

original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
11 years ago
Matthew Flatt cdb3f86894 auto-fix documentation package dependencies
original commit: d57f26f001701c54bdd4163c60251dab4db55eba
11 years ago
Sam Tobin-Hochstadt 02018fa499 Use `#lang info` instead of `#lang setup/infotab`.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
11 years ago
Matthew Flatt 3cd299edb1 auto-fix dependencies in "pkgs"
Left one dependency broken: "drracket" currently depends on "htdp" for
a test. That needs to be fixed by removing the dependency (moving the
test to "htdp?), instead of changing the declared dependencies.

original commit: 51290fd2a95def6bb3b6d3d735cb62444e157553
11 years ago
Matthew Flatt f11b08e544 fill in some pkg `implies'
original commit: 5c42f46158248130a8179e7a563d16c5fc9d0d35
11 years ago
Matthew Flatt 9e82692a00 a step toward single-collection packages as default
A package's "info.rkt" file should define `collection' as a
string to name a single-collection package's collection, or as
the symbol 'multi to declare the package as multi-collection.
If `collection' is 'same-as-pkg, then the package name is used
as the collection name.

The default for `collection' is 'multi for now, but the intent
is to change the default to 'same-as-pkg after a conversion
period. Also, support for a `single-collection' definition remains
in place, but it wil be removed.

original commit: c738a6aa3eee89a82d577dd35c70eca8ed32f5b4
11 years ago
Matthew Flatt d90f2f4bfe reorganize into core plus packages
The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
11 years ago