summaryrefslogtreecommitdiff
path: root/devel/wide
AgeCommit message (Collapse)AuthorFilesLines
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-17/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Use full path for pax and a runtime dependency. Bump revision.joerg2-5/+7
2008-04-07Fix DESTDIR installation.joerg1-3/+3
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-6/+8
their files via a custom do-install target.
2007-01-02Fixed file permissions. 152 files had been installed world-writable.rillig1-2/+5
PKGREVISION++
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2005-10-23Sorted PLISTs.rillig1-14/+14
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-20:tu isn't supported by pkgsrc bmake.grant1-2/+2
2005-02-01Categories+= develjschauma1-2/+2
2005-02-01Initial import of devel/wide:jschauma5-0/+250
WIDE stands for 'The While IDE', an integrated development environment for the While programming language. With WIDE you will be able to: 1. Create and edit While Programs written in standard list concrete syntax, and a novel textual (string) syntax developed exclusively for WIDE. 2. Compile and Run While Programs. 3. Debug Programs. 4. Easily experiment with meta-programming ideas and concepts. Wide is licensed under the Eclipse License.