aboutsummaryrefslogtreecommitdiff
path: root/devel/cdk
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - Update to 5.0.20050424Pav Lucistnik2005-12-275-32/+66
| | | | | | | | | | - Claim maintainership PR: ports/90674 Submitted by: Remington <MrL0Lz@gmail.com> Notes: svn path=/head/; revision=152153
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* - Completely disconnect the man-page symlinks for the time being: The previousVolker Stolz2005-02-183-2/+21
| | | | | | | | | hack would only work after the port has already been built, but not when starting fresh over. Sigh. You still get the (compressed) regular pages, though. - Install stripped demos Notes: svn path=/head/; revision=129188
* List man-pages I missed in previous commit. While here, sort and shave offVolker Stolz2005-02-182-740/+858
| | | | | | | | | | | 5k of plist's size by collecting entries in a saner way. Work around 'argument list too long' when compressing man pages by ... not compressing the 36 files. Independently run into by: Simon Barner Notes: svn path=/head/; revision=129179
* Update to 20041224 snapshotVolker Stolz2005-02-163-6/+9
| | | | Notes: svn path=/head/; revision=129024
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* - Update to version 4.9.11.20031210Kirill Ponomarev2004-02-144-169/+204
| | | | | | | | PR: ports/62823 Submitted by: Robert Schlotterbeck <robert@rs.tarrant.tx.us> Notes: svn path=/head/; revision=100929
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* 4.9.10-20020809 => 4.9.10.20020809Edwin Groothuis2003-10-081-1/+3
| | | | | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90587
* REST IN PEACEWill Andrews2003-06-081-1/+1
| | | | | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed. Notes: svn path=/head/; revision=82550
* Add missing doc filesKris Kennaway2003-04-051-0/+7
| | | | Notes: svn path=/head/; revision=78339
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'Kris Kennaway2003-02-101-0/+1
| | | | Notes: svn path=/head/; revision=75227
* switch to Tom Dickey's preferred domainAlan Eldridge2003-01-311-1/+1
| | | | Notes: svn path=/head/; revision=74336
* update portrev to go with MANLINK => MLINKS changeAlan Eldridge2003-01-141-1/+1
| | | | Notes: svn path=/head/; revision=73131
* fix bad variable name for man page linksAlan Eldridge2003-01-141-671/+671
| | | | Notes: svn path=/head/; revision=73129
* Added -Wl,-rpath,${LOCALBASE}/lib in the section that gets evaluated if youAlan Eldridge2003-01-011-1/+5
| | | | | | | | have the port version of ncurses installed on stable. This forces the library and the examples to use that version, which actually works. Notes: svn path=/head/; revision=72117
* Updated to new version by Tom Dickey (ncurses author).Alan Eldridge2003-01-019-180/+913
| | | | Notes: svn path=/head/; revision=72012
* Working around recalcitrant cvs.Alan Eldridge2003-01-011-54/+0
| | | | Notes: svn path=/head/; revision=72010
* change maintainer, thats all.Alan Eldridge2002-12-181-1/+1
| | | | Notes: svn path=/head/; revision=71699
* 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 mastersite.David E. O'Brien2002-02-221-7/+7
| | | | | | | | PR: 35185 Submitted by: Michael Joyner <mjoyner@ewc.edu> Notes: svn path=/head/; revision=55070
* Simple aesthetic fix: "^post-install" instead of "^ post-install"Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38322
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+2
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Chase the checksum (configure/makefile changes), and add two missing filesKris Kennaway2000-09-223-1/+4
| | | | | | | to the PLIST. Bump PORTREVISION. Notes: svn path=/head/; revision=32985
* Update to version 4.9.10.David E. O'Brien2000-08-274-13/+37
| | | | Notes: svn path=/head/; revision=32012
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29614
* Finish updating this port.Steve Price2000-05-292-20/+21
| | | | Notes: svn path=/head/; revision=28847
* Upgrade to version 4.9.9.David E. O'Brien2000-04-297-124/+130
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28066
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Pickup maintance of these until someone else comes along.David E. O'Brien2000-03-311-1/+1
| | | | Notes: svn path=/head/; revision=27160
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Initial import of cdk version 4.9.1.Steve Price1999-05-097-0/+256
Curses Development Kit for speedy development of full screen programs. PR: 11534 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=18690