aboutsummaryrefslogtreecommitdiff
path: root/lang/klone
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-04-138-435/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001 Notes: svn path=/head/; revision=351202
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵Antoine Brodin2014-03-081-0/+2
| | | | | | | since more than 12 years) Notes: svn path=/head/; revision=347539
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+2
| | | | Notes: svn path=/head/; revision=322660
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Fix build with clangPietro Cerutti2012-12-033-5/+51
| | | | | | | | | - Trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=308141
* - Update MASTER_SITES and WWW: lineMartin Wilke2011-03-253-6/+2
| | | | | | | | | | - Drop MD5 support PR: 155815 Submitted by: Ports Fury Notes: svn path=/head/; revision=271698
* Deprecate unmaintained ports from lang where upstream disapear and/orBaptiste Daroussin2011-03-151-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270937
* Fix the build with GCC 4.2 and thus unbreak.Alexey Dokuchaev2007-06-182-4/+26
| | | | | | | Reported by: pointyhat (logs) Notes: svn path=/head/; revision=193830
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-0/+4
| | | | Notes: svn path=/head/; revision=191950
* - fix plist [1]Ion-Mihai Tetcu2006-05-193-6/+8
| | | | | | | | | | | | - portlint [1] [2] - add WWW [2] PR: ports/97346 [1] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1], itetcu [2] Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162771
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* BROKEN on sparc64: Does not compileKris Kennaway2004-11-241-1/+7
| | | | Notes: svn path=/head/; revision=122260
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* fix bento build error : there is a *alloc() clashYing-Chieh Liao2002-09-281-1/+1
| | | | | | | | PR: 43311 Submitted by: adam@vectors.cx Notes: svn path=/head/; revision=67185
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53957
* o fix MASTER_SITES.FUJISHIMA Satsuki2001-09-222-16/+18
| | | | | | | | | | o respect CC and CFLAGS. PR: 30720 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48061
* Fix MASTER_SITESTom Hukins2001-09-011-1/+1
| | | | Notes: svn path=/head/; revision=47271
* Remove extraneous distfile hashesKris Kennaway2001-08-231-2/+0
| | | | Notes: svn path=/head/; revision=46702
* Initial import of klone-2.1.359Kris Kennaway2001-08-236-0/+349
KLONE is a small and fast fully interpreted language intended to be embedded into C applications to provide them with a powerful, yet fast and small extension language. Its syntax is very inspired from Lisp (its external syntax has been kept as close as possible to Common Lisp as possible), but its implementation is original and efficient, to give full extensibility, intimate interfacing to C, incremental garbage collection, and full portability on either K&R or ANSI C. Obtained from: OpenBSD Notes: svn path=/head/; revision=46700