Commit graph

31 commits

Author SHA1 Message Date
Ernst de Haan
fbda0a0a29 Removed unused DOWNLOAD_URL variable. 2004-04-15 23:10:25 +00:00
Ernst de Haan
6272e9dfa2 Made cp -R silent again, like previously. 2004-04-15 23:05:17 +00:00
Ernst de Haan
b9ee6e75d4 Cleverly determine version-related variable values
based on other variables.
2004-04-15 23:03:16 +00:00
Ernst de Haan
6cbcc623e3 - Removed non-existent download site metaverse.nl.
- Using PORTDOCS macro.
- Fixed issue with files staying being after deinstall [1].

Reported by:	kris [1]
2004-04-15 23:00:48 +00:00
Ernst de Haan
bc1ba6bc77 Added LATEST_LINK.
Reported by:	kris
2004-02-10 13:19:44 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ernst de Haan
6794a97e3c Fixed generation of plist file. The file was previously written
as ./pkg-plist. It is now written as $WRKDIR/PLIST.

Indicated by:	kris
2002-11-21 08:58:42 +00:00
Ernst de Haan
db21006b82 Removed unnecessary PLIST_SUB setting. 2002-11-20 08:58:13 +00:00
Ernst de Haan
193245d672 Automagically generating pkg-plist.
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-20 08:45:42 +00:00
Ernst de Haan
d63f6873d0 Removing restrictions and providing download locations. Could not
find any reason for these restrictions on the Sun website. Only
software is under license and export control. The download does
not require accepting a license, either.

See:	http://java.sun.com/products/jdk/1.1/README
	http://java.sun.com/products/jdk/1.1/docs.html
	http://servlet.java.sun.com/help/download
2002-08-19 09:42:55 +00:00
Ernst de Haan
3c72e7a54f Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:20:49 +00:00
Maxim Sobolev
647e9e1458 - Remove several stale pkg-message files;
- fix download URL in jdk11-doc.

PR:		31136
Submitted by:	maintainer
2001-10-08 12:45:29 +00:00
Maxim Sobolev
4c6ba8c8e6 Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.
PR:		28183
Submitted by:	Ernst de Haan <ernst@jollem.com>
Repo-copy by:	jdp
2001-10-08 09:17:17 +00:00
Doug Barton
89a9cc0306 My modification of the submitter's update didn't go far enough,
thereby causing breakage that was not present in the original.
Fix the test for distfile a different way, using fewer
variables and less gymnastics.
2001-05-31 09:19:23 +00:00
Doug Barton
81a3ccf57b Update to jdk-1_1_8_003-doc and clean up the port some.
PR:		ports/27784
Submitted by:	Ernst de Haan ernst@jollem.com
2001-05-31 06:09:27 +00:00
George C A Reid
7800b25d83 Return maintainership to ports@freebsd.org; previous maintainer says he no
longer has time to maintain this port.

PR:		26873
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-26 10:37:51 +00:00
Ying-Chieh Liao
69a44772b9 change maintainer's email
PR:		24636
Submitted by:	MAINTAINER
2001-01-25 14:51:52 +00:00
Akinori MUSHA
c76a75669b Update to 1.1.8_003. (PORTVERSION untouched)
PR:		18034
Submitted by:	Palle Girgensohn <girgen@partitur.se>

Use just `${CP} -R' instead of tar|tar.

By the way, owner/group IDs of files should not be preserved on
copying in the installation process, because if one did `make' and
then `su' to `make install', the installed files would be owned by a
normal user.  Beware, porters!
2000-04-19 09:06:27 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Chris Piazza
eea528a116 Remove the chown stuff in pre-install. do-extract handles this
by default now.
1999-08-22 21:29:50 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
6d47ab8c2e Add a workaround to chown the files if the person installing
the port is root.  It was keeping the uid/gid of 10/143.

There might be a better solution than this in the long run
but it'll work for now.

PR:		12897
Reported by:	Jose Marques <jose@nobody.org>

Also some minor non-functional changes, exit 0 -> ${FALSE},
PKGMESSAGE to use | ${SED} instead of creating a new file.
1999-08-02 22:45:41 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Chris Piazza
ea79d68849 a) Update jdk-doc to 1.1.8. (from submitter)
b) Change the PLIST to use a PLIST_SUB for the version number
   to cut down on the size of diffs. (me)

PR:	12312
Submitted by:	Steve Coltrin <spcoltri@io.com>
1999-06-21 02:56:47 +00:00
Satoshi Taoka
5cf438851d Change bsd.port.mk -> bsd.port.post.mk
Modify the method to make MESSAGE when we "make install"

Noticed by:		asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
1999-05-06 00:14:04 +00:00
Satoshi Taoka
88b0ba9ebc Fix pkg/MESSAGE
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.)

Noticed by: 	maintainer
1999-05-05 15:07:37 +00:00
Steve Price
b07e71ed4f Fixes from maintainer:
This patch does the following things:
    - show some **very** useful links after installing the port
    - use ${TAR} instead of just tar and prepend arguments with a `-'

PR:		10703
Submitted by:	maintainer
1999-03-22 02:21:30 +00:00
Satoshi Taoka
887e3d8ff4 Sun's Java Developers Kit documentation
PR:		ports/10483
Submitted by:	Martti Kuparinen martti.kuparinen@ericsson.com
1999-03-18 05:16:45 +00:00