summaryrefslogtreecommitdiff
path: root/misc/gnuit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove epxired ports:Rene Ladan2019-05-138-305/+0
| | | | | | | | | 2019-05-08 cad/brlcad: Broken for more than 6 months 2019-05-12 misc/gnuit: Upstream stale for 10 years, no users it appears 2019-05-12 print/py-reportlab1: consider using latest upstream version in print/py-reportlab Notes: svn path=/head/; revision=501587
* Bump PORTREVISION for the previous change.Gerald Pfeifer2019-02-121-1/+1
| | | | Notes: svn path=/head/; revision=492758
* Mark this port deprecated. It has been stale upstream for ten years,Gerald Pfeifer2019-02-122-1/+5
| | | | | | | | | | | | | | | | | pretty much to the day and the last changes accepted were FreeBSD fixes from my side. Plus it appears there are no users anywhere, including on the FreeBSD side. Put in an expiration date of nearly three months to see whether anyone is interested in this after all. On the way, separate the USES block in the Makefile [1] and adjust the name of this port in pkg-descr. Reported by: portlint [1] Notes: svn path=/head/; revision=492757
* Fix up after revision r487864 which added a .info file to pkg-plistGerald Pfeifer2018-12-202-2/+2
| | | | | | | | | instead of using the INFO= facility of the Ports Collection infrastructure. Since the .info file is now packaged, bump PORTREVISION. Notes: svn path=/head/; revision=487928
* misc/gnuit: Unbreak by adding a missing file to plistYuri Victorovich2018-12-202-1/+2
| | | | | | | | | | While here, change WWW to https. Reported by: poudriere build log Reviewed by: portmgr (unbreak) Notes: svn path=/head/; revision=487864
* Use relative symlinks for terminal descriptions instead of absoluteGerald Pfeifer2018-01-282-1/+114
| | | | | | | | | | | | symlinks. This is similar to how I fixed the man pages in revision 455914, and files/patch-term-Makefile is my upstream submission. Reported by: Ports QA Notes: svn path=/head/; revision=460166
* Update this patch to match what I now (again?) tried to push upstream.Gerald Pfeifer2018-01-271-1/+17
| | | | Notes: svn path=/head/; revision=460103
* Add license information (GPLv3 or later plus GFDL for docs) and bumpGerald Pfeifer2018-01-214-1/+7
| | | | | | | | | | PORTREVISION accordingly. Since we are already here, add a TIMESTAMP to distinfo which is the "new" standard. And pet portlint wrt. patchfile formatting. Notes: svn path=/head/; revision=459574
* Change man pages which are links (gitregrep.1.gz and gitrfgrep.1.gz)Gerald Pfeifer2017-12-102-0/+43
| | | | | | | | | | | | | from absolute links to relative links. Bump PORTREVISION since this does affect the resulting package in a material manner. PR: 224230 Reported by: wosch Notes: svn path=/head/; revision=455914
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* misc/gnuit: document ncurses requirement (USES+=ncurses)John Marino2016-02-021-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407916
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-12-091-2/+0
| | | | Notes: svn path=/head/; revision=374378
* Convert to staging.Gerald Pfeifer2014-02-162-7/+17
| | | | | | | Submitted by: miwi Notes: svn path=/head/; revision=344527
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reformat package description and add WWW entry.Gerald Pfeifer2009-03-291-3/+5
| | | | Notes: svn path=/head/; revision=231263
* Also prevent installation of the git.1 man page and avoid installation ofGerald Pfeifer2009-02-272-10/+3
| | | | | | | | | bin/git in a simpler way. Take maintainership. Notes: svn path=/head/; revision=229117
* After my latest updates this port no longer installs a program by theGerald Pfeifer2009-02-241-2/+0
| | | | | | | name of git, thus remove conflicts with git and cogito. Notes: svn path=/head/; revision=228962
* Update to version 4.9.5 which has some portability issues which I reportedGerald Pfeifer2009-02-245-73/+20
| | | | | | | | fixed, and some minor enhancements like filetype info for many more file extensions and gitaction which supports xdg-open, kfmclient and exo-open. Notes: svn path=/head/; revision=228961
* Update to gnuit version 4.9.4 now that the project is active again, upGerald Pfeifer2008-12-269-87/+142
| | | | | | | | | | | | | | | | | | | from the old version 4.3.20 dating back to 2000 which was still called git. Most configuration files, environment variables, the HTML documention, subdirectory names, etc have been renamed to carry gnuit instead of git in their names. Support for large files has been improved, new terminal types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and many bugs have been fixed. The git file manager is now called gitfm, there is no longer a command called git. Among others this helps reduce confusing with devel/git. PR: 126234 Notes: svn path=/head/; revision=224807
* Fix duplicate LATEST_LINKRenato Botelho2006-05-221-0/+1
| | | | | | | | | PR: ports/97583 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Reported by: kris Notes: svn path=/head/; revision=163092
* Register CONFLICTS between ports that install bin/git.Eric Anholt2006-02-141-0/+2
| | | | | | | | PR: ports/93315 Submitted by: John E. Hein <jhein@timing.com> Notes: svn path=/head/; revision=156062
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Use INFOVolker Stolz2005-04-212-6/+1
| | | | Notes: svn path=/head/; revision=133831
* misc category cleanup part 4 of 6:Clement Laforet2004-02-111-39/+39
| | | | | | | | | | | | - Use DATADIR/DOCSDIR/PORTSDOC - make portlint happy PR: 61028 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me Notes: svn path=/head/; revision=100688
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* 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
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Update to 4.3.20David W. Chapman Jr.2001-08-313-3/+5
| | | | | | | | PR: 23762 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=47200
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Upgrade to git-4.3.19Justin M. Seger1999-11-165-69/+74
| | | | Notes: svn path=/head/; revision=23142
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-7/+0
| | | | Notes: svn path=/head/; revision=12623
* Upgrade to git-4.3.17Justin M. Seger1998-05-035-14/+46
| | | | | | | Change MAINTAINER from ports->me Notes: svn path=/head/; revision=10826
* Upgrade to 4.3.16.Thomas Gellekum1997-10-074-18/+15
| | | | Notes: svn path=/head/; revision=8151
* Oops, forgot to compress one manpage.Satoshi Asami1996-11-211-3/+3
| | | | Notes: svn path=/head/; revision=4625
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-8]David E. O'Brien1996-11-171-10/+3
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Complete upgrade by removing "gitmatch" that no longer exists. AlsoSatoshi Asami1996-10-162-19/+15
| | | | | | | sort part of pkg/PLIST so it's easier to read. Notes: svn path=/head/; revision=4008
* Upgrade, 4.3.6 -> 4.3.11.Satoshi Asami1996-06-174-9/+38
| | | | | | | Submitted by: Don Yuniskis <dgy@rtd.com> via Chuck Robey <chuckr@glue.umd.edu> Notes: svn path=/head/; revision=3240
* Checksum was missing.Satoshi Asami1996-03-061-0/+1
| | | | Notes: svn path=/head/; revision=2789
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2466
* git - GNU Interactive Tools, a filesystem browser for UNIX systemsTorsten Blum1995-07-154-0/+74
Notes: svn path=/head/; revision=1975