summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment changed, new version number.Joshua Peck Macdonald1995-02-051-1/+1
| | | | Notes: svn path=/head/; revision=882
* New md5.Joshua Peck Macdonald1995-02-051-1/+1
| | | | Notes: svn path=/head/; revision=881
* Update to version 3.0 of Xminesweep, a windowsish puzzle-game.Joshua Peck Macdonald1995-02-051-5/+5
| | | | | | | Submitted by: janek Notes: svn path=/head/; revision=880
* Anyone remember the board game risk? Here it is...Joshua Peck Macdonald1995-02-054-0/+21
| | | | | | | Submitted by: swallace Notes: svn path=/head/; revision=879
* The manual page get installed as xanim.1.gz instead of xanim.1x. CorrectAndreas Schulz1995-02-042-2/+2
| | | | | | | the packing list for that. Notes: svn path=/head/; revision=878
* Use absolute path to md5 program. It lives in /sbin and people are unlikelyPoul-Henning Kamp1995-02-041-2/+2
| | | | | | | to have $PATH to it. Notes: svn path=/head/; revision=877
* Add long-awaited (:) support for sophisticated dependency checking. We nowSatoshi Asami1995-02-041-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have three variables: EXEC_DEPENDS - A list of "prog:dir" pairs of other ports this package depends on. "prog" is the name of an executable. make will search your $PATH for it and go into "dir" to do a "make all install" if it's not found. LIB_DEPENDS - A list of "lib:dir" pairs of other ports this package depends on. "lib" is the name of a shared library. make will use "ldconfig -r" to search for the library. Note that lib can be any regular expression, and you need two backslashes in front of dots (.) to supress its special meaning (e.g., use "foo\\.2\\.:${PORTSDIR}/utils/foo" to match "libfoo.2.*"). DEPENDS - A list of other ports this package depends on being made first. Use this for things that don't fall into the above two categories. DEPENDS behaves exactly like before, so old Makefiles will still work the same. The two variables are lists of pairs as described above. For instance, if your program depends on unzip and libjpeg.5.*, use the following definitions: EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg gmake:${PORTSDIR}/utils/gmake is automatically added to EXEC_DEPENDS if USE_GMAKE is defined. If NO_DEPENDS is defined, the list will just be printed out one by one. Notes: svn path=/head/; revision=876
* Delete the references to a man page and to two fonts. They don't existAndreas Schulz1995-02-031-6/+0
| | | | | | | in the current src-package. Notes: svn path=/head/; revision=875
* Delete the -N flag for pkg_create, it no longer exists.Andreas Schulz1995-02-031-2/+2
| | | | Notes: svn path=/head/; revision=874
* g3view - fast display of a g3 fax file in an X11 windowJean-Marc Zucconi1995-02-035-0/+33
| | | | Notes: svn path=/head/; revision=873
* UpdateJean-Marc Zucconi1995-02-031-1/+1
| | | | Notes: svn path=/head/; revision=872
* Added gatedPaul Traina1995-02-021-2/+2
| | | | Notes: svn path=/head/; revision=871
* GateD routing protocol daemonPaul Traina1995-02-025-0/+29
| | | | Notes: svn path=/head/; revision=870
* UpgradeAndrey A. Chernov1995-02-023-99/+29
| | | | Notes: svn path=/head/; revision=869
* New port.Joshua Peck Macdonald1995-02-025-0/+237
| | | | | | | | | Reviewed by: Submitted by: JKOKOT@demeter.ipan.lublin.pl Obtained from: Notes: svn path=/head/; revision=868
* Checksum!Satoshi Asami1995-02-021-0/+1
| | | | Notes: svn path=/head/; revision=867
* Add a maintainer lineGary Palmer1995-02-014-4/+8
| | | | Notes: svn path=/head/; revision=866
* Start the ball rolling by sticking aGary Palmer1995-02-011-1/+2
| | | | | | | | | MAINTAINER?= line in here. Idea by: jkh@FreeBSD.ORG Notes: svn path=/head/; revision=865
* updated PLISTJoshua Peck Macdonald1995-02-011-0/+9
| | | | | | | | Reviewed by: jmacd Submitted by: JKOKOT@demeter.ipan.lublin.pl Notes: svn path=/head/; revision=864
* new Makefile corresponding to updated patchfile and packing listJoshua Peck Macdonald1995-02-011-1/+1
| | | | | | | | Reviewed by: jmacd Submitted by: JKOKOT@demeter.ipan.lublin.pl Notes: svn path=/head/; revision=863
* Initial revisionJordan K. Hubbard1995-01-3122-0/+22
| | | | Notes: svn path=/head/; revision=862
* Add a number of missing md5 files.Jordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=861
* Missing md5Jordan K. Hubbard1995-01-312-0/+2
| | | | Notes: svn path=/head/; revision=860
* Add missing checksum file.Jordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=859
* Make fetch a bit more forgiving of subdirs.Jordan K. Hubbard1995-01-301-3/+3
| | | | Notes: svn path=/head/; revision=858
* I think this new make is too &*^%$(@#! fussy. I'm getting the feeling thatJordan K. Hubbard1995-01-301-0/+12
| | | | | | | I may be unpopular for awhile. :-) Notes: svn path=/head/; revision=857
* Log: replace main.c for patch-g, which was larger.Joshua Peck Macdonald1995-01-301-0/+1141
| | | | Notes: svn path=/head/; revision=856
* Reviewed by:Joshua Peck Macdonald1995-01-302-2/+9
| | | | | | | | Submitted by: jmacd Obtained from: Notes: svn path=/head/; revision=855
* Add the necessary files to build a package for fspclient.Andreas Schulz1995-01-303-0/+9
| | | | Notes: svn path=/head/; revision=854
* Correct the top tree for the package list. It listed /usr/local butAndreas Schulz1995-01-302-2/+2
| | | | | | | chimera got installed under /usr/X11R6. Notes: svn path=/head/; revision=853
* UpgradeAndrey A. Chernov1995-01-304-8/+8
| | | | Notes: svn path=/head/; revision=852
* Correct the PLIST. The version seems to have no logo.xbm file any longer.Andreas Schulz1995-01-291-1/+0
| | | | Notes: svn path=/head/; revision=851
* And the last correction for the "new" make from me for today :-).Andreas Schulz1995-01-291-2/+21
| | | | Notes: svn path=/head/; revision=850
* Model the unshar extract after the working one in the iozone Makefile.Andreas Schulz1995-01-291-3/+3
| | | | Notes: svn path=/head/; revision=849
* Yet another patch for the "new" make :-).Andreas Schulz1995-01-291-15/+26
| | | | Notes: svn path=/head/; revision=848
* Add the COMMENT, DESCR and PLIST files in the pkg directory so that lessAndreas Schulz1995-01-296-0/+16
| | | | | | | can now also be build as a package. Notes: svn path=/head/; revision=847
* And another patch for the "new" make.Andreas Schulz1995-01-291-7/+34
| | | | Notes: svn path=/head/; revision=846
* Correction in the Makefile for the "new" make.Andreas Schulz1995-01-291-1/+1
| | | | Notes: svn path=/head/; revision=845
* Disable both irc & ircII until fixedGary Palmer1995-01-291-4/+5
| | | | Notes: svn path=/head/; revision=844
* Remove expect until it's fixedGary Palmer1995-01-291-2/+4
| | | | Notes: svn path=/head/; revision=843
* Delete a bogus semicolon at the end of a dependency line,Andreas Schulz1995-01-292-4/+38
| | | | | | | that get now detected with the new/corrected b-make. Notes: svn path=/head/; revision=842
* Fix this up so it contains valid checksumsGary Palmer1995-01-283-9/+9
| | | | Notes: svn path=/head/; revision=841
* Upgrade, 3.1 -> 3.1.1Satoshi Asami1995-01-285-12/+28
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=840
* Upgrade, 3.1.2 -> 3.1.3Satoshi Asami1995-01-2810-42/+56
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=839
* UpgradeAndrey A. Chernov1995-01-286-91/+131
| | | | Notes: svn path=/head/; revision=838
* Call the package "jpeg-5a". Kinda confusing to call the binary packageSatoshi Asami1995-01-282-2/+4
| | | | | | | | "jpegsrc.v5a". ^^^ Notes: svn path=/head/; revision=837
* Minor cleanup.Satoshi Asami1995-01-283-5/+8
| | | | Notes: svn path=/head/; revision=836
* My patch to make arrow scrollbars look real 3-D. Already sent toSatoshi Asami1995-01-281-4/+5
| | | | | | | the original author. Notes: svn path=/head/; revision=835
* YABT (Yet Another Bogus TAB).Jordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=834
* Bye stupid tab.Jordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=833