Commit Graph

55 Commits

Author SHA1 Message Date
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Daniel Eischen
ebb0445a70 Allow nedit to build against newer versions of open-motif.
Add license clause (GPLv1).  Update MASTER_SITES.

Submitted by:	Mikhail T. (m dot tsatsenko at gmail dot com)
PR:		156170
2011-04-10 18:33:26 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Daniel Eischen
60d0f91147 Add missing size in distinfo. Perhaps portlint should check for that...
PR:	88085
2005-10-27 17:23:30 +00:00
Daniel Eischen
659cbc5188 Update to release 5.5. 2004-11-03 03:21:41 +00:00
Daniel Eischen
d0bfdb90d8 Remove extra CFLAGS define to force building with buggy open-motif.
Add a check to the program that checks for buggy open-motif so that
version 2.2.3 is seen as non-buggy.  This last check is already in
nedit sources in similar form.
2004-08-15 22:08:35 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Daniel Eischen
516e68ade2 Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy.  It was pulled from the opengroup site.  Nedit
now checks the version of motif and issues a very loud warning
when it is built.
2004-02-07 23:38:15 +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
Daniel Eischen
0505be0ca2 Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes.  I give up trying to make it work.
2002-08-23 20:03:18 +00:00
Daniel Eischen
50a694b761 Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
PR:		41687
Submitted by:	James E. Flemer <jflemer@acm.jhu.edu
2002-08-21 15:37:24 +00:00
Daniel Eischen
8596f6fd32 I guess something changed in ports/Mk so that BINOWN, BINGRP, and
BINMODE are no longer set when make'ing.  Manually add them to
MAKE_ENV in the port's Makefile.

PR:		40800, 41687
Submitted by:	kan
2002-08-21 15:27:53 +00:00
Daniel Eischen
2c973528c6 Correct spelling of distfile in EXTRACT_ONLY.
Submitted by:	Peter I. Hansen <pih@oek.dk>
2002-07-16 08:31:20 +00:00
Daniel Eischen
47b89b76a6 Move EXTRACT_ONLY to where it should be (portlint complained).
Change filename extension of extracted file to match distfile.
2002-07-15 18:26:25 +00:00
Daniel Eischen
1f06f1abaa Change to use bzip2 instead of gzip distfile.
PR:		40583
Submitted by:	Amar Takhar <verm@drunkmonk.net>
2002-07-15 18:19:04 +00:00
Daniel Eischen
b3c493aa47 Update to nedit v5.3. 2002-07-15 18:14:01 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Daniel Eischen
fbcc834c2e Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.

PR:		ports/31700
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2001-11-02 14:21:27 +00:00
Daniel Eischen
81ec07987a Upgrade to version 5.2. 2001-10-31 18:07:28 +00:00
Daniel Eischen
caef94a617 App-defaults distfile name change. 2001-10-07 19:15:29 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Steve Price
a67a4e343b Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.

PR:		18454
2000-05-29 03:59:32 +00:00
Michael Haro
0f29953274 portname/portversion update 2000-04-14 00:25:54 +00:00
Daniel Eischen
e4f8d56850 Updates from Maxim Sobolev:
+ CFLAGS received appropriate respect
  + X11BASE now used insted of PREFIX in -I and -L compiler directives
  + pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness

PR:		ports/17457
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-27 13:14:14 +00:00
Daniel Eischen
a407586d87 Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
2000-03-27 03:50:46 +00:00
Daniel Eischen
de567c77ad Change the site for the distfile to Nedit's new home.
Change my (MAINTAINER) email address.
2000-03-02 12:32:26 +00:00
Daniel Eischen
b283c3a9c4 Nedit has a new home, www.nedit.org, provided by Metrolink. The old
www site has gone by-by.  Fix DESCR for the new site.

Found by: Fenner's ports survey
1999-11-08 12:06:32 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Tim Vanderhoek
d6083f4e6e Would it be considered sacriligious to change all of the 'K's in
Kirk McKusick, Keith Bostic, and J. Karels into 'W's,
representing WWW:?  Probably.  Better not risk it.  :)
1999-05-02 22:03:30 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
19187332cd Remove manpages, but _NOT_ from the multi-lingual
emacsen (*mule-common, mule).  That is left for someone more
familiar with their twisty incestuous relationships.
1998-08-17 09:35:03 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Tim Vanderhoek
0ec2b6d084 Another batch of add homepage. In general I've avoided any links
except to official homepages, but in this batch there were a few
cases where a link was desireable anyways.  For these, the form

http://url/  (FAQ/whatever)

was used.
1998-07-28 06:34:42 +00:00
Satoshi Asami
c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Steve Price
8c29b5ec32 Upgrade to version 5.0.2.
PR:		6069
Submitted by:	maintainer
1998-03-28 14:36:41 +00:00
John Fieber
120c6d00b9 Add -DUSE_XMIM so input methods work. 1998-01-31 23:46:21 +00:00
John Fieber
0fced76bff Upgrade to 5.0.1
PR:		5511
Reviewed by:	jfieber
Submitted by:	deischen@iworks.InterWorks.org
1998-01-16 21:09:29 +00:00
Dima Ruban
fdbc871691 Upgrade to 5.0
Submitted by:	maintainer
1997-11-10 19:00:00 +00:00
David E. O'Brien
ff3f931231 Install app-defaults as NEdit.ad rather than NEdit (so it won't overwrite
any custom one).

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
Closes-PR:	ports/2914
1997-03-12 08:14:45 +00:00
David E. O'Brien
e60b1b2809 I know the ports freeze is 10 minutes past... but hopefully Satoshi
will let me get away with this one...

Here's the real justification for this commit...  checksum was wrong.

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
Closes-PR:	ports/2914
1997-03-12 08:14:18 +00:00
David E. O'Brien
a11f28520c I know the ports freeze is 10 minutes past... but hopefully Satoshi
will let me get away with this one...

Install app-defaults as NEdit.ad rather than NEdit (so it won't overwrite
any custom one).

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
Closes-PR:	ports/2914
1997-03-12 08:13:34 +00:00
Satoshi Asami
94ee79fceb Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now. 1997-02-18 06:00:30 +00:00
Satoshi Asami
f07ca42bc9 The tarball is compressed now (used to be an uncompressed .tar). 1997-02-18 05:56:25 +00:00