Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve many 301 Moved Permanently URLs in DESCR. | Bill Fenner | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | Michael Haro | 1999-06-05 | 2 | -5/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | Move WWW_SITE to pkg/DESCR:WWW from Makefile | Marc G. Fournier | 1999-04-14 | 2 | -2/+3 |
| | |||||
* | Update to GNATS 3.110 | Paul Traina | 1999-04-09 | 3 | -8/+10 |
| | |||||
* | Add a few more Y2K/WWW_SITE pointers ... | Marc G. Fournier | 1999-03-12 | 1 | -1/+4 |
| | |||||
* | Update to version 3.107-beta. | Steve Price | 1999-01-04 | 3 | -5/+6 |
| | |||||
* | Add virtual category elisp. | Jun Kuriyama | 1998-11-20 | 1 | -2/+2 |
| | | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> | ||||
* | Pick up a few new installed files and follow the new MAN? | Steve Price | 1998-08-17 | 1 | -10/+3 |
| | | | | | | paradigm. Reviewed by: Paul Traina <pst@juniper.net> | ||||
* | Update to GNATS 3.106 | Paul Traina | 1998-08-16 | 5 | -33/+22 |
| | |||||
* | Make gnats port to package cleanly. | Paul Traina | 1998-01-24 | 6 | -8/+134 |
| | | | | | PR: 5506 Submitted by: Jun Kuriyama | ||||
* | Bring in 2 big jumbo patches from the bug-gnats mailing list. | Paul Traina | 1998-01-20 | 1 | -1/+0 |
| | |||||
* | Bring in a bunch of post 3.104 patches that came from Cyclic and | Paul Traina | 1998-01-20 | 1 | -24/+0 |
| | | | | | | | | | the bug-gnats mailing list. There are a ton of bugfixes and some good new features (like user defined states). I should have used the makefile's patch code to deal with this, but the patches had differning formats and there were order dependancies, so I built these patch ffiles by hand. | ||||
* | Update to 3.104 beta. | Paul Traina | 1997-08-26 | 5 | -60/+67 |
| | | | | | | | Warning: the directory structure has shifted again (lib/gnats -> libexec/gnats) Also, I am now compiling and configuring gnats with "with release based" which adds additional functionality and is backwards compatible, but adds new PR fields you may not expect to see. | ||||
* | Update 1.101-beta to 1.102-beta, old distfile had gone. I've made no | Peter Wemm | 1997-06-30 | 2 | -5/+5 |
| | | | | other changes. | ||||
* | Fix `date` language | Andrey A. Chernov | 1997-06-19 | 1 | -0/+19 |
| | |||||
* | Add PKGNAME, as DISTNAME contains "beta" in the version part. | Satoshi Asami | 1997-02-19 | 1 | -2/+2 |
| | | | | | While I'm here, remove obsoleted .el -> .elc comment (emacs is not BUILD_DEPENDED anymore since the last update). | ||||
* | Honor user's CFLAGS setting, instead of splatting it unconditionally with | Satoshi Asami | 1997-02-19 | 1 | -0/+9 |
| | | | | a plain ugly "-g". | ||||
* | Upgrade to 3.101-beta. | Paul Traina | 1997-02-17 | 6 | -142/+70 |
| | | | | | WARNING: the gnats database and dist files have moved from lib/gnats to share/gnats | ||||
* | query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;) | Satoshi Asami | 1997-01-11 | 1 | -2/+2 |
| | |||||
* | fix install target: | Torsten Blum | 1997-01-10 | 1 | -2/+2 |
| | | | | | - remove query-pr.8 from MAN8 - it's already in MAN1 - move man/manl/gnats.l to man/man1/gnats.1 | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 2 | -12/+13 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | CAT_E_GORIES+= -> CAT_E_GORIES= | David E. O'Brien | 1996-11-17 | 1 | -5/+5 |
| | | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup | ||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Don't allow a package to be made, and insist that gnats UID is present before | Paul Traina | 1996-08-03 | 1 | -1/+3 |
| | | | | | | installing. Suggested by: jhs | ||||
* | Finally upgrade to the "beta" release with remote machine support | Paul Traina | 1996-07-20 | 7 | -152/+137 |
| | |||||
* | Move elisp stuff from /usr/local/lib/emacs to share/emacs/site-lisp. | Satoshi Asami | 1996-07-10 | 2 | -64/+83 |
| | | | | Pick up CFLAGS from /etc/make.conf if set there. | ||||
* | Make this NO_PACKAGE, it requires user "gnats". | Satoshi Asami | 1996-07-10 | 1 | -1/+2 |
| | |||||
* | Change category from "development" to "databases devel". | Satoshi Asami | 1995-11-22 | 1 | -2/+2 |
| | |||||
* | Put BUILD_DEPENDS before other misc. variables. | Satoshi Asami | 1995-11-02 | 1 | -4/+4 |
| | |||||
* | Initial import of gnats 3.2 | Paul Traina | 1995-10-30 | 7 | -0/+233 |
Approved by: asami |