summaryrefslogtreecommitdiff
path: root/java/jdk-tutorial/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed jdk-tutorial to java-tutorial.Ernst de Haan2002-06-171-34/+0
| | | | Notes: svn path=/head/; revision=61426
* This port now installs below ${PREFIX}/share/doc, where itErnst de Haan2002-06-131-11/+10
| | | | | | | | | | | | | | | | | | | | | | | should. The tutorial is not specific to JDK 1.1.8, it pertains to Java versions up to 1.4. That's why I've changed the PORTVERSION from 1.1.8 to 2002.03.04, the date the tutorial was last updated. See: http://java.sun.com/docs/books/tutorial/information/download.html Since this is not really a JDK tutorial but rather a Java tutorial, the port installation directory is now called java-tutorial. Not displaying the message anymore. It is evident where the files go. Changed the pkg-plist to use %%T%% instead of jdk%%VERSION%%/docs/books/tutorial as the prefix. Notes: svn path=/head/; revision=61205
* Added an entry to MASTER_SITES.Ernst de Haan2002-06-131-1/+2
| | | | Notes: svn path=/head/; revision=61204
* Taking care of unmaintained ports in the java category.Ernst de Haan2002-05-071-1/+1
| | | | | | | | All of these ports are currently listed as problematic at: http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Notes: svn path=/head/; revision=58672
* Update latest tutorial and bump PORTREVISIONPatrick Li2002-03-301-1/+1
| | | | | | | | PR: 36497 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=56984
* Chase checksum (minor changes in documentation).Dmitry Sivachenko2001-12-231-1/+1
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=52066
* Update to the latest version of the tutorial.Steve Price2001-12-151-1/+1
| | | | Notes: svn path=/head/; revision=51594
* Tarball was rerolled with slight changes.Dmitry Sivachenko2001-08-051-1/+1
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=45856
* Return maintainership to ports@freebsd.org; previous maintainer says he noGeorge C A Reid2001-04-261-1/+1
| | | | | | | | | | longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> Notes: svn path=/head/; revision=41914
* Chase distfile update (some demo code added).Jun Kuriyama2001-03-161-1/+1
| | | | | | | | Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> (maintainer) PR: ports/25679 Notes: svn path=/head/; revision=39906
* Update to the latest version of the JDK tutorial.Steve Price2001-02-261-0/+1
| | | | | | | PR: 22682 Notes: svn path=/head/; revision=38735
* change maintainer's emailYing-Chieh Liao2001-01-251-1/+1
| | | | | | | | PR: 24636 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37572
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory.Steve Price2000-05-281-1/+2
| | | | Notes: svn path=/head/; revision=28801
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-2/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-7/+7
| | | | Notes: svn path=/head/; revision=27458
* Tutorial was updated, stay in sync.Chris Piazza1999-09-091-3/+0
| | | | | | | | PR: 13651 Submitted by: maintainer Notes: svn path=/head/; revision=21476
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 1.1.8 to match JDK.Chris Piazza1999-06-281-5/+11
| | | | | | | | PR: 12114 Submitted by: maintainer Notes: svn path=/head/; revision=19889
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka1999-05-061-9/+5
| | | | | | | | | Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
* Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean thisBill Fenner1999-05-051-2/+2
| | | | | | | | | port unless you've already installed it. Found by: "make clean" in /usr/ports Notes: svn path=/head/; revision=18513
* Add "-f" after ${RM} (for a problem when we "make clean")Satoshi Taoka1999-05-051-2/+2
| | | | | | | Obtained from: the e-mail from maintainer Notes: svn path=/head/; revision=18510
* Sun's Java Developers Kit tutorialSatoshi Taoka1999-04-301-0/+34
PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=18235