summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-1348-200/+167
| | | | Finally `japanese' category has been done.
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-1340-105/+84
| | | | | | | | | | Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
* Convert to PORTNAME/PORTVERSION. I'm doing these first so we can testSatoshi Asami2000-04-132-4/+5
| | | | the slave ports.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-132-10/+7
| | | | Ready to cooperate with the slave port `japanese/xv'.
* The previous commit was really from PR 17968Chris Piazza2000-04-130-0/+0
|
* UnbreakChris Piazza2000-04-131-2/+3
| | | | | PR: 19768 Submitted by: dirk.meyer@dinoex.sub.org
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.Akinori MUSHA2000-04-1317-55/+39
| | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'.
* Oops, missed an extra PKGNAME hiding down there.Satoshi Asami2000-04-131-2/+1
|
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-1320-30/+50
|
* Typo (PKGNAME -> PORTNAME).Satoshi Asami2000-04-131-1/+1
|
* PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien2000-04-1335-96/+93
|
* Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't convertedSatoshi Asami2000-04-131-1/+2
| | | | along with the rest of (Houston) astro's.
* Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of definingSatoshi Asami2000-04-131-2/+2
| | | | DISTNAME=${PORTNAME}-${PORTVERSION}.
* Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to theSatoshi Asami2000-04-131-1/+1
| | | | | | | | PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a "~" in his vi or something. :> I have a hunch that the "?=" in PORTNAME and PORTVERSION can be changed to "=" too but I'll leave those for now.
* Don't need PORTNAME and PORTVERSION here -- they will be picked upSatoshi Asami2000-04-131-2/+0
| | | | | from the master port (misc/magicpoint) and PKGNAMEPREFIX from ../Makefile.inc.
* fix typoMichael Haro2000-04-121-1/+1
|
* Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX.Akinori MUSHA2000-04-124-8/+0
| | | | And remove the `Version required' line as well.
* Update the japanese/[o-t]* ports with the newAkinori MUSHA2000-04-12112-1531/+363
| | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
* Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change.Akinori MUSHA2000-04-121-2/+1
|
* Typo (PORTVESION -> PORTVERSION).Satoshi Asami2000-04-121-1/+1
|
* Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise youSatoshi Asami2000-04-121-2/+2
| | | | | will get "make: don't know how to make /usr/ports/INDEX. Stop" type of weird errors when /usr/obj${.CURDIR} exists.
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-1236-84/+83
|
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-12190-609/+568
|
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-1236-97/+96
|
* PORTNAME/VERSION stuffMichael Haro2000-04-1258-176/+158
|
* (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.incSatoshi Asami2000-04-111-19/+23
| | | | | | | | if ${.CURDIR} != ${MASTERDIR} (i.e., this is a slave port). Suggested by: knu (2) Move PKGNAME/DISTNAME definition into the pre.mk section so it can be used in ports' Makefiles.
* PORTNAME/PORTVERSION updateMichael Haro2000-04-11242-633/+631
|
* FixChris Piazza2000-04-111-1/+2
| | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Fix typoChris Piazza2000-04-112-2/+2
|
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-11213-700/+667
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX.Akinori MUSHA2000-04-112-4/+3
| | | | PR: ports/17925
* Set PKGNAMEPREFIX with ?= so it can be overridden.Satoshi Asami2000-04-116-6/+6
|
* Use PKGNAMEPREFIX/PKGNAMESUFFIX.Akinori MUSHA2000-04-112-10/+4
|
* Accidentally undefined DISTFILES which made WRKSRCChris Piazza2000-04-103-3/+6
| | | | | | bogus. Noticed by: "Matt M." <matt@boda.virtualave.net>
* Fix typoChris Piazza2000-04-101-1/+1
| | | | | PR: 17908 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1053-135/+134
|
* Fix typoChris Piazza2000-04-105-5/+5
| | | | Submitted by: "Gary D. Margiotta" <gary@tbe.net>
* Add PKGNAMEPREFIX definitions for language-specific dirs.Satoshi Asami2000-04-106-0/+24
|
* Typo fix (two of them in the same line!).Satoshi Asami2000-04-101-1/+1
| | | | Reported by: fenner's distfile survey error mail
* Add PKGNAMEPREFIX and PKGNAMESUFFIX - these are to be used in case theSatoshi Asami2000-04-101-4/+7
| | | | | | | | | package name includes "language specifics" or "compilation options" as specified in the handbook. PKGNAME is now defined as ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}. Suggested by: mharo (prefix), reg (suffix) Reviewed by: the ports list
* Forgot to remove some variablesChris Piazza2000-04-101-2/+0
| | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Forgot to remove some variablesChris Piazza2000-04-102-4/+0
|
* fix typoMichael Haro2000-04-102-2/+2
| | | | Submitted by: Ben Smithurst / ben@scientia.demon.co.uk
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1088-233/+239
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1032-95/+65
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1031-84/+83
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1030-62/+58
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-10196-575/+563
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-09100-255/+249
|
* Add WWWChris Piazza2000-04-091-0/+2
|