summaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-08-22The distfile names are cryptic, but certainly are not common nor areSatoshi Asami4-6/+4
there too many distfiles so there is no need for a DIST_SUBDIR. Notes: svn path=/head/; revision=7654
1997-08-16original distribution updated to release 1.46.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7599
1997-08-13Activate the new crossgo32 library ports.Thomas Gellekum1-1/+3
Notes: svn path=/head/; revision=7564
1997-08-13Port of the pdcurses library for crossgo32.Thomas Gellekum5-0/+89
PR: 4009 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> Notes: svn path=/head/; revision=7563
1997-08-13Port of the DJGPP2 libraries.Thomas Gellekum9-0/+323
PR: 4008 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> Notes: svn path=/head/; revision=7561
1997-08-13From Joel's PR:Thomas Gellekum6-15/+149
Here is an update for the crossgo32 port. I have added an extra distribution which includes a utility to convert the COFF binaries into dos EXE files. I also take over as maintainer with the previous maintainers permission. PR: 3987 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> Notes: svn path=/head/; revision=7559
1997-08-11Remove nils@guru.ims.uni-stuttgart.de as MAINTAINER, no longerBill Fenner1-2/+2
runs FreeBSD. Submitted by: Cornelis van der Laan <nils@trados.com> Notes: svn path=/head/; revision=7540
1997-08-11upgrade to 1.1Eric L. Hernes15-75/+130
Notes: svn path=/head/; revision=7536
1997-08-10Fix path in MASTER_SITESBill Fenner1-2/+2
Found by: distfile checker Notes: svn path=/head/; revision=7510
1997-08-08original distribution updated to version 1.44.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7500
1997-08-06original distribution updated to 1.43.Jun-ichiro itojun Hagino1-3/+3
Notes: svn path=/head/; revision=7489
1997-07-21Turn on tclcheck.Masafumi Max NAKANE1-1/+2
Notes: svn path=/head/; revision=7399
1997-07-21New port, tclCheck:Masafumi Max NAKANE6-0/+50
A program to check the nesting of parenthesis in tcl scripts. PR: 3976 Submitted by: Sander Vesik <sander@haldjas.folklore.ee> Notes: svn path=/head/; revision=7398
1997-07-17ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE3-6/+6
Notes: svn path=/head/; revision=7360
1997-07-17Upgrade 1.3 -> 1.4.Thomas Gellekum2-4/+4
Notes: svn path=/head/; revision=7359
1997-07-16Original distribution updated to r1.33.Jun-ichiro itojun Hagino2-8/+9
It now have "committers mode", which will tell us ports/LEGAL should be updated! Notes: svn path=/head/; revision=7353
1997-07-14remove MASTER_SITE_GNU from the sitelist, since it's not there.Eric L. Hernes2-6/+4
It appears that this is not going to be updated to anything newer than 2.6.3, so if it causes any (more) problems, it's history... Requested by: Bill Fenner Notes: svn path=/head/; revision=7326
1997-07-14Upgrade to 1.41r6.Thomas Gellekum3-5/+10
Notes: svn path=/head/; revision=7307
1997-07-13original distribution of portlint has updated to 1.32.Jun-ichiro itojun Hagino2-7/+14
Notes: svn path=/head/; revision=7298
1997-07-10Put some parentheses in "#elif defined(foo) || defined(bar)" statementSatoshi Asami1-7/+7
to make this compile again. I never quite understood the "#elif" syntax and now I think I never will. By the way, this is just a patch-up to DavidO's "stab in the dark" and is not guaranteed to work on NetBSD and/or OpenBSD. I just "fixed" it in the way that it doesn't break FreeBSD while preserving the spirit of his changes (i.e., to "stab" whatever he was aiming at). Notes: svn path=/head/; revision=7275
1997-07-09Activate p5-StorableJames FitzGibbon1-1/+2
Notes: svn path=/head/; revision=7259
1997-07-09Import of p5-Storable, a module for storing data structures intact and ↵James FitzGibbon5-0/+66
reading them back in later or in another program Notes: svn path=/head/; revision=7258
1997-07-08Move mimepp from devel to converters.Thomas Gellekum1-2/+1
Notes: svn path=/head/; revision=7242
1997-07-08Activate mimepp.Thomas Gellekum1-1/+2
Notes: svn path=/head/; revision=7240
1997-07-06Upgrade, 1.26 -> 1.28.Masafumi Max NAKANE1-4/+4
Notes: svn path=/head/; revision=7223
1997-07-06Upgrade 1.9 -> 1.26.Masafumi Max NAKANE1-4/+4
(So many additional checks have been added. Porters gotta check this out!) Notes: svn path=/head/; revision=7219
1997-07-02Add newline to end of file. Thomas, if you are using emacs, I recommendSatoshi Asami1-1/+1
you add this to your .emacs: (setq require-final-newline t) Notes: svn path=/head/; revision=7177
1997-07-01Activate pccts.Thomas Gellekum1-1/+2
Notes: svn path=/head/; revision=7159
1997-07-01Import a port of The Purdue Compiler Construction Tool Set.Thomas Gellekum20-0/+462
PR: 3950 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=7158
1997-06-30Activate f77flow.Thomas Gellekum1-1/+2
Notes: svn path=/head/; revision=7149
1997-06-30Import f77flow port. As the name suggests, f77flow analyzesThomas Gellekum5-0/+46
the structure of FORTRAN code. PR: 3956 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=7148
1997-06-29Added {Open,Net}BSD to the #define's.David E. O'Brien1-13/+13
This was a stab in the dark as to the right things to do for them. Notes: svn path=/head/; revision=7131
1997-06-29very minor style changeDavid E. O'Brien1-2/+2
Notes: svn path=/head/; revision=7128
1997-06-27Upgrade to v1.06James FitzGibbon2-5/+5
Pointed-out-by: Bill Fenner's script Notes: svn path=/head/; revision=7092
1997-06-27Activate in devel: p5-Errno, p5-Filter, p5-Proc-Simple, p5-Sort-Versions, ↵James FitzGibbon1-1/+7
p5-Term-ReadKey, p5-TraceFuncs Activate in net: p5-SNMP Activate in misc: p5-Locale-Codes Activate in www: p5-WWW-Search Activate in graphics: p5-GD Notes: svn path=/head/; revision=7090
1997-06-27Import of a perl5 module to trace function calls as they happen.James FitzGibbon5-0/+48
Notes: svn path=/head/; revision=7088
1997-06-27Import of a perl5 module for simple terminal controlJames FitzGibbon5-0/+43
Notes: svn path=/head/; revision=7087
1997-06-27Import of a perl5 module to sort revision numbersJames FitzGibbon5-0/+52
Notes: svn path=/head/; revision=7086
1997-06-27Import of a perl5 OO module for handling of child processesJames FitzGibbon5-0/+48
Notes: svn path=/head/; revision=7084
1997-06-27Import of a perl5 module to filter source code prior to executionJames FitzGibbon5-0/+84
Notes: svn path=/head/; revision=7082
1997-06-27Import of a perl5 module to provide access to errno.h constantsJames FitzGibbon5-0/+34
Notes: svn path=/head/; revision=7081
1997-06-24Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon23-73/+54
number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
1997-06-23Paths changed on MASTER_SITES.David E. O'Brien1-4/+4
Noticed by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=7045
1997-06-20Activate asl.Thomas Gellekum1-1/+2
Notes: svn path=/head/; revision=7018
1997-06-20Import of asl port. asl is an assembler for a wide range ofThomas Gellekum6-0/+136
microcontrollers/-processors. Notes: svn path=/head/; revision=7017
1997-06-20Upgrade to version 2.8. Update my e-mail address, while I'm here.Thomas Gellekum4-92/+71
Notes: svn path=/head/; revision=7016
1997-06-20- Upgrade to version 2.8.Thomas Gellekum1-2/+1
- Update my e-mail address. Notes: svn path=/head/; revision=7015
1997-06-17Upgrade to 19970614 releaseJames FitzGibbon2-5/+5
Notes: svn path=/head/; revision=6986
1997-06-17Add `.' to end of info dir entry.Satoshi Asami11-11/+11
Notes: svn path=/head/; revision=6978
1997-06-16Remove make.info* before executing makeinfo.Masafumi Max NAKANE2-2/+2
Notes: svn path=/head/; revision=6968