Commit graph

369 commits

Author SHA1 Message Date
Steve Purcell
c64c21a42f Merge pull request #93 from pcmantz/escreen
* recipes/escreen: terminal multiplexer a la GNU Screen
2012-04-22 10:56:02 -07:00
Paul C. Mantz
2847d1c03c * recipes/escreen: terminal multiplexer a la GNU Screen 2012-04-22 12:39:35 -05:00
Steve Purcell
eca898099d Handle elisp files which have no "version" header, but are otherwise well-formatted 2012-04-22 08:52:20 +01:00
Steve Purcell
b5f5bbc7b0 Don't leave modified buffers open after looking for package info in files 2012-04-22 08:51:52 +01:00
Steve Purcell
ae8e8ec191 Prefer mapc over dolist when an iteration variable is not required 2012-04-22 08:39:25 +01:00
Donald Curtis
66b342dc84 use symbols in buildpkg 2012-04-21 22:05:20 -05:00
Donald Curtis
869f22f2be princ should be message in update/checkout messages 2012-04-21 15:05:37 -05:00
Donald Curtis
b47382e904 Don't print pkg-info. 2012-04-21 15:00:57 -05:00
Donald Curtis
8b47179b4d default to `message' for everything except full-build information. 2012-04-21 15:00:17 -05:00
Donald Curtis
db9d32ee99 Cleanup script output. 2012-04-21 14:36:37 -05:00
Donald Curtis
682efd1d22 Cleanup output a bit. Only print certain things to stdout, rest to stderr. 2012-04-21 13:57:58 -05:00
Donald Curtis
004c9ae5ce Print packages that fail to build when building every package.
Closes #72
2012-04-21 13:57:23 -05:00
Donald Curtis
005697cbde additional long line formatting. 2012-04-21 12:10:06 -05:00
Donald Curtis
760e37e385 Cleanup long lines where it can be avoided (like it doc strings) 2012-04-21 12:08:45 -05:00
Donald Ephraim Curtis
529e64426b Merge pull request #84 from mortiferus/master
New recipe, latex-pretty-symbols
2012-04-21 10:02:26 -07:00
Donald Curtis
60be41f73b fix timestamp search problem with hg.
introduced in a971eeddd5

see #79
2012-04-21 12:01:01 -05:00
Steve Purcell
e9c36b10a7 Strip '-*- BLAH -*-' directives out of package descriptions in html index 2012-04-21 10:33:03 +01:00
Steve Purcell
3e3815d334 Include time zone offset in HTML index "last update" stamp. 2012-04-21 10:29:31 +01:00
sindikat
a46a6e4c85 Add recipe for minimap.el 2012-04-21 10:18:26 +01:00
Steve Purcell
2c7355727a Clarify recipe syntax (fixes #89) 2012-04-21 10:10:48 +01:00
John SJ Anderson
bf079dbd04 HTML tidy interface from the wiki 2012-04-21 10:06:12 +01:00
John SJ Anderson
edcafb4c45 recipe for disk.el from the wiki 2012-04-20 21:05:26 -04:00
Steve Purcell
d86ed7e2c0 Don't require network connection when looking up URL for current git remote 2012-04-20 17:56:17 +01:00
Steve Purcell
6e25a6da87 Extract looping logic used to find most recent svn timestamp (see #79) 2012-04-20 17:56:17 +01:00
Steve Purcell
142e1a2506 Correctly determine last commit timestamp for a set of darcs files (see #79) 2012-04-20 17:56:16 +01:00
Donald Curtis
7a0d749da3 rename surround to properly match the provide statement in the package
fixes #85
2012-04-20 08:07:31 -05:00
Erik Parmann
188ca7141f Adding latex-pretty-symbols, a package to display latex commands as their corresponding unicode symbols 2012-04-19 17:06:33 +02:00
Steve Purcell
80b026e4c7 Merge pull request #83 from bbatsov/master
A few more Prelude package recipes
2012-04-19 01:54:41 -07:00
Bozhidar Batsov
ccbbe09d15 a few more Prelude packages 2012-04-19 11:49:51 +03:00
Steve Purcell
615692d3f9 Merge pull request #81 from rejeep/ruby-tools
Add ruby-tools package
2012-04-18 12:44:17 -07:00
Johan Andersson
eadbd893e8 Add ruby-tools recipe. 2012-04-18 21:39:34 +02:00
Donald Curtis
2ba2017e76 Print missing packages on error.
Incorporated suggested changes in #72
2012-04-18 09:37:09 -05:00
Steve Purcell
106834fc73 Pull default "*.el" pattern up into 'pb/expand-file-list 2012-04-18 11:07:03 +01:00
Steve Purcell
a971eeddd5 Correctly determine last commit timestamp for a set of hg files (see #79) 2012-04-18 11:02:09 +01:00
Steve Purcell
05f920a494 Correctly determine last commit timestamp for a set of bzr files (see #79) 2012-04-18 10:45:15 +01:00
Steve Purcell
c0f349295a Fix references to non-local variables 2012-04-18 10:40:11 +01:00
Steve Purcell
da8cdc5e13 Merge pull request #80 from milkypostman/link-pkg-name-to-pkg
Link package name to package (include #75)
2012-04-18 00:26:57 -07:00
Donald Curtis
4abaea692d link the package name to the actual package file 2012-04-17 22:05:24 -05:00
Steve Purcell
340e389a5d Add a "Source" column to the html package list, and link contents to the recipe files 2012-04-17 22:05:24 -05:00
Donald Curtis
d57589790f Don't clear packages before building by default.
By default, the melpa script will no longer delete all packages before
rebuilding.  The package-build.el script should automatically clean
out old packages.
2012-04-17 21:39:01 -05:00
Donald Curtis
0164ab69a2 Ignore trailing / on subversion packages. 2012-04-17 15:42:36 -05:00
Donald Curtis
2dc9a2bd47 Only consider timestamps for files in packages for Subversion recipes. 2012-04-17 15:42:23 -05:00
Donald Curtis
565ee2017b add a BOUND parameter to the timestamp parser 2012-04-17 15:27:34 -05:00
Donald Curtis
3e4c8ca859 For git packages, use the last changed of only files in the package. 2012-04-17 14:50:25 -05:00
Donald Curtis
759ec4f2d0 remove unused functions. 2012-04-17 14:25:36 -05:00
Steve Purcell
fce69f2eef Merge pull request #78 from bbatsov/master
Added a few Prelude related packages
2012-04-17 12:05:21 -07:00
Bozhidar Batsov
2b7f9bbb30 added a few prelude related packages 2012-04-17 19:04:51 +03:00
Victor Borja
e43060d80b Two recipes for loading themes buffer-local one for color-theme other for
emacs24

Conflicts:

	recipes/color-theme-buffer-local
2012-04-17 12:06:09 +01:00
Steve Purcell
6dc2d0fb9f After build, remove pre-built packages for which no recipe exists (see #76) 2012-04-17 12:00:31 +01:00
Steve Purcell
225d18964a Tidy up build-all functions 2012-04-17 10:42:51 +01:00